summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee16-72/+55
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet2-2/+2
2015-02-03Typo: consequetive->consecutiveJulien Nabet1-6/+6
2015-01-04fdo#79738: Test case for patch that fixes 79738Charu Tyagi1-0/+11
2015-01-04fdo#79738: test document for patch that that fixes 79738Charu Tyagi1-0/+0
2015-01-04changes sidebar: Make the "Action" narrower when we use bitmaps now.Jan Holesovsky1-7/+0
2015-01-04changes sidebar: Use images instead of texts for types of changes in Writer.Jan Holesovsky4-7/+65
2015-01-03sw: fix gcc-4.8 buildMiklos Vajna1-1/+1
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara29-72/+71
2015-01-03Writer::GetBookmarks can return boolMatteo Casalin2-3/+3
2015-01-03sal_uInt16 to more proper typesMatteo Casalin2-4/+4
2015-01-03sal_uInt16 to more proper types, use while instead of for in simple casesMatteo Casalin1-12/+10
2015-01-03Avoid unnecessary downcastMatteo Casalin1-1/+1
2015-01-03fdo#72486 SwWrtShell::SelAll: if in table, then call extended select all ...Miklos Vajna3-9/+35
2015-01-02Fix simple typos.Andrea Gelmini2-2/+2
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann2-2/+2
2015-01-02CppunitTest_sw_ww8export: use SAL_NEWLINE_STRINGMiklos Vajna1-1/+1
2014-12-31Add DocxSdrExport::writeBoxItemLine()Miklos Vajna3-29/+28
2014-12-31Remove extra spacesJulien Nabet1-1/+1
2014-12-30-Werror,-Wconstant-conversionStephan Bergmann2-2/+2
2014-12-30i#93570 DOC import: handle commented text ranges via RES_FLTR_ANNOTATIONMARKMiklos Vajna7-156/+29
2014-12-30i#93570 DOC import: tokenize PlcfAtnBkf and PlcfAtnBklMiklos Vajna2-4/+176
2014-12-30i#93570 sw: add RES_FLTR_ANNOTATIONMARKMiklos Vajna3-3/+14
2014-12-29MSWordExportBase: Value stored to 'bPostponeWritingText' is never readMiklos Vajna1-2/+0
2014-12-28Factor out SwFmtCol::dumpAsXml() from docnodeMiklos Vajna3-7/+39
2014-12-28Factor out SwFmtWrapInfluenceOnObjPos::dumpAsXml() from docnodeMiklos Vajna4-7/+16
2014-12-28Factor out SwFmtFollowTextFlow::dumpAsXml() from coreMiklos Vajna3-5/+15
2014-12-28CppunitTest_sw_odfexport: validate export result, except a fewMiklos Vajna1-0/+17
2014-12-28fdo#83565 addition of wrap left and wrap right to context menuYousuf Philips1-1/+14
2014-12-27fdo#84714 ODT export: write <loext:table> inside <draw:custom-shape>Miklos Vajna3-12/+30
2014-12-27fdo#84714 ODT import: read <loext:table> inside <draw:custom-shape>Miklos Vajna1-1/+3
2014-12-26fdo#81475 rearrangement of writer's frame toolbarYousuf Philips1-8/+14
2014-12-26fdo#87185 rearrange image context menu and add icons to a few entriesYousuf Philips1-4/+6
2014-12-26Cleanup zoomsliderctrl & viewlayoutctrlTomaž Vajngerl1-9/+9
2014-12-26HiDPI: ViewLayout statusbar - scale icons by both dimensionsTomaž Vajngerl1-2/+1
2014-12-25sal_uInt16 to size_tMatteo Casalin6-8/+8
2014-12-25Optimize consecutive token accesses in OUStringsMatteo Casalin1-2/+4
2014-12-25sal_uInt16 to size_tMatteo Casalin11-29/+29
2014-12-25sal_uInt16 to size_tMatteo Casalin8-27/+27
2014-12-25SwNoTxtFrm::nWeight is never readMatteo Casalin2-10/+0
2014-12-24fdo#82041 restore heading 3 and 4 color to automaticV Stuart Foote1-4/+0
2014-12-23coverity#1260296 Unchecked dynamic_castCaolán McNamara3-6/+7
2014-12-23fdo#81475 addition of 'Add Caption' button to table toolbarYousuf Philips1-0/+1
2014-12-23WaE: overriding destructor declaration not explicitly marked 'virtual'Tor Lillqvist1-1/+1
2014-12-23remove duplicated codeBjoern Michaelsen1-24/+3
2014-12-23c-style cast to const_castBjoern Michaelsen1-5/+5
2014-12-23inline stream operator and remove objectBjoern Michaelsen3-30/+4
2014-12-23inline AssignBjoern Michaelsen2-57/+32
2014-12-23inline operator=Bjoern Michaelsen1-2/+28
2014-12-23remove Remove()Bjoern Michaelsen1-4/+2