summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Collapse)AuthorFilesLines
2012-08-23fdo#46808, Shiny UNO, Use factory to create XSimpleFileAccess instancesNoel Grandin1-3/+4
Change-Id: I86e2a8873e5646abd340015f500bf9e872e8e6c5 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-08-20SwXTextTable: add "TableBorder2" propertyMichael Stahl2-0/+3
This new property is necessary because the old TableBorder cannot be extended to contain the BorderLine2 structs without breaking compatibility. Change-Id: I5e22782256b29224225a9d74c818b2c47fee8526
2012-08-17gbuild: register all jarsMichael Stahl1-5/+5
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-16Revert "Cleanup comphelper::storagehelper"Matúš Kukan2-332/+356
This reverts commit 72777a66bb8d9e71c4786c282c7971d7ededa729. +using namespace com::sun::star::uno; in header is not a good idea Fails to compile and is hard to parse and figure out what was the point, so just reverting. Also +using rtl::OUString; is automatic nowadays whenever possible and RTL_CONSTASCII_USTRINGPARAM is obsoleted. Change-Id: I24cb24b7f1a6007734d26cbba41d46323cb55b18
2012-08-16Cleanup comphelper::storagehelperTomaž Vajngerl2-356/+332
Change-Id: I04313cf4235ce3db20ff340474691435e9b440b6
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2-10/+4
Change-Id: I213bc96fd6c9049c0dba0a527e827ae5d8f0ace3
2012-08-08reduce ascii noise and useless commentsThomas Arnhold12-51/+0
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-08remove include comments and boxesThomas Arnhold11-31/+0
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-07remove empty ascii boxes and stuff IIIThomas Arnhold2-48/+0
Change-Id: I8b54e8518c219a7edd7e29173a1099611a7e0dbb
2012-08-07Remove non-existing forward declarationsThomas Arnhold1-2/+0
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
2012-08-02Fix windows build where min and max are macrosFridrich Štrba1-2/+2
Change-Id: I59186db4003564b0b9c202456b7fdf91eaa67751
2012-07-30Typo ressource -> resourceStephan Bergmann1-1/+1
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-28Partially revert "Remove unused defines"Thomas Arnhold1-0/+1
This partially reverts 8ca21893e58dc9694e0e7a6c0fc52154b3ccb5f7 http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html Change-Id: Iae4347a26b1f388bc5e780d24ab7371ffac8b1f8
2012-07-25Make comphelper/configuration.hxx work for localized propertiesStephan Bergmann2-50/+61
See aebf5bf22304c73e121b16dc0b51f909c5f34c28 "fdo#52232 ConfigurationSet wrapper unusable for localized properties" for a discussion of the problems with the original design. 1 Redesigned configmgr's localized property access to understand ['*<locale>'] paths that select the best existing value match for the requested <locale>. Adapted ConfigurationWrapper::getLocalizedPropertyValue accordingly. 2 Redesigned ConfigurationChanges to fix the locale at instantiation time. That takes care of ConfigurationWrapper::setLocalizedPropertyValue, ConfigurationWrapper::getGroupReadWrite, and ConfigurationWrapper::getSetReadWrite. (This required an additional constructor parameter for the ReadWriteAccess service, to specify a locale at instantiation time.) 3 Redesigned ReadOnlyAccess to be a service that fixes the locale at instantiation time. That allows to take care of ConfigurationWrapper::getGroupReadOnly and ConfigurationWrapper::getSetReadOnly. Change-Id: I2ae7342b278b6f4222a0189a1deb2a53e204059f
2012-07-24mhu24: add comphelper::newArray_{null,ex} helpersMichael Stahl2-0/+52
Change-Id: I5cba60c8a14fc8d0adc0c4c5273aabbdd9830f91
2012-07-18Fix sense of SAL_WARN_IF conditionsStephan Bergmann1-2/+2
Change-Id: Idd3dea4e42eb7f63447e1f804d90e991c801cdd3
2012-07-16unusedcode: drop CellBlock and one small methodMatúš Kukan2-15/+0
Change-Id: I7cad80ea59b4527193a35ea1b7cfdd56e07a0efe
2012-07-14simplify include guardsThomas Arnhold8-27/+13
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-07-01Remove unused definesThomas Arnhold1-1/+0
Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7
2012-06-29Java5 update - use generics in code, and general cleanupNoel Grandin2-27/+22
Change-Id: I6f2490c48a9d6dbb7de4917c07d5c1fb36c58777
2012-06-29re-base on ALv2 code.Michael Meeks139-3395/+1940
2012-06-29gridfixes: #i117265# implement less-predicate for Date/Time structsFrank Schoenheit [fs]1-3/+131
2012-06-29Remove some more include guardsThomas Arnhold3-9/+1
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
2012-06-29Remove UNO includes commentsThomas Arnhold23-51/+0
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-27targetted re-work of cppunit pieces.Michael Meeks3-8/+1
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara1-2/+1
Change-Id: I0c1b2f2d908c31d1510662880c13504d81445a6a
2012-06-23Fix prefix ++/-- operators for non-primitive typesJulien Nabet2-2/+2
Change-Id: Ibb55fcedecaf66f0817d24d8f408ef69d273ffa2
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks66-1527/+966
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks3-44/+43
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-18add a route to compare a O[U]String to one code unitCaolán McNamara2-0/+33
Seems very awkward to create an entire temporary O[U]String just to compare it to another when we want to know if that other contains just one char of a given value Change-Id: Iacd4e0d87dc5c5211fa06c61c55e1ed85b1e91f3
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara2-32/+0
Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392
2012-06-12don't need to realloc stringCaolán McNamara1-1/+2
Change-Id: I17ec5a54b0088b56bd8c8431eb255626dbb1fac8
2012-06-11removeTrailingChars is the same as stripEndCaolán McNamara2-15/+0
Change-Id: I3fc618f886082e08e9baae3ae09017f653e729bd
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-09Remove superfluous include commentsThomas Arnhold2-4/+0
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
2012-06-06drop String::ReverseCaolán McNamara3-1/+51
Change-Id: Ie06635dc1f242241d48f9d6de4f592898e605bf2
2012-05-31targetted prefer prefix operators reversionMichael Meeks2-2/+2
Change-Id: I7e1ae9622bc89b584ddbb307dac15b0ed56ae563
2012-05-17merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara1-0/+14
a) merge them together and move it into comphelper b) turn it into a POD rather than having vast amounts of destructors registered into the cxa_atexit chain Change-Id: I04d3b9d7804f8e233013c916df9d617a0f84f96a
2012-05-17reduce static_initialization_and_destruction chainCaolán McNamara1-12/+3
Change-Id: Ib2642e19d9148acca27227b0d91de4e8855178aa
2012-05-04rename Library_comphelp.mk to Library_comphelper.mk...Michael Stahl2-1/+1
... so the silly broken gb_Symbols_get_all enables debug for it.
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-18Add comment describing the meanings of the filter flag bitsTor Lillqvist1-0/+29
2012-04-18callcatcher: update listCaolán McNamara2-19/+0
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi2-7/+6
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl3-5/+5
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 Dezsi1-6/+6
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-02callcatcher: remove some unused codeCaolán McNamara2-23/+0