summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Collapse)Author
2012-04-13Begin translating commentsPhilipp Weissenbacher
2012-04-13Convert macro to local const variablePhilipp Weissenbacher
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-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-09s/pathes/paths/Tor Lillqvist
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-08Dump MarkManager::dumpFieldmarks + extractIntFromAny from vbahelperJulien Nabet
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-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-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-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
2012-04-04txtfly.cxx: translate commentsMichael Stahl
2012-04-04Translated source comments from germanDavid Vogt
2012-04-03Revert "Hori scroll fix in Writer and Calc Print Preview" & add new patchNoel Power
This reverts commit eeeb4d9a1c772b12aab515c8d5089fb6b5e003c7. Fix Scrollbar in Writer Print preview
2012-04-03fntcache.cxx: translate commentsMichael Stahl
2012-04-03Fix RTF levelfollow import and exportBrennan Vincent
2012-04-02Convert SV_PTRARRAY to ::std::dequeBartosz Kosiorek
2012-04-02split out ContextualSpacingCaolán McNamara
2012-04-02Remove superfluous bug numbersPhilipp Weissenbacher
2012-04-02Remove unused HTMLMODE_FIRSTLINEHarri Pitkänen
HTMLMODE_FIRSTLINE was disabled in all HTML export modes. It seems to have been used to add first line indent for paragraphs in Netscape version 3 but all currently available export modes use CSS for that.
2012-04-02Translate German commentsPhilipp Weissenbacher
2012-04-02Translate German comments, fix some English onesPhilipp Weissenbacher
2012-04-02SwWW8ImplReader::Read_UL: make this a bit less hard to readMiklos Vajna
2012-04-02ww8: sprmPFContextualSpacing is a Bool8 valueMiklos Vajna
2012-04-02convert SvxNumberFormat to rtl::OUStringCaolán McNamara
2012-04-02convert Suffix/Prefix to rtl::OUStringCaolán McNamara
2012-04-02refactor the Rewriter rules using enumsCaolán McNamara
2012-04-02UniString->rtl::OUString and drop globalsCaolán McNamara