/aoo4110/main/svx/source/accessibility/ |
H A D | SvxShapeTypes.cxx | 37 const AccessibleShapeInfo& rShapeInfo, in CreateSvxAccessibleShape() argument 73 return new AccessibleShape (rShapeInfo, rShapeTreeInfo); in CreateSvxAccessibleShape() 76 return new AccessibleControlShape (rShapeInfo, rShapeTreeInfo); in CreateSvxAccessibleShape() 79 return new AccessibleGraphicShape (rShapeInfo, rShapeTreeInfo); in CreateSvxAccessibleShape() 85 return new AccessibleOLEShape (rShapeInfo, rShapeTreeInfo); in CreateSvxAccessibleShape() 88 return new AccessibleTableShape( rShapeInfo, rShapeTreeInfo ); in CreateSvxAccessibleShape()
|
H A D | ShapeTypeHandler.cxx | 134 const AccessibleShapeInfo& rShapeInfo, in CreateAccessibleObject() argument 137 ShapeTypeId nSlotId (GetSlotId (rShapeInfo.mxShape)); in CreateAccessibleObject() 140 rShapeInfo, in CreateAccessibleObject()
|
H A D | AccessibleGraphicShape.cxx | 43 const AccessibleShapeInfo& rShapeInfo, in AccessibleGraphicShape() argument 45 : AccessibleShape (rShapeInfo, rShapeTreeInfo) in AccessibleGraphicShape()
|
H A D | AccessibleOLEShape.cxx | 41 const AccessibleShapeInfo& rShapeInfo, in AccessibleOLEShape() argument 43 : AccessibleShape (rShapeInfo, rShapeTreeInfo) in AccessibleOLEShape()
|
H A D | AccessibleShape.cxx | 121 const AccessibleShapeInfo& rShapeInfo, in AccessibleShape() argument 123 : AccessibleContextBase (rShapeInfo.mxParent,AccessibleRole::SHAPE), in AccessibleShape() 125 mxShape (rShapeInfo.mxShape), in AccessibleShape() 127 mnIndex (rShapeInfo.mnIndex), in AccessibleShape() 130 mpParent (rShapeInfo.mpChildrenManager) in AccessibleShape()
|
H A D | AccessibleControlShape.cxx | 143 const AccessibleShapeInfo& rShapeInfo, in AccessibleControlShape() argument 145 : AccessibleShape (rShapeInfo, rShapeTreeInfo) in AccessibleControlShape()
|
/aoo4110/main/sd/source/ui/accessibility/ |
H A D | SdShapeTypes.cxx | 37 const AccessibleShapeInfo& rShapeInfo, in CreateSdAccessibleShape() argument 53 return new AccessiblePresentationShape (rShapeInfo, rShapeTreeInfo); in CreateSdAccessibleShape() 56 return new AccessiblePresentationGraphicShape (rShapeInfo, rShapeTreeInfo); in CreateSdAccessibleShape() 61 return new AccessiblePresentationOLEShape (rShapeInfo, rShapeTreeInfo); in CreateSdAccessibleShape() 64 return new AccessibleShape (rShapeInfo, rShapeTreeInfo); in CreateSdAccessibleShape()
|
H A D | AccessiblePresentationGraphicShape.cxx | 42 const AccessibleShapeInfo& rShapeInfo, in AccessiblePresentationGraphicShape() argument 44 : AccessibleGraphicShape (rShapeInfo, rShapeTreeInfo) in AccessiblePresentationGraphicShape()
|
H A D | AccessiblePresentationOLEShape.cxx | 42 const AccessibleShapeInfo& rShapeInfo, in AccessiblePresentationOLEShape() argument 44 : AccessibleOLEShape (rShapeInfo, rShapeTreeInfo) in AccessiblePresentationOLEShape()
|
H A D | AccessiblePresentationShape.cxx | 45 const AccessibleShapeInfo& rShapeInfo, in AccessiblePresentationShape() argument 47 : AccessibleShape (rShapeInfo, rShapeTreeInfo) in AccessiblePresentationShape()
|
/aoo4110/main/svx/inc/svx/ |
H A D | ShapeTypeHandler.hxx | 52 (const AccessibleShapeInfo& rShapeInfo, 138 const AccessibleShapeInfo& rShapeInfo,
|
H A D | AccessibleGraphicShape.hxx | 45 const AccessibleShapeInfo& rShapeInfo,
|
H A D | AccessibleOLEShape.hxx | 50 const AccessibleShapeInfo& rShapeInfo,
|
H A D | AccessibleControlShape.hxx | 62 const AccessibleShapeInfo& rShapeInfo,
|
H A D | AccessibleShape.hxx | 126 const AccessibleShapeInfo& rShapeInfo,
|
H A D | AccessibleTableShape.hxx | 65 …AccessibleTableShape( const AccessibleShapeInfo& rShapeInfo, const AccessibleShapeTreeInfo& rShape…
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | AccessiblePresentationOLEShape.hxx | 41 const AccessibleShapeInfo& rShapeInfo,
|
H A D | AccessiblePresentationShape.hxx | 39 const AccessibleShapeInfo& rShapeInfo,
|
H A D | AccessiblePresentationGraphicShape.hxx | 41 const AccessibleShapeInfo& rShapeInfo,
|
/aoo4110/main/svx/source/table/ |
H A D | accessibletableshape.cxx | 328 AccessibleTableShape::AccessibleTableShape( const AccessibleShapeInfo& rShapeInfo, const Accessible… in AccessibleTableShape() argument 329 : AccessibleTableShape_Base(rShapeInfo, rShapeTreeInfo) in AccessibleTableShape()
|