Searched refs:pLayAct (Results 1 – 3 of 3) sorted by relevance
117 pLayAct( 0 ), in SwViewImp()154 ASSERT( !pLayAct, "Have action for the rest of your life." ); in ~SwViewImp()199 if ( pLayAct ) in CheckWaitCrsr()200 pLayAct->CheckWaitCrsr(); in CheckWaitCrsr()212 if ( pLayAct ) in IsCalcLayoutProgress()213 return pLayAct->IsCalcLayout(); in IsCalcLayoutProgress()226 if ( pLayAct && pLayAct->IsCalcLayout() ) in IsUpdateExpFlds()228 pLayAct->SetUpdateExpFlds(); in IsUpdateExpFlds()
84 SwLayAction *pLayAct; //Ist gesetzt wenn ein Action-Objekt existiert member in SwViewImp237 sal_Bool IsAction() const { return pLayAct != 0; } in IsAction()239 SwLayAction &GetLayAction() { return *pLayAct; } in GetLayAction()240 const SwLayAction &GetLayAction() const { return *pLayAct; } in GetLayAction()
395 pImp->pLayAct = this; //Anmelden in SwLayAction()401 pImp->pLayAct = 0; //Abmelden in ~SwLayAction()
Completed in 27 milliseconds