Searched refs:GetCharPosArray (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/editeng/source/editeng/ |
| H A D | impedit3.cxx | 814 pLine->GetCharPosArray().Remove( 0, pLine->GetCharPosArray().Count() ); in CreateLines() 996 … pLine->GetCharPosArray().Insert( pPortion->GetSize().Width(), nTmpPos-pLine->GetStart() ); in CreateLines() 1008 … pLine->GetCharPosArray().Insert( pPortion->GetSize().Width(), nTmpPos-pLine->GetStart() ); in CreateLines() 1028 … pLine->GetCharPosArray().Insert( pPortion->GetSize().Width(), nTmpPos-pLine->GetStart() ); in CreateLines() 1071 pLine->GetCharPosArray().Insert( pBuf, nLen, nPos ); in CreateLines() 1076 …plCalcAsianCompression( pNode, pPortion, nTmpPos, (sal_Int32*)pLine->GetCharPosArray().GetData() +… in CreateLines() 1251 …ion( pNode, pPortion, nPortionStart, const_cast<sal_Int32*>(( pLine->GetCharPosArray().GetData() +… in CreateLines() 1405 long nNewValue = ( nPosInArray ? pLine->GetCharPosArray()[ nPosInArray-1 ] : 0 ) + n; in CreateLines() 1406 pLine->GetCharPosArray()[ nPosInArray ] = nNewValue; in CreateLines() 1462 sal_uInt16 nCount = pLine->GetCharPosArray().Count(); in CreateLines() [all …]
|
| H A D | impedit2.cxx | 3999 long nTmpPosMax = pLine->GetCharPosArray().GetObject( nTmpCurIndex+x ); in GetChar() 4003 … long nTmpPosMin = x ? pLine->GetCharPosArray().GetObject( nTmpCurIndex+x-1 ) : 0; in GetChar() 4014 const long nX = pLine->GetCharPosArray().GetObject(nOffset); in GetChar() 4015 … while ( ( (nOffset+1) < nMax ) && ( pLine->GetCharPosArray().GetObject(nOffset+1) == nX ) ) in GetChar() 4199 …nPortionTextWidth = pLine->GetCharPosArray().GetObject( nTextPortionStart + pPortion->GetLen() - 1… in GetXPos() 4235 …DBG_ASSERT( pLine && pLine->GetCharPosArray().Count(), "svx::ImpEditEngine::GetXPos(), portion in … in GetXPos() 4237 if( pLine->GetCharPosArray().Count() ) in GetXPos() 4240 if( nPos >= pLine->GetCharPosArray().Count() ) in GetXPos() 4242 nPos = pLine->GetCharPosArray().Count()-1; in GetXPos() 4247 long nPosInPortion = pLine->GetCharPosArray().GetObject( nPos ); in GetXPos() [all …]
|
| H A D | editdoc.hxx | 518 CharPosArray& GetCharPosArray() { return aPositions; } in GetCharPosArray() function in EditLine
|