summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann
2012-05-24convert ResStringArray to rtl::OUStringCaolán McNamara
2012-05-23Use new commands for the file open icons in writer and calc.Kohei Yoshida
2012-05-23fix build, wrong type inside assertCaolán McNamara
2012-05-23Resolves: fdo#48932 super slow typing and scrolling in large documentsCaolán McNamara
2012-05-23Pass document service to the dispatcher when opening file from writer.Kohei Yoshida
2012-05-23testcase for proper .docx ZOrder importLuboš Luňák
2012-05-23fix UNO ZOrder reading, take #2Luboš Luňák
2012-05-23write out the same data to pic:cNvPr like to wp:docPrLuboš Luňák
2012-05-23add libxml forward definitions instead of direct includesMichael Meeks
2012-05-23writer: Make the navigation button less cut off.Jan Holesovsky
2012-05-23status bar: INSRT/OVER -> 'Overwrite' shown only when in overwrite mode.Jan Holesovsky
2012-05-22++I_hate_sal_Int32Luboš Luňák
2012-05-22layout statusbar control: Implemented design by Mirek M.Jan Holesovsky
2012-05-23removed unused temporary rtl::OUStringTakeshi Abe
2012-05-22better check for testcase failureLuboš Luňák
2012-05-22do reuse shape contextLuboš Luňák
2012-05-22convert GetSurroundingText family to OUStringCaolán McNamara
2012-05-19Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2012-05-18can't compare int and sal_Int32 in CPPUNIT_ASSERT_EQUALMarkus Mohrhard
2012-05-18note how to find images using UNO, as it's not exactly easy to find outLuboš Luňák
2012-05-18testcase for part of bnc#705956Luboš Luňák
2012-05-18fd0#40778 - Remove dictionary choice when adding new entryRob Snelders
2012-05-18be more kind to people who have not yet seen the world of UNOLuboš Luňák
2012-05-18WaE: make sw msvc2008 warnings freeCaolán McNamara
2012-05-18testcase for bnc#751077Luboš Luňák
2012-05-18writer UI: Decrease the size of the border around the document.Jan Holesovsky
2012-05-17WaE: 'Impl' defined as a struct here but previously declared as a classTor Lillqvist
2012-05-17sw/qa/extras: add a README explaining how to add new testsMiklos Vajna
2012-05-17fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon
2012-05-15similar to fdo#45592 type for property UNO_NAME_SAVE_FILTER_DATA is wrongNoel Power
2012-05-15fix property type for printoptions fdo#45592Noel Power
2012-05-15convert GetUndoActionComment family to rtl::OUStringCaolán McNamara
2012-05-15fdo#49940 testcaseMiklos Vajna
2012-05-15n#760294 testcaseMiklos Vajna
2012-05-15Work around signed/unsigned warning (old GCC versions), and adapt loop typeStephan Bergmann
2012-05-15use real visibility of SwScrollbar againIvan Timofeev
2012-05-15SwTableAutoFmtTbl: try to fix MSVC tinderbox:Michael Stahl
2012-05-14sw: avoid over-using over-complicated SfxUndoManager::IsUndoEnabledMichael Meeks
2012-05-14sw: try to fix Mac tinderbox SwAuthorityFieldType:Michael Stahl
2012-05-14Fix memory leak from using std::vector for SwTableBoxesMichael Stahl
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin
2012-05-14fix RenameHdl in previous commit:Michael Stahl
2012-05-14Convert SV_DECL_PTRARR_DEL(_SwTableAutoFmtTbl) to boost::ptr_vectorNoel Grandin
2012-05-14Convert SV_DECL_PTRARR(SwEvtLstnrArray) to std::vectorNoel Grandin
2012-05-14Convert SV_DECL_PTRARR(ActionContextArr) to std::dequeNoel Grandin
2012-05-14Convert SV_DECL_PTRARR_DEL(SwAuthDataArr) to boost::ptr_vectorNoel Grandin
2012-05-14Convert V_DECL_PTRARR_DEL(SortKeyArr) to boost::ptr_vectorNoel Grandin
2012-05-14Resolves: fdo#49897 add+use SwDoc::containsUpdatableFieldsCaolán McNamara
2012-05-14Initial ooxml export testMiklos Vajna