summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet2015-01-042-2/+2
* Typo: consequetive->consecutiveJulien Nabet2015-02-031-6/+6
* fdo#79738: Test case for patch that fixes 79738Charu Tyagi2015-01-041-0/+11
* fdo#79738: test document for patch that that fixes 79738Charu Tyagi2015-01-041-0/+0
* changes sidebar: Make the "Action" narrower when we use bitmaps now.Jan Holesovsky2015-01-041-7/+0
* changes sidebar: Use images instead of texts for types of changes in Writer.Jan Holesovsky2015-01-044-7/+65
* sw: fix gcc-4.8 buildMiklos Vajna2015-01-031-1/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-0329-72/+71
* Writer::GetBookmarks can return boolMatteo Casalin2015-01-032-3/+3
* sal_uInt16 to more proper typesMatteo Casalin2015-01-032-4/+4
* sal_uInt16 to more proper types, use while instead of for in simple casesMatteo Casalin2015-01-031-12/+10
* Avoid unnecessary downcastMatteo Casalin2015-01-031-1/+1
* fdo#72486 SwWrtShell::SelAll: if in table, then call extended select all ...Miklos Vajna2015-01-033-9/+35
* Fix simple typos.Andrea Gelmini2015-01-022-2/+2
* Remove unnecessary comphelper::string::getTokenStephan Bergmann2015-01-022-2/+2
* CppunitTest_sw_ww8export: use SAL_NEWLINE_STRINGMiklos Vajna2015-01-021-1/+1
* Add DocxSdrExport::writeBoxItemLine()Miklos Vajna2014-12-313-29/+28
* Remove extra spacesJulien Nabet2014-12-311-1/+1
* -Werror,-Wconstant-conversionStephan Bergmann2014-12-302-2/+2
* i#93570 DOC import: handle commented text ranges via RES_FLTR_ANNOTATIONMARKMiklos Vajna2014-12-307-156/+29
* i#93570 DOC import: tokenize PlcfAtnBkf and PlcfAtnBklMiklos Vajna2014-12-302-4/+176
* i#93570 sw: add RES_FLTR_ANNOTATIONMARKMiklos Vajna2014-12-303-3/+14
* MSWordExportBase: Value stored to 'bPostponeWritingText' is never readMiklos Vajna2014-12-291-2/+0
* Factor out SwFmtCol::dumpAsXml() from docnodeMiklos Vajna2014-12-283-7/+39
* Factor out SwFmtWrapInfluenceOnObjPos::dumpAsXml() from docnodeMiklos Vajna2014-12-284-7/+16
* Factor out SwFmtFollowTextFlow::dumpAsXml() from coreMiklos Vajna2014-12-283-5/+15
* CppunitTest_sw_odfexport: validate export result, except a fewMiklos Vajna2014-12-281-0/+17
* fdo#83565 addition of wrap left and wrap right to context menuYousuf Philips2014-12-281-1/+14
* fdo#84714 ODT export: write <loext:table> inside <draw:custom-shape>Miklos Vajna2014-12-273-12/+30
* fdo#84714 ODT import: read <loext:table> inside <draw:custom-shape>Miklos Vajna2014-12-271-1/+3
* fdo#81475 rearrangement of writer's frame toolbarYousuf Philips2014-12-261-8/+14
* fdo#87185 rearrange image context menu and add icons to a few entriesYousuf Philips2014-12-261-4/+6
* Cleanup zoomsliderctrl & viewlayoutctrlTomaž Vajngerl2014-12-261-9/+9
* HiDPI: ViewLayout statusbar - scale icons by both dimensionsTomaž Vajngerl2014-12-261-2/+1
* sal_uInt16 to size_tMatteo Casalin2014-12-256-8/+8
* Optimize consecutive token accesses in OUStringsMatteo Casalin2014-12-251-2/+4
* sal_uInt16 to size_tMatteo Casalin2014-12-2511-29/+29
* sal_uInt16 to size_tMatteo Casalin2014-12-258-27/+27
* SwNoTxtFrm::nWeight is never readMatteo Casalin2014-12-252-10/+0
* fdo#82041 restore heading 3 and 4 color to automaticV Stuart Foote2014-12-241-4/+0
* coverity#1260296 Unchecked dynamic_castCaolán McNamara2014-12-233-6/+7
* fdo#81475 addition of 'Add Caption' button to table toolbarYousuf Philips2014-12-231-0/+1
* WaE: overriding destructor declaration not explicitly marked 'virtual'Tor Lillqvist2014-12-231-1/+1
* remove duplicated codeBjoern Michaelsen2014-12-231-24/+3
* c-style cast to const_castBjoern Michaelsen2014-12-231-5/+5
* inline stream operator and remove objectBjoern Michaelsen2014-12-233-30/+4
* inline AssignBjoern Michaelsen2014-12-232-57/+32
* inline operator=Bjoern Michaelsen2014-12-231-2/+28
* remove Remove()Bjoern Michaelsen2014-12-231-4/+2
* Make SwNodeIndex constructors inlineBjoern Michaelsen2014-12-232-65/+37