Home
last modified time | relevance | path

Searched refs:OutlineViewModelChangeGuard (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/sd/source/ui/inc/
H A DOutlineView.hxx49 class OutlineViewModelChangeGuard;
63 friend class OutlineViewModelChangeGuard;
228 std::auto_ptr< OutlineViewModelChangeGuard > maDragAndDropModelGuard;
249 class OutlineViewModelChangeGuard class
252 OutlineViewModelChangeGuard( OutlineView& rView );
253 ~OutlineViewModelChangeGuard();
/aoo42x/main/sd/source/ui/func/
H A Dfuolbull.cxx113 std::auto_ptr< OutlineViewModelChangeGuard > aGuard; in DoExecute()
120 … aGuard.reset( new OutlineViewModelChangeGuard( static_cast<OutlineView&>(*mpView) ) ); in DoExecute()
261 std::auto_ptr< OutlineViewModelChangeGuard > aGuard; in SetCurrentBulletsNumbering()
268 aGuard.reset( new OutlineViewModelChangeGuard( static_cast<OutlineView&>(*mpView) ) ); in SetCurrentBulletsNumbering()
H A Dfuoltext.cxx251 std::auto_ptr< OutlineViewModelChangeGuard > aGuard; in KeyInput()
254 aGuard.reset( new OutlineViewModelChangeGuard( *pOutlineView ) ); in KeyInput()
/aoo42x/main/sd/source/ui/view/
H A Doutlview.cxx994 maDragAndDropModelGuard.reset( new OutlineViewModelChangeGuard( *this ) ); in IMPL_LINK()
2152 OutlineViewModelChangeGuard::OutlineViewModelChangeGuard( OutlineView& rView ) in OutlineViewModelChangeGuard() function in sd::OutlineViewModelChangeGuard
2158 OutlineViewModelChangeGuard::~OutlineViewModelChangeGuard() in ~OutlineViewModelChangeGuard()
H A Doutlnvs2.cxx334 std::auto_ptr< OutlineViewModelChangeGuard > aGuard; in FuTemporaryModify()
337 aGuard.reset( new OutlineViewModelChangeGuard(*pOlView) ); in FuTemporaryModify()
H A Ddrtxtob1.cxx97 std::auto_ptr< OutlineViewModelChangeGuard > aGuard; in Execute()
105 aGuard.reset( new OutlineViewModelChangeGuard( static_cast<OutlineView&>(*mpView) ) ); in Execute()
H A Doutlnvsh.cxx509 std::auto_ptr< OutlineViewModelChangeGuard > aGuard; in FuSupport()
525 aGuard.reset( new OutlineViewModelChangeGuard( *pOlView ) ); in FuSupport()
2027 OutlineViewModelChangeGuard aGuard2( *pOlView ); in Read()

Completed in 477 milliseconds