Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dfrminf.cxx317 KSHORT SwTxtFrmInfo::GetBigIndent( xub_StrLen& rFndPos, in GetBigIndent() argument
345 rFndPos = aLine.GetCrsrOfst( 0, aPoint, sal_False ); in GetBigIndent()
346 if( 1 >= rFndPos ) in GetBigIndent()
351 xub_Unicode aChar = rTxt.GetChar( rFndPos ); in GetBigIndent()
354 aInf.HasHint( rFndPos ) ) ) in GetBigIndent()
358 aChar = rTxt.GetChar( rFndPos - 1 ); in GetBigIndent()
361 !aInf.HasHint( rFndPos - 1 ) ) && in GetBigIndent()
363 ( ' ' != aChar || ' ' != rTxt.GetChar( rFndPos - 2 ) ) ) in GetBigIndent()
367 return aLine.GetCharRect( &aRect, rFndPos ) in GetBigIndent()
/trunk/main/sw/source/core/inc/
H A Dfrminf.hxx74 sal_uInt16 GetBigIndent( xub_StrLen& rFndPos,
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx2159 sal_Bool lcl_SeekEntry( const SwSelBoxes& rTmp, const SwStartNode* pSrch, sal_uInt16& rFndPos ) in lcl_SeekEntry() argument
2172 rFndPos = nM; in lcl_SeekEntry()

Completed in 21 milliseconds