summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno
AgeCommit message (Expand)AuthorFilesLines
2013-08-07compatibility setting for MS Word wrapping text in less space (bnc#822908)Luboš Luňák1-0/+14
2013-02-05fdo#59426: Don't try to repair package during flat detection phase.Kohei Yoshida1-0/+7
2013-01-08Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2013-01-08n#793998 sw: add TabOverMargin compat modeMiklos Vajna1-1/+15
2013-01-05rhbz#890080: crash in SwXTextDocument::getRendererCountMichael Stahl1-1/+4
2012-12-03API CHANGE: remove com.sun.star.util.XArchiverMichael Stahl1-1/+0
2012-11-30API CHANGE: remove service com.sun.star.text.PrintPreviewSettingsMichael Stahl1-2/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks19-446/+335
2012-11-29optional ppFlt argument never usedCaolán McNamara1-1/+1
2012-11-22sw: remove WorkaroundForB6375613Michael Stahl1-14/+0
2012-11-19use LanguageTagEike Rathke1-2/+2
2012-10-30fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin1-26/+22
2012-10-30sal_Bool to boolTakeshi Abe1-1/+1
2012-10-16sal_Bool to boolTakeshi Abe1-7/+7
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák4-11/+11
2012-10-10sal_Bool to boolTakeshi Abe1-2/+2
2012-10-08SwXTextDocument::getFlatParagraphIterator: fix crash:Michael Stahl1-0/+6
2012-09-26rhbz#827695: sw: prevent crashes after incomplete print:Michael Stahl1-8/+18
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
2012-09-20Sprinkle some staticness to avoid duplicate symbols when DISABLE_DYNLOADINGTor Lillqvist1-6/+6
2012-09-12n#778133 sw: add BackgroundParaOverDrawings compat flagMiklos Vajna1-0/+14
2012-09-06read support for docx w:embedTrueTypeFonts/w:embedSystemFontsLuboš Luňák1-1/+27
2012-09-04n#775270: clip pictures instead of scaling they don't fitCédric Bosdonnat1-1/+15
2012-08-23n#775899 sw: add FloattableNomargins compat flagMiklos Vajna1-1/+15
2012-08-20fdo#53175: Don't load the default values of the styles in writerfilterCédric Bosdonnat1-1/+15
2012-08-07remove empty ascii boxes and stuffThomas Arnhold1-4/+0
2012-07-28Use memcmp insteadof rtl_compareMemory in swArnaud Versini4-6/+6
2012-07-25delete svl/svstdarr.hxxMichael Stahl1-1/+0
2012-07-25Convert SV_DECL_PTRARR_SORT(SwOutlineNodes) to o3tl::sorted_vectorNoel Grandin1-3/+3
2012-07-09some UniString->rtl::OUStringCaolán McNamara2-3/+3
2012-07-03ditch String::CreateFromAsciiCaolán McNamara4-20/+19
2012-06-29Remove some unused defines and controlsThomas Arnhold1-2/+0
2012-06-29Remove some more include guardsThomas Arnhold1-3/+1
2012-06-25Change unnecessary pointer dereferenceMaxime de Roucy1-1/+1
2012-06-21re-base on ALv2 code.Michael Meeks2-49/+31
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-2/+2
2012-06-18removed unused forward declarations of classTakeshi Abe1-8/+0
2012-06-15Remove some PCH leftoversThomas Arnhold1-4/+0
2012-06-15move zoomitem from svx to sfx2Tim Hardeck1-1/+1
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin1-1/+1
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-2/+2
2012-06-09Remove superfluous empty lines on topThomas Arnhold5-10/+0
2012-06-09Remove superfluous include commentsThomas Arnhold2-3/+0
2012-06-02targeted string re-workNorbert Thiebaud2-18/+17
2012-06-01targeted string re-workNorbert Thiebaud1-3/+3
2012-05-25Convert SV_DECL_PTRARR_DEL(SwRubyList) to boost::ptr_vectorNoel Grandin1-3/+3
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-1/+1
2012-05-14Convert SV_DECL_PTRARR(SwEvtLstnrArray) to std::vectorNoel Grandin1-2/+2
2012-05-14Convert SV_DECL_PTRARR(ActionContextArr) to std::dequeNoel Grandin1-5/+5
2012-04-24SwXTextView: use cppu::OInterfaceContainerHelperMichael Stahl1-43/+26