summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in commentsElton Chung2012-02-183-3/+3
* Translated German comments to EnglishDavid Vogt2012-02-181-132/+124
* Translated German comments to EnglishStefan Heinemann2012-02-181-215/+206
* fdo#39510: fix yet more layout crashes in ~SwRootFrm:Michael Stahl2012-02-182-2/+2
* EasyHack 42790: get rid of PRODUCTLaurent Balland-Poirier2012-02-173-4/+4
* Remove unnecessary header filesMatteo Casalin2012-02-171-2/+0
* sw: second round of doxygen commentsMiklos Vajna2012-02-174-9/+12
* allow unsetting database settings without warningsCaolán McNamara2012-02-161-6/+8
* remove gaps in options and reduce by twoCaolán McNamara2012-02-161-57/+55
* sw: mention node indexes in layout xml dumpMiklos Vajna2012-02-161-0/+6
* sw: SvxRTFItemStack has been changed to std::deque in the meantimeMiklos Vajna2012-02-151-1/+1
* n#695479: Remove properties when removing empty fly frameCédric Bosdonnat2012-02-151-0/+2
* Translate German commentsPhilipp Weissenbacher2012-02-156-532/+494
* sw: add doxygen comments for some document model / layout classesMiklos Vajna2012-02-158-1/+10
* sw: ww8: ~SwIndexReg assertion:Michael Stahl2012-02-151-2/+1
* add a test case that allows testing of sw's Layout codeMarkus Mohrhard2012-02-143-0/+266
* fdo#45748: Don't use empty pages fo computing the page break positionCédric Bosdonnat2012-02-141-2/+6
* sw: dead code removalThomas Arnhold2012-02-142-103/+0
* Fix int/sal_Int32 ambiguityTor Lillqvist2012-02-141-1/+1
* fdo#44516: Improved label/BC wizard - set paper sizeWinfried Donkers2012-02-1311-213/+363
* testcase for fdo#45543Miklos Vajna2012-02-132-0/+31
* EasyHack: Removed gcc conditionalsAlexander Bergmann2012-02-131-4/+0
* Remove unused codeElton Chung2012-02-132-6/+0
* Header/Footer: don't show in web layout modeIvan Timofeev2012-02-131-0/+1
* Fix typos in commentsElton Chung2012-02-137-7/+7
* always use the *real* visibility of the SwScrollbarIvan Timofeev2012-02-131-3/+1
* sw: add rtf slowcheck test that checks the resulting document modelMiklos Vajna2012-02-135-0/+235
* Header/Footer, Page Break: don't show them in RO mode (fdo#45548)Cédric Bosdonnat2012-02-134-77/+70
* WaE: type name first seen using 'class' now seen using 'struct'Tor Lillqvist2012-02-131-1/+1
* fdo#41712: sw: remove superfluous flag:Michael Stahl2012-02-138-20/+2
* fdo#41712: sw: fix crash in layout frame linked lists:Michael Stahl2012-02-134-2/+24
* fdo#41712: rename members to track down assignmentsMichael Stahl2012-02-135-27/+29
* sw: make LoadSaveTest runnable againMichael Stahl2012-02-131-40/+47
* sw: filters-test.cxx: failed attempt to layout loaded documentsMichael Stahl2012-02-131-0/+55
* sw: ww8: ~SwIndexReg assertion:Michael Stahl2012-02-131-2/+1
* Fix call delete twice on the same variableJulien Nabet2012-02-121-1/+0
* bThumbEnabled is always trueIvan Timofeev2012-02-112-4/+1
* fdo#45908: Cleaning up the tabs too early can cause loopsCédric Bosdonnat2012-02-102-7/+2
* fdo#39491 more of unnecessary include pathsMatúš Kukan2012-02-101-1/+0
* fdo#39491 remove nonexistent include pathsMatúš Kukan2012-02-106-8/+0
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-107-7/+0
* Remove unused codeElton Chung2012-02-108-60/+0
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe2012-02-101-1/+1
* fdo#39006: Fixed layout loopCédric Bosdonnat2012-02-081-27/+16
* Replaced String by rtl::OUString in SvxMacroTakeshi Abe2012-02-093-9/+9
* n#203704 fix RTF export table output for subtablesMiklos Vajna2012-02-082-4/+30
* fdo#35669: Update the references even if nothing uses them hereCédric Bosdonnat2012-02-081-2/+1
* Have SfxItemSet::HasItem take an optional pointer-to-pointer.Kohei Yoshida2012-02-071-3/+3
* SwXText::convertToTextFrame: pSartTableNode -> pStartTableNodeMiklos Vajna2012-02-071-2/+2
* RtfAttributeOutput: use the new SfxItemSet::HasItem()Miklos Vajna2012-02-071-5/+3