summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2012-07-31convert SwSortElements to boost::ptr_multisetMichael Stahl1-18/+25
2012-07-31SwHTMLPosFlyFrms: fix STL conversion:Michael Stahl1-1/+1
2012-07-31SwContentArr: fix STL conversion:Michael Stahl1-1/+3
2012-07-31SwHTMLPosFlyFrms: fix STL conversion:Michael Stahl1-1/+6
2012-07-31_SwRedlineTbl: fix STL conversion:Michael Stahl1-1/+4
2012-07-31_SetGetExpFlds: this looks simpler with upper_boundMichael Stahl1-14/+8
2012-07-31SwpHintsArray: deploy some assertsMichael Stahl1-8/+4
2012-07-31fix some problems in previous STL conversion:Michael Stahl2-23/+27
2012-07-31sw: convert SwpHtStart SwpHtEnd to sorted_vectorNoel Grandin2-102/+49
2012-07-31SwRedlineItr: convert to STLMichael Stahl2-7/+7
2012-07-31n#772094: pictures was eaten by document default LR settingsCédric Bosdonnat1-0/+4
2012-07-31sw: fixed a few commentsCédric Bosdonnat1-13/+4
2012-07-31sw layout dump: fix wrong output for SwNoTxtFrmCédric Bosdonnat1-1/+1
2012-07-30First step to change sorted vector with LookupTree for word autocompletion.Tomaž Vajngerl4-37/+39
2012-07-30add in some more filter testsCaolán McNamara2-0/+0
2012-07-30rather pointless cast to longCaolán McNamara1-2/+2
2012-07-30split foul SwSortElement::operator< into a keycompare methodCaolán McNamara2-37/+45
2012-07-30const up SwSortElement::operator*Caolán McNamara2-4/+4
2012-07-30move SwSortElements to .cxxCaolán McNamara2-6/+6
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara19-25/+1
2012-07-30C40_GETPOS is unnecessary nowCaolán McNamara6-24/+24
2012-07-30ditch SV_DECL_PTRARR_SORT_DELCaolán McNamara1-4/+0
2012-07-30Related: fdo#36089 improve import of EQ field in writerfilterMiklos Vajna2-0/+17
2012-07-30Typo ressource -> resourceStephan Bergmann15-18/+18
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen6-8/+0
2012-07-29Convert InsCaptionOptArr to boost::ptr_vectorCaolán McNamara3-24/+19
2012-07-29Partially revert "Remove unused defines"Thomas Arnhold1-0/+7
2012-07-28update comments about SvPtrArrCaolán McNamara4-5/+4
2012-07-28Use memcmp insteadof rtl_compareMemory in swArnaud Versini19-25/+25
2012-07-28fix STL conversion 3ae618f9e4c34d5f6f10d953e3fb074018001748:Michael Stahl1-4/+5
2012-07-27fdo#48033 fix RTF import of pictures inside table cellsMiklos Vajna2-0/+48
2012-07-27convert SvxMSDffShapeInfos to sorted_vectorNoel Grandin1-3/+3
2012-07-27warning C4804: unsafe use of type 'bool'Michael Stahl1-1/+1
2012-07-27warning C4018: '>': signed/unsigned mismatchMichael Stahl1-1/+1
2012-07-27sw: fix some warningsMichael Stahl10-15/+33
2012-07-27some tweaks in RTF filterMichael Stahl5-10/+43
2012-07-27SmOoxmlImport::handleR: escape brackets in math runsMiklos Vajna3-0/+13
2012-07-27fix import of nested RTF_MF groupsMiklos Vajna2-0/+21
2012-07-27add RtfAttributeOutput::FlyFrameOLEReplacementMiklos Vajna2-103/+30
2012-07-27implement import/export of RTF_MMATHPICTMiklos Vajna2-5/+39
2012-07-27SmRtfExport: get current encoding from Writer instead of assuming the defaultMiklos Vajna1-1/+1
2012-07-27android: get ucpchelp1 conditionals right.Michael Meeks3-5/+3
2012-07-27test RTF_M{RAD,SEPCHR,SSUB,F}Miklos Vajna5-0/+481
2012-07-27test rtf import/export of math placeholdersMiklos Vajna2-0/+35
2012-07-27test RTF_M{NARY,LIMUPP,STRIKEH}Miklos Vajna4-0/+221
2012-07-27test RTF_M{LIM,M,BOX}Miklos Vajna5-2/+1430
2012-07-26Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vectorNoel Grandin44-192/+214
2012-07-26Convert SV_DECL_PTRARR_SORT(SwBlockNames) to o3tl::sorted_vectorNoel Grandin4-37/+47
2012-07-26Convert SV_DECL_VARARR_SORT(_MergePos) to o3tl::sorted_vectorNoel Grandin1-13/+12
2012-07-26Convert SV_DECL_VARARR_SORT(_CpyTabFrms) to o3tl::sorted_vectorNoel Grandin1-19/+24