Home
last modified time | relevance | path

Searched refs:nCutPos (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/sw/source/core/text/
H A Dguess.cxx66 nCutPos = rInf.GetIdx(); in Guess()
138 nCutPos = rInf.GetIdx() + nMaxLen; in Guess()
140 ( nCutPos >= rInf.GetTxt().Len() || in Guess()
143 rInf.GetTxt().GetChar( nCutPos ) == CH_BREAK ) ) in Guess()
163 nCutPos = rInf.GetTxtBreak( nLineWidth, nMaxLen, nMaxComp, nHyphPos ); in Guess()
170 nCutPos = rInf.GetTxtBreak( nLineWidth, nMaxLen, nMaxComp ); in Guess()
173 if ( STRING_LEN != nCutPos ) in Guess()
175 rInf.GetTxtSize( &rSI, rInf.GetIdx(), nCutPos - rInf.GetIdx(), in Guess()
182 if( nCutPos > rInf.GetIdx() + nMaxLen ) in Guess()
185 nCutPos = nBreakPos = rInf.GetIdx() + nMaxLen - 1; 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()
/AOO42X/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()
/AOO42X/main/sw/source/core/inc/
H A Dtabfrm.hxx93 bool Split( const SwTwips nCutPos, bool bTryToSplit, bool bTableRowKeep );
/AOO42X/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()