Home
last modified time | relevance | path

Searched refs:_pSdrObj (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/core/draw/
H A Ddcontact.cxx488 const SwAnchoredObject* SwFlyDrawContact::GetAnchoredObj( const SdrObject* _pSdrObj ) const in GetAnchoredObj()
490 ASSERT( _pSdrObj, in GetAnchoredObj()
492 ASSERT( _pSdrObj->ISA(SwVirtFlyDrawObj), in GetAnchoredObj()
494 ASSERT( GetUserCall( _pSdrObj ) == const_cast<SwFlyDrawContact*>(this), in GetAnchoredObj()
499 if ( _pSdrObj && _pSdrObj->ISA(SwVirtFlyDrawObj) ) in GetAnchoredObj()
501 pRetAnchoredObj = static_cast<const SwVirtFlyDrawObj*>(_pSdrObj)->GetFlyFrm(); in GetAnchoredObj()
507 SwAnchoredObject* SwFlyDrawContact::GetAnchoredObj( SdrObject* _pSdrObj ) in GetAnchoredObj() argument
509 ASSERT( _pSdrObj, in GetAnchoredObj()
511 ASSERT( _pSdrObj->ISA(SwVirtFlyDrawObj), in GetAnchoredObj()
513 ASSERT( GetUserCall( _pSdrObj ) == this, in GetAnchoredObj()
[all …]
/AOO41X/main/sw/inc/
H A Ddcontact.hxx127 virtual const SwAnchoredObject* GetAnchoredObj( const SdrObject* _pSdrObj ) const = 0;
128 virtual SwAnchoredObject* GetAnchoredObj( SdrObject* _pSdrObj ) = 0;
245 virtual const SwAnchoredObject* GetAnchoredObj( const SdrObject* _pSdrObj ) const;
246 virtual SwAnchoredObject* GetAnchoredObj( SdrObject* _pSdrObj );
464 virtual const SwAnchoredObject* GetAnchoredObj( const SdrObject* _pSdrObj ) const;
465 virtual SwAnchoredObject* GetAnchoredObj( SdrObject* _pSdrObj );