Home
last modified time | relevance | path

Searched refs:GetDrawObject (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/access/
H A Daccselectionhelper.cxx115 const SdrObject *pObj = aChild.GetDrawObject(); in selectAccessibleChild()
136 else if ( aChild.GetDrawObject() ) in lcl_getSelectedState()
183 else if ( aChild.GetDrawObject() ) in isAccessibleChildSelected()
185 bRet = pFEShell->IsObjSelected( *aChild.GetDrawObject() ); in isAccessibleChildSelected()
223 const SdrObject* pObj = rChild.GetDrawObject(); in selectAllAccessibleChildren()
269 if( rChild.GetDrawObject() && !rChild.GetSwFrm() && in getSelectedAccessibleChildCount()
272 pFEShell->IsObjSelected( *rChild.GetDrawObject() ) ) in getSelectedAccessibleChildCount()
356 if( rChild.GetDrawObject() && !rChild.GetSwFrm() && in getSelectedAccessibleChild()
359 pFEShell->IsObjSelected( *rChild.GetDrawObject() ) ) in getSelectedAccessibleChild()
386 else if ( aChild.GetDrawObject() ) in getSelectedAccessibleChild()
[all …]
H A Dacccontext.cxx259 else if ( rLower.GetDrawObject() ) in ChildrenScrolled()
427 else if ( rLower.GetDrawObject() ) in InvalidateChildrenStates()
460 else if ( rLower.GetDrawObject() ) in DisposeChildren()
670 else if ( aChild.GetDrawObject() ) in getAccessibleChild()
673 GetMap()->GetContextImpl( aChild.GetDrawObject(), in getAccessibleChild()
878 else if( aChild.GetDrawObject() ) in getAccessibleAtPoint()
1196 else if ( rChildFrmOrObj.GetDrawObject() ) in DisposeChild()
1201 DisposeShape( rChildFrmOrObj.GetDrawObject(), in DisposeChild()
1290 else if ( rChildFrmOrObj.GetDrawObject() ) in InvalidateChildPosOrSize()
1334 else if ( rChildFrmOrObj.GetDrawObject() ) in InvalidateChildPosOrSize()
[all …]
H A Daccfrmobjmap.cxx80 insert( aLower.GetDrawObject(), aLower ); in SwAccessibleChildMap()
98 insert( aLower.GetDrawObject(), aLower ); in SwAccessibleChildMap()
H A Daccmap.cxx594 : ( r1.GetDrawObject() in operator ()()
595 ? static_cast < const void * >( r1.GetDrawObject() ) in operator ()()
599 : ( r2.GetDrawObject() in operator ()()
600 ? static_cast < const void * >( r2.GetDrawObject() ) in operator ()()
2351 mpShapeMap->find( aFrmOrObj.GetDrawObject() ); in Dispose()
2411 RemoveContext( aFrmOrObj.GetDrawObject() ); in Dispose()
H A Daccfrmobj.hxx59 const SdrObject* GetDrawObject() const;
H A Daccfrmobjslist.cxx98 if( aCurr.GetDrawObject() || aCurr.GetWindow() ) in next()
H A Daccfrmobj.cxx243 const SdrObject* SwAccessibleChild::GetDrawObject() const in GetDrawObject() function in sw::access::SwAccessibleChild

Completed in 52 milliseconds