Searched refs:GetBaseOfstForFly (Results 1 – 6 of 6) sorted by relevance
592 … nOffset += static_cast<const SwTxtFrm&>(_rHoriOrientFrm).GetBaseOfstForFly( !_bObjWrapThrough ); in _GetHoriAlignmentValues()710 … static_cast<const SwTxtFrm&>(_rHoriOrientFrm).GetBaseOfstForFly( !_bObjWrapThrough ) : in _GetHoriAlignmentValues()
113 mnFlyAnchorOfst = ((SwTxtFrm*)pF)->GetBaseOfstForFly( sal_True ); in SwFrmNotify()114 mnFlyAnchorOfstNoWrap = ((SwTxtFrm*)pF)->GetBaseOfstForFly( sal_False ); in SwFrmNotify()144 ( ( mnFlyAnchorOfst != ((SwTxtFrm*)pFrm)->GetBaseOfstForFly( sal_True ) ) || in ~SwFrmNotify()145 ( mnFlyAnchorOfstNoWrap != ((SwTxtFrm*)pFrm)->GetBaseOfstForFly( sal_False ) ) ); in ~SwFrmNotify()
331 ((SwTxtFrm*)this)->GetBaseOfstForFly( bIgnoreFlysAnchoredAtThisFrame ); in GetFrmAnchorPos()
1431 ((SwTxtFrm*)pTmpFrm)->GetBaseOfstForFly( !bWrapThrough ); in SetAbsPos()
602 SwTwips GetBaseOfstForFly( sal_Bool bIgnoreFlysAnchoredAtThisFrame ) const in GetBaseOfstForFly() function in SwTxtFrm
1153 ((SwTxtFrm*)pFrm)->GetBaseOfstForFly( !bWrapThrough ) : in CalcBoundRect()
Completed in 51 milliseconds