Home
last modified time | relevance | path

Searched refs:rShapeInfo (Results 1 – 20 of 20) sorted by relevance

/trunk/main/svx/source/accessibility/
H A DSvxShapeTypes.cxx37 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 DShapeTypeHandler.cxx134 const AccessibleShapeInfo& rShapeInfo, in CreateAccessibleObject() argument
137 ShapeTypeId nSlotId (GetSlotId (rShapeInfo.mxShape)); in CreateAccessibleObject()
140 rShapeInfo, in CreateAccessibleObject()
H A DAccessibleGraphicShape.cxx43 const AccessibleShapeInfo& rShapeInfo, in AccessibleGraphicShape() argument
45 : AccessibleShape (rShapeInfo, rShapeTreeInfo) in AccessibleGraphicShape()
H A DAccessibleOLEShape.cxx41 const AccessibleShapeInfo& rShapeInfo, in AccessibleOLEShape() argument
43 : AccessibleShape (rShapeInfo, rShapeTreeInfo) in AccessibleOLEShape()
H A DAccessibleShape.cxx121 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 DAccessibleControlShape.cxx143 const AccessibleShapeInfo& rShapeInfo, in AccessibleControlShape() argument
145 : AccessibleShape (rShapeInfo, rShapeTreeInfo) in AccessibleControlShape()
/trunk/main/sd/source/ui/accessibility/
H A DSdShapeTypes.cxx37 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 DAccessiblePresentationGraphicShape.cxx42 const AccessibleShapeInfo& rShapeInfo, in AccessiblePresentationGraphicShape() argument
44 : AccessibleGraphicShape (rShapeInfo, rShapeTreeInfo) in AccessiblePresentationGraphicShape()
H A DAccessiblePresentationOLEShape.cxx42 const AccessibleShapeInfo& rShapeInfo, in AccessiblePresentationOLEShape() argument
44 : AccessibleOLEShape (rShapeInfo, rShapeTreeInfo) in AccessiblePresentationOLEShape()
H A DAccessiblePresentationShape.cxx45 const AccessibleShapeInfo& rShapeInfo, in AccessiblePresentationShape() argument
47 : AccessibleShape (rShapeInfo, rShapeTreeInfo) in AccessiblePresentationShape()
/trunk/main/svx/inc/svx/
H A DShapeTypeHandler.hxx52 (const AccessibleShapeInfo& rShapeInfo,
138 const AccessibleShapeInfo& rShapeInfo,
H A DAccessibleGraphicShape.hxx45 const AccessibleShapeInfo& rShapeInfo,
H A DAccessibleOLEShape.hxx50 const AccessibleShapeInfo& rShapeInfo,
H A DAccessibleControlShape.hxx62 const AccessibleShapeInfo& rShapeInfo,
H A DAccessibleShape.hxx126 const AccessibleShapeInfo& rShapeInfo,
H A DAccessibleTableShape.hxx65 …AccessibleTableShape( const AccessibleShapeInfo& rShapeInfo, const AccessibleShapeTreeInfo& rShape…
/trunk/main/sd/source/ui/inc/
H A DAccessiblePresentationGraphicShape.hxx41 const AccessibleShapeInfo& rShapeInfo,
H A DAccessiblePresentationOLEShape.hxx41 const AccessibleShapeInfo& rShapeInfo,
H A DAccessiblePresentationShape.hxx39 const AccessibleShapeInfo& rShapeInfo,
/trunk/main/svx/source/table/
H A Daccessibletableshape.cxx328 AccessibleTableShape::AccessibleTableShape( const AccessibleShapeInfo& rShapeInfo, const Accessible… in AccessibleTableShape() argument
329 : AccessibleTableShape_Base(rShapeInfo, rShapeTreeInfo) in AccessibleTableShape()

Completed in 68 milliseconds