Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-25 | Remove unused methods | José Santiago Jiménez Sarmiento | |
2012-04-25 | refactor ImpSvtData | Caolán McNamara | |
2012-04-25 | DeleteOnIdleItems isn't called anywhere | Caolán McNamara | |
2012-04-25 | after nine years, time to give up on the REGEXP_SUPPORT dream | Caolán McNamara | |
2012-04-25 | drop a String::CreateFromAscii | Caolán McNamara | |
2012-04-24 | it's Erzya, not Eryza | Eike Rathke | |
2012-04-23 | Add some more timelogging, for graphic export here. | Thorsten Behrens | |
2012-04-21 | Replace css macro with namespace for nicer namespacing | Thomas Arnhold | |
2012-04-20 | String::CreateFromInt32->rtl::OUString::valueOf | Caolán McNamara | |
2012-04-19 | fdo#48917 added Eryza [myv-RU] and Meadow Mari [mhr-RU] to language list | Eike Rathke | |
2012-04-19 | gif parsing regression test | Caolán McNamara | |
2012-04-18 | jpg parsing regression test | Caolán McNamara | |
2012-04-18 | callcatcher: update list | Caolán McNamara | |
2012-04-18 | UniString->rtl::OUString | Caolán McNamara | |
2012-04-18 | hard-coded windows dumper path makes no sense for us anymore | Caolán McNamara | |
2012-04-18 | string created but never used | Caolán McNamara | |
2012-04-17 | png parsing regression test | Caolán McNamara | |
2012-04-16 | WaE: "CDECL" redefined | David Tardon | |
2012-04-16 | callcatcher: update list | Caolán McNamara | |
2012-04-16 | callcatcher: update unused code | Caolán McNamara | |
2012-04-12 | remove formfeeds | Thomas Arnhold | |
2012-04-12 | callcatcher: update unused code list | Caolán McNamara | |
2012-04-11 | Replace deprecated List for std::vector. | Rafael Dominguez | |
2012-04-11 | String::CreateFromInt32->rtl::OUString::valueOf | Caolán McNamara | |
2012-04-10 | Resolves: fdo#31022 about dialog is suboptimal | Andrew Higginson | |
2012-04-10 | catch by const ref | Caolán McNamara | |
2012-04-09 | s/pathes/paths/ | Tor Lillqvist | |
2012-04-09 | add package deps for resources | David Tardon | |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-08 | rename gb_CppunitTest_uses_ure | David Tardon | |
2012-04-08 | compile- and run-time use of UNO must be split | David Tardon | |
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-08 | clean up | David Tardon | |
2012-04-08 | simplify use of configuration from unit tests | David Tardon | |
2012-04-08 | always use --protector for UNO tests | David Tardon | |
2012-04-08 | drop uses_ure | David Tardon | |
2012-04-08 | let use_api handle the use of type rdbs at runtime | David Tardon | |
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-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
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-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \; | |||
2012-04-05 | UniString::CreateFromInt32 -> rtl::OUString::valueOf | Caolán McNamara | |
2012-04-05 | drop methods only used in svdem | Caolán McNamara | |
2012-04-04 | fdo#48111 added English_Malawi [en-MW] locale data | Eike Rathke | |
2012-04-03 | ValueSet: reworked key navigation | Matteo Casalin | |
2012-04-03 | Cleanup some unnecessary #include | Matteo Casalin | |
2012-04-03 | ValueSet: remove obsolete forward declaration | Matteo Casalin | |
2012-04-03 | ValueSet: simplify calculation of item rectangle | Matteo Casalin | |
2012-04-03 | fdo#44698 settings are under a different menu in Mac OS X | Andras Timar | |