summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2012-04-13Begin translating commentsPhilipp Weissenbacher
2012-04-13Convert macro to local const variablePhilipp Weissenbacher
2012-04-12move dependency on localedata_en to i18npoolMatúš Kukan
2012-04-12Translate German commentsPhilipp Weissenbacher
2012-04-12++I_hate_sal_Int32Luboš Luňák
2012-04-12write out unique id for wp:docPrLuboš 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-12wp:anchor attributes do not have w: prefixLuboš Luňák
2012-04-12wp:docPr title is not in ecmaLuboš Luňák
2012-04-12write proper title and description for wp:docPrLuboš Luňák
2012-04-12write w:relativeHeightLuboš Luňák
the z-order is actually already implied by the order the items are written, but why not
2012-04-12remove formfeedsThomas Arnhold
2012-04-11UniString->rtl::OUStringCaolán McNamara
2012-04-11fdo#44176 dmapper: fix import of titlepg top/bottom marginMiklos Vajna
2012-04-11Translate German commentsPhilipp Weissenbacher
2012-04-10avoid possibility of storagename collision on 64bitCaolán McNamara
2012-04-10fdo#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-10move include out of editsh.hxxMichael Stahl
2012-04-10char[] -> const char[].Jan Holesovsky
2012-04-09xmlhelp not built for non-desktop OSesTor Lillqvist
2012-04-09s/pathes/paths/Tor Lillqvist
2012-04-09add package deps for resourcesDavid Tardon
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon
2012-04-08compile- and run-time use of UNO must be splitDavid 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-08clean upDavid Tardon
2012-04-08simplify use of configuration from unit testsDavid Tardon
2012-04-08always use --protector for UNO testsDavid Tardon
2012-04-08drop uses_ureDavid Tardon
2012-04-08let use_api handle the use of type rdbs at runtimeDavid 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-08Dump MarkManager::dumpFieldmarks + extractIntFromAny from vbahelperJulien Nabet
2012-04-08gbuild: "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-07do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák
This decreases debug build dir size by about 0.5G for gcc and 1G for clang.
2012-04-07path changed after gbuild conversionDavid Tardon
2012-04-06optional argument is always providedCaolán McNamara
2012-04-06UniString::CreateFromInt32(0) -> "0"Caolán McNamara
2012-04-06reduce overzealous namingLuboš Luňák
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06n#751017 testcaseMiklos Vajna
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
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 Dezsi
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 Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2012-04-05SfxViewShell::GetScrollingMode always returns SCROLLING_DEFAULTIvan Timofeev
2012-04-05Resolves: fdo#45271, i#17964 count CJK words the way that's expected by usersCaolán McNamara
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara
2012-04-05fdo#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-05sw: remove more silly realpath from makefileMichael Stahl
2012-04-04Translate German commentsPhilipp Weissenbacher
2012-04-04reuse existent functionIvan Timofeev
2012-04-04fdo#40948: TOC dialog, Entries tab: the right arrow button does not workIvan Timofeev
regression from 39b8a5f87f55abe53488c9c3c35b65fb0df84cd.
2012-04-04flowfrm.cxx: tweak comment translationMichael Stahl