Lines Matching refs:mnIndex
1208 mnIndex ( nIndex ), in IMPL_META_ACTION()
1217 pOut->DrawText( maPt, maStr, mnIndex, mnLen ); in Execute()
1249 ( mnIndex == ((MetaTextAction&)rMetaAction).mnIndex ) && in Compare()
1260 rOStm << mnIndex; in Write()
1279 rIStm >> mnIndex; in Read()
1297 mnIndex ( 0 ), in MetaTextArrayAction()
1308 mnIndex ( rAction.mnIndex ), in MetaTextArrayAction()
1332 mnIndex ( nIndex ), in MetaTextArrayAction()
1357 pOut->DrawTextArray( maStartPt, maStr, mpDXAry, mnIndex, mnLen ); in Execute()
1395 ( mnIndex == ((MetaTextArrayAction&)rMetaAction).mnIndex ) && in Compare()
1409 rOStm << mnIndex; in Write()
1436 rIStm >> mnIndex; in Read()
1440 if ( mnIndex + mnLen > maStr.Len() ) in Read()
1442 mnIndex = 0; in Read()
1481 if ( mnIndex + mnLen > maStr.Len() ) in Read()
1483 mnIndex = 0; in Read()
1502 mnIndex ( nIndex ), in IMPL_META_ACTION()
1511 pOut->DrawStretchText( maPt, mnWidth, maStr, mnIndex, mnLen ); in Execute()
1545 ( mnIndex == ((MetaStretchTextAction&)rMetaAction).mnIndex ) && in Compare()
1557 rOStm << mnIndex; in Write()
1577 rIStm >> mnIndex; in Read()