summaryrefslogtreecommitdiff
path: root/sw/inc/unotextrange.hxx
AgeCommit message (Collapse)Author
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-03-23writerfilter07: merged DEV300_m75Henning Brinkmann
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-28writerfilter07: merged CWS swunolocking1Henning Brinkmann
2010-01-08swunolocking1: #i105557#: SwXParagraph: move static methods to namespace sw.Michael Stahl
2010-01-08swunolocking1: #i105557#: SwXTextRange:Michael Stahl
move static methods to namespace sw. clean up the implementation a little.
2010-01-08swunolocking1: #i105557#: fix locking for SwXTextRange:Michael Stahl
add Impl struct, and use UnoImplPtr to lock destructor. move all implementation details out of header, into Impl struct. use new XUnoTunnel and XServiceInfo helpers. clean up the implementation a little.
2010-01-08swunolocking1: #i105557#: SwXTextRange:Michael Stahl
try to hide the implementation detail that SwXTextRange registers at a bookmark from its clients by using SwXTextRange::GetPositions().
2010-01-08swunolocking1: #i105557#: fix locking for SwXTextRanges:Michael Stahl
add Impl struct, and use UnoImplPtr to lock destructor. move all implementation details out of header, into Impl struct. use new XServiceInfo helpers. replace SvWeirdArray with STL vector. clean up the implementation a little.
2010-01-05swunolocking1: #i105557#: unoobj.hxx: split out unotextrange.hxx:Michael Stahl
move SwXTextRange, SwXTextRanges from unoobj.hxx to new unotextrange.hxx. move SwUnoInternalPaM to unotextrange.hxx.