Age | Commit message (Collapse) | Author |
|
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.
|
|
try to hide the implementation detail that SwXTextRange registers at a
bookmark from its clients by using SwXTextRange::GetPositions().
|
|
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.
|
|
move SwXTextRange, SwXTextRanges from unoobj.hxx to new unotextrange.hxx.
move SwUnoInternalPaM to unotextrange.hxx.
|