Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-13 | Begin translating comments | Philipp Weissenbacher | |
2012-04-13 | Convert macro to local const variable | Philipp Weissenbacher | |
2012-04-12 | move dependency on localedata_en to i18npool | Matúš Kukan | |
2012-04-12 | Translate German comments | Philipp Weissenbacher | |
2012-04-12 | ++I_hate_sal_Int32 | Luboš Luňák | |
2012-04-12 | write out unique id for wp:docPr | Luboš Luňák | |
"If multiple objects within the same document share the same id attribute value, then the document shall be considered non-conformant." . Although it apparently does not matter much in practice. | |||
2012-04-12 | wp:anchor attributes do not have w: prefix | Luboš Luňák | |
2012-04-12 | wp:docPr title is not in ecma | Luboš Luňák | |
2012-04-12 | write proper title and description for wp:docPr | Luboš Luňák | |
2012-04-12 | write w:relativeHeight | Luboš Luňák | |
the z-order is actually already implied by the order the items are written, but why not | |||
2012-04-12 | remove formfeeds | Thomas Arnhold | |
2012-04-11 | UniString->rtl::OUString | Caolán McNamara | |
2012-04-11 | fdo#44176 dmapper: fix import of titlepg top/bottom margin | Miklos Vajna | |
2012-04-11 | Translate German comments | Philipp Weissenbacher | |
2012-04-10 | avoid possibility of storagename collision on 64bit | Caolán McNamara | |
2012-04-10 | fdo#35042: previous color applied instead of "no fill" | Aldo Román Nureña | |
There was a missing line when last select highlight color was "no fill" | |||
2012-04-10 | move include out of editsh.hxx | Michael Stahl | |
2012-04-10 | char[] -> const char[]. | Jan Holesovsky | |
2012-04-09 | xmlhelp not built for non-desktop OSes | Tor Lillqvist | |
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 | Dump MarkManager::dumpFieldmarks + extractIntFromAny from vbahelper | Julien Nabet | |
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-07 | do not include contents of huge sc/sd/sw libs into tiny unittests | Luboš Luňák | |
This decreases debug build dir size by about 0.5G for gcc and 1G for clang. | |||
2012-04-07 | path changed after gbuild conversion | David Tardon | |
2012-04-06 | optional argument is always provided | Caolán McNamara | |
2012-04-06 | UniString::CreateFromInt32(0) -> "0" | Caolán McNamara | |
2012-04-06 | reduce overzealous naming | Luboš Luňák | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | n#751017 testcase | Miklos Vajna | |
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 | SfxViewShell::GetScrollingMode always returns SCROLLING_DEFAULT | Ivan Timofeev | |
2012-04-05 | Resolves: fdo#45271, i#17964 count CJK words the way that's expected by users | Caolán McNamara | |
2012-04-05 | UniString::CreateFromInt32 -> rtl::OUString::valueOf | Caolán McNamara | |
2012-04-05 | fdo#45562: paint borders in SwFlyFrm::Paint: | Michael Stahl | |
Painting borders of Flys in the heaven layer cannot be done correctly in SwRootFrm::Paint, because delaying until then paints over other drawing objects that are on top of the frame, so do it in SwFlyFrm::Paint, like the old border painting code used to. (regression from 804d0a896731629397c5328c13c04a45bc55f459) | |||
2012-04-05 | sw: remove more silly realpath from makefile | Michael Stahl | |
2012-04-04 | Translate German comments | Philipp Weissenbacher | |
2012-04-04 | reuse existent function | Ivan Timofeev | |
2012-04-04 | fdo#40948: TOC dialog, Entries tab: the right arrow button does not work | Ivan Timofeev | |
regression from 39b8a5f87f55abe53488c9c3c35b65fb0df84cd. | |||
2012-04-04 | flowfrm.cxx: tweak comment translation | Michael Stahl | |