summaryrefslogtreecommitdiff
path: root/sw/inc
AgeCommit message (Collapse)Author
2015-01-06sw: notify LOK clients about invalidationsMiklos Vajna
So that when the document changes, they can know what tiles to throw away. Change-Id: I1f00585e7691a40af8fe5de71ac1a4225bc4e67f
2015-01-07android: set single page mode in writer when init for tiled renderTomaž Vajngerl
Change-Id: Id01b373fe7ec6620ca036b1ee7bc5debf64a92b4
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
Change-Id: I2c65709cda6f10810452dfb8aa1a247cb3a5564f
2015-01-03Writer::GetBookmarks can return boolMatteo Casalin
Change-Id: I4210fd4bc086c5cfdfe7dc01cd9387993b4916ca
2014-12-30i#93570 sw: add RES_FLTR_ANNOTATIONMARKMiklos Vajna
As commit b1cd83c625a2afeb9da43cc9745d79c01963c797 (fix crash loading ooo#93570-3.doc, 2014-07-04) notes, the way how we map WW8 CP indexes to sw character positions is working only in the very simple cases. However, to do that properly, we need a way to store the start position of an annotation mark before we create it, so add a RES_FLTR_ANNOTATIONMARK that can do so. Change-Id: I7cb3564621803fef9a76edaac48773cab7649ee8
2014-12-28Factor out SwFmtCol::dumpAsXml() from docnodeMiklos Vajna
Change-Id: Ic41b981c989aec658e95889b72bd76ecacb13a9a
2014-12-28Factor out SwFmtWrapInfluenceOnObjPos::dumpAsXml() from docnodeMiklos Vajna
Change-Id: I8c52801178c5cf80398a19ebe40d336c69db8065
2014-12-28Factor out SwFmtFollowTextFlow::dumpAsXml() from coreMiklos Vajna
Change-Id: Iafd2db5d878857c517e79f84b8c9c6a806ccfe4b
2014-12-25sal_uInt16 to size_tMatteo Casalin
Change-Id: I66239d89049f1386e5725e540c4dcc2b09c3ebf0
2014-12-25sal_uInt16 to size_tMatteo Casalin
Change-Id: I5b63396fba55b717f35aee5718dd348a9d795786
2014-12-23WaE: overriding destructor declaration not explicitly marked 'virtual'Tor Lillqvist
Change-Id: Ic0789fa212add6c2c0d46b55762de97146a8b94a
2014-12-23remove duplicated codeBjoern Michaelsen
Change-Id: Id306d1dc75ef9d5ec5ec2e48be318e0632ea2377
2014-12-23c-style cast to const_castBjoern Michaelsen
Change-Id: Ie5d8483305f4ef2d76c291fcb8c707a69ba9cf52
2014-12-23inline stream operator and remove objectBjoern Michaelsen
Change-Id: I9df9a56eca662c6adf0a2cf4ef25a917da8dc609
2014-12-23inline AssignBjoern Michaelsen
Change-Id: Ibeb8d7b8e83d432a502707f83a8fde7900596aec
2014-12-23inline operator=Bjoern Michaelsen
Change-Id: I2a74b9821072025cdf374d5e157411136e08ebec
2014-12-23remove Remove()Bjoern Michaelsen
Change-Id: Ic1854d5e8cd76825290a3af94d8884e93dd7f0da
2014-12-23Make SwNodeIndex constructors inlineBjoern Michaelsen
Change-Id: Ib29bcd5e2028c4e644621af4294c193f5b0aa14e
2014-12-23Move Register/DeRegister functions to SwNodeIndexBjoern Michaelsen
- allows more inlining - allows removing another friendliness - belongs there anyway Change-Id: I5d0d24f60caa06533efcd3f41f313fe55dd365e1
2014-12-23use sw::Ring insteadBjoern Michaelsen
2014-12-22Factor out SwFmtSurround::dumpAsXml() from docnodeMiklos Vajna
Change-Id: Ia76bbaa02c0b306d4a5487f440b62d616cc8b29e
2014-12-22Factor out SwFmtAnchor::dumpAsXml() from nodedumpMiklos Vajna
Change-Id: I080fd80cf0a2fd0531edcb21f189aaf4fd922ecc
2014-12-22Factor out SwFmtHoriOrient::dumpAsXml() from nodedumpMiklos Vajna
Change-Id: I63ec35abcd7e69147ff4f98b1989875967c470fe
2014-12-22Factor out SwFmtVertOrient::dumpAsXml() from nodedumpMiklos Vajna
Change-Id: Ic1008f0879f121abf3786d7eda282cce189c461a
2014-12-20Factor out SwFmtFrmSize::dumpAsXml() from nodedumpMiklos Vajna
Change-Id: Idcf24d40876230a0e34f2f816dfe414b4a143f53
2014-12-19Factor out SwFmtCntnt::dumpAsXml() from nodedumpMiklos Vajna
Change-Id: I6adcaa8534efefa474d489125d3fb95f150e3e89
2014-12-18Typo: .uno:*TracedChange -> .uno:*TrackedChange.Jan Holesovsky
Change-Id: I173728b9f800b6a9c6e81d496a268b4e42cf4db9
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I9c3e03324c69beb5af4c43da208086600876f875
2014-12-18Related fdo#86929: Kill FOREACHPAM_START for good (final part)Julien Nabet
Change-Id: I74c6e8633ee5ac477d2f7ac8ee468204076bc886 Reviewed-on: https://gerrit.libreoffice.org/13488 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-18SwNodeIndex should really be finalBjoern Michaelsen
Change-Id: I2ae917b43b18b14dce01121902a678d45ad520fe
2014-12-17fdo#75757 Remove inheritance to std::vectorMichaël Lefèvre
Change-Id: I5d5746869e47a1d25d6bec28452394e215d4427d Reviewed-on: https://gerrit.libreoffice.org/13483 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-15Factor out SwNumRuleItem::dumpAsXml() from nodedumpMiklos Vajna
Change-Id: I893d358f8a842e19248cfeb151170ed2872c3dae
2014-12-09changed some timer to idleTobias Madl
Change-Id: Ibd3a4f66cec6fde4fadc064f27ac44901d005b15
2014-12-08typoBjoern Michaelsen
Change-Id: I5f6b2136f4eb5cdb4825a3df3fc7d2015d8a3d85
2014-12-08trying to make this fit in gcc-4.6s little brainBjoern Michaelsen
Change-Id: I0c247a0f316b6700017ae0668b41497811924577
2014-12-08callcatcher: update unused codeCaolán McNamara
Change-Id: I3cd65d112339fa9c67ed462fe39acbbef91d4d8d
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: I406d56236d9e87103009703b677bee40398ed1a2
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: Idab944f3b9a93258b7f58a33e8a2a2c69448c7d8
2014-12-07effectively expand init_header into member init listCaolán McNamara
this is all that init_header does anyway Change-Id: If1607ab25b43bd313d2d2f1da65c20fc87ae7951
2014-12-07trying to fix Windows breaker into the blindBjoern Michaelsen
- ring.hxx(246) : error C2440: ´<function-style-cast>´ : cannot convert from ´const SwViewShell *´ to ´sw::RingIterator<const value_type>´ - ring.hxx(250) : error C2665: ´sw::RingIterator<const value_type>::RingIterator´ : none of the 3 overloads could convert all the argument types - only tested on gcc-4.8 here Change-Id: I181b8a694834133ef31a4a89bf93c90e3ce63b54 Reviewed-on: https://gerrit.libreoffice.org/13334 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2014-12-05this seems to be working too and is less uglyBjoern Michaelsen
Change-Id: I335572eee5e898b55423f6fbabd519e287933fa1
2014-12-05also dont confuse clang on OSXBjoern Michaelsen
Change-Id: I4d80adbd284b7ed8193fa79e4d4abdec3ba60cb2
2014-12-05ugly preliminary hack for keeping ggc 4.6 happyBjoern Michaelsen
Change-Id: I41d605b5acbb54969d6b2cb68f06583983ee0d4b
2014-12-05removing in callback should be alright, we update the iteratorsBjoern Michaelsen
Change-Id: Iefaee20a603fa3f43a58107ea54e6e3f7a4d344f
2014-12-05Factor out SwFrmFmt::dumpAsXml() from SwFrmFmts::dumpAsXml()Miklos Vajna
Change-Id: I494e6cd44087924d4b1f4fb9fcc599040d64390c
2014-12-05move use of IsMultiSelection()Bjoern Michaelsen
Change-Id: Ie99906ef2a97617857f5243353e51d8ab4bd6218
2014-12-05use unique() for checks for multiselectionBjoern Michaelsen
Change-Id: I595dea68b67d1a40df7955bee7e6a935b4efdc1c
2014-12-05add unique() functionBjoern Michaelsen
Change-Id: I9866a2725bc74e3afd90eb5c32587beb7f4f6e2a
2014-12-05move Ring<>::MoveRingTo to RingContainer<>::mergeBjoern Michaelsen
Change-Id: I864c9768ffd84c8cdee986cafd205ef2943c73e5
2014-12-05Rename GetNext/GetPrev to GetPrevInRing/GetNextInRing ...Bjoern Michaelsen
... and make them protected. We already have way too many GetNexts in Writer. For now heal this by providing wrappers in the derived classes. This should allow to remove these classes from exposing these one at a time. Change-Id: Iabe3a56e22a4e640e6887aa98decf4e021e627bc