Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/text/
H A Dtxtfly.cxx2079 SwAnchoredObjList::size_type nFlyPos, in CalcRightMargin() argument
2113 if( nPos == nFlyPos ) in CalcRightMargin()
2184 SwAnchoredObjList::size_type nFlyPos, in CalcLeftMargin() argument
2209 SwAnchoredObjList::size_type nMyPos = nFlyPos; in CalcLeftMargin()
2210 while( ++nFlyPos < mpAnchoredObjList->size() ) in CalcLeftMargin()
2214 const SwAnchoredObject* pNext = (*mpAnchoredObjList)[ nFlyPos ]; in CalcLeftMargin()
2221 while( nFlyPos ) in CalcLeftMargin()
2223 if( --nFlyPos == nMyPos ) in CalcLeftMargin()
2226 const SwAnchoredObject* pNext = (*mpAnchoredObjList)[ nFlyPos ]; in CalcLeftMargin()
2282 SwAnchoredObjList::size_type nFlyPos = GetPos( pAnchoredObj ); in AnchoredObjToRect() local
[all …]