Home
last modified time | relevance | path

Searched refs:nVDCIntegerPrecision (Results 1 – 6 of 6) sorted by relevance

/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass5.cxx57 nWidth = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()
96 nWidth = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()
168 pElement->nCharacterHeight = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()
179 pElement->nCharacterOrientation[0] = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()
180 pElement->nCharacterOrientation[1] = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()
181 pElement->nCharacterOrientation[2] = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()
182 pElement->nCharacterOrientation[3] = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()
273 nWidth = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()
H A Dcgm.cxx354 return pElement->nVDCIntegerPrecision << 1; in ImplGetPointSize()
363 return ( ( ImplGetI( pElement->nVDCIntegerPrecision ) + mnVDCXadd ) * mnVDCXmul ); in ImplGetIX()
377 return ( ( ImplGetI( pElement->nVDCIntegerPrecision ) + mnVDCYadd ) * mnVDCYmul ); in ImplGetIY()
439 rFloatRect.Left = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplGetRectangleNS()
440 rFloatRect.Bottom = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplGetRectangleNS()
441 rFloatRect.Right = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplGetRectangleNS()
442 rFloatRect.Top = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplGetRectangleNS()
H A Dclass4.cxx73 pVector[ i ] = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplGetVector()
225 dx = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass4()
226 dy = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass4()
365 aRadius.X = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass4()
526 aRadius.X = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass4()
579 aRadius.X = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass4()
H A Delements.cxx56 nVDCIntegerPrecision = rSource.nVDCIntegerPrecision; in operator =()
165 nVDCIntegerPrecision = 2; in Init()
H A Dclass3.cxx42 case 16 : pElement->nVDCIntegerPrecision = 2; break; in ImplDoClass3()
43 case 32 : pElement->nVDCIntegerPrecision = 4; break; in ImplDoClass3()
H A Delements.hxx49 sal_uInt32 nVDCIntegerPrecision; member in CGMElements

Completed in 36 milliseconds