Searched refs:aTypeId (Results 1 – 9 of 9) sorted by relevance
116 TypeId aTypeId; member121 { return aTypeId; } in Type()123 { return (SfxPoolItem*) aTypeId(); } in CreateItem()128 TypeId aTypeId; member132 { return aTypeId; } in Type()134 { return (SfxPoolItem*) aTypeId(); } in CreateItem()139 TypeId aTypeId; \242 { return pType->aTypeId; } in Type()244 { return (SfxPoolItem*) pType->aTypeId(); } in CreateItem()
916 TypeId aTypeId = NULL; in GetObjectByIndex_Impl() local919 case SC_SERVICE_PAGEFIELD: aTypeId = TYPE(SvxPageField); break; in GetObjectByIndex_Impl()921 case SC_SERVICE_DATEFIELD: aTypeId = TYPE(SvxDateField); break; in GetObjectByIndex_Impl()922 case SC_SERVICE_TIMEFIELD: aTypeId = TYPE(SvxTimeField); break; in GetObjectByIndex_Impl()923 case SC_SERVICE_TITLEFIELD: aTypeId = TYPE(SvxFileField); break; in GetObjectByIndex_Impl()960 TypeId aTypeId = NULL; in getCount() local963 case SC_SERVICE_PAGEFIELD: aTypeId = TYPE(SvxPageField); break; in getCount()965 case SC_SERVICE_DATEFIELD: aTypeId = TYPE(SvxDateField); break; in getCount()966 case SC_SERVICE_TIMEFIELD: aTypeId = TYPE(SvxTimeField); break; in getCount()967 case SC_SERVICE_TITLEFIELD: aTypeId = TYPE(SvxFileField); break; in getCount()[all …]
126 const TypeId aTypeId = TYPE(SwView); in Click() local127 SwView* pView = (SwView*)SfxViewShell::GetFirst(&aTypeId); in Click()135 pView = (SwView*)SfxViewShell::GetNext(*pView, &aTypeId); in Click()
149 const TypeId aTypeId = TYPE(SwView); in GetFirstView() local150 SwView* pView = (SwView*)SfxViewShell::GetFirst(&aTypeId); in GetFirstView()158 const TypeId aTypeId = TYPE(SwView); in GetNextView() local159 SwView* pNView = (SwView*)SfxViewShell::GetNext(*pView, &aTypeId, sal_True); in GetNextView()
686 const TypeId aTypeId = TYPE(SwView); in SetMoveType() local687 SwView* pView = (SwView*)SfxViewShell::GetFirst(&aTypeId); in SetMoveType()691 pView = (SwView*)SfxViewShell::GetNext(*pView, &aTypeId); in SetMoveType()
120 const OUString& ShapeTypeHandler::GetServiceName (ShapeTypeId aTypeId) const in GetServiceName()122 return maShapeTypeDescriptorList[aTypeId].msServiceName; in GetServiceName()
1101 const TypeId aTypeId = TYPE( SmViewShell ); in render() local1102 …SfxViewShell* pViewSh = SfxViewShell::GetFirst( &aTypeId, sal_False /* search non-visible views as… in render()1104 …pViewSh = SfxViewShell::GetNext( *pViewSh, &aTypeId, sal_False /* search non-visible views as well… in render()
124 const ::rtl::OUString& GetServiceName (ShapeTypeId aTypeId) const;
558 const TypeId aTypeId = TYPE(SwView); in getCurrentSelection() local559 SwView* pView = (SwView*)SfxViewShell::GetFirst(&aTypeId); in getCurrentSelection()562 pView = (SwView*)SfxViewShell::GetNext(*pView, &aTypeId); in getCurrentSelection()
Completed in 77 milliseconds