Searched refs:nNewOfst (Results 1 – 2 of 2) sorted by relevance
326 void _SetOfst( const sal_uInt16 nNewOfst );327 inline void SetOfst ( const sal_uInt16 nNewOfst );328 inline void ManipOfst ( const sal_uInt16 nNewOfst ){ nOfst = nNewOfst; } in ManipOfst() argument720 inline void SwTxtFrm::SetOfst( const xub_StrLen nNewOfst ) in SetOfst() argument722 if ( nOfst != nNewOfst ) in SetOfst()723 _SetOfst( nNewOfst ); in SetOfst()
639 const xub_StrLen nNewOfst = ( IsInFtn() && ( !GetIndNext() || HasFollow() ) ) ? in _AdjustFollow() local647 nNewOfst >= GetFollow()->GetFollow()->GetOfst() ) in _AdjustFollow()664 if ( CalcFollow( nNewOfst ) ) // CalcFollow erst zum Schluss, dort erfolgt ein SetOfst in _AdjustFollow()836 void SwTxtFrm::_SetOfst( const xub_StrLen nNewOfst ) in _SetOfst() argument841 ASSERT( nNewOfst, "!SwTxtFrm::SetOfst: missing JoinFrm()." ); in _SetOfst()847 nOfst = nNewOfst; in _SetOfst()
Completed in 31 milliseconds