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()920 case SC_SERVICE_PAGESFIELD: aTypeId = TYPE(SvxPagesField); 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()924 case SC_SERVICE_FILEFIELD: aTypeId = TYPE(SvxExtFileField); break; in GetObjectByIndex_Impl()925 case SC_SERVICE_SHEETFIELD: aTypeId = TYPE(SvxTableField); break; in GetObjectByIndex_Impl()928 SvxFieldData* pData = aTempEngine.FindByIndex( (sal_uInt16)Index, aTypeId ); in GetObjectByIndex_Impl()960 TypeId aTypeId = NULL; in getCount() local[all …]
119 const TypeId aTypeId = TYPE(SwView); in Click() local120 SwView* pView = (SwView*)SfxViewShell::GetFirst(&aTypeId); in Click()128 pView = (SwView*)SfxViewShell::GetNext(*pView, &aTypeId); in Click()
144 const TypeId aTypeId = TYPE(SwView); in GetFirstView() local145 SwView* pView = (SwView*)SfxViewShell::GetFirst(&aTypeId); in GetFirstView()152 const TypeId aTypeId = TYPE(SwView); in GetNextView() local153 SwView* pNView = (SwView*)SfxViewShell::GetNext(*pView, &aTypeId, sal_True); in GetNextView()
681 const TypeId aTypeId = TYPE(SwView); in SetMoveType() local682 SwView* pView = (SwView*)SfxViewShell::GetFirst(&aTypeId); in SetMoveType()686 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()