Searched refs:ImplGetFloat (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() 100 nWidth = (sal_uInt32)ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ) * 25; in ImplDoClass5() 154 …pElement->aTextBundle.nCharacterSpacing = ImplGetFloat( pElement->eRealPrecision, pElement->nRealS… in ImplDoClass5() 170 … pElement->nCharacterHeight = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass5() 209 pElement->nTextAlignmentHCont = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass5() 210 pElement->nTextAlignmentVCont = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass5() 271 nWidth = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass5() 278 nWidth = (sal_uInt32)ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ) * 25; in ImplDoClass5() 474 ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); // -Wall is this needed in ImplDoClass5() [all …]
|
H A D | class2.cxx | 46 pElement->nScalingFactor = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2() 121 pElement->nDeviceViewPortScale = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2() 155 aTempLineBundle.nLineWidth = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2() 165 aTempMarkerBundle.nMarkerSize = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2() 176 … aTempTextBundle.nCharacterSpacing = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2() 177 …aTempTextBundle.nCharacterExpansion = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize … in ImplDoClass2() 198 aTempEdgeBundle.nEdgeWidth = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2()
|
H A D | cgm.cxx | 280 double CGM::ImplGetFloat( RealPrecision eRealPrecision, sal_uInt32 nRealSize ) in ImplGetFloat() function in CGM 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 | class3.cxx | 129 pElement->nMitreLimit = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass3()
|
H A D | cgm.hxx | 121 double ImplGetFloat( RealPrecision, sal_uInt32 nRealSize );
|
Completed in 28 milliseconds