Searched refs:pStartSh (Results 1 – 1 of 1) sorted by relevance
1939 ViewShell *pSh, *pStartSh; in IMPL_LINK() local1940 pSh = pStartSh = GetCurrentViewShell(); in IMPL_LINK()1949 } while( pSh != pStartSh ); in IMPL_LINK()1989 const sal_Bool bOldLockView = pStartSh->IsViewLocked(); in IMPL_LINK()1990 pStartSh->LockView( sal_True ); in IMPL_LINK()1999 pStartSh->LockView( bOldLockView ); in IMPL_LINK()2016 ViewShell *pSh, *pStartSh; in IMPL_STATIC_LINK() local2017 pSh = pStartSh = pThis->GetCurrentViewShell(); //swmod 071108//swmod 071225 in IMPL_STATIC_LINK()2018 if( pStartSh ) in IMPL_STATIC_LINK()2027 } while( pSh != pStartSh ); in IMPL_STATIC_LINK()
Completed in 28 milliseconds