Home
last modified time | relevance | path

Searched refs:rShapeTreeInfo (Results 1 – 25 of 56) sorted by relevance

123

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/accessibility/
H A DSdShapeTypes.cxx31 const AccessibleShapeTreeInfo& rShapeTreeInfo, in CreateSdAccessibleShape() argument
46 return new AccessiblePresentationShape (rShapeInfo, rShapeTreeInfo); in CreateSdAccessibleShape()
49 return new AccessiblePresentationGraphicShape (rShapeInfo, rShapeTreeInfo); in CreateSdAccessibleShape()
54 return new AccessiblePresentationOLEShape (rShapeInfo, rShapeTreeInfo); in CreateSdAccessibleShape()
57 return new AccessibleShape (rShapeInfo, rShapeTreeInfo); in CreateSdAccessibleShape()
H A DAccessiblePresentationGraphicShape.cxx37 const AccessibleShapeTreeInfo& rShapeTreeInfo) in AccessiblePresentationGraphicShape() argument
38 : AccessibleGraphicShape (rShapeInfo, rShapeTreeInfo) in AccessiblePresentationGraphicShape()
H A DAccessiblePresentationOLEShape.cxx37 const AccessibleShapeTreeInfo& rShapeTreeInfo) in AccessiblePresentationOLEShape() argument
38 : AccessibleOLEShape (rShapeInfo, rShapeTreeInfo) in AccessiblePresentationOLEShape()
H A DAccessiblePresentationShape.cxx39 const AccessibleShapeTreeInfo& rShapeTreeInfo) in AccessiblePresentationShape() argument
40 : AccessibleShape (rShapeInfo, rShapeTreeInfo) in AccessiblePresentationShape()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/accessibility/
H A DSvxShapeTypes.cxx33 const AccessibleShapeTreeInfo& rShapeTreeInfo, in CreateSvxAccessibleShape() argument
66 return new AccessibleShape (rShapeInfo, rShapeTreeInfo); in CreateSvxAccessibleShape()
69 return new AccessibleControlShape (rShapeInfo, rShapeTreeInfo); in CreateSvxAccessibleShape()
72 return new AccessibleGraphicShape (rShapeInfo, rShapeTreeInfo); in CreateSvxAccessibleShape()
78 return new AccessibleOLEShape (rShapeInfo, rShapeTreeInfo); in CreateSvxAccessibleShape()
81 return new AccessibleTableShape( rShapeInfo, rShapeTreeInfo ); in CreateSvxAccessibleShape()
H A DChildrenManager.cxx34 const AccessibleShapeTreeInfo& rShapeTreeInfo, in ChildrenManager() argument
38 rxParent, rxShapeList, rShapeTreeInfo, rContext)) in ChildrenManager()
87 void ChildrenManager::SetInfo (AccessibleShapeTreeInfo const & rShapeTreeInfo) in SetInfo() argument
89 mpImpl->SetInfo (rShapeTreeInfo); in SetInfo()
H A DAccessibleGraphicShape.cxx38 const AccessibleShapeTreeInfo& rShapeTreeInfo) in AccessibleGraphicShape() argument
39 : AccessibleShape (rShapeInfo, rShapeTreeInfo) in AccessibleGraphicShape()
H A DAccessibleOLEShape.cxx41 const AccessibleShapeTreeInfo& rShapeTreeInfo) in AccessibleOLEShape() argument
42 : AccessibleShape (rShapeInfo, rShapeTreeInfo) in AccessibleOLEShape()
H A DShapeTypeHandler.cxx109 const AccessibleShapeTreeInfo& rShapeTreeInfo) const in CreateAccessibleObject()
115 rShapeTreeInfo, in CreateAccessibleObject()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/accessibility/
H A DSvxShapeTypes.cxx33 const AccessibleShapeTreeInfo& rShapeTreeInfo, in CreateSvxAccessibleShape() argument
66 return new AccessibleShape (rShapeInfo, rShapeTreeInfo); in CreateSvxAccessibleShape()
69 return new AccessibleControlShape (rShapeInfo, rShapeTreeInfo); in CreateSvxAccessibleShape()
72 return new AccessibleGraphicShape (rShapeInfo, rShapeTreeInfo); in CreateSvxAccessibleShape()
78 return new AccessibleOLEShape (rShapeInfo, rShapeTreeInfo); in CreateSvxAccessibleShape()
81 return new AccessibleTableShape( rShapeInfo, rShapeTreeInfo ); in CreateSvxAccessibleShape()
H A DChildrenManager.cxx35 const AccessibleShapeTreeInfo& rShapeTreeInfo, in ChildrenManager() argument
39 rxParent, rxShapeList, rShapeTreeInfo, rContext)) in ChildrenManager()
93 void ChildrenManager::SetInfo (AccessibleShapeTreeInfo const & rShapeTreeInfo) in SetInfo() argument
95 mpImpl->SetInfo (rShapeTreeInfo); in SetInfo()
H A DAccessibleGraphicShape.cxx39 const AccessibleShapeTreeInfo& rShapeTreeInfo) in AccessibleGraphicShape() argument
40 : AccessibleShape (rShapeInfo, rShapeTreeInfo) in AccessibleGraphicShape()
H A DAccessibleOLEShape.cxx40 const AccessibleShapeTreeInfo& rShapeTreeInfo) in AccessibleOLEShape() argument
41 : AccessibleShape (rShapeInfo, rShapeTreeInfo) in AccessibleOLEShape()
H A DShapeTypeHandler.cxx111 const AccessibleShapeTreeInfo& rShapeTreeInfo) const in CreateAccessibleObject()
117 rShapeTreeInfo, in CreateAccessibleObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/accessibility/
H A DSdShapeTypes.cxx31 const AccessibleShapeTreeInfo& rShapeTreeInfo, in CreateSdAccessibleShape() argument
46 return new AccessiblePresentationShape (rShapeInfo, rShapeTreeInfo); in CreateSdAccessibleShape()
49 return new AccessiblePresentationGraphicShape (rShapeInfo, rShapeTreeInfo); in CreateSdAccessibleShape()
54 return new AccessiblePresentationOLEShape (rShapeInfo, rShapeTreeInfo); in CreateSdAccessibleShape()
57 return new AccessibleShape (rShapeInfo, rShapeTreeInfo); in CreateSdAccessibleShape()
H A DAccessiblePresentationGraphicShape.cxx36 const AccessibleShapeInfo& rShapeInfo, const AccessibleShapeTreeInfo& rShapeTreeInfo) in AccessiblePresentationGraphicShape() argument
37 : AccessibleGraphicShape(rShapeInfo, rShapeTreeInfo) in AccessiblePresentationGraphicShape()
H A DAccessiblePresentationOLEShape.cxx36 const AccessibleShapeInfo& rShapeInfo, const AccessibleShapeTreeInfo& rShapeTreeInfo) in AccessiblePresentationOLEShape() argument
37 : AccessibleOLEShape(rShapeInfo, rShapeTreeInfo) in AccessiblePresentationOLEShape()
H A DAccessiblePresentationShape.cxx38 const AccessibleShapeInfo& rShapeInfo, const AccessibleShapeTreeInfo& rShapeTreeInfo) in AccessiblePresentationShape() argument
39 : AccessibleShape(rShapeInfo, rShapeTreeInfo) in AccessiblePresentationShape()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A DChildrenManager.hxx110 const AccessibleShapeTreeInfo& rShapeTreeInfo, AccessibleContextBase& rContext);
179 void SetInfo(AccessibleShapeTreeInfo const& rShapeTreeInfo);
H A DShapeTypeHandler.hxx49 const AccessibleShapeTreeInfo& rShapeTreeInfo,
125 const AccessibleShapeTreeInfo& rShapeTreeInfo) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A DChildrenManager.hxx101 const AccessibleShapeTreeInfo& rShapeTreeInfo,
176 void SetInfo (AccessibleShapeTreeInfo const & rShapeTreeInfo);
H A DShapeTypeHandler.hxx48 const AccessibleShapeTreeInfo& rShapeTreeInfo,
124 const AccessibleShapeTreeInfo& rShapeTreeInfo) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A DAccessiblePresentationOLEShape.hxx35 const AccessibleShapeTreeInfo& rShapeTreeInfo);
H A DAccessiblePresentationShape.hxx35 const AccessibleShapeTreeInfo& rShapeTreeInfo);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A DAccessiblePresentationOLEShape.hxx36 const AccessibleShapeTreeInfo& rShapeTreeInfo);

123