summaryrefslogtreecommitdiffstats
path: root/sdext
Commit message (Collapse)AuthorAgeFilesLines
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-2/+2
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-066-14/+14
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-17/+17
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-2/+2
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
* fdo#33914 do not play sound in presenter consoleDavid Tardon2012-04-042-13/+20
|
* set alpha tooDavid Tardon2012-04-041-1/+1
|
* sdext: use CustomTarget makefilesMatúš Kukan2012-04-049-105/+22
|
* always pass --headless to cppunitsLuboš Luňák2012-04-021-1/+0
| | | | | | They should not need any actual UI anyway, and most of them already pass the option manually. http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html
* removed duplicate includes in filter / i18npool / sdextTakeshi Abe2012-03-302-2/+0
|
* .pdf files don't need executable bitsMichael Stahl2012-03-232-0/+0
|
* maTransform had to go ( was always = identity)Christina Rossmanith2012-03-222-3/+0
|
* callcatcher: update listCaolán McNamara2012-03-203-38/+0
|
* Remove unused code (sdext)Christina Rossmanith2012-03-208-58/+0
|
* Remove unused code (sdext)Christina Rossmanith2012-03-204-65/+2
|
* Remove unused codeChristina Rossmanith2012-03-202-13/+0
|
* cppcheck report: logical disjunction always evaluates to trueJulien Nabet2012-03-201-1/+1
|
* orientation is always verticalCaolán McNamara2012-03-204-396/+43
|
* do not let a unittest create temp files in the current directoryLuboš Luňák2012-03-161-12/+10
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-143-1/+10
| | | | | | | | | | | | | | ...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.
* sdext: factor out a static library to fix triple-linked objectsMichael Stahl2012-03-126-72/+85
|
* suppress errors with -WerrorDavid Tardon2012-03-121-1/+5
|
* operator must be in template or argument namespaceLuboš Luňák2012-03-101-2/+5
| | | | clang has more strict (and probably more spec compliant) lookup
* sdext: fix unit test for WindowsMatúš Kukan2012-03-101-1/+2
|
* beware of excessive white spacesDavid Tardon2012-03-081-3/+1
|
* Fix Windows compilation errors caused by int/sal_Int32 borkageTor Lillqvist2012-03-081-11/+11
| | | | | Unfortunately the unit test in question still fails on Windows, though.
* use better assertion macros in pdfimport unit testMarkus Mohrhard2012-03-081-59/+65
|
* sdext: Configuration: use nodeliver modeMichael Stahl2012-03-082-2/+2
| | | | | Preventing the files from officecfg being overwritten by files from sdext. Should fix the smoketest failure if the extensions are enabled.
* WaE: various higher debug level compile time warningsCaolán McNamara2012-03-072-8/+8
|
* use const_iteratorDavid Tardon2012-03-071-3/+3
|
* ensure proper ordering, tooDavid Tardon2012-03-061-1/+1
|
* add dummy dep for generated fileDavid Tardon2012-03-061-0/+4
|
* update makefileDavid Tardon2012-03-061-35/+2
|
* this code is still used by pdfimport's test appsDavid Tardon2012-03-062-0/+19
| | | | | | | | This reverts commit 4001370ba5900dd0a0ec04c62f5aeb347bde025a. Conflicts: unusedcode.easy
* the passed string is already quotedDavid Tardon2012-03-061-3/+1
|
* remove leftover makefilesDavid Tardon2012-03-065-59/+0
|
* convert pdfimport testDavid Tardon2012-03-064-144/+192
|
* the include must be at the beginningDavid Tardon2012-03-061-2/+2
|
* fix platform IDDavid Tardon2012-03-061-2/+2
|
* remove unused bitmapDavid Tardon2012-03-061-0/+0
|
* remove unused sourcesDavid Tardon2012-03-062-1483/+0
|
* fix placement of help fileDavid Tardon2012-03-061-2/+6
|
* fix added library namesDavid Tardon2012-03-063-3/+5
|
* fix platform IDDavid Tardon2012-03-061-2/+2
|
* let gb_Extension do the necessary manifest updatesDavid Tardon2012-03-0613-248/+4
|
* set platformDavid Tardon2012-03-067-6/+67
|
* fix platform IDDavid Tardon2012-03-061-2/+3
|
* build test executables for pdfimportDavid Tardon2012-03-063-0/+155
|
* gbuildize sdextDavid Tardon2012-03-0645-1422/+1216
|
* Avoid temporary rtl::OUStringTakeshi Abe2012-02-283-7/+7
| | | | in scripting / sdext / starmath / stoc / svtools / svx
* Avoid temporary rtl::OUStringJulien Nabet2012-02-261-3/+3
|