Searched refs:nVDCRealSize (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/filter/source/graphicfilter/icgm/ |
H A D | class5.cxx | 55 nWidth = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass5() 94 nWidth = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass5() 170 … pElement->nCharacterHeight = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass5() 186 …nt->nCharacterOrientation[0] = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass5() 187 …nt->nCharacterOrientation[1] = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass5() 188 …nt->nCharacterOrientation[2] = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass5() 189 …nt->nCharacterOrientation[3] = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass5() 271 nWidth = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass5()
|
H A D | class3.cxx | 62 pElement->nVDCRealSize = 4; in ImplDoClass3() 67 pElement->nVDCRealSize = 8; in ImplDoClass3() 79 pElement->nVDCRealSize = 4; in ImplDoClass3() 81 pElement->nVDCRealSize = 8; in ImplDoClass3()
|
H A D | cgm.cxx | 356 return pElement->nVDCRealSize << 1; in ImplGetPointSize() 370 …return ( ( ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ) + mnVDCXadd ) * mnV… in ImplGetFX() 384 …return ( ( ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ) + mnVDCYadd ) * mnV… in ImplGetFY() 446 rFloatRect.Left = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplGetRectangleNS() 447 rFloatRect.Bottom = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplGetRectangleNS() 448 rFloatRect.Right = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplGetRectangleNS() 449 rFloatRect.Top = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplGetRectangleNS()
|
H A D | class4.cxx | 66 pVector[ i ] = (double)ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplGetVector() 220 dx = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass4() 221 dy = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass4() 363 aRadius.X = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass4() 522 aRadius.X = (double)ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass4() 575 aRadius.X = (double)ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass4()
|
H A D | elements.cxx | 69 nVDCRealSize = rSource.nVDCRealSize; in operator =() 162 nRealSize = nVDCRealSize = 4; in Init()
|
H A D | elements.hxx | 51 sal_uInt32 nVDCRealSize; member in CGMElements
|
Completed in 34 milliseconds