Lines Matching refs:pObjSh
172 for ( SfxObjectShell *pObjSh = SfxObjectShell::GetFirst(); in MiscExec_Impl() local
173 pObjSh; pObjSh = SfxObjectShell::GetNext( *pObjSh ) ) in MiscExec_Impl()
175 if ( !pObjSh->IsModified() ) in MiscExec_Impl()
178 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pObjSh ); in MiscExec_Impl()
182 if ( pObjSh->PrepareClose(2) ) in MiscExec_Impl()
183 pObjSh->SetModified( sal_False ); in MiscExec_Impl()
311 for ( SfxObjectShell *pObjSh = SfxObjectShell::GetFirst(); in MiscExec_Impl() local
312 pObjSh; in MiscExec_Impl()
313 pObjSh = SfxObjectShell::GetNext( *pObjSh ) ) in MiscExec_Impl()
315 SfxRequest aReq( SID_SAVEDOC, 0, pObjSh->GetPool() ); in MiscExec_Impl()
316 if ( pObjSh->IsModified() ) in MiscExec_Impl()
318 pObjSh->ExecuteSlot( aReq ); in MiscExec_Impl()
622 for ( SfxObjectShell *pObjSh = SfxObjectShell::GetFirst(); in MiscState_Impl() local
623 pObjSh; in MiscState_Impl()
624 pObjSh = SfxObjectShell::GetNext( *pObjSh ) ) in MiscState_Impl()
626 if ( pObjSh->IsModified() ) in MiscState_Impl()