Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dtextconv.cxx220 pConvInfo->aConvTo = pConvInfo->aConvStart; in ConvStart_impl()
228 pConvInfo->aConvTo = pImpEE->CreateEPaM( in ConvStart_impl()
239 pConvInfo->aConvTo.nPara = aConvSel.nEndPara; in ConvStart_impl()
240 pConvInfo->aConvTo.nIndex = aConvSel.nEndPos; in ConvStart_impl()
246 pConvInfo->aConvTo = pImpEE->CreateEPaM( in ConvStart_impl()
254 pConvInfo->aConvTo = pImpEE->CreateEPaM( in ConvStart_impl()
463 if (pConvInfo->aConvTo.nPara == pConvInfo->aConvContinue.nPara) in ReplaceUnit()
464 pConvInfo->aConvTo.nIndex = sal::static_int_cast< sal_uInt16 >( in ReplaceUnit()
465 pConvInfo->aConvTo.nIndex + nDelta); in ReplaceUnit()
H A Dimpedit4.cxx1735 if (pConvInfo->aConvContinue.nPara == pConvInfo->aConvTo.nPara && in ImpConvert()
1736 pConvInfo->aConvContinue.nIndex >= pConvInfo->aConvTo.nIndex) in ImpConvert()
1839 if ( !( aEPaM < pConvInfo->aConvTo ) ) in ImpConvert()
1854 aPaM = CreateEditPaM( pConvInfo->aConvTo ); in ImpConvert()
H A Dimpedit.hxx177 EPaM aConvTo; member

Completed in 38 milliseconds