summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* fdo#45115: SwXTextTable: fix setting bordersMichael Stahl2012-02-031-1/+1
* Fix iterator erase management (thank you Stephan)Julien Nabet2012-02-031-2/+5
* Replaced String by rtl::OUStringTakeshi Abe2012-02-031-1/+1
* fdo#37024: SwView::SwView: fix BROWSE_MODE setting:Michael Stahl2012-02-021-1/+1
* Some cppcheck cleaningJulien Nabet2012-02-011-8/+2
* Get the whole thing to build after the method sig change in SdrObject.Kohei Yoshida2012-01-312-4/+4
* add explicit empty SwTblBoxFormula destructor to fix armel build...Rene Engelhard2012-01-311-0/+1
* SWAPLONG->OSL_BIGENDIANCaolán McNamara2012-01-312-4/+4
* Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann2012-01-313-14/+5
* fdo#44836: Hide all the page breaks of the pages before the first visible oneCédric Bosdonnat2012-01-311-0/+16
* only call ClrContour for contour wrapped drawing objectsAndreas Schierl2012-01-311-1/+3
* ClrContourCache for SwAnchoredDrawObjectsAndreas Schierl2012-01-311-0/+3
* Don't need a break after a throwJulien Nabet2012-01-301-2/+0
* query remaining stream size after seeking, not before (fdo#45255)Luboš Luňák2012-01-301-9/+9
* fdo#35669: more robust references mergingCédric Bosdonnat2012-01-301-2/+4
* fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin2012-01-303-5/+5
* refactor ConvertLineEndCaolán McNamara2012-01-3011-38/+28
* use SAL_CALL - fix bulid in msvcKorrawit Pruegsanusak2012-01-301-2/+2
* Fixed cppheader.xsl nillable treatment.Stephan Bergmann2012-01-301-1/+2
* remove '#define UNOOUSTRING ::rtl::OUString'Ivan Timofeev2012-01-302-10/+10
* remove '#define OUSTRING ::rtl::OUString'Ivan Timofeev2012-01-302-3/+2
* Skip Library_vbaswobj for iOSTor Lillqvist2012-01-271-1/+8
* sal log area ".doc" -> "sw.ww8", to be consistent with the styleLuboš Luňák2012-01-271-2/+2
* Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann2012-01-277-52/+14
* Revert "Removed list and numbering paragraph styles and related option page"Cédric Bosdonnat2012-01-2718-2/+1386
* fdo#38542: sw: ODF import: prevent border width overriding:Michael Stahl2012-01-271-16/+21
* fdo#38542: sw: ODF import: divide width by 3 for "double" bordersMichael Stahl2012-01-271-0/+4
* fdo#35669: properly merge ref fields in master documentsCédric Bosdonnat2012-01-261-15/+22
* Revert "Page Breaks: IsLeaveWindow() is unreliable, we do not need it here."Cédric Bosdonnat2012-01-261-6/+16
* Deleting a null pointer is safeTakeshi Abe2012-01-263-10/+4
* Replace SourceViewConfig with (simplified) direct configuration access.Stephan Bergmann2012-01-252-25/+82
* WaE: int and long confusionTor Lillqvist2012-01-251-2/+2
* fdo#43869 use the old rtf importer for pasteMiklos Vajna2012-01-251-0/+6
* optimized zoom to use more common intervalsTim Hardeck2012-01-251-4/+3
* use read_lenPrefixed_uInt16s_ToOUString instead of hand-rolled loopsCaolán McNamara2012-01-242-8/+5
* all direct OUString readers are current little endian streamsCaolán McNamara2012-01-245-23/+23
* order database properties so that opening it in writer works (bnc#740032)Luboš Luňák2012-01-242-1/+35
* Useless "if else" since we do the same in both casesJulien Nabet2012-01-231-4/+1
* Replaced String by rtl::OUStringTakeshi Abe2012-01-242-50/+49
* add the "Send Feedback..." help menu itemIvan Timofeev2012-01-236-6/+12
* SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora2012-01-211-14/+12
* sw: tweak translation 60c8a970dMichael Stahl2012-01-214-85/+76
* SwGlossaries: some cleanupMichael Stahl2012-01-218-84/+76
* sw: rtf filters: use "sw.rtf" for loggingMichael Stahl2012-01-215-200/+200
* SwGlossaryGroupDlg: get rid of pointless empty()Michael Stahl2012-01-211-87/+66
* SwGlossaryGroupDlg: String to OUStringMichael Stahl2012-01-212-21/+27
* SwGlossaryGroupDlg: fix memory leaksMichael Stahl2012-01-212-64/+44
* Improve checking for emptinessThomas Arnhold2012-01-212-3/+3
* Improve checking for emptinessThomas Arnhold2012-01-211-1/+1
* Fix non-DBG_UTIL case.Stephan Bergmann2012-01-211-1/+1