summaryrefslogtreecommitdiffstats
path: root/svtools
Commit message (Collapse)AuthorAgeFilesLines
* add another test docCaolán McNamara2012-04-301-0/+0
| | | | Change-Id: I6cc92e2242cf0f162b5c670bf2e70f1e8fc49a28
* Related: moz#424333 pixmaps are limited to max signed shortCaolán McNamara2012-04-303-0/+4
| | | | Change-Id: I88cfd9592e11aa7dbe704df4810090b6a1ce4c66
* make ResId::toString a non-static memberCaolán McNamara2012-04-3017-114/+100
| | | | Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
* Fix buildissue in svtools with missing include.Tomas Chvatal2012-04-291-0/+1
| | | | | | | cpp: line 33, Fatal error: Cannot open include file "svtools/svtools.hrc" Change-Id: Ic7bd1af8f14cc0e44328c9f149c5dc45f04e5afb
* 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
* ruler: Implemented the design by Mirek M.Jan Holesovsky2012-04-271-141/+12
| | | | | | | See http://listarchives.libreoffice.org/global/design/msg04151.html for details. Change-Id: I9c01ecd5951deba13ed6ddd2a69946dc1334ca43
* Make the default application background lighter (and remove a hack).Jan Holesovsky2012-04-271-9/+0
| | | | Change-Id: I03f8db9b47ceb9b0240f3ac549681d8362eea0b5
* ruler: Kill STYLE_OPTION_MONO usage.Jan Holesovsky2012-04-271-168/+81
| | | | | | | According to the discussion on the design@ list, we want much more flat look overall anyway, so no need to distinguish between '3D' and 'flat' look. Change-Id: Ibf88d722c9ebfa9872ffd9a1a156b77478ded655
* Remove unused methodsJosé Santiago Jiménez Sarmiento2012-04-252-29/+0
|
* refactor ImpSvtDataCaolán McNamara2012-04-2532-90/+52
|
* DeleteOnIdleItems isn't called anywhereCaolán McNamara2012-04-252-18/+0
|
* after nine years, time to give up on the REGEXP_SUPPORT dreamCaolán McNamara2012-04-252-92/+1
|
* drop a String::CreateFromAsciiCaolán McNamara2012-04-251-1/+1
|
* it's Erzya, not EryzaEike Rathke2012-04-241-1/+1
|
* Add some more timelogging, for graphic export here.Thorsten Behrens2012-04-231-0/+3
|
* Replace css macro with namespace for nicer namespacingThomas Arnhold2012-04-212-16/+2
|
* String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara2012-04-203-10/+10
|
* fdo#48917 added Eryza [myv-RU] and Meadow Mari [mhr-RU] to language listEike Rathke2012-04-191-0/+2
|
* gif parsing regression testCaolán McNamara2012-04-196-0/+4
|
* jpg parsing regression testCaolán McNamara2012-04-189-0/+4
|
* callcatcher: update listCaolán McNamara2012-04-182-8/+0
|
* UniString->rtl::OUStringCaolán McNamara2012-04-183-17/+6
|
* hard-coded windows dumper path makes no sense for us anymoreCaolán McNamara2012-04-181-31/+0
|
* string created but never usedCaolán McNamara2012-04-181-5/+0
|
* png parsing regression testCaolán McNamara2012-04-1710-0/+8
|
* WaE: "CDECL" redefinedDavid Tardon2012-04-161-0/+4
|
* callcatcher: update listCaolán McNamara2012-04-162-8/+0
|
* callcatcher: update unused codeCaolán McNamara2012-04-162-11/+0
|
* remove formfeedsThomas Arnhold2012-04-125-9/+9
|
* callcatcher: update unused code listCaolán McNamara2012-04-122-84/+0
|
* Replace deprecated List for std::vector.Rafael Dominguez2012-04-111-14/+2
|
* String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara2012-04-111-1/+1
|
* Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson2012-04-102-1/+16
|
* catch by const refCaolán McNamara2012-04-101-8/+8
|
* s/pathes/paths/Tor Lillqvist2012-04-092-2/+2
|
* add package deps for resourcesDavid Tardon2012-04-091-0/+7
|
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-3/+3
|
* rename gb_CppunitTest_uses_ureDavid Tardon2012-04-081-1/+1
|
* compile- and run-time use of UNO must be splitDavid Tardon2012-04-081-0/+2
| | | | | | | | | | | There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk
* clean upDavid Tardon2012-04-081-4/+0
|
* simplify use of configuration from unit testsDavid Tardon2012-04-081-3/+1
|
* always use --protector for UNO testsDavid Tardon2012-04-081-1/+0
|
* drop uses_ureDavid Tardon2012-04-081-2/+0
|
* let use_api handle the use of type rdbs at runtimeDavid Tardon2012-04-081-4/+0
| | | | | Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime?
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-087-16/+16
| | | | | | | | | 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-065-10/+8
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-068-38/+38
| | | | | | 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/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;