Searched refs:eRealPrecision (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/filter/source/graphicfilter/icgm/ |
H A D | class5.cxx | 62 …nWidth = (sal_uInt32)ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ) * 25; // scalin… in ImplDoClass5() 100 nWidth = (sal_uInt32)ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ) * 25; in ImplDoClass5() 144 …pElement->pTextBundle->nCharacterExpansion = ImplGetFloat( pElement->eRealPrecision, pElement->nRe… in ImplDoClass5() 146 …pElement->aTextBundle.nCharacterExpansion = ImplGetFloat( pElement->eRealPrecision, pElement->nRea… in ImplDoClass5() 152 …pElement->pTextBundle->nCharacterSpacing = ImplGetFloat( pElement->eRealPrecision, pElement->nReal… in ImplDoClass5() 154 …pElement->aTextBundle.nCharacterSpacing = ImplGetFloat( pElement->eRealPrecision, pElement->nRealS… in ImplDoClass5() 209 pElement->nTextAlignmentHCont = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass5() 210 pElement->nTextAlignmentVCont = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); 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 | elements.cxx | 58 eRealPrecision = rSource.eRealPrecision; in operator =() 166 eRealPrecision = eVDCRealPrecision = RP_FIXED; //RP_FLOAT; in Init()
|
H A D | class1.cxx | 74 pElement->eRealPrecision = RP_FLOAT; in ImplDoClass1() 93 pElement->eRealPrecision = RP_FIXED; in ImplDoClass1()
|
H A D | cgm.cxx | 280 double CGM::ImplGetFloat( RealPrecision eRealPrecision, sal_uInt32 nRealSize ) in ImplGetFloat() argument 304 if ( eRealPrecision == RP_FLOAT ) in ImplGetFloat()
|
H A D | class3.cxx | 129 pElement->nMitreLimit = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass3()
|
H A D | elements.hxx | 40 RealPrecision eRealPrecision; member in CGMElements
|
Completed in 23 milliseconds