summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt
AgeCommit message (Expand)AuthorFilesLines
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza4-9/+9
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-4/+3
2013-04-06SwCrsrShell: rename member variables missing their prefixMiklos Vajna1-2/+2
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2013-03-15Related: #i119125# change XFillBitmapItem to work with GraphicObjectArmin Le Grand1-5/+5
2013-03-11fdo#57950: Removed some chained appends from swMarcos Paulo de Souza1-5/+1
2013-03-01RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-2/+2
2013-02-23sw: rename member variables missing their prefix in ViewShellMiklos Vajna4-25/+25
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-2/+2
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl4-5/+5
2013-02-15sal_Bool to boolTakeshi Abe1-1/+1
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida2-2/+2
2013-02-05sal_Bool to boolTakeshi Abe1-2/+2
2013-01-17Const correct-ness in one place...Kohei Yoshida1-1/+1
2013-01-17Proper construction of the impl class, using initializer.Kohei Yoshida1-3/+3
2013-01-08sal_Bool to boolTakeshi Abe1-2/+2
2012-12-28Some cppcheck cleaning in swJulien Nabet1-3/+2
2012-11-30re-base on ALv2 code. Includes:Michael Meeks7-161/+98
2012-11-25cppCheck: Possible NULL pointer dereferencejailletc361-6/+8
2012-11-24sal_Bool to boolTakeshi Abe8-113/+111
2012-11-20sal_Bool to boolTakeshi Abe1-11/+11
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-25/+16
2012-11-06sal_Bool to boolTakeshi Abe1-2/+2
2012-11-01sal_Bool to boolTakeshi Abe1-1/+1
2012-10-28sal_Bool to boolTakeshi Abe1-4/+4
2012-10-24sal_Bool to boolTakeshi Abe1-2/+2
2012-10-22sal_Bool to boolTakeshi Abe1-4/+4
2012-10-19sal_Bool to boolTakeshi Abe1-3/+3
2012-10-15postfix operator++ -> prefix operator++Luboš Luňák2-3/+3
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák6-28/+28
2012-09-27sal_Bool to boolTakeshi Abe1-13/+12
2012-09-21little cleanup in GetTblSelMichael Stahl1-4/+2
2012-09-21fdo#48692: fix problems with large number of table cells:Michael Stahl2-15/+23
2012-09-21fdo#48692: fix problems with large number of table cells:Michael Stahl1-2/+2
2012-08-30n#777337 SwEditWin::UpdatePointer: fix mouse pointer wrt. background imagesMiklos Vajna1-0/+17
2012-07-30C40_GETPOS is unnecessary nowCaolán McNamara1-2/+2
2012-07-26Convert SV_DECL_VARARR_SORT(_MergePos) to o3tl::sorted_vectorNoel Grandin1-13/+12
2012-07-26Convert SV_DECL_PTRARR_SORT(SwSelBoxes) to o3tl::sorted_vectorNoel Grandin4-88/+48
2012-07-25Convert SV_DECL_PTRARR_SORT(SwTableSortBoxes) to o3tl::sorted_vectorNoel Grandin2-3/+3
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-4/+5
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-1/+1
2012-06-25Convert local vars in lcl_FindStartEndRow from Svptrarr to std::vectorNoel Grandin1-10/+8
2012-06-25Convert GetPageObjs and SetPageObjsNewPages from Svptrarr to std::vectorNoel Grandin1-11/+8
2012-06-25Cleanup SwDoc::GetPageDesc(sal_uInt16) const-ness issuesNoel Grandin1-5/+3
2012-06-21reduce scope and replace some String::CreateFromAsciiCaolán McNamara1-4/+2
2012-06-20Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vectorNoel Grandin2-26/+28
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin3-18/+18
2012-06-09Remove superfluous empty lines on topThomas Arnhold2-4/+0
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin2-22/+19
2012-05-05Resolves: fdo#49342 crash merging cells, revert conversion to std::mapCaolán McNamara4-72/+109