Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/inc/
H A Dtxtfrm.hxx326 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() argument
720 inline void SwTxtFrm::SetOfst( const xub_StrLen nNewOfst ) in SetOfst() argument
722 if ( nOfst != nNewOfst ) in SetOfst()
723 _SetOfst( nNewOfst ); in SetOfst()
/aoo41x/main/sw/source/core/text/
H A Dfrmform.cxx639 const xub_StrLen nNewOfst = ( IsInFtn() && ( !GetIndNext() || HasFollow() ) ) ? in _AdjustFollow() local
647 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() argument
841 ASSERT( nNewOfst, "!SwTxtFrm::SetOfst: missing JoinFrm()." ); in _SetOfst()
847 nOfst = nNewOfst; in _SetOfst()

Completed in 24 milliseconds