summaryrefslogtreecommitdiff
path: root/sw/inc
AgeCommit message (Expand)AuthorFilesLines
2012-05-28Translate German comments in sw/inc/swscanner.hxxPhilipp Riemer1-2/+2
2012-05-28Translate German comment in sw/inc/docufld.hxxPhilipp Riemer1-1/+1
2012-05-28Fix German "adjust left margin" comment in multiple files in sw/{inc/,source/...Philipp Riemer2-7/+6
2012-05-25fdo#34772 Add word count to the status bar in writerMuhammad Haggag1-0/+1
2012-05-25Convert SV_DECL_PTRARR_DEL(SwDSParamArr) to boost::ptr_vectorNoel Grandin1-2/+2
2012-05-25Convert SV_DECL_PTRARR_DEL(SwPageDescs) to std::vectorNoel Grandin1-3/+7
2012-05-25Convert SV_DECL_PTRARR_DEL(SwFldTypes) to std::vectorNoel Grandin1-3/+6
2012-05-25Convert SV_DECL_PTRARR_DEL(SwTOXTypes) to std::vectorNoel Grandin1-2/+6
2012-05-25Convert SV_DECL_PTRARR_DEL(SwNumRuleTbl) to std::vectorNoel Grandin1-3/+7
2012-05-25Convert SV_DECL_PTRARR(SwOLENodes) to std::vectorNoel Grandin1-2/+2
2012-05-25Convert SV_DECL_PTRARR_DEL(SwGetINetAttrs) to boost::ptr_vectorNoel Grandin1-1/+2
2012-05-25Convert SV_DECL_PTRARR_SORT_VISIBILITY(SwPosFlyFrms) to std::setNoel Grandin1-2/+2
2012-05-25Convert SV_DECL_PTRARR_DEL(SwRubyList) to boost::ptr_vectorNoel Grandin1-2/+2
2012-05-25Convert SV_DECL_PTRARR(SwSections) to std::vectorNoel Grandin1-1/+2
2012-05-25Convert SV_DECL_PTRARR(SwSortKeys) to std::vectorNoel Grandin1-1/+2
2012-05-23add libxml forward definitions instead of direct includesMichael Meeks1-3/+1
2012-05-18writer UI: Decrease the size of the border around the document.Jan Holesovsky1-1/+1
2012-05-17WaE: 'Impl' defined as a struct here but previously declared as a classTor Lillqvist1-1/+1
2012-05-17fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon2-1/+3
2012-05-15SwTableAutoFmtTbl: try to fix MSVC tinderbox:Michael Stahl2-7/+18
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin1-1/+12
2012-05-14Convert SV_DECL_PTRARR_DEL(_SwTableAutoFmtTbl) to boost::ptr_vectorNoel Grandin1-2/+1
2012-05-14Convert SV_DECL_PTRARR(SwEvtLstnrArray) to std::vectorNoel Grandin1-1/+2
2012-05-14Convert SV_DECL_PTRARR(ActionContextArr) to std::dequeNoel Grandin1-2/+1
2012-05-14Convert SV_DECL_PTRARR_DEL(SwAuthDataArr) to boost::ptr_vectorNoel Grandin1-3/+2
2012-05-14Convert V_DECL_PTRARR_DEL(SortKeyArr) to boost::ptr_vectorNoel Grandin1-6/+3
2012-05-14Resolves: fdo#49897 add+use SwDoc::containsUpdatableFieldsCaolán McNamara1-0/+1
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara1-2/+2
2012-05-05Resolves: fdo#49342 crash merging cells, revert conversion to std::mapCaolán McNamara3-46/+6
2012-05-03remove obsolete READ_OLDVERS table autoformat codeMichael Stahl1-10/+0
2012-05-03fdo#31005 Table Autoformats do not save/apply all propertiesMuhammad Haggag3-4/+88
2012-05-02finish handling of w:pStyle in numbering (bnc#751028)Luboš Luňák2-3/+5
2012-05-02Remove GoPrevSentence indicated in unusedJulien Nabet1-1/+0
2012-05-01Related: fdo#49208 don't copy string if we can reuse the originalCaolán McNamara1-1/+6
2012-04-30WaE: unsafe mix of sal_Bool and boolCaolán McNamara1-1/+1
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-1/+1
2012-04-25Convert SV_DECL_PTRARR_DEL(SwColumns) to boost::ptr_vectorNoel Grandin1-4/+4
2012-04-25Convert SV_DECL_PTRARR_DEL(SwSelUnions) to boost::ptr_vectorNoel Grandin1-1/+3
2012-04-25Remove data structures there dead i.e. not doing any actual workNoel Grandin2-9/+2
2012-04-25Convert SV_DECL_PTRARR(SwChartBoxes) to std::vectorNoel Grandin1-1/+1
2012-04-25Convert SV_DECL_PTRARR_DEL(SwChartLines) to boost::ptr_vectorNoel Grandin2-1/+2
2012-04-25_FndBoxes was a PTRARR_DEL so use ptr_vectorMichael Stahl1-1/+1
2012-04-25Convert SV_DECL_PTRARR_DEL(_FndLines) to boost::ptr_vectorNoel Grandin1-1/+2
2012-04-25Convert SV_DECL_PTRARR(_FndBox*) to std::vectorNoel Grandin1-1/+1
2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák3-5/+3
2012-04-15writer redlining unit test starts to do something usefulMichael Meeks1-1/+1
2012-04-11UniString->rtl::OUStringCaolán McNamara1-1/+1
2012-04-10move include out of editsh.hxxMichael Stahl1-1/+0
2012-04-07do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák3-3/+5
2012-04-06optional argument is always providedCaolán McNamara1-9/+3