Searched refs:ImplGetI (Results 1 – 9 of 9) sorted by relevance
57 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 …]
153 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 …]
39 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()
200 long CGM::ImplGetI( sal_uInt32 nPrecision ) in ImplGetI() function in CGM363 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()
73 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()
40 switch( ImplGetI( pElement->nIntegerPrecision ) ) in ImplDoClass3()51 nI0 = ImplGetI( pElement->nIntegerPrecision ); // exponent in ImplDoClass3()52 nI1 = ImplGetI( pElement->nIntegerPrecision ); // mantisse in ImplDoClass3()
117 long ImplGetI( sal_uInt32 nPrecision );
53 long nIdentifier = ImplGetI( pElement->nIntegerPrecision ); in ImplDoClass6()
252 rDesc.mnLocalColorPrecision = mpCGM->ImplGetI( nPrecision ); in ImplGetDimensions()
Completed in 35 milliseconds