summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2012-02-13EasyHack: Removed gcc conditionalsAlexander Bergmann1-4/+0
2012-02-13Remove unused codeElton Chung2-6/+0
2012-02-13Header/Footer: don't show in web layout modeIvan Timofeev1-0/+1
2012-02-13Fix typos in commentsElton Chung7-7/+7
2012-02-13always use the *real* visibility of the SwScrollbarIvan Timofeev1-3/+1
2012-02-13sw: add rtf slowcheck test that checks the resulting document modelMiklos Vajna5-0/+235
2012-02-13Header/Footer, Page Break: don't show them in RO mode (fdo#45548)Cédric Bosdonnat4-77/+70
2012-02-13WaE: type name first seen using 'class' now seen using 'struct'Tor Lillqvist1-1/+1
2012-02-13fdo#41712: sw: remove superfluous flag:Michael Stahl8-20/+2
2012-02-13fdo#41712: sw: fix crash in layout frame linked lists:Michael Stahl4-2/+24
2012-02-13fdo#41712: rename members to track down assignmentsMichael Stahl5-27/+29
2012-02-13sw: make LoadSaveTest runnable againMichael Stahl1-40/+47
2012-02-13sw: filters-test.cxx: failed attempt to layout loaded documentsMichael Stahl1-0/+55
2012-02-13sw: ww8: ~SwIndexReg assertion:Michael Stahl1-2/+1
2012-02-12Fix call delete twice on the same variableJulien Nabet1-1/+0
2012-02-11bThumbEnabled is always trueIvan Timofeev2-4/+1
2012-02-10fdo#45908: Cleaning up the tabs too early can cause loopsCédric Bosdonnat2-7/+2
2012-02-10fdo#39491 more of unnecessary include pathsMatúš Kukan1-1/+0
2012-02-10fdo#39491 remove nonexistent include pathsMatúš Kukan6-8/+0
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan7-7/+0
2012-02-10Remove unused codeElton Chung8-60/+0
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe1-1/+1
2012-02-08fdo#39006: Fixed layout loopCédric Bosdonnat1-27/+16
2012-02-09Replaced String by rtl::OUString in SvxMacroTakeshi Abe3-9/+9
2012-02-08n#203704 fix RTF export table output for subtablesMiklos Vajna2-4/+30
2012-02-08fdo#35669: Update the references even if nothing uses them hereCédric Bosdonnat1-2/+1
2012-02-07Have SfxItemSet::HasItem take an optional pointer-to-pointer.Kohei Yoshida1-3/+3
2012-02-07SwXText::convertToTextFrame: pSartTableNode -> pStartTableNodeMiklos Vajna1-2/+2
2012-02-07RtfAttributeOutput: use the new SfxItemSet::HasItem()Miklos Vajna1-5/+3
2012-02-07sw: undobj.cxx: deploy some assertsMichael Stahl1-18/+17
2012-02-07fdo#38745: fix hilariously stupid stack guards:Michael Stahl1-2/+2
2012-02-06RtfSdrExport::StartShape: replace "75"Michael Stahl1-1/+1
2012-02-06fdo#45045 fox context sensitive help for Word Count dialogAndras Timar1-0/+2
2012-02-06typoAndras Timar1-1/+1
2012-02-06Attempt to disable database connectivity for iOS for nowTor Lillqvist1-1/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-05fdo#42656 fix RTF export of picture frame shape typeMiklos Vajna4-7/+51
2012-02-05Related: fdo#42656 implement RTF export of fillType shape propertyMiklos Vajna1-0/+3
2012-02-04add missing README to animation, sc, sd, slideshow, starmath, swJosh Heidenreich1-0/+1
2012-02-03fdo#45115: SwXTextTable: fix setting bordersMichael Stahl1-1/+1
2012-02-03Fix iterator erase management (thank you Stephan)Julien Nabet1-2/+5
2012-02-03Replaced String by rtl::OUStringTakeshi Abe1-1/+1
2012-02-02fdo#37024: SwView::SwView: fix BROWSE_MODE setting:Michael Stahl1-1/+1
2012-02-01Some cppcheck cleaningJulien Nabet1-8/+2
2012-01-31Get the whole thing to build after the method sig change in SdrObject.Kohei Yoshida2-4/+4
2012-01-31add explicit empty SwTblBoxFormula destructor to fix armel build...Rene Engelhard1-0/+1
2012-01-31SWAPLONG->OSL_BIGENDIANCaolán McNamara2-4/+4
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann3-14/+5
2012-01-31fdo#44836: Hide all the page breaks of the pages before the first visible oneCédric Bosdonnat1-0/+16
2012-01-31only call ClrContour for contour wrapped drawing objectsAndreas Schierl1-1/+3