Home
last modified time | relevance | path

Searched refs:VDC_REAL (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx60 if ( pElement->eVDCType == VDC_REAL ) in ImplGetVector()
216 if ( pElement->eVDCType == VDC_REAL ) in ImplDoClass4()
360 if ( pElement->eVDCType == VDC_REAL ) in ImplDoClass4()
518 if ( pElement->eVDCType == VDC_REAL ) in ImplDoClass4()
571 if ( pElement->eVDCType == VDC_REAL ) in ImplDoClass4()
H A Dclass5.cxx54 if ( pElement->eVDCType == VDC_REAL ) in ImplDoClass5()
93 if ( pElement->eVDCType == VDC_REAL ) in ImplDoClass5()
270 if ( pElement->eVDCType == VDC_REAL ) in ImplDoClass5()
H A Dcgmtypes.hxx100 enum VDCType { VDC_INTEGER = 0, VDC_REAL = 1 }; enumerator
H A Dclass1.cxx48 case 1 : pElement->eVDCType = VDC_REAL; break; in ImplDoClass1()