Searched refs:nParaLen (Results 1 – 3 of 3) sorted by relevance
144 sal_uInt32 nParaLen = rEE.GetTextLen(nPara); in GetAttributeRun() local157 if ( nIndex2 != nParaLen ) in GetAttributeRun()161 aEEAttr.nEnd = sal_uInt16(nParaLen); in GetAttributeRun()
83 xub_StrLen nParaLen = pEngine->GetTextLen( nLastParaNumber ); in dispatch() local84 getEditView()->SetSelection( ESelection( 0, 0, nLastParaNumber, nParaLen ) ); in dispatch()
348 const sal_uInt16 nParaLen = (sal_uInt16)rEdit.GetTextLen( nPara ); in DoPaste() local349 pOutliner->QuickDelete( ESelection( (sal_uInt32)nPara, nParaLen, (sal_uInt32)nPara+1, 0 ) ); in DoPaste()350 …ner->QuickInsertLineBreak( ESelection( (sal_uInt32)nPara, nParaLen, (sal_uInt32)nPara, nParaLen ) … in DoPaste()
Completed in 24 milliseconds