summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2012-05-25Cleanup related to always enabled HTMLMODE_SOME_ABS_POSHarri Pitkänen
2012-05-25language status bar control: Don't set radio buttons for some entries.Jan Holesovsky
2012-05-25status bar: Get rid of STD/BLK/..., and introduce a menu for that instead.Jan Holesovsky
2012-05-25SwFlySaveArr: Apple GCC complains about constructorsMichael Stahl
2012-05-25Followup to fdo#34772: Add resource strings for word-count messagesMuhammad Haggag
2012-05-25fdo#34772 Add word count to the status bar in writerMuhammad Haggag
2012-05-25SwHistory::Move parameter nEnd was unusedMichael Stahl
2012-05-25Convert SV_DECL_PTRARR_DEL(SwpHstry) to std::vectorNoel Grandin
2012-05-25SwCache: fix non-DBGUTIL memory leak in previous commitMichael Stahl
2012-05-25Inline SV_DECL_PTRARR_DEL(SwCacheObjArr) into a std::vectorNoel Grandin
2012-05-25Convert SV_DECL_PTRARR(SwMovedBoxes) to std::vectorNoel Grandin
2012-05-25Convert V_DECL_PTRARR_DEL(SwFlySaveArr) to std::vectorNoel Grandin
2012-05-25fix previous commit:Michael Stahl
2012-05-25Convert SV_DECL_PTRARR_DEL(SwLabRecs) to std::vectorNoel Grandin
2012-05-25Convert SV_DECL_PTRARR_DEL(SwDSParamArr) to boost::ptr_vectorNoel Grandin
2012-05-25Convert SV_DECL_PTRARR_DEL(SwPageDescs) to std::vectorNoel Grandin
2012-05-25Convert SV_DECL_PTRARR_DEL(SwFldTypes) to std::vectorNoel Grandin
2012-05-25Convert SV_DECL_PTRARR_DEL(SwTOXTypes) to std::vectorNoel Grandin
2012-05-25fix DBGUTIL code for previous commitMichael Stahl
2012-05-25Convert SV_DECL_PTRARR_DEL(SwNumRuleTbl) to std::vectorNoel Grandin
2012-05-25Convert SV_DECL_PTRARR(SwOLENodes) to std::vectorNoel Grandin
2012-05-25Convert SV_DECL_PTRARR_DEL(SwGetINetAttrs) to boost::ptr_vectorNoel Grandin
2012-05-25Convert SV_DECL_PTRARR_SORT_VISIBILITY(SwPosFlyFrms) to std::setNoel Grandin
2012-05-25Convert SV_DECL_PTRARR_DEL(SwRubyList) to boost::ptr_vectorNoel Grandin
2012-05-25Convert SV_DECL_PTRARR(SwSections) to std::vectorNoel Grandin
2012-05-25Convert SV_DECL_PTRARR(SwSortKeys) to std::vectorNoel Grandin
2012-05-24testcases for bnc#652364 and bnc#750255 for .docx tooLuboš Luňák
2012-05-24testcases for bnc#652364 and bnc#750255Luboš Luňák
2012-05-24column break without columns seems to be a page break (bnc#750255)Luboš Luňák
2012-05-24removed unused const char[]Takeshi Abe
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