Home
last modified time | relevance | path

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

/trunk/main/editeng/source/uno/
H A Dunoedhlp.cxx144 sal_uInt32 nParaLen = rEE.GetTextLen(nPara); in GetAttributeRun() local
157 if ( nIndex2 != nParaLen ) in GetAttributeRun()
161 aEEAttr.nEnd = sal_uInt16(nParaLen); in GetAttributeRun()
/trunk/main/forms/source/richtext/
H A Dspecialdispatchers.cxx83 xub_StrLen nParaLen = pEngine->GetTextLen( nLastParaNumber ); in dispatch() local
84 getEditView()->SetSelection( ESelection( 0, 0, nLastParaNumber, nParaLen ) ); in dispatch()
/trunk/main/sd/source/ui/view/
H A Dsdview2.cxx348 const sal_uInt16 nParaLen = (sal_uInt16)rEdit.GetTextLen( nPara ); in DoPaste() local
349 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 20 milliseconds