Home
last modified time | relevance | path

Searched refs:eRealPrecision (Results 1 – 7 of 7) sorted by relevance

/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass5.cxx62 …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 Dclass2.cxx46 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 Delements.cxx58 eRealPrecision = rSource.eRealPrecision; in operator =()
166 eRealPrecision = eVDCRealPrecision = RP_FIXED; //RP_FLOAT; in Init()
H A Dclass1.cxx74 pElement->eRealPrecision = RP_FLOAT; in ImplDoClass1()
93 pElement->eRealPrecision = RP_FIXED; in ImplDoClass1()
H A Dcgm.cxx280 double CGM::ImplGetFloat( RealPrecision eRealPrecision, sal_uInt32 nRealSize ) in ImplGetFloat() argument
304 if ( eRealPrecision == RP_FLOAT ) in ImplGetFloat()
H A Dclass3.cxx129 pElement->nMitreLimit = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass3()
H A Delements.hxx40 RealPrecision eRealPrecision; member in CGMElements

Completed in 30 milliseconds