Searched refs:SeekAndChgAttrIter (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sw/source/core/text/ |
H A D | itratr.cxx | 130 sal_Bool SwAttrIter::SeekAndChgAttrIter( const xub_StrLen nNewPos, OutputDevice* pOut ) in SeekAndChgAttrIter() function in SwAttrIter 647 aIter.SeekAndChgAttrIter( nIdx, pOut ); in GetMinMaxSize() 676 aIter.SeekAndChgAttrIter( nIdx, pOut ); in GetMinMaxSize() 685 aIter.SeekAndChgAttrIter( ++nIdx, pOut ); in GetMinMaxSize() 691 aIter.SeekAndChgAttrIter( ++nIdx, pOut ); in GetMinMaxSize() 789 aIter.SeekAndChgAttrIter( ++nIdx, pOut ); in GetMinMaxSize() 857 aIter.SeekAndChgAttrIter( nStt, pOut ); in GetScalingOfSelectedText() 900 aIter.SeekAndChgAttrIter( nIdx, pOut ); in GetScalingOfSelectedText() 942 aIter.SeekAndChgAttrIter( nIdx, pOut ); in GetScalingOfSelectedText() 1029 aIter.SeekAndChgAttrIter( nStt, pOut ); in GetScalingOfSelectedText()
|
H A D | itrtxt.hxx | 308 return SeekAndChgAttrIter( rInf.GetIdx(), rInf.GetOut() ); in SeekAndChg() 314 return SeekAndChgAttrIter( rInf.GetIdx()-1, rInf.GetOut() ); in SeekAndChgBefore() 316 return SeekAndChgAttrIter( rInf.GetIdx(), rInf.GetOut() ); in SeekAndChgBefore()
|
H A D | itradj.cxx | 153 rItr.SeekAndChgAttrIter( nIdx, rInf.GetOut() ); in lcl_CheckKashidaPositions() 216 rItr.SeekAndChgAttrIter( nIdx, rInf.GetOut() ); in lcl_CheckKashidaWidth()
|
H A D | itratr.hxx | 101 sal_Bool SeekAndChgAttrIter( const xub_StrLen nPos, OutputDevice* pOut );
|
Completed in 25 milliseconds