Noel Grandin
fb741b5e1e
fdo#46808, Adapt xml::sax::XWriter UNO service to new style
...
Create a merged XWriter interface for the service.
The xml.sax.Writer service already existed, it just did not have
an IDL file.
Change-Id: I4e6d3f3c68f9282a55fc7aa19778f97632fd8ad5
2012-10-22 17:01:11 +02:00
Noel Grandin
a20f9a410f
fdo#46808, Adapt xml::sax::XParser UNO service to new style
...
The xml.sax.Parser service already existed, it just did not have
a new-style service to create it.
Change-Id: I6f145a7504ff9e149c802f723991954a2801cbc9
2012-10-04 16:29:53 +02:00
Arnaud Versini
36a2db3722
Replace usage of rtl_*Memory with equivalent from string.h
...
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159
Reviewed-on: https://gerrit.libreoffice.org/734
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com >
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com >
2012-10-01 18:48:05 +00:00
Michael Stahl
5032dc0fc3
gbuild: invert handling of standard system libraries:
...
Always link in gb_STDLIBS, except when the library explicitly opts out
with gb_LinkTarget_disable_standard_system_libs.
Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28 16:49:08 +02:00
Michael Stahl
b85c349783
gbuild: replace direct gb_STDLIBS use with ...
...
... new gb_LinkTarget_add_standard_system_libs
Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28 16:49:06 +02:00
Michael Stahl
2e677c3981
gbuild: split uwinapi out of gb_STDLIBS
...
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-28 16:49:05 +02:00
David Tardon
1a62e464cf
add missing deps on headers
...
Change-Id: Icaeba832c527ba81a9f152ea011548e8b9843b5e
2012-09-22 08:15:46 +02:00
Luboš Luňák
6f955b6c77
remove duplicated code
...
Most probably not intended when introduced
in 7c7267e886
, and it certainly crashes xray
installation for me.
Change-Id: Ida64d4d2a706204989fc3c16d7487748747fb8fc
2012-09-19 15:34:55 +02:00
Noel Power
e27fc9b6c2
disable scrollable Frame ( not working well )
...
Change-Id: I09dc7b656c7ff19b937936e0b8436022d287cc87
2012-09-11 16:04:12 +01:00
Noel Power
7c7267e886
get scrollbar details actually read for groupbox
...
<sigh> the display with groupbox is disappointing, there are many artifacts and the size of the area you actually need to scroll wrong, perhaps we actuall really need a proper groupbox
Change-Id: Iba6ff62718728324a461806cef61ee6a6a438ddf
2012-09-11 16:04:12 +01:00
Noel Power
5dc19680cd
add persistence support for the scrollable attributes
...
Change-Id: I6fc196233f997e540301cac2cdf1b99d48aa2bde
2012-09-11 16:04:11 +01:00
Olivier Hallot
c6943a41a0
Correct OUString check with proper startsWith()
...
This patch fixes an error introduced in c75af8578d
,
with OUString::startsWith() introduced by Lubos Lunak in 095ffaf5ef
Thanks to Lubos and Kendy.
Change-Id: Idcfb9ef59cfdf4c7b08193f5c137b985fa8b9965
Reviewed-on: https://gerrit.libreoffice.org/573
Reviewed-by: Jan Holesovsky <kendy@suse.cz >
Tested-by: Jan Holesovsky <kendy@suse.cz >
2012-09-07 08:33:41 +00:00
Olivier Hallot
c75af8578d
kill RTL_CONSTASCII_USTRINGPARAM in xmlscript
...
Plus rtl::OUString cleanup
Only on rebased files
Change-Id: Icddaa20742cc45f08e5a48790447fcf8865f4bd6
Reviewed-on: https://gerrit.libreoffice.org/527
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br >
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br >
2012-09-05 22:13:17 +00:00
Thomas Arnhold
1340890ccd
simplify include guards
...
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-07-14 05:44:15 +02:00
Michael Meeks
4cbdfe1898
re-base on ALv2 code.
2012-07-10 16:56:30 +01:00
Michael Meeks
ae7534f616
targetted rename xcr -> xmlscript to match includes and module name
2012-07-09 14:23:26 +01:00
Michael Meeks
fdda178d88
targetted improvement of UNO API includes / usage
2012-07-02 14:43:34 +01:00
Michael Stahl
1ab899c4c8
.xml files don't need executable bits
...
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
2012-06-22 22:39:31 +02:00
Michael Meeks
b9042fad7c
re-base on ALv2 code.
...
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Norbert Thiebaud
0db1b46a45
gbuildify xmlscript
...
Change-Id: Ia3704b4a7813d45c87e9f7107945fedd73622339
2012-06-16 21:00:11 -05:00
Norbert Thiebaud
3ffb36f4d0
revert gmk4
...
Change-Id: I613d6953c786f581a9a7cb16f47aa3351834c41c
2012-06-16 21:00:10 -05:00
Norbert Thiebaud
6573aa15d4
targeted string re-work
...
Change-Id: I1e47f90e387724e74312091e577f010fb16ca72f
2012-06-01 09:41:48 -05:00
Thorsten Behrens
c9337a8bfc
Targeted string re-work xmlhelp/xmlscript
2012-06-01 16:18:09 +02:00
Takeshi Abe
bb9f730458
nuke unused typedef
...
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
2012-05-31 01:56:28 +09:00
Takeshi Abe
01dc468f3d
removed unused temporary rtl::OUString
...
Change-Id: I81e04b1b71b8ee5a903185b6857e8cf91b67eed1
2012-05-21 22:08:17 +09:00
Bjoern Michaelsen
b1c3e8ae28
make gbuild the default assumption of build.pl
...
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file
Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-29 03:50:46 +02:00
Szabolcs Dezsi
e4fb171d3a
Replaced a few equal calls with ==
2012-04-08 19:24:00 +02:00
Michael Stahl
4c50f23f87
LinkTarget.mk: remove gb_LinkTarget_add_package_headers
2012-04-08 01:05:53 +02:00
Michael Stahl
c923f7d2c2
gbuild: "use" vs. "add":
...
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
(i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
(i.e. it is registered at the Module, has it's own makefile, may be
in a different module than the target)
2012-04-08 01:05:52 +02:00
Szabolcs Dezsi
d6bc02f8c4
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
2012-04-06 20:03:42 +02:00
Szabolcs Dezsi
743f22045c
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
...
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 15:07:41 +02:00
Szabolcs Dezsi
8a01ee6243
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
...
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 14:30:05 +02:00
Takeshi Abe
643a582793
removed duplicate #includes
...
in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
2012-04-04 01:39:08 +09:00
Caolán McNamara
38814653ba
remove static OUStrings from static_initialization_and_destruction chain
2012-03-28 13:08:59 +01:00
Michael Stahl
f567f8ba03
.dtd files don't need executable bits
2012-03-23 21:58:18 +01:00
Michael Stahl
9429bbb0c4
.component files don't need executable bits
2012-03-23 21:58:14 +01:00
Michael Stahl
68f2753710
.h files don't need executable bits
2012-03-23 21:58:13 +01:00
Tor Lillqvist
2a1171929e
chmod -x
2012-03-21 13:00:45 +02:00
Tor Lillqvist
3daf816432
Bin a few more 16-bit Windows leftovers
2012-03-21 13:00:42 +02:00
Matúš Kukan
84b3f7b345
gbuild: get rid of realpath in gb_Foo_set_include
2012-03-10 21:23:20 +01:00
Michael Meeks
4f688fd794
more documentation and cleanups for various modules.
2012-03-06 16:29:23 +00:00
Josh Heidenreich
64e1ae0f55
Added READMEs for modules which used to be in libs-core
2012-02-08 06:37:16 +01:00
Norbert Thiebaud
c857dff7fc
switch to include-based build rather than sourced-based build
2012-02-05 19:34:05 -06:00
Olivier Hallot
9d4e1a5dad
Fix for fdo43460 Part LIV getLength() to isEmpty()
...
Part LIV
Modules
xmlscript
2012-01-28 09:32:37 -02:00
Alexander Bergmann
0439af27e1
Code cleanup: ( () ) replaced by (())
2012-01-26 17:41:07 +00:00
Stephan Bergmann
7c704c78d3
Removed some unused parameters; added SAL_UNUSED_PARAMETER.
...
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones. To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
2012-01-21 15:21:16 +01:00
Takeshi Abe
b35c0ae4ff
catch exception by constant reference
2012-01-09 03:17:20 +09:00
Marcel Metz
d59211357a
Removed unnecessary tools/debug.hxx includes.
2012-01-06 23:55:51 +01:00
Caolán McNamara
59bf1b583f
regpathhelper: unused, so we've got to have two of them
2011-12-14 09:52:49 +00:00
Bjoern Michaelsen
2acd8fbac9
in modules, when we have a env we are in stage gbuild
2011-12-07 15:53:06 +01:00