summaryrefslogtreecommitdiff
path: root/xmlscript
AgeCommit message (Collapse)AuthorFilesLines
2012-09-22add missing deps on headersDavid Tardon1-1/+4
Change-Id: Icaeba832c527ba81a9f152ea011548e8b9843b5e
2012-09-19remove duplicated codeLuboš Luňák1-1/+0
Most probably not intended when introduced in 7c7267e88691ce354ed0cf116315952ceae555ad, and it certainly crashes xray installation for me. Change-Id: Ida64d4d2a706204989fc3c16d7487748747fb8fc
2012-09-11disable scrollable Frame ( not working well )Noel Power2-0/+4
Change-Id: I09dc7b656c7ff19b937936e0b8436022d287cc87
2012-09-11get scrollbar details actually read for groupboxNoel Power2-1/+3
<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-11add persistence support for the scrollable attributesNoel Power6-0/+43
Change-Id: I6fc196233f997e540301cac2cdf1b99d48aa2bde
2012-09-07Correct OUString check with proper startsWith()Olivier Hallot1-1/+1
This patch fixes an error introduced in c75af8578d921040e1baf8414edd7239969bcd45, with OUString::startsWith() introduced by Lubos Lunak in 095ffaf5efef5e8fdc4d7dfa8cd90fff7b768661 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-05kill RTL_CONSTASCII_USTRINGPARAM in xmlscriptOlivier Hallot21-2876/+1457
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-07-14simplify include guardsThomas Arnhold3-3/+3
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-07-10re-base on ALv2 code.Michael Meeks32-728/+456
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks12-81/+72
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-06-22.xml files don't need executable bitsMichael Stahl1-0/+0
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
2012-06-21re-base on ALv2 code.Michael Meeks6-147/+93
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-16gbuildify xmlscriptNorbert Thiebaud3-0/+101
Change-Id: Ia3704b4a7813d45c87e9f7107945fedd73622339
2012-06-16revert gmk4Norbert Thiebaud4-185/+0
Change-Id: I613d6953c786f581a9a7cb16f47aa3351834c41c
2012-06-01targeted string re-workNorbert Thiebaud1-12/+12
Change-Id: I1e47f90e387724e74312091e577f010fb16ca72f
2012-06-01Targeted string re-work xmlhelp/xmlscriptThorsten Behrens1-441/+441
2012-05-31nuke unused typedefTakeshi Abe1-1/+0
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
2012-05-21removed unused temporary rtl::OUStringTakeshi Abe1-1/+0
Change-Id: I81e04b1b71b8ee5a903185b6857e8cf91b67eed1
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
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-08Replaced a few equal calls with ==Szabolcs Dezsi2-3/+3
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-2/+2
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-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-14/+8
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi4-162/+162
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-7/+7
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-04removed duplicate #includesTakeshi Abe1-1/+0
in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-7/+13
2012-03-23.dtd files don't need executable bitsMichael Stahl4-0/+0
2012-03-23.component files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.h files don't need executable bitsMichael Stahl1-0/+0
2012-03-21chmod -xTor Lillqvist2-0/+0
2012-03-21Bin a few more 16-bit Windows leftoversTor Lillqvist1-20/+0
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan1-1/+1
2012-03-06more documentation and cleanups for various modules.Michael Meeks1-0/+5
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich1-0/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-28Fix for fdo43460 Part LIV getLength() to isEmpty()Olivier Hallot10-65/+65
Part LIV Modules xmlscript
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann16-95/+95
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann4-7/+4
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-09catch exception by constant referenceTakeshi Abe5-17/+16
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0
2011-12-14regpathhelper: unused, so we've got to have two of themCaolán McNamara1-1/+0
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove pch from the include listNorbert Thiebaud1-1/+0
2011-11-27remove include of pch header from xmlscriptNorbert Thiebaud18-34/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-2/+2
2011-11-21empty a bunch of d.lst filesMichael Stahl1-1/+0