Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/core/text/
H A Dtxtfly.cxx2085 SwAnchoredObjList::size_type nFlyPos, in CalcRightMargin() argument
2119 if( nPos == nFlyPos ) in CalcRightMargin()
2190 SwAnchoredObjList::size_type nFlyPos, in CalcLeftMargin() argument
2215 SwAnchoredObjList::size_type nMyPos = nFlyPos; in CalcLeftMargin()
2216 while( ++nFlyPos < mpAnchoredObjList->size() ) in CalcLeftMargin()
2220 const SwAnchoredObject* pNext = (*mpAnchoredObjList)[ nFlyPos ]; in CalcLeftMargin()
2227 while( nFlyPos ) in CalcLeftMargin()
2229 if( --nFlyPos == nMyPos ) in CalcLeftMargin()
2232 const SwAnchoredObject* pNext = (*mpAnchoredObjList)[ nFlyPos ]; in CalcLeftMargin()
2288 SwAnchoredObjList::size_type nFlyPos = GetPos( pAnchoredObj ); in AnchoredObjToRect() local
[all …]