Home
last modified time | relevance | path

Searched refs:pReloadTimer (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sfx2/source/doc/
H A Dobjmisc.cxx1327 if ( pImp->pReloadTimer ) in SetAutoLoad()
1328 DELETEZ(pImp->pReloadTimer); in SetAutoLoad()
1331 pImp->pReloadTimer = new AutoReloadTimer_Impl( in SetAutoLoad()
1334 pImp->pReloadTimer->Start(); in SetAutoLoad()
1640 pObjSh->Get_Impl()->pReloadTimer = 0; in Timeout()
1646 pObjSh->Get_Impl()->pReloadTimer = 0; in Timeout()
H A Dobjxtor.cxx256 ,pReloadTimer ( 0) in SfxObjectShell_Impl()
370 DELETEX(pImp->pReloadTimer ); in ~SfxObjectShell()
/AOO41X/main/sfx2/source/inc/
H A Dobjshimp.hxx113 AutoReloadTimer_Impl *pReloadTimer; member
/AOO41X/main/sfx2/source/view/
H A Dviewfrm.cxx658 DELETEZ( xOldObj->Get_Impl()->pReloadTimer ); in ExecReload_Impl()