Home
last modified time | relevance | path

Searched refs:AccessibleShape (Results 1 – 25 of 55) sorted by relevance

123

/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx120 AccessibleShape::AccessibleShape ( in AccessibleShape() function in accessibility::AccessibleShape
135 AccessibleShape::AccessibleShape ( in AccessibleShape() function in accessibility::AccessibleShape
153 AccessibleShape::~AccessibleShape (void) in ~AccessibleShape()
169 void AccessibleShape::Init (void) in Init()
238 void AccessibleShape::UpdateStates (void) in UpdateStates()
288 ::rtl::OUString AccessibleShape::GetStyle() in GetStyle()
293 bool AccessibleShape::operator== (const AccessibleShape& rShape) in operator ==()
301 sal_Bool AccessibleShape::SetState (sal_Int16 aState) in SetState()
322 sal_Bool AccessibleShape::ResetState (sal_Int16 aState) in ResetState()
343 sal_Bool AccessibleShape::GetState (sal_Int16 aState) in GetState()
[all …]
H A DAccessibleGraphicShape.cxx45 : AccessibleShape (rShapeInfo, rShapeTreeInfo) in AccessibleGraphicShape()
66 return AccessibleShape::getAccessibleDescription (); in getAccessibleImageDescription()
75 return AccessibleShape::getSize().Height; in getAccessibleImageHeight()
84 return AccessibleShape::getSize().Width; in getAccessibleImageWidth()
96 ::com::sun::star::uno::Any aReturn = AccessibleShape::queryInterface (rType); in queryInterface()
109 AccessibleShape::acquire (); in acquire()
118 AccessibleShape::release (); in release()
144 AccessibleShape::getSupportedServiceNames(); in getSupportedServiceNames()
166 uno::Sequence<uno::Type> aTypeList (AccessibleShape::getTypes()); in getTypes()
227 return AccessibleShape::getAccessibleRole(); in getAccessibleRole()
H A DAccessibleControlShape.cxx145 : AccessibleShape (rShapeInfo, rShapeTreeInfo) in AccessibleControlShape()
199 AccessibleShape::Init(); in Init()
330 return AccessibleShape::getAccessibleContext (); in getAccessibleContext()
340 AccessibleShape::grabFocus(); in grabFocus()
425 IMPLEMENT_FORWARD_REFCOUNT( AccessibleControlShape, AccessibleShape ) in IMPLEMENT_FORWARD_REFCOUNT() argument
459 Any aReturn = AccessibleShape::queryInterface( _rType ); in queryInterface()
472 Sequence< Type > aShapeTypes = AccessibleShape::getTypes(); in getTypes()
511 AccessibleShape::ResetState( nLostState ); in notifyEvent()
514 AccessibleShape::SetState( nGainedState ); in notifyEvent()
559 AccessibleShape::disposing( _rSource ); in disposing()
[all …]
H A DChildrenManagerImpl.cxx183 AccessibleShape* pShape = in GetChild()
382 AccessibleShape* pAccessibleShape = I->GetAccessibleShape(); in RemoveNonVisibleChildren()
428 AccessibleShape* pShape = I->GetAccessibleShape (); in SendVisibleAreaEvents()
554 void ChildrenManagerImpl::AddAccessibleShape (std::auto_ptr<AccessibleShape> pShape) in AddAccessibleShape()
828 AccessibleShape* pShape = I->GetAccessibleShape(); in ViewForwarderChanged()
841 AccessibleShape* pCurrentChild, in ReplaceChild()
849 AccessibleShape* pNewChild = ShapeTypeHandler::Instance().CreateAccessibleObject ( in ReplaceChild()
899 AccessibleShape* pAccShape = maVisibleChildren[index].GetAccessibleShape(); in GetAccControlShapeFromModel()
951 AccessibleShape* pCurrentlyFocusedShape = NULL; in UpdateSelection()
952 AccessibleShape* pNewFocusedShape = NULL; in UpdateSelection()
[all …]
H A DAccessibleOLEShape.cxx43 : AccessibleShape (rShapeInfo, rShapeTreeInfo) in AccessibleOLEShape()
103 ::com::sun::star::uno::Any aReturn = AccessibleShape::queryInterface (rType); in queryInterface()
116 AccessibleShape::acquire (); in acquire()
125 AccessibleShape::release (); in release()
150 AccessibleShape::getSupportedServiceNames(); in getSupportedServiceNames()
172 uno::Sequence<uno::Type> aTypeList (AccessibleShape::getTypes()); in getTypes()
H A DChildrenManagerImpl.hxx42 class AccessibleShape;
214 void AddAccessibleShape (std::auto_ptr<AccessibleShape> pShape);
297 AccessibleShape* pCurrentChild,
394 AccessibleShape* mpFocusedShape;
512 AccessibleShape* GetAccessibleShape (void) const;
H A DShapeTypeHandler.cxx52 AccessibleShape*
132 AccessibleShape*
138 AccessibleShape* pShape = in CreateAccessibleObject()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/svx/
H A Dcom.sun.star.comp.unknown.AccessibleShape.csv1 "AccessibleShape";"com::sun::star::accessibility::XAccessibleExtendedComponent#optional";"getFont()"
2 "AccessibleShape";"com::sun::star::accessibility::XAccessibleExtendedComponent#optional";"getTitled…
3 "AccessibleShape";"com::sun::star::accessibility::XAccessibleExtendedComponent#optional";"getToolTi…
4 "AccessibleShape";"com::sun::star::accessibility::XAccessibleEventBroadcaster#optional";"addEventLi…
5 "AccessibleShape";"com::sun::star::accessibility::XAccessibleEventBroadcaster#optional";"removeEven…
6 "AccessibleShape";"com::sun::star::accessibility::XAccessibleComponent";"containsPoint()"
7 "AccessibleShape";"com::sun::star::accessibility::XAccessibleComponent";"getAccessibleAtPoint()"
8 "AccessibleShape";"com::sun::star::accessibility::XAccessibleComponent";"getBounds()"
9 "AccessibleShape";"com::sun::star::accessibility::XAccessibleComponent";"getLocation()"
10 "AccessibleShape";"com::sun::star::accessibility::XAccessibleComponent";"getLocationOnScreen()"
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/basctl/
H A Dcom.sun.star.comp.basctl.AccessibleShape.csv1 "AccessibleShape";"com::sun::star::accessibility::XAccessibleExtendedComponent#optional";"getFont()"
2 "AccessibleShape";"com::sun::star::accessibility::XAccessibleExtendedComponent#optional";"getTitled…
3 "AccessibleShape";"com::sun::star::accessibility::XAccessibleExtendedComponent#optional";"getToolTi…
4 "AccessibleShape";"com::sun::star::accessibility::XAccessibleComponent";"containsPoint()"
5 "AccessibleShape";"com::sun::star::accessibility::XAccessibleComponent";"getAccessibleAtPoint()"
6 "AccessibleShape";"com::sun::star::accessibility::XAccessibleComponent";"getBounds()"
7 "AccessibleShape";"com::sun::star::accessibility::XAccessibleComponent";"getLocation()"
8 "AccessibleShape";"com::sun::star::accessibility::XAccessibleComponent";"getLocationOnScreen()"
9 "AccessibleShape";"com::sun::star::accessibility::XAccessibleComponent";"getSize()"
10 "AccessibleShape";"com::sun::star::accessibility::XAccessibleComponent";"grabFocus()"
[all …]
/trunk/main/sw/source/core/access/
H A Daccmap.cxx218 typedef ::std::pair < const SdrObject *, ::vos::ORef < ::accessibility::AccessibleShape > > SwAcces…
293 static_cast < ::accessibility::AccessibleShape* >( in Copy()
301 static_cast < ::accessibility::AccessibleShape* >( in Copy()
1165 …(static_cast < ::accessibility::AccessibleShape* >(xAcc.get()))->SetState( AccessibleStateType::SE… in InvalidateShapeInParaSelection()
1187 …(static_cast < ::accessibility::AccessibleShape* >(xAcc.get()))->ResetState( AccessibleStateType::… in InvalidateShapeInParaSelection()
1222 …bChanged = (static_cast < ::accessibility::AccessibleShape* >(xAcc.get()))->SetState( AccessibleSt… in InvalidateShapeInParaSelection()
1228 …bChanged = (static_cast < ::accessibility::AccessibleShape* >(xAcc.get()))->ResetState( Accessible… in InvalidateShapeInParaSelection()
1238 …bChanged = (static_cast < ::accessibility::AccessibleShape* >(xAcc.get()))->SetState( AccessibleSt… in InvalidateShapeInParaSelection()
1244 …bChanged = (static_cast < ::accessibility::AccessibleShape* >(xAcc.get()))->ResetState( Accessible… in InvalidateShapeInParaSelection()
1264 …bChanged = (static_cast < ::accessibility::AccessibleShape* >(xAcc.get()))->ResetState( Accessible… in InvalidateShapeInParaSelection()
[all …]
H A Dacccontext.cxx263 ::vos::ORef< ::accessibility::AccessibleShape > xAccImpl = in ChildrenScrolled()
462 ::vos::ORef< ::accessibility::AccessibleShape > xAccImpl( in DisposeChildren()
672 ::vos::ORef < ::accessibility::AccessibleShape > xChildImpl( in getAccessibleChild()
1081 ::accessibility::AccessibleShape *pAccImpl ) in DisposeShape()
1083 ::vos::ORef< ::accessibility::AccessibleShape > xAccImpl( pAccImpl ); in DisposeShape()
1098 ::accessibility::AccessibleShape *pAccImpl ) in ScrolledInShape()
1198 ::vos::ORef< ::accessibility::AccessibleShape > xAccImpl = in DisposeChild()
1292 ::vos::ORef< ::accessibility::AccessibleShape > xAccImpl = in InvalidateChildPosOrSize()
1336 ::vos::ORef< ::accessibility::AccessibleShape > xAccImpl = in InvalidateChildPosOrSize()
H A Dacccontext.hxx43 class AccessibleShape;
169 ::accessibility::AccessibleShape *pAccImpl );
171 ::accessibility::AccessibleShape *pAccImpl );
/trunk/main/svx/inc/svx/
H A DAccessibleShape.hxx96 class SVX_DLLPUBLIC AccessibleShape class
125 AccessibleShape (
128 AccessibleShape (
179 virtual ~AccessibleShape (void);
192 virtual bool operator== (const AccessibleShape& rShape);
385 …static AccessibleShape* getImplementation( const ::com::sun::s…
481 GetFullAccessibleName(AccessibleShape *shape)
494 SVX_DLLPRIVATE explicit AccessibleShape (void);
496 SVX_DLLPRIVATE explicit AccessibleShape (const AccessibleShape&);
498 SVX_DLLPRIVATE AccessibleShape& operator= (const AccessibleShape&);
H A DShapeTypeHandler.hxx51 typedef AccessibleShape* (*tCreateFunction)
136 AccessibleShape*
143 AccessibleShape*
H A DIAccessibleParent.hxx35 class AccessibleShape;
84 AccessibleShape* pCurrentChild,
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx146 std::auto_ptr<AccessibleShape>(pPage)); in Init()
381 std::auto_ptr<AccessibleShape>(pPage)); in propertyChange()
443 std::auto_ptr<AccessibleShape>(pPage)); in propertyChange()
533 AccessibleShape* pAcc = AccessibleShape::getImplementation( xAccContent ); in getGroupPosition()
600 AccessibleShape* pAcc = AccessibleShape::getImplementation( xAccContent ); in getObjectLink()
752AccessibleShape* pAcc = AccessibleShape::getImplementation( getAccessibleChild( nAccessibleChildIn… in implIsSelected()
784 AccessibleShape* pAccessibleChild; in implSelect()
802AccessibleShape* pAcc = AccessibleShape::getImplementation( getAccessibleChild( i ) ); in implSelect()
823 AccessibleShape* pAcc = AccessibleShape::getImplementation( in implSelect()
H A DAccessiblePageShape.cxx59 : AccessibleShape (AccessibleShapeInfo (NULL, rxParent, nIndex), rShapeTreeInfo), in AccessiblePageShape()
79 AccessibleShape::Init (); in Init()
285 return AccessibleShape::getSupportedServiceNames(); in getSupportedServiceNames()
298 AccessibleShape::disposing (aEvent); in disposing()
H A DSdShapeTypes.cxx35 AccessibleShape*
64 return new AccessibleShape (rShapeInfo, rShapeTreeInfo); in CreateSdAccessibleShape()
/trunk/main/offapi/com/sun/star/drawing/
H A DAccessibleGraphicShape.idl28 #include <com/sun/star/drawing/AccessibleShape.idl>
41 <p>It differs from the included <type>AccessibleShape</type> 'base'
53 <p>See <type>AccessibleShape</type> for documentation and support of
60 @see AccessibleShape
62 service AccessibleShape;
72 not available through the <type>AccessibleShape</type> service:
H A DAccessibleOLEShape.idl28 #include <com/sun/star/drawing/AccessibleShape.idl>
62 <p>See <type>AccessibleShape</type> for basic documentation and
69 @see AccessibleShape
71 service AccessibleShape;
/trunk/main/sd/source/ui/inc/
H A DAccessiblePageShape.hxx44 : public AccessibleShape
140 using AccessibleShape::disposing;
169 AccessibleShape& operator= (const AccessiblePageShape&);
/trunk/main/sw/inc/
H A Daccmap.hxx54 class AccessibleShape;
175 ::vos::ORef < ::accessibility::AccessibleShape > GetContextImpl(
311 ::accessibility::AccessibleShape* pCurrentChild,
/trunk/main/svx/source/table/
H A Daccessibletableshape.cxx408 return AccessibleShape::getAccessibleContext (); in getAccessibleContext()
444 return AccessibleShape::getAccessibleRelationSet( ); in getAccessibleRelationSet()
461 AccessibleShape::disposing(); in disposing()
975 AccessibleShape::disposing(aEvent); in disposing()
1048 bStateHasChanged = AccessibleShape::SetState (aState); in SetState()
1062 bStateHasChanged = AccessibleShape::ResetState (aState); in ResetState()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx96 mutable ::accessibility::AccessibleShape* pAccShape;
252 ::accessibility::AccessibleShape* pCurrentChild,
439 sal_Bool ScChildrenShapes::ReplaceChild (::accessibility::AccessibleShape* pCurrentChild, in ReplaceChild()
445 …::accessibility::AccessibleShape* pReplacement = ::accessibility::ShapeTypeHandler::Instance().Cre… in ReplaceChild()
494 ::accessibility::AccessibleShape* pAccShape = pShape->pAccShape; in GetAccControlShapeFromModel()
1068 ::accessibility::AccessibleShape* pAccGroupShape = in FindSelectedShapesChanges()
1069 static_cast< ::accessibility::AccessibleShape* >(xAccGroupShape.get()); in FindSelectedShapesChanges()
1078 …::accessibility::AccessibleShape* pChildAccShape = static_cast< ::accessibility::AccessibleShape*… in FindSelectedShapesChanges()
1553 static_cast< ::accessibility::AccessibleShape* >(xAccessible.get())-> in Notify()
H A DAccessibleDocumentPagePreview.cxx638 mutable ::accessibility::AccessibleShape* mpAccShape;
701 ::accessibility::AccessibleShape* pCurrentChild,
731 ::accessibility::AccessibleShape* GetAccShape(const ScShapeChild& rShape) const;
732 …::accessibility::AccessibleShape* GetAccShape(const ScShapeChildVec& rShapes, sal_Int32 nIndex) co…
922 sal_Bool ScShapeChilds::ReplaceChild (::accessibility::AccessibleShape* /* pCurrentChild */, in ReplaceChild() argument
1095 ::accessibility::AccessibleShape* ScShapeChilds::GetAccShape(const ScShapeChild& rShape) const in GetAccShape()
1120 ::accessibility::AccessibleShape* ScShapeChilds::GetAccShape(const ScShapeChildVec& rShapes, sal_In… in GetAccShape()

123