Home
last modified time | relevance | path

Searched refs:pNewUndoMgr (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sfx2/source/control/
H A Dshell.cxx503 void SfxShell::SetUndoManager( ::svl::IUndoManager *pNewUndoMgr ) in SetUndoManager() argument
519 OSL_ENSURE( ( pUndoMgr == NULL ) || ( pNewUndoMgr == NULL ) || ( pUndoMgr == pNewUndoMgr ), in SetUndoManager()
525 pUndoMgr = pNewUndoMgr; in SetUndoManager()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh4.cxx1112 void ScTabViewShell::SetDrawTextUndo( ::svl::IUndoManager* pNewUndoMgr ) in SetDrawTextUndo() argument
1115 if (!pNewUndoMgr) in SetDrawTextUndo()
1116 pNewUndoMgr = GetViewData()->GetDocShell()->GetUndoManager(); in SetDrawTextUndo()
1120 pDrawTextShell->SetUndoManager(pNewUndoMgr); in SetDrawTextUndo()
1122 if ( pNewUndoMgr == pDocSh->GetUndoManager() && in SetDrawTextUndo()
1125 pNewUndoMgr->SetMaxUndoActionCount( 0 ); in SetDrawTextUndo()
/trunk/main/sfx2/inc/sfx2/
H A Dshell.hxx217 void SetUndoManager( ::svl::IUndoManager *pNewUndoMgr );

Completed in 33 milliseconds