Searched refs:pWait (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewsrch.cxx | 482 SwWait *pWait = new SwWait( *GetDocShell(), true ); in SearchAndWrap() local 493 delete pWait; in SearchAndWrap() 496 delete pWait, pWait = 0; in SearchAndWrap() 549 pWait = new SwWait( *GetDocShell(), true ); in SearchAndWrap() 567 delete pWait; in SearchAndWrap()
|
/aoo41x/main/sw/source/ui/lingu/ |
H A D | hyp.cxx | 95 SwWait *pWait = 0; in SpellContinue() local 99 pWait = new SwWait( *pView->GetDocShell(), true ); in SpellContinue() 111 delete pWait; in SpellContinue()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | layact.hxx | 63 SwWait *pWait; member in SwLayAction 146 sal_Bool IsWait() const { return 0 != pWait; } in IsWait()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | layact.cxx | 170 pWait = new SwWait( *pRoot->GetFmt()->GetDoc()->GetDocShell(), true ); in CheckWaitCrsr() 380 pWait( 0 ), in SwLayAction() 400 ASSERT( !pWait, "Wait object not destroyed" ); in ~SwLayAction() 475 delete pWait, pWait = 0; in Action() 503 delete pWait, pWait = 0; in Action()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docdesc.cxx | 635 SwWait *pWait = 0; in PrtDataChanged() local 649 pWait = new SwWait( *GetDocShell(), true ); in PrtDataChanged() 693 delete pWait; in PrtDataChanged()
|
/aoo41x/main/sd/source/ui/docshell/ |
H A D | docshel4.cxx | 399 WaitObject* pWait = NULL; in LoadFrom() local 401 pWait = new WaitObject( (Window*) mpViewShell->GetActiveWindow() ); in LoadFrom() 448 delete pWait; in LoadFrom()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 97 SwWait *pWait; member in TblWait 100 ~TblWait() { delete pWait; } in ~TblWait() 104 pWait( 0 ) in TblWait() 109 pWait = new SwWait( rDocShell, true ); in TblWait()
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | dbinsdlg.cxx | 1038 ::std::auto_ptr<SwWait> pWait; in DataToDoc() 1226 pWait = ::std::auto_ptr<SwWait>(new SwWait( *pView->GetDocShell(), true )); in DataToDoc() 1458 pWait = ::std::auto_ptr<SwWait>(new SwWait( *pView->GetDocShell(), true )); in DataToDoc()
|
H A D | dbmgr.cxx | 499 SwWait *pWait = 0; in ImportFromConnection() local 507 pWait = new SwWait( *pSh->GetView().GetDocShell(), true ); in ImportFromConnection() 515 delete pWait; in ImportFromConnection()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | autofmt.cxx | 2675 SwWait* pWait = 0; in AutoFormat() local 2686 pWait = new SwWait( *GetDoc()->GetDocShell(), true ); in AutoFormat() 2709 delete pWait; in AutoFormat()
|
/aoo41x/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 832 SwWait *pWait = 0; in PrepareForCopy() local 834 pWait = new SwWait( *pWrtShell->GetView().GetDocShell(), true ); in PrepareForCopy() 956 delete pWait; in PrepareForCopy()
|
Completed in 129 milliseconds