summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)AuthorFilesLines
2012-04-27ruler: Implemented the design by Mirek M.Jan Holesovsky1-141/+12
See http://listarchives.libreoffice.org/global/design/msg04151.html for details. Change-Id: I9c01ecd5951deba13ed6ddd2a69946dc1334ca43
2012-04-27Make the default application background lighter (and remove a hack).Jan Holesovsky1-9/+0
Change-Id: I03f8db9b47ceb9b0240f3ac549681d8362eea0b5
2012-04-27ruler: Kill STYLE_OPTION_MONO usage.Jan Holesovsky1-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
2012-04-25Remove unused methodsJosé Santiago Jiménez Sarmiento2-29/+0
2012-04-25refactor ImpSvtDataCaolán McNamara32-90/+52
2012-04-25DeleteOnIdleItems isn't called anywhereCaolán McNamara2-18/+0
2012-04-25after nine years, time to give up on the REGEXP_SUPPORT dreamCaolán McNamara2-92/+1
2012-04-25drop a String::CreateFromAsciiCaolán McNamara1-1/+1
2012-04-24it's Erzya, not EryzaEike Rathke1-1/+1
2012-04-23Add some more timelogging, for graphic export here.Thorsten Behrens1-0/+3
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold2-16/+2
2012-04-20String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara3-10/+10
2012-04-19fdo#48917 added Eryza [myv-RU] and Meadow Mari [mhr-RU] to language listEike Rathke1-0/+2
2012-04-19gif parsing regression testCaolán McNamara6-0/+4
2012-04-18jpg parsing regression testCaolán McNamara9-0/+4
2012-04-18callcatcher: update listCaolán McNamara2-8/+0
2012-04-18UniString->rtl::OUStringCaolán McNamara3-17/+6
2012-04-18hard-coded windows dumper path makes no sense for us anymoreCaolán McNamara1-31/+0
2012-04-18string created but never usedCaolán McNamara1-5/+0
2012-04-17png parsing regression testCaolán McNamara10-0/+8
2012-04-16WaE: "CDECL" redefinedDavid Tardon1-0/+4
2012-04-16callcatcher: update listCaolán McNamara2-8/+0
2012-04-16callcatcher: update unused codeCaolán McNamara2-11/+0
2012-04-12remove formfeedsThomas Arnhold5-9/+9
2012-04-12callcatcher: update unused code listCaolán McNamara2-84/+0
2012-04-11Replace deprecated List for std::vector.Rafael Dominguez1-14/+2
2012-04-11String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara1-1/+1
2012-04-10Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson2-1/+16
2012-04-10catch by const refCaolán McNamara1-8/+8
2012-04-09s/pathes/paths/Tor Lillqvist2-2/+2
2012-04-09add package deps for resourcesDavid Tardon1-0/+7
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-3/+3
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon1-1/+1
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon1-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
2012-04-08clean upDavid Tardon1-4/+0
2012-04-08simplify use of configuration from unit testsDavid Tardon1-3/+1
2012-04-08always use --protector for UNO testsDavid Tardon1-1/+0
2012-04-08drop uses_ureDavid Tardon1-2/+0
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon1-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?
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl7-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)
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi5-10/+8
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi8-38/+38
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 Dezsi2-2/+2
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-1/+1
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2-3/+3
2012-04-05drop methods only used in svdemCaolán McNamara3-30/+0
2012-04-04fdo#48111 added English_Malawi [en-MW] locale dataEike Rathke1-0/+1
2012-04-03ValueSet: reworked key navigationMatteo Casalin1-122/+85
2012-04-03Cleanup some unnecessary #includeMatteo Casalin1-2/+0