summaryrefslogtreecommitdiff
path: root/sw/inc
AgeCommit message (Expand)AuthorFilesLines
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara10-27/+25
2015-01-03Writer::GetBookmarks can return boolMatteo Casalin1-1/+1
2014-12-30i#93570 sw: add RES_FLTR_ANNOTATIONMARKMiklos Vajna1-0/+1
2014-12-28Factor out SwFmtCol::dumpAsXml() from docnodeMiklos Vajna1-0/+4
2014-12-28Factor out SwFmtWrapInfluenceOnObjPos::dumpAsXml() from docnodeMiklos Vajna1-0/+2
2014-12-28Factor out SwFmtFollowTextFlow::dumpAsXml() from coreMiklos Vajna1-0/+2
2014-12-25sal_uInt16 to size_tMatteo Casalin2-4/+4
2014-12-25sal_uInt16 to size_tMatteo Casalin2-4/+4
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 Michaelsen1-1/+4
2014-12-23inline AssignBjoern Michaelsen1-2/+32
2014-12-23inline operator=Bjoern Michaelsen1-2/+28
2014-12-23remove Remove()Bjoern Michaelsen1-4/+2
2014-12-23Make SwNodeIndex constructors inlineBjoern Michaelsen1-11/+37
2014-12-23Move Register/DeRegister functions to SwNodeIndexBjoern Michaelsen2-6/+17
2014-12-23use sw::Ring insteadBjoern Michaelsen3-7/+6
2014-12-22Factor out SwFmtSurround::dumpAsXml() from docnodeMiklos Vajna1-0/+2
2014-12-22Factor out SwFmtAnchor::dumpAsXml() from nodedumpMiklos Vajna1-0/+2
2014-12-22Factor out SwFmtHoriOrient::dumpAsXml() from nodedumpMiklos Vajna1-0/+2
2014-12-22Factor out SwFmtVertOrient::dumpAsXml() from nodedumpMiklos Vajna1-0/+2
2014-12-20Factor out SwFmtFrmSize::dumpAsXml() from nodedumpMiklos Vajna1-0/+2
2014-12-19Factor out SwFmtCntnt::dumpAsXml() from nodedumpMiklos Vajna1-0/+2
2014-12-18Typo: .uno:*TracedChange -> .uno:*TrackedChange.Jan Holesovsky1-2/+2
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-18Related fdo#86929: Kill FOREACHPAM_START for good (final part)Julien Nabet1-9/+0
2014-12-18SwNodeIndex should really be finalBjoern Michaelsen1-1/+1
2014-12-17fdo#75757 Remove inheritance to std::vectorMichaël Lefèvre1-1/+11
2014-12-15Factor out SwNumRuleItem::dumpAsXml() from nodedumpMiklos Vajna1-0/+2
2014-12-09changed some timer to idleTobias Madl1-1/+1
2014-12-08typoBjoern Michaelsen1-2/+2
2014-12-08trying to make this fit in gcc-4.6s little brainBjoern Michaelsen1-1/+2
2014-12-08callcatcher: update unused codeCaolán McNamara1-7/+0
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann2-2/+6
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-0/+4
2014-12-07effectively expand init_header into member init listCaolán McNamara1-7/+9
2014-12-07trying to fix Windows breaker into the blindBjoern Michaelsen1-7/+8
2014-12-05this seems to be working too and is less uglyBjoern Michaelsen1-13/+1
2014-12-05also dont confuse clang on OSXBjoern Michaelsen1-2/+2
2014-12-05ugly preliminary hack for keeping ggc 4.6 happyBjoern Michaelsen1-0/+17
2014-12-05removing in callback should be alright, we update the iteratorsBjoern Michaelsen1-7/+1
2014-12-05Factor out SwFrmFmt::dumpAsXml() from SwFrmFmts::dumpAsXml()Miklos Vajna1-0/+2
2014-12-05move use of IsMultiSelection()Bjoern Michaelsen1-1/+1
2014-12-05use unique() for checks for multiselectionBjoern Michaelsen1-0/+2
2014-12-05add unique() functionBjoern Michaelsen1-0/+3
2014-12-05move Ring<>::MoveRingTo to RingContainer<>::mergeBjoern Michaelsen1-13/+15
2014-12-05Rename GetNext/GetPrev to GetPrevInRing/GetNextInRing ...Bjoern Michaelsen3-15/+31
2014-12-05more const correctnessBjoern Michaelsen1-4/+10
2014-12-05stick to code conventions for new codeBjoern Michaelsen1-61/+61