summaryrefslogtreecommitdiff
path: root/sw/inc/unoparagraph.hxx
AgeCommit message (Collapse)Author
2010-11-15Comment translations, bogus comments, commented code removed from SW includesRobert Roth
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-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-22swunolocking1: fix regression:Michael Stahl
SwXParagraphEnumeration constructor really needs the start node as a parameter because determining it from the cursor cannot work in nested tables.
2010-01-08swunolocking1: #i105557#: SwXParagraph: move static methods to namespace sw.Michael Stahl
2010-01-08swunolocking1: #i105557#: fix locking for SwXParagraphEnumeration: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. clean up the implementation a little.
2010-01-08swunolocking1: #i105557#: fix locking for SwXParagraph:Michael Stahl
add Impl struct, and use UnoImplPtr to lock destructor. move all implementation details out of header, into Impl struct. make SwXParagraph instances reusable with a WeakReference in SwTxtNode. make constructor private, and add factory function CreateXParagraph. use new XUnoTunnel and XServiceInfo helpers. clean up the implementation a little.
2010-01-05swunolocking1: #i105557#: unoobj.hxx: move misc stuff:Michael Stahl
move GetPageDescByName_Impl from unoobj.hxx to pagedesc.hxx. move UnoActionContext, UnoActionRemoveContext, ClientModify, CreateUnoTunnelId from unoobj.hxx to unobaseclass.hxx. move UnoActionContext, UnoActionRemoveContext from unoobj.cxx to unoobj2.cxx.
2010-01-05swunolocking1: #i105557#: unoobj.hxx: split out unoparagraph.hxx:Michael Stahl
move SwXParagraph{,Enumeration} from unoobj.hxx to new unoparagraph.hxx. move enum CursorType to unobaseclass.hxx.