Searched refs:pSourcePara (Results 1 – 1 of 1) sorted by relevance
713 Paragraph* pSourcePara = pOutliner->GetParagraph( 0 ); in InsTextOrRTFinOlMode() local714 while (pSourcePara) in InsTextOrRTFinOlMode()716 sal_uLong nPos = pOutliner->GetAbsPos( pSourcePara ); in InsTextOrRTFinOlMode()721 pOutliner->GetText(pSourcePara).Len() > 0) in InsTextOrRTFinOlMode()723 pDocliner->Insert( pOutliner->GetText(pSourcePara), nTargetPos, nDepth ); in InsTextOrRTFinOlMode()732 if( pDocliner->HasParaFlag( pSourcePara, PARAFLAG_ISPAGE ) ) in InsTextOrRTFinOlMode()739 pSourcePara = pOutliner->GetParagraph( ++nPos ); in InsTextOrRTFinOlMode()
Completed in 19 milliseconds