Home
last modified time | relevance | path

Searched refs:nIndexPrecision (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/filter/source/graphicfilter/icgm/
H A Dclass5.cxx39 …eBundle = (LineBundle*)pElement->GetBundleIndex( ImplGetI( pElement->nIndexPrecision ), pElement->… in ImplDoClass5()
44 pElement->pLineBundle->eLineType = (LineType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
46 pElement->aLineBundle.eLineType = (LineType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
78 …undle = (MarkerBundle*)pElement->GetBundleIndex( ImplGetI( pElement->nIndexPrecision ), pElement->… in ImplDoClass5()
83 … pElement->pMarkerBundle->eMarkerType = (MarkerType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
85 … pElement->aMarkerBundle.eMarkerType = (MarkerType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
115 …tBundle = (TextBundle*)pElement->GetBundleIndex( ImplGetI( pElement->nIndexPrecision ), pElement->… in ImplDoClass5()
120 pElement->pTextBundle->nTextFontIndex = ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
122 pElement->aTextBundle.nTextFontIndex = ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
214 pElement->nCharacterSetIndex = 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 Delements.cxx60 nIndexPrecision = rSource.nIndexPrecision; in operator =()
161 nIntegerPrecision = nIndexPrecision = 2; in Init()
H A Delements.hxx39 sal_uInt32 nIndexPrecision; // " " " member in CGMElements
H A Dclass1.cxx116 case 8 : pElement->nIndexPrecision = nInteger >> 3; break; in ImplDoClass1()