summaryrefslogtreecommitdiff
path: root/sw/inc/unotextbodyhf.hxx
AgeCommit message (Collapse)AuthorFilesLines
2010-11-13Remove empty dated commentsJ. Graeme Lingard1-3/+0
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
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-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-5/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-08swunolocking1: #i105557#: fix locking for SwXHeadFootText:Michael Stahl1-11/+7
add Impl struct, and use UnoImplPtr to lock destructor. move all implementation details out of header, into Impl struct. replace broken SwClient iteration with a WeakReference in SwFrmFmt. make constructor protected, and add factory function CreateXHeadFootText. use new XUnoTunnel and XServiceInfo helpers. clean up the implementation a little.
2010-01-08swunolocking1: #i105557#: fix locking for SwXBodyText:Michael Stahl1-1/+1
use new XServiceInfo helpers. clean up the implementation a little.
2010-01-08swunolocking1: #i105557#: fix locking for SwXText:Michael Stahl1-1/+1
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#: SwXBodyText:Michael Stahl1-2/+2
make SwXBodyText::CreateTextCursor() return a pointer, not a UNO reference.
2010-01-05swunolocking1: #i105557#: unoobj.hxx: split out unotext.hxx etc.:Michael Stahl1-0/+218
move SwXText from unoobj.hxx to new unotext.hxx. move SwXBodyText, SwXHeadFootText from unoobj.hxx to new unotextbodyhf.hxx. move SwXFootnote from unoobj.hxx to new unofootnote.hxx.