Home
last modified time | relevance | path

Searched refs:ImplGetI (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/filter/source/graphicfilter/icgm/
H A Dclass5.cxx39 …pElement->pLineBundle = (LineBundle*)pElement->GetBundleIndex( ImplGetI( pElement->nIndexPrecision… in ImplDoClass5()
44 pElement->pLineBundle->eLineType = (LineType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
46 pElement->aLineBundle.eLineType = (LineType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
57 nWidth = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()
78 …pElement->pMarkerBundle = (MarkerBundle*)pElement->GetBundleIndex( ImplGetI( pElement->nIndexPreci… in ImplDoClass5()
83 … pElement->pMarkerBundle->eMarkerType = (MarkerType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
85 … pElement->aMarkerBundle.eMarkerType = (MarkerType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
96 nWidth = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()
115 …pElement->pTextBundle = (TextBundle*)pElement->GetBundleIndex( ImplGetI( pElement->nIndexPrecision… in ImplDoClass5()
120 pElement->pTextBundle->nTextFontIndex = ImplGetI( pElement->nIndexPrecision ); 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()
175 aTempTextBundle.eTextPrecision = (TextPrecision)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass2()
185 aTempFillBundle.SetIndex( ImplGetI( pElement->nIndexPrecision ) ); in ImplDoClass2()
186 … aTempFillBundle.eFillInteriorStyle = (FillInteriorStyle)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass2()
188 aTempFillBundle.nFillPatternIndex = 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()