Searched refs:aScType (Results 1 – 7 of 7) sorted by relevance
665 TypeId aScType = TYPE(ScTabViewShell); in lcl_HideAllReferences() local666 SfxViewShell* pSh = SfxViewShell::GetFirst( &aScType ); in lcl_HideAllReferences()670 pSh = SfxViewShell::GetNext( *pSh, &aScType ); in lcl_HideAllReferences()804 TypeId aScType = TYPE(ScTabViewShell); in SwitchToDocument() local805 SfxViewShell* pSh = SfxViewShell::GetFirst( &aScType ); in SwitchToDocument()815 pSh = SfxViewShell::GetNext( *pSh, &aScType ); in SwitchToDocument()
469 TypeId aScType = TYPE(ScDocShell); in GetFilterName() local470 SfxObjectShell* pDocSh = SfxObjectShell::GetFirst( &aScType ); in GetFilterName()483 pDocSh = SfxObjectShell::GetNext( *pDocSh, &aScType ); in GetFilterName()
289 TypeId aScType = TYPE(ScTabViewShell); in IsInputHdl() local290 SfxViewShell* pSh = SfxViewShell::GetFirst( &aScType ); in IsInputHdl()295 pSh = SfxViewShell::GetNext( *pSh, &aScType ); in IsInputHdl()
235 TypeId aScType = TYPE(ScTabViewShell); in ~ScInputWindow() local236 SfxViewShell* pSh = SfxViewShell::GetFirst( &aScType ); in ~ScInputWindow()245 pSh = SfxViewShell::GetNext( *pSh, &aScType ); in ~ScInputWindow()
1312 TypeId aScType = TYPE(ScTabViewShell); in ModifyOptions() local1313 SfxViewShell* pSh = SfxViewShell::GetFirst( &aScType ); in ModifyOptions()1332 pSh = SfxViewShell::GetNext( *pSh, &aScType ); in ModifyOptions()
96 TypeId aScType = TYPE(ScDocShell); in GetManualOrCurrent() local97 SfxObjectShell* pObjSh = SfxObjectShell::GetFirst( &aScType ); in GetManualOrCurrent()102 pObjSh = SfxObjectShell::GetNext( *pObjSh, &aScType ); in GetManualOrCurrent()
148 TypeId aScType = TYPE(ScTabViewShell); in Activate() local150 SfxViewShell* pSh = SfxViewShell::GetFirst( &aScType ); in Activate()158 pSh = SfxViewShell::GetNext( *pSh, &aScType ); in Activate()
Completed in 60 milliseconds