Searched refs:pStartSh (Results 1 – 1 of 1) sorted by relevance
1931 ViewShell *pSh, *pStartSh; in IMPL_LINK() local1932 pSh = pStartSh = GetCurrentViewShell(); in IMPL_LINK()1941 } while( pSh != pStartSh ); in IMPL_LINK()1981 const sal_Bool bOldLockView = pStartSh->IsViewLocked(); in IMPL_LINK()1982 pStartSh->LockView( sal_True ); in IMPL_LINK()1991 pStartSh->LockView( bOldLockView ); in IMPL_LINK()2008 ViewShell *pSh, *pStartSh; in IMPL_STATIC_LINK() local2009 pSh = pStartSh = pThis->GetCurrentViewShell(); //swmod 071108//swmod 071225 in IMPL_STATIC_LINK()2010 if( pStartSh ) in IMPL_STATIC_LINK()2019 } while( pSh != pStartSh ); in IMPL_STATIC_LINK()
Completed in 69 milliseconds