Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx814 pLine->GetCharPosArray().Remove( 0, pLine->GetCharPosArray().Count() ); in CreateLines()
1071 pLine->GetCharPosArray().Insert( pBuf, nLen, nPos ); in CreateLines()
1406 pLine->GetCharPosArray()[ nPosInArray ] = nNewValue; in CreateLines()
1462 sal_uInt16 nCount = pLine->GetCharPosArray().Count(); in CreateLines()
1464 pLine->GetCharPosArray().Remove( nLen, nCount-nLen ); in CreateLines()
1993 pLine->GetCharPosArray()[ nBreakPos-1 - pLine->GetStart() - 1 ]; in ImpBreakLine()
2056 long nRealWidth = pLine->GetCharPosArray()[nLastChar-nFirstChar]; in ImpAdjustBlocks()
2059 nBlankWidth -= pLine->GetCharPosArray()[nLastChar-nFirstChar-1]; in ImpAdjustBlocks()
2069 pLine->GetCharPosArray()[nLastChar-nFirstChar] -= nBlankWidth; in ImpAdjustBlocks()
2100 pLine->GetCharPosArray()[_n-nFirstChar] += nMore4Everyone; in ImpAdjustBlocks()
[all …]
H A Dimpedit2.cxx4002 long nTmpPosMax = pLine->GetCharPosArray().GetObject( nTmpCurIndex+x ); in GetChar()
4006 … long nTmpPosMin = x ? pLine->GetCharPosArray().GetObject( nTmpCurIndex+x-1 ) : 0; in GetChar()
4017 const long nX = pLine->GetCharPosArray().GetObject(nOffset); in GetChar()
4018 … while ( ( (nOffset+1) < nMax ) && ( pLine->GetCharPosArray().GetObject(nOffset+1) == nX ) ) in GetChar()
4202 …nPortionTextWidth = pLine->GetCharPosArray().GetObject( nTextPortionStart + pPortion->GetLen() - 1… in GetXPos()
4238 …DBG_ASSERT( pLine && pLine->GetCharPosArray().Count(), "svx::ImpEditEngine::GetXPos(), portion in … in GetXPos()
4240 if( pLine->GetCharPosArray().Count() ) in GetXPos()
4243 if( nPos >= pLine->GetCharPosArray().Count() ) in GetXPos()
4245 nPos = pLine->GetCharPosArray().Count()-1; in GetXPos()
4250 long nPosInPortion = pLine->GetCharPosArray().GetObject( nPos ); in GetXPos()
[all …]
H A Deditdoc.hxx518 CharPosArray& GetCharPosArray() { return aPositions; } in GetCharPosArray() function in EditLine

Completed in 72 milliseconds