Home
last modified time | relevance | path

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

12

/trunk/main/svx/source/accessibility/
H A DSvxShapeTypes.cxx38 const AccessibleShapeTreeInfo& rShapeTreeInfo, 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 DChildrenManager.cxx44 const AccessibleShapeTreeInfo& rShapeTreeInfo, in ChildrenManager() argument
48 mpImpl = new ChildrenManagerImpl (rxParent, rxShapeList, rShapeTreeInfo, rContext); in ChildrenManager()
142 void ChildrenManager::SetInfo (AccessibleShapeTreeInfo& rShapeTreeInfo) in SetInfo() argument
145 mpImpl->SetInfo (rShapeTreeInfo); in SetInfo()
H A DAccessibleGraphicShape.cxx44 const AccessibleShapeTreeInfo& rShapeTreeInfo) in AccessibleGraphicShape() argument
45 : AccessibleShape (rShapeInfo, rShapeTreeInfo) in AccessibleGraphicShape()
H A DChildrenManagerImpl.cxx71 const AccessibleShapeTreeInfo& rShapeTreeInfo, in ChildrenManagerImpl() argument
78 maShapeTreeInfo (rShapeTreeInfo), in ChildrenManagerImpl()
612 void ChildrenManagerImpl::SetInfo (const AccessibleShapeTreeInfo& rShapeTreeInfo) in SetInfo() argument
624 maShapeTreeInfo = rShapeTreeInfo; in SetInfo()
H A DAccessibleOLEShape.cxx42 const AccessibleShapeTreeInfo& rShapeTreeInfo) in AccessibleOLEShape() argument
43 : AccessibleShape (rShapeInfo, rShapeTreeInfo) in AccessibleOLEShape()
H A DShapeTypeHandler.cxx135 const AccessibleShapeTreeInfo& rShapeTreeInfo) const in CreateAccessibleObject()
141 rShapeTreeInfo, in CreateAccessibleObject()
H A DChildrenManagerImpl.hxx110 const AccessibleShapeTreeInfo& rShapeTreeInfo,
228 void SetInfo (const AccessibleShapeTreeInfo& rShapeTreeInfo);
H A DAccessibleShape.cxx122 const AccessibleShapeTreeInfo& rShapeTreeInfo) in AccessibleShape() argument
126 maShapeTreeInfo (rShapeTreeInfo), in AccessibleShape()
140 const AccessibleShapeTreeInfo& rShapeTreeInfo, in AccessibleShape() argument
145 maShapeTreeInfo (rShapeTreeInfo), in AccessibleShape()
H A DAccessibleControlShape.cxx144 const AccessibleShapeTreeInfo& rShapeTreeInfo) in AccessibleControlShape() argument
145 : AccessibleShape (rShapeInfo, rShapeTreeInfo) in AccessibleControlShape()
/trunk/main/sd/source/ui/accessibility/
H A DSdShapeTypes.cxx38 const AccessibleShapeTreeInfo& rShapeTreeInfo, 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.cxx43 const AccessibleShapeTreeInfo& rShapeTreeInfo) in AccessiblePresentationGraphicShape() argument
44 : AccessibleGraphicShape (rShapeInfo, rShapeTreeInfo) in AccessiblePresentationGraphicShape()
H A DAccessiblePresentationOLEShape.cxx43 const AccessibleShapeTreeInfo& rShapeTreeInfo) in AccessiblePresentationOLEShape() argument
44 : AccessibleOLEShape (rShapeInfo, rShapeTreeInfo) in AccessiblePresentationOLEShape()
H A DAccessiblePresentationShape.cxx46 const AccessibleShapeTreeInfo& rShapeTreeInfo) in AccessiblePresentationShape() argument
47 : AccessibleShape (rShapeInfo, rShapeTreeInfo) in AccessiblePresentationShape()
H A DAccessiblePageShape.cxx57 const AccessibleShapeTreeInfo& rShapeTreeInfo, in AccessiblePageShape() argument
59 : AccessibleShape (AccessibleShapeInfo (NULL, rxParent, nIndex), rShapeTreeInfo), in AccessiblePageShape()
/trunk/main/svx/inc/svx/
H A DShapeTypeHandler.hxx53 const AccessibleShapeTreeInfo& rShapeTreeInfo,
139 const AccessibleShapeTreeInfo& rShapeTreeInfo) const;
149 const AccessibleShapeTreeInfo& rShapeTreeInfo) const in CreateAccessibleObject()
152 return CreateAccessibleObject (aShapeInfo, rShapeTreeInfo); in CreateAccessibleObject()
H A DChildrenManager.hxx101 const AccessibleShapeTreeInfo& rShapeTreeInfo,
176 void SetInfo (AccessibleShapeTreeInfo& rShapeTreeInfo);
H A DAccessibleShape.hxx127 const AccessibleShapeTreeInfo& rShapeTreeInfo);
129 …ccessibility::XAccessible>& rxParent, const AccessibleShapeTreeInfo& rShapeTreeInfo, sal_Int32 nIn…
H A DAccessibleGraphicShape.hxx46 const AccessibleShapeTreeInfo& rShapeTreeInfo);
H A DAccessibleOLEShape.hxx51 const AccessibleShapeTreeInfo& rShapeTreeInfo);
/trunk/main/svx/source/table/
H A Daccessibletableshape.cxx82 AccessibleTableShapeImpl( AccessibleShapeTreeInfo& rShapeTreeInfo );
107 AccessibleTableShapeImpl::AccessibleTableShapeImpl( AccessibleShapeTreeInfo& rShapeTreeInfo ) in AccessibleTableShapeImpl() argument
108 : mrShapeTreeInfo( rShapeTreeInfo ) in AccessibleTableShapeImpl()
328 …leTableShape( const AccessibleShapeInfo& rShapeInfo, const AccessibleShapeTreeInfo& rShapeTreeInfo) in AccessibleTableShape() argument
329 : AccessibleTableShape_Base(rShapeInfo, rShapeTreeInfo) in AccessibleTableShape()
H A Daccessiblecell.cxx56 …const sdr::table::CellRef& rCell, sal_Int32 nIndex, const AccessibleShapeTreeInfo& rShapeTreeInfo ) in AccessibleCell() argument
58 , maShapeTreeInfo( rShapeTreeInfo ) in AccessibleCell()
/trunk/main/sd/source/ui/inc/
H A DAccessiblePresentationGraphicShape.hxx42 const AccessibleShapeTreeInfo& rShapeTreeInfo);
H A DAccessiblePresentationOLEShape.hxx42 const AccessibleShapeTreeInfo& rShapeTreeInfo);
H A DAccessiblePresentationShape.hxx40 const AccessibleShapeTreeInfo& rShapeTreeInfo);
H A DAccessiblePageShape.hxx72 const AccessibleShapeTreeInfo& rShapeTreeInfo,

Completed in 106 milliseconds

12