summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* Remove unused include filesThomas Arnhold2012-06-2710-830/+0
* Remove commented out code (includes)Thomas Arnhold2012-06-272-4/+0
* hrc cleanup: Remove commented out codeThomas Arnhold2012-06-272-47/+0
* Reduce newline bloat at eofThomas Arnhold2012-06-2781-1835/+0
* Get rid of annoying IAccessibility2 commentsThomas Arnhold2012-06-2715-33/+2
* fdo#48335 testcaseMiklos Vajna2012-06-273-0/+32
* fdo#48335 RTF export: avoid fake page breaks on page style changesMiklos Vajna2012-06-273-2/+10
* RtfAttributeOutput::SectionType: don't try to dump break code as charMiklos Vajna2012-06-271-1/+1
* fdo#44602 Modeless word count window hides when user clicks into a noteMuhammad Haggag2012-06-261-0/+1
* fdo#48335 don't export zoom factor when zoom type is not percentMiklos Vajna2012-06-261-1/+1
* fdo#48335 RTF export: don't try to end not started runsMiklos Vajna2012-06-262-2/+7
* n#766487 testcasesMiklos Vajna2012-06-262-0/+35
* re-base on ALv2 code.Michael Meeks2012-06-261-23/+12
* change lcl_SetDfltBoxAttr to use a std::mapMichael Stahl2012-06-251-25/+20
* remove some unnecessary but harmless vector(0)Michael Stahl2012-06-253-5/+3
* Convert fields in class SwUpdFtnEndNtAtEnd from Svptrarr to std::vectorNoel Grandin2012-06-252-7/+6
* Convert local var from Svptrarr to std::vectorNoel Grandin2012-06-251-5/+4
* Convert class _SplitTable_Para from using Svptrarr to std::mapNoel Grandin2012-06-251-22/+17
* Convert code from Svptrarr to std::vectorNoel Grandin2012-06-251-40/+48
* Convert SwDoc::UnProtectCells to use std::vectorNoel Grandin2012-06-251-6/+6
* Convert CollectLines methods from Svptrarr to std::vectorNoel Grandin2012-06-251-52/+50
* Convert CollectCells methods from Svptrarr to std::vectorNoel Grandin2012-06-251-13/+16
* Convert methods in SwTblFmtCmp from Svptrarr to std:vectorNoel Grandin2012-06-251-21/+27
* Convert SwNode2LayImpl::pUpperFrms field from Svptrarr to std::vectorNoel Grandin2012-06-251-12/+12
* Convert local method lcl_GetLayTree from using Svptrarr to std::vectorNoel Grandin2012-06-251-10/+9
* Convert local vars in lcl_FindStartEndRow from Svptrarr to std::vectorNoel Grandin2012-06-251-10/+8
* Remove unnecessary forward declarationNoel Grandin2012-06-251-1/+0
* Convert SwTOXBaseSection::UpdatePageNum param from Svptrarr to std::vectorNoel Grandin2012-06-252-8/+7
* Convert SwShareBoxFmt and SwShareBoxFmts from Svptrarr to std::vectorNoel Grandin2012-06-252-19/+17
* Convert methods in ftnbos.hxx from Svptrarr to std::vectorNoel Grandin2012-06-253-30/+32
* Convert local variable from Svptrarr to std::vectorNoel Grandin2012-06-251-11/+10
* fix previous commit:Michael Stahl2012-06-251-33/+44
* Convert class SwOLELRUCache from Svptrarr to std::dequeNoel Grandin2012-06-251-20/+19
* Convert some local methods from Svptrarr to std::vector<SwFmt*>Noel Grandin2012-06-251-13/+14
* Remove unused header file fltglbls.hxxNoel Grandin2012-06-251-115/+0
* fix previous commit:Michael Stahl2012-06-251-2/+3
* Convert SvPtrarr aBoxArr to std::deque<SwTableBox*>Noel Grandin2012-06-251-13/+6
* Convert pFrmFmts member from Svptrarr to std::vectorNoel Grandin2012-06-252-6/+7
* Convert SwRTFParser::RemoveUnusedNumRules from Svptrarr top std::vectorNoel Grandin2012-06-251-8/+8
* Remove unused member aTblFmtsNoel Grandin2012-06-253-14/+0
* Convert aRubyCharFmts member from Svptrarr to std:vectorNoel Grandin2012-06-252-6/+5
* Convert aTOXArr member from Svptrarr to std::vectorNoel Grandin2012-06-253-8/+10
* Convert aCntnt member from Svptrar to std::vectorNoel Grandin2012-06-253-15/+16
* Convert aChrTxtAtrArr from Svptrarr to std::vectorNoel Grandin2012-06-252-20/+16
* Clean up usage of aChrSetArr std::vector, no point in not being type-safeNoel Grandin2012-06-252-2/+2
* Convert GetPageObjs and SetPageObjsNewPages from Svptrarr to std::vectorNoel Grandin2012-06-253-15/+12
* Convert Svptrarr usage to std::vectorNoel Grandin2012-06-251-37/+32
* Cleanup SwDoc::GetPageDesc(sal_uInt16) const-ness issuesNoel Grandin2012-06-2535-113/+77
* Convert SvPtrarr to std::vector<SwProgress*>Noel Grandin2012-06-251-9/+8
* fix previous commit:Michael Stahl2012-06-252-4/+3