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 | 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 | 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 | s/pathes/paths/ | Tor Lillqvist | |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-08 | Dump MarkManager::dumpFieldmarks + extractIntFromAny from vbahelper | Julien Nabet | |
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 | 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 | 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-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 | |
2012-04-04 | txtfly.cxx: translate comments | Michael Stahl | |
2012-04-04 | Translated source comments from german | David Vogt | |
2012-04-03 | Revert "Hori scroll fix in Writer and Calc Print Preview" & add new patch | Noel Power | |
This reverts commit eeeb4d9a1c772b12aab515c8d5089fb6b5e003c7. Fix Scrollbar in Writer Print preview | |||
2012-04-03 | fntcache.cxx: translate comments | Michael Stahl | |
2012-04-03 | Fix RTF levelfollow import and export | Brennan Vincent | |
2012-04-02 | Convert SV_PTRARRAY to ::std::deque | Bartosz Kosiorek | |
2012-04-02 | split out ContextualSpacing | Caolán McNamara | |
2012-04-02 | Remove superfluous bug numbers | Philipp Weissenbacher | |
2012-04-02 | Remove unused HTMLMODE_FIRSTLINE | Harri 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-02 | Translate German comments | Philipp Weissenbacher | |
2012-04-02 | Translate German comments, fix some English ones | Philipp Weissenbacher | |
2012-04-02 | SwWW8ImplReader::Read_UL: make this a bit less hard to read | Miklos Vajna | |
2012-04-02 | ww8: sprmPFContextualSpacing is a Bool8 value | Miklos Vajna | |
2012-04-02 | convert SvxNumberFormat to rtl::OUString | Caolán McNamara | |
2012-04-02 | convert Suffix/Prefix to rtl::OUString | Caolán McNamara | |
2012-04-02 | refactor the Rewriter rules using enums | Caolán McNamara | |
2012-04-02 | UniString->rtl::OUString and drop globals | Caolán McNamara | |