summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix sense of SAL_WARN_IF conditionsStephan Bergmann2012-07-181-2/+2
| | | | Change-Id: Idd3dea4e42eb7f63447e1f804d90e991c801cdd3
* unusedcode: drop CellBlock and one small methodMatúš Kukan2012-07-162-15/+0
| | | | Change-Id: I7cad80ea59b4527193a35ea1b7cfdd56e07a0efe
* simplify include guardsThomas Arnhold2012-07-148-27/+13
| | | | Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
|
* Remove unused definesThomas Arnhold2012-07-011-1/+0
| | | | Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7
* Java5 update - use generics in code, and general cleanupNoel Grandin2012-06-292-27/+22
| | | | Change-Id: I6f2490c48a9d6dbb7de4917c07d5c1fb36c58777
* re-base on ALv2 code.Michael Meeks2012-06-29139-3395/+1940
|
* gridfixes: #i117265# implement less-predicate for Date/Time structsFrank Schoenheit [fs]2012-06-291-3/+131
|
* Remove some more include guardsThomas Arnhold2012-06-293-9/+1
| | | | Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
* Remove UNO includes commentsThomas Arnhold2012-06-2923-51/+0
| | | | Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
* targetted re-work of cppunit pieces.Michael Meeks2012-06-273-8/+1
|
* reduce static_initialization_and_destruction chainCaolán McNamara2012-06-251-2/+1
| | | | Change-Id: I0c1b2f2d908c31d1510662880c13504d81445a6a
* Fix prefix ++/-- operators for non-primitive typesJulien Nabet2012-06-232-2/+2
| | | | Change-Id: Ibb55fcedecaf66f0817d24d8f408ef69d273ffa2
* re-base on ALv2 code.Michael Meeks2012-06-221-23/+14
| | | | Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
* re-base on ALv2 code.Michael Meeks2012-06-2166-1527/+966
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-213-44/+43
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* add a route to compare a O[U]String to one code unitCaolán McNamara2012-06-182-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
* callcatcher: chainsaw out some unnecessary codeCaolán McNamara2012-06-152-32/+0
| | | | Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392
* don't need to realloc stringCaolán McNamara2012-06-121-1/+2
| | | | Change-Id: I17ec5a54b0088b56bd8c8431eb255626dbb1fac8
* removeTrailingChars is the same as stripEndCaolán McNamara2012-06-112-15/+0
| | | | Change-Id: I3fc618f886082e08e9baae3ae09017f653e729bd
* Remove superfluous empty lines on topThomas Arnhold2012-06-091-2/+0
| | | | | | More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
* Remove superfluous include commentsThomas Arnhold2012-06-092-4/+0
| | | | Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
* drop String::ReverseCaolán McNamara2012-06-063-1/+51
| | | | Change-Id: Ie06635dc1f242241d48f9d6de4f592898e605bf2
* targetted prefer prefix operators reversionMichael Meeks2012-05-312-2/+2
| | | | Change-Id: I7e1ae9622bc89b584ddbb307dac15b0ed56ae563
* merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara2012-05-171-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
* reduce static_initialization_and_destruction chainCaolán McNamara2012-05-171-12/+3
| | | | Change-Id: Ib2642e19d9148acca27227b0d91de4e8855178aa
* rename Library_comphelp.mk to Library_comphelper.mk...Michael Stahl2012-05-042-1/+1
| | | | ... so the silly broken gb_Symbols_get_all enables debug for it.
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* Add comment describing the meanings of the filter flag bitsTor Lillqvist2012-04-181-0/+29
|
* callcatcher: update listCaolán McNamara2012-04-182-19/+0
|
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-082-7/+6
|
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-083-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)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-6/+6
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* callcatcher: remove some unused codeCaolán McNamara2012-04-022-23/+0
|
* Fixes a bunch of "Prefer prefix ++/-- operators for non-primitive types"Julien Nabet2012-03-291-8/+8
|
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-291-3/+3
|
* removed duplicate includes in avmedia / basic / canvas / chart2 / comphelperTakeshi Abe2012-03-282-2/+0
|
* removed duplicate includes in basic / canvas / chart2 / comphelperTakeshi Abe2012-03-262-2/+0
|
* move GetFilterFlags inside ifdef WNTCaolán McNamara2012-03-202-28/+28
|
* Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changesThorsten Behrens2012-03-161-20/+20
| | | | Did I mention I hate boilerplate copied all over the place? ;)
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-149-2/+26
| | | | | | | | | | | | | | ...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
* Correct some mistranslated commentsStefan Knorr (astron)2012-03-104-9/+9
|
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-102-2/+2
|
* Translate german comments in core/comphelperTom Thorogood2012-03-055-69/+64
|
* Removed dead codeMarc-André Laverdière-Papineau2012-03-042-7/+0
|
* Removed dead codeMarc-André Laverdière-Papineau2012-03-042-7/+0
|
* move template out of headerCaolán McNamara2012-02-292-24/+39
|
* add AddFilterNameCheckOwnFile back for WNTMatúš Kukan2012-02-262-0/+22
|
* Remove unused codeElton Chung2012-02-2520-300/+0
|