Lines Matching refs:SfxItemPropertyMapEntry

58 SfxItemPropertyMapEntry* ImplGetSvxShapePropertyMap()  in ImplGetSvxShapePropertyMap()
60 static SfxItemPropertyMapEntry aShapePropertyMap_Impl[] = in ImplGetSvxShapePropertyMap()
83 SfxItemPropertyMapEntry* ImplGetSvxTextShapePropertyMap() in ImplGetSvxTextShapePropertyMap()
85 static SfxItemPropertyMapEntry aTextShapePropertyMap_Impl[] = in ImplGetSvxTextShapePropertyMap()
108 SfxItemPropertyMapEntry* ImplGetSvxConnectorPropertyMap() in ImplGetSvxConnectorPropertyMap()
110 static SfxItemPropertyMapEntry aConnectorPropertyMap_Impl[] = in ImplGetSvxConnectorPropertyMap()
133 SfxItemPropertyMapEntry* ImplGetSvxDimensioningPropertyMap() in ImplGetSvxDimensioningPropertyMap()
135 static SfxItemPropertyMapEntry aDimensioningPropertyMap_Impl[] = in ImplGetSvxDimensioningPropertyMap()
158 SfxItemPropertyMapEntry* ImplGetSvxCirclePropertyMap() in ImplGetSvxCirclePropertyMap()
160 static SfxItemPropertyMapEntry aCirclePropertyMap_Impl[] = in ImplGetSvxCirclePropertyMap()
184 SfxItemPropertyMapEntry* ImplGetSvxPolyPolygonPropertyMap() in ImplGetSvxPolyPolygonPropertyMap()
186 static SfxItemPropertyMapEntry aPolyPolygonPropertyMap_Impl[] = in ImplGetSvxPolyPolygonPropertyMap()
211 SfxItemPropertyMapEntry* ImplGetSvxPolyPolygonBezierPropertyMap() in ImplGetSvxPolyPolygonBezierPropertyMap()
213 static SfxItemPropertyMapEntry aPolyPolygonBezierPropertyMap_Impl[] = in ImplGetSvxPolyPolygonBezierPropertyMap()
238 SfxItemPropertyMapEntry* ImplGetSvxGraphicObjectPropertyMap() in ImplGetSvxGraphicObjectPropertyMap()
240 static SfxItemPropertyMapEntry aGraphicObjectPropertyMap_Impl[] = in ImplGetSvxGraphicObjectPropertyMap()
270 SfxItemPropertyMapEntry* ImplGetSvx3DSceneObjectPropertyMap() in ImplGetSvx3DSceneObjectPropertyMap()
272 static SfxItemPropertyMapEntry a3DSceneObjectPropertyMap_Impl[] = in ImplGetSvx3DSceneObjectPropertyMap()
289 SfxItemPropertyMapEntry* ImplGetSvx3DCubeObjectPropertyMap() in ImplGetSvx3DCubeObjectPropertyMap()
291 static SfxItemPropertyMapEntry a3DCubeObjectPropertyMap_Impl[] = in ImplGetSvx3DCubeObjectPropertyMap()
311 SfxItemPropertyMapEntry* ImplGetSvx3DSphereObjectPropertyMap() in ImplGetSvx3DSphereObjectPropertyMap()
313 static SfxItemPropertyMapEntry a3DSphereObjectPropertyMap_Impl[] = in ImplGetSvx3DSphereObjectPropertyMap()
332 SfxItemPropertyMapEntry* ImplGetSvx3DLatheObjectPropertyMap() in ImplGetSvx3DLatheObjectPropertyMap()
334 static SfxItemPropertyMapEntry a3DLatheObjectPropertyMap_Impl[] = in ImplGetSvx3DLatheObjectPropertyMap()
359 SfxItemPropertyMapEntry* ImplGetSvx3DExtrudeObjectPropertyMap() in ImplGetSvx3DExtrudeObjectPropertyMap()
361 static SfxItemPropertyMapEntry a3DExtrudeObjectPropertyMap_Impl[] = in ImplGetSvx3DExtrudeObjectPropertyMap()
386 SfxItemPropertyMapEntry* ImplGetSvx3DPolygonObjectPropertyMap() in ImplGetSvx3DPolygonObjectPropertyMap()
388 static SfxItemPropertyMapEntry a3DPolygonObjectPropertyMap_Impl[] = in ImplGetSvx3DPolygonObjectPropertyMap()
408 SfxItemPropertyMapEntry* ImplGetSvxAllPropertyMap() in ImplGetSvxAllPropertyMap()
410 static SfxItemPropertyMapEntry aAllPropertyMap_Impl[] = in ImplGetSvxAllPropertyMap()
452 SfxItemPropertyMapEntry* ImplGetSvxGroupPropertyMap() in ImplGetSvxGroupPropertyMap()
454 static SfxItemPropertyMapEntry aGroupPropertyMap_Impl[] = in ImplGetSvxGroupPropertyMap()
466 SfxItemPropertyMapEntry* ImplGetSvxOle2PropertyMap() in ImplGetSvxOle2PropertyMap()
468 static SfxItemPropertyMapEntry aOle2PropertyMap_Impl[] = in ImplGetSvxOle2PropertyMap()
500 SfxItemPropertyMapEntry* ImplGetSvxPluginPropertyMap() in ImplGetSvxPluginPropertyMap()
502 static SfxItemPropertyMapEntry aPluginPropertyMap_Impl[] = in ImplGetSvxPluginPropertyMap()
531 SfxItemPropertyMapEntry* ImplGetSvxFramePropertyMap() in ImplGetSvxFramePropertyMap()
534 static SfxItemPropertyMapEntry aFramePropertyMap_Impl[] = in ImplGetSvxFramePropertyMap()
566 SfxItemPropertyMapEntry* ImplGetSvxAppletPropertyMap() in ImplGetSvxAppletPropertyMap()
568 static SfxItemPropertyMapEntry aAppletPropertyMap_Impl[] = in ImplGetSvxAppletPropertyMap()
600 SfxItemPropertyMapEntry* ImplGetSvxControlShapePropertyMap() in ImplGetSvxControlShapePropertyMap()
602 static SfxItemPropertyMapEntry aControlPropertyMap_Impl[] = in ImplGetSvxControlShapePropertyMap()
653 SfxItemPropertyMapEntry* ImplGetSvxPageShapePropertyMap() in ImplGetSvxPageShapePropertyMap()
655 static SfxItemPropertyMapEntry aPageShapePropertyMap_Impl[] = in ImplGetSvxPageShapePropertyMap()
677 SfxItemPropertyMapEntry* ImplGetSvxCaptionPropertyMap() in ImplGetSvxCaptionPropertyMap()
679 static SfxItemPropertyMapEntry aCaptionPropertyMap_Impl[] = in ImplGetSvxCaptionPropertyMap()
712 SfxItemPropertyMapEntry* ImplGetSvxCustomShapePropertyMap() in ImplGetSvxCustomShapePropertyMap()
714 static SfxItemPropertyMapEntry aCustomShapePropertyMap_Impl[] = in ImplGetSvxCustomShapePropertyMap()
737 SfxItemPropertyMapEntry* ImplGetSvxMediaShapePropertyMap() in ImplGetSvxMediaShapePropertyMap()
739 static SfxItemPropertyMapEntry aMediaShapePropertyMap_Impl[] = in ImplGetSvxMediaShapePropertyMap()
766 SfxItemPropertyMapEntry* ImplGetSvxTableShapePropertyMap() in ImplGetSvxTableShapePropertyMap()
768 static SfxItemPropertyMapEntry aTableShapePropertyMap_Impl[] = in ImplGetSvxTableShapePropertyMap()
931 int nDiff = strcmp( ((const SfxItemPropertyMapEntry*)pSmaller)->pName, in Svx_CompareMap()
932 ((const SfxItemPropertyMapEntry*)pBigger)->pName ); in Svx_CompareMap()
965 const SfxItemPropertyMapEntry* SvxUnoPropertyMapProvider::GetMap(sal_uInt16 nPropertyId) in GetMap()