Home
last modified time | relevance | path

Searched refs:ImplGetI (Results 1 – 9 of 9) 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()
122 pElement->aTextBundle.nTextFontIndex = ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
168 pElement->nCharacterHeight = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()
214 pElement->nCharacterSetIndex = ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
273 nWidth = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()
446 long nHorzOffset = ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
447 long nVertOffset = ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
460 mpOutAct->SetGradientAngle( ImplGetI( pElement->nIndexPrecision ) ); in ImplDoClass5()
466 ImplGetI( pElement->nIndexPrecision ); // -Wall is this needed? in ImplDoClass5()
[all …]
H A Dclass2.cxx153 aTempLineBundle.SetIndex( ImplGetI( pElement->nIndexPrecision ) ); in ImplDoClass2()
154 aTempLineBundle.eLineType = (LineType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass2()
163 aTempMarkerBundle.SetIndex( ImplGetI( pElement->nIndexPrecision ) ); in ImplDoClass2()
164 aTempMarkerBundle.eMarkerType = (MarkerType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass2()
173 aTempTextBundle.SetIndex( ImplGetI( pElement->nIndexPrecision ) ); in ImplDoClass2()
174 aTempTextBundle.nTextFontIndex = ImplGetI( pElement->nIndexPrecision ); in ImplDoClass2()
185 aTempFillBundle.SetIndex( ImplGetI( pElement->nIndexPrecision ) ); in ImplDoClass2()
188 aTempFillBundle.nFillPatternIndex = ImplGetI( pElement->nIndexPrecision ); in ImplDoClass2()
189 aTempFillBundle.nFillHatchIndex = ImplGetI( pElement->nIndexPrecision ); in ImplDoClass2()
196 aTempEdgeBundle.SetIndex( ImplGetI( pElement->nIndexPrecision ) ); in ImplDoClass2()
[all …]
H A Dclass1.cxx39 pElement->nMetaFileVersion = ImplGetI( pElement->nIntegerPrecision ); in ImplDoClass1()
55 nInteger = ImplGetI( pElement->nIntegerPrecision ); in ImplDoClass1()
69 nI0 = ImplGetI( pElement->nIntegerPrecision ); // exponent in ImplDoClass1()
70 nI1 = ImplGetI( pElement->nIntegerPrecision ); // mantisse in ImplDoClass1()
110 nInteger = ImplGetI( pElement->nIntegerPrecision ); in ImplDoClass1()
123 nInteger = ImplGetI( pElement->nIntegerPrecision ); in ImplDoClass1()
136 nInteger = ImplGetI( pElement->nIntegerPrecision ); in ImplDoClass1()
H A Dcgm.cxx200 long CGM::ImplGetI( sal_uInt32 nPrecision ) in ImplGetI() function in CGM
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()
337 ImplGetI( pElement->nIntegerPrecision ); //-Wall is this needed 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()
723 sal_uInt32 nOrder = ImplGetI( pElement->nIntegerPrecision ); in ImplDoClass4()
H A Dclass3.cxx40 switch( ImplGetI( pElement->nIntegerPrecision ) ) in ImplDoClass3()
51 nI0 = ImplGetI( pElement->nIntegerPrecision ); // exponent in ImplDoClass3()
52 nI1 = ImplGetI( pElement->nIntegerPrecision ); // mantisse in ImplDoClass3()
H A Dcgm.hxx117 long ImplGetI( sal_uInt32 nPrecision );
H A Dclassx.cxx53 long nIdentifier = ImplGetI( pElement->nIntegerPrecision ); in ImplDoClass6()
H A Dbitmap.cxx252 rDesc.mnLocalColorPrecision = mpCGM->ImplGetI( nPrecision ); in ImplGetDimensions()

Completed in 50 milliseconds