Home
last modified time | relevance | path

Searched refs:nCutPos (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx1036 bool SwTabFrm::Split( const SwTwips nCutPos, bool bTryToSplit, bool bTableRowKeep ) in Split() argument
1066 (*fnRect->fnYDiff)( nCutPos, (Frm().*fnRect->fnGetTop)() ); in Split()
/trunk/main/writerfilter/source/resourcemodel/
H A DTagLogger.cxx441 size_t nCutPos = nLastSlash; in dump() local
442 if (nLastBackslash < nCutPos) in dump()
443 nCutPos = nLastBackslash; in dump()
444 if (nCutPos < sPrefix.size()) in dump()
445 sPrefix = sPrefix.substr(nCutPos + 1); in dump()
/trunk/main/sw/source/core/text/
H A Dguess.cxx66 nCutPos = rInf.GetIdx(); in Guess()
138 nCutPos = rInf.GetIdx() + nMaxLen; in Guess()
173 if ( STRING_LEN != nCutPos ) in Guess()
211 nCutPos = rInf.GetLen(); in Guess()
220 nBreakPos = nCutPos; in Guess()
248 nBreakStart = nCutPos; in Guess()
279 nCutPos = nCutPos + nFieldDiff; in Guess()
495 ASSERT( nCutPos >= rInf.GetIdx() && nCutPos >= nFieldDiff, in Guess()
497 nCutPos = nCutPos - nFieldDiff; in Guess()
526 nBreakPos = nCutPos; in Guess()
[all …]
H A Dguess.hxx41 xub_StrLen nCutPos; // this character doesn't fit member in SwTxtGuess
48 inline SwTxtGuess(): pHanging( NULL ), nCutPos(0), nBreakStart(0), in SwTxtGuess()
61 inline xub_StrLen CutPos() const { return nCutPos; } in CutPos()
/trunk/main/sw/source/core/inc/
H A Dtabfrm.hxx93 bool Split( const SwTwips nCutPos, bool bTryToSplit, bool bTableRowKeep );

Completed in 96 milliseconds