Home
last modified time | relevance | path

Searched refs:aTypeId (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sfx2/inc/sfx2/
H A Dmsg.hxx116 TypeId aTypeId; member
121 { return aTypeId; } in Type()
123 { return (SfxPoolItem*) aTypeId(); } in CreateItem()
128 TypeId aTypeId; member
132 { 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()
/trunk/main/sc/source/ui/unoobj/
H A Dfielduno.cxx916 TypeId aTypeId = NULL; in GetObjectByIndex_Impl() local
919 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() local
963 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 …]
/trunk/main/sw/source/ui/ribbar/
H A Dtbxanchr.cxx126 const TypeId aTypeId = TYPE(SwView); in Click() local
127 SwView* pView = (SwView*)SfxViewShell::GetFirst(&aTypeId); in Click()
135 pView = (SwView*)SfxViewShell::GetNext(*pView, &aTypeId); in Click()
/trunk/main/sw/source/ui/app/
H A Dswmodul1.cxx149 const TypeId aTypeId = TYPE(SwView); in GetFirstView() local
150 SwView* pView = (SwView*)SfxViewShell::GetFirst(&aTypeId); in GetFirstView()
158 const TypeId aTypeId = TYPE(SwView); in GetNextView() local
159 SwView* pNView = (SwView*)SfxViewShell::GetNext(*pView, &aTypeId, sal_True); in GetNextView()
/trunk/main/sw/source/ui/uiview/
H A Dviewmdi.cxx686 const TypeId aTypeId = TYPE(SwView); in SetMoveType() local
687 SwView* pView = (SwView*)SfxViewShell::GetFirst(&aTypeId); in SetMoveType()
691 pView = (SwView*)SfxViewShell::GetNext(*pView, &aTypeId); in SetMoveType()
/trunk/main/svx/source/accessibility/
H A DShapeTypeHandler.cxx120 const OUString& ShapeTypeHandler::GetServiceName (ShapeTypeId aTypeId) const in GetServiceName()
122 return maShapeTypeDescriptorList[aTypeId].msServiceName; in GetServiceName()
/trunk/main/starmath/source/
H A Dunomodel.cxx1101 const TypeId aTypeId = TYPE( SmViewShell ); in render() local
1102 …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()
/trunk/main/svx/inc/svx/
H A DShapeTypeHandler.hxx124 const ::rtl::OUString& GetServiceName (ShapeTypeId aTypeId) const;
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx558 const TypeId aTypeId = TYPE(SwView); in getCurrentSelection() local
559 SwView* pView = (SwView*)SfxViewShell::GetFirst(&aTypeId); in getCurrentSelection()
562 pView = (SwView*)SfxViewShell::GetNext(*pView, &aTypeId); in getCurrentSelection()

Completed in 61 milliseconds