summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-23Useless "if else" since we do the same in both casesJulien Nabet1-4/+1
2012-01-24Replaced String by rtl::OUStringTakeshi Abe2-50/+49
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev6-6/+12
2012-01-21SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora1-14/+12
2012-01-21sw: tweak translation 60c8a970dMichael Stahl4-85/+76
2012-01-21SwGlossaries: some cleanupMichael Stahl8-84/+76
2012-01-21sw: rtf filters: use "sw.rtf" for loggingMichael Stahl5-200/+200
2012-01-21SwGlossaryGroupDlg: get rid of pointless empty()Michael Stahl1-87/+66
2012-01-21SwGlossaryGroupDlg: String to OUStringMichael Stahl2-21/+27
2012-01-21SwGlossaryGroupDlg: fix memory leaksMichael Stahl2-64/+44
2012-01-21Improve checking for emptinessThomas Arnhold2-3/+3
2012-01-21Improve checking for emptinessThomas Arnhold1-1/+1
2012-01-21Fix non-DBG_UTIL case.Stephan Bergmann1-1/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann119-234/+230
2012-01-21Fix Possible inefficient checking for 'aChrSetArr' emptinessJulien Nabet1-1/+1
2012-01-21SV_DECL_PTRARR->std::vectorAugust Sodora1-11/+7
2012-01-20More on String to rtl::OUString changes.Kohei Yoshida1-1/+1