Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dscriptedtext.cxx155 xub_StrLen nThisPos = static_cast< xub_StrLen >( maPosVec[ 0 ] ); in CalculateSizes() local
171 nCurrWidth = mrOutDevice.GetTextWidth( maText, nThisPos, nNextPos - nThisPos ); in CalculateSizes()
174 nThisPos = nNextPos; in CalculateSizes()
201 sal_Int32 nThisPos = 0; // first position of this portion in CalculateBreaks() local
206 nPortScript = _xBreakIter->getScriptType( maText, nThisPos ); in CalculateBreaks()
214 maPosVec.push_back( nThisPos ); in CalculateBreaks()
248 nThisPos = nNextPos; in CalculateBreaks()
250 while( (0 <= nThisPos) && (nThisPos < nLen) ); in CalculateBreaks()
299 xub_StrLen nThisPos = static_cast< xub_StrLen >( maPosVec[ 0 ] ); in DrawText() local
313 mrOutDevice.DrawText( aCurrPos, maText, nThisPos, nNextPos - nThisPos ); in DrawText()
[all …]
/trunk/main/sc/source/core/data/
H A Dattarray.cxx2007 SCSIZE nThisPos = 0; in IsVisibleEqual() local
2011 Search( nStartRow, nThisPos ); in IsVisibleEqual()
2015 while ( nThisPos<nCount && nOtherPos<rOther.nCount && bEqual ) in IsVisibleEqual()
2017 SCROW nThisRow = pData[nThisPos].nRow; in IsVisibleEqual()
2019 const ScPatternAttr* pThisPattern = pData[nThisPos].pPattern; in IsVisibleEqual()
2032 ++nThisPos; in IsVisibleEqual()
2045 SCSIZE nThisPos = 0; in IsAllEqual() local
2049 Search( nStartRow, nThisPos ); in IsAllEqual()
2053 while ( nThisPos<nCount && nOtherPos<rOther.nCount && bEqual ) in IsAllEqual()
2055 SCROW nThisRow = pData[nThisPos].nRow; in IsAllEqual()
[all …]

Completed in 31 milliseconds