Lines Matching refs:pObjSh
229 SfxObjectShell* pObjSh = SfxObjectShell::GetFirst(); in ConfigurationChanged() local
230 while ( pObjSh ) in ConfigurationChanged()
232 if ( pObjSh->Type() == TYPE(ScDocShell) ) in ConfigurationChanged()
234 ScDocShell* pDocSh = ((ScDocShell*)pObjSh); in ConfigurationChanged()
240 pObjSh = SfxObjectShell::GetNext( *pObjSh ); in ConfigurationChanged()
274 SfxObjectShell* pObjSh = SfxObjectShell::GetFirst(); in ConfigurationChanged() local
275 while ( pObjSh ) in ConfigurationChanged()
277 if ( pObjSh->Type() == TYPE(ScDocShell) ) in ConfigurationChanged()
279 ScDocShell* pDocSh = ((ScDocShell*)pObjSh); in ConfigurationChanged()
290 pObjSh = SfxObjectShell::GetNext( *pObjSh ); in ConfigurationChanged()
1297 SfxObjectShell* pObjSh = SfxObjectShell::GetFirst(); in ModifyOptions() local
1298 while ( pObjSh ) in ModifyOptions()
1300 if ( pObjSh->Type() == TYPE(ScDocShell) ) in ModifyOptions()
1302 ScDocShell* pOneDocSh = ((ScDocShell*)pObjSh); in ModifyOptions()
1308 pObjSh = SfxObjectShell::GetNext( *pObjSh ); in ModifyOptions()