Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dtextconv.cxx221 pConvInfo->aConvContinue = EPaM( 0, 0 ); in ConvStart_impl()
253 pConvInfo->aConvContinue = pConvInfo->aConvStart; in ConvStart_impl()
458 pConvInfo->aConvContinue.nIndex = sal::static_int_cast< sal_uInt16 >( in ReplaceUnit()
459 pConvInfo->aConvContinue.nIndex + nDelta); in ReplaceUnit()
463 if (pConvInfo->aConvTo.nPara == pConvInfo->aConvContinue.nPara) in ReplaceUnit()
H A Dimpedit4.cxx1613 pConvInfo->aConvContinue = pConvInfo->aConvStart; in Convert()
1715 EditPaM aPos( CreateEditPaM( pConvInfo->aConvContinue ) ); in ImpConvert()
1724 !pEditEngine->GetText( pConvInfo->aConvContinue.nPara ).Len()) in ImpConvert()
1726 sal_uInt32 nPara = pConvInfo->aConvContinue.nPara; in ImpConvert()
1735 if (pConvInfo->aConvContinue.nPara == pConvInfo->aConvTo.nPara && in ImpConvert()
1736 pConvInfo->aConvContinue.nIndex >= pConvInfo->aConvTo.nIndex) in ImpConvert()
1850 aPaM = CreateEditPaM( pConvInfo->aConvContinue ); in ImpConvert()
1869 pConvInfo->aConvContinue = CreateEPaM( aCurSel.Max() ); in ImpConvert()
H A Dimpedit.hxx178 EPaM aConvContinue; // position to start search for next text portion (word) with member

Completed in 41 milliseconds