Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/draw/
H A Ddcontact.cxx497 const SwAnchoredObject* pRetAnchoredObj = 0L; in GetAnchoredObj() local
501 pRetAnchoredObj = static_cast<const SwVirtFlyDrawObj*>(_pSdrObj)->GetFlyFrm(); in GetAnchoredObj()
504 return pRetAnchoredObj; in GetAnchoredObj()
516 SwAnchoredObject* pRetAnchoredObj = 0L; in GetAnchoredObj() local
520 pRetAnchoredObj = static_cast<SwVirtFlyDrawObj*>(_pSdrObj)->GetFlyFrm(); in GetAnchoredObj()
523 return pRetAnchoredObj; in GetAnchoredObj()
786 const SwAnchoredObject* pRetAnchoredObj = 0L; in GetAnchoredObj() local
792 pRetAnchoredObj = static_cast<const SwDrawVirtObj*>(_pSdrObj)->GetAnchoredObj(); in GetAnchoredObj()
796 pRetAnchoredObj = &maAnchoredDrawObj; in GetAnchoredObj()
800 return pRetAnchoredObj; in GetAnchoredObj()
[all …]
/AOO41X/main/sw/source/core/layout/
H A Dobjectformattertxtfrm.cxx576 SwAnchoredObject* pRetAnchoredObj = 0L; in _GetFirstObjWithMovedFwdAnchor() local
596 pRetAnchoredObj = pAnchoredObj; in _GetFirstObjWithMovedFwdAnchor()
603 return pRetAnchoredObj; in _GetFirstObjWithMovedFwdAnchor()