summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-31ClrContourCache for SwAnchoredDrawObjectsAndreas Schierl1-0/+3
2012-01-30Don't need a break after a throwJulien Nabet1-2/+0
2012-01-30query remaining stream size after seeking, not before (fdo#45255)Luboš Luňák1-9/+9
2012-01-30fdo#35669: more robust references mergingCédric Bosdonnat1-2/+4
2012-01-30fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin3-5/+5
2012-01-30refactor ConvertLineEndCaolán McNamara11-38/+28
2012-01-30use SAL_CALL - fix bulid in msvcKorrawit Pruegsanusak1-2/+2
2012-01-30Fixed cppheader.xsl nillable treatment.Stephan Bergmann1-1/+2
2012-01-30remove '#define UNOOUSTRING ::rtl::OUString'Ivan Timofeev2-10/+10
2012-01-30remove '#define OUSTRING ::rtl::OUString'Ivan Timofeev2-3/+2
2012-01-27Skip Library_vbaswobj for iOSTor Lillqvist1-1/+8
2012-01-27sal log area ".doc" -> "sw.ww8", to be consistent with the styleLuboš Luňák1-2/+2
2012-01-27Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann7-52/+14
2012-01-27Revert "Removed list and numbering paragraph styles and related option page"Cédric Bosdonnat18-2/+1386
2012-01-27fdo#38542: sw: ODF import: prevent border width overriding:Michael Stahl1-16/+21
2012-01-27fdo#38542: sw: ODF import: divide width by 3 for "double" bordersMichael Stahl1-0/+4
2012-01-26fdo#35669: properly merge ref fields in master documentsCédric Bosdonnat1-15/+22
2012-01-26Revert "Page Breaks: IsLeaveWindow() is unreliable, we do not need it here."Cédric Bosdonnat1-6/+16
2012-01-26Deleting a null pointer is safeTakeshi Abe3-10/+4
2012-01-25Replace SourceViewConfig with (simplified) direct configuration access.Stephan Bergmann2-25/+82
2012-01-25WaE: int and long confusionTor Lillqvist1-2/+2
2012-01-25fdo#43869 use the old rtf importer for pasteMiklos Vajna1-0/+6
2012-01-25optimized zoom to use more common intervalsTim Hardeck1-4/+3
2012-01-24use read_lenPrefixed_uInt16s_ToOUString instead of hand-rolled loopsCaolán McNamara2-8/+5
2012-01-24all direct OUString readers are current little endian streamsCaolán McNamara5-23/+23
2012-01-24order database properties so that opening it in writer works (bnc#740032)Luboš Luňák2-1/+35