Searched refs:nPrevParaCount (Results 1 – 3 of 3) sorted by relevance
1117 void OutlinerView::ImpPasted( sal_uInt32 nStart, sal_uInt32 nPrevParaCount, sal_uInt32 nSize) in ImpPasted() argument1122 if( nCurParaCount < nPrevParaCount ) in ImpPasted()1123 nSize = nSize - ( nPrevParaCount - nCurParaCount ); in ImpPasted()1125 nSize = nSize + ( nCurParaCount - nPrevParaCount ); in ImpPasted()
248 …EDITENG_DLLPRIVATE void ImpPasted( sal_uInt32 nStart, sal_uInt32 nPrevParaCount, sal_uInt32…
2162 sal_uLong nPrevParaCount = mpImpl->mpTextEngine->GetParagraphCount(); in drop() local2214 mpImpl->mpTextEngine->GetParagraphCount() - nPrevParaCount; in drop()
Completed in 57 milliseconds