Home
last modified time | relevance | path

Searched refs:aLineBundle (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/filter/source/graphicfilter/icgm/
H A Delements.cxx100 aLineBundle = rSource.aLineBundle; in operator =()
210 pLineBundle = &aLineBundle; // line bundle parameter in Init()
211 aLineBundle.SetIndex( 1 ); in Init()
212 aLineBundle.eLineType = LT_SOLID; in Init()
213 aLineBundle.nLineWidth = 1; in Init()
214 aLineBundle.SetColor( 0xffffff ); in Init()
215 InsertBundle( aLineList, aLineBundle ); in Init()
H A Dclass5.cxx39 …etBundleIndex( ImplGetI( pElement->nIndexPrecision ), pElement->aLineList, pElement->aLineBundle ); in ImplDoClass5()
46 pElement->aLineBundle.eLineType = (LineType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
65 ? pElement->aLineBundle.nLineWidth = nWidth in ImplDoClass5()
66 : pElement->aLineBundle.nLineWidth = nWidth; in ImplDoClass5()
74 pElement->aLineBundle.SetColor( ImplGetBitmapColor() ); in ImplDoClass5()
H A Dactimpr.cxx151 nLineColor = mpCGM->pElement->aLineBundle.GetColor(); in ImplSetLineBundle()
155 eLineType = mpCGM->pElement->aLineBundle.eLineType; in ImplSetLineBundle()
159 fLineWidth = mpCGM->pElement->aLineBundle.nLineWidth; in ImplSetLineBundle()
H A Delements.hxx81 LineBundle aLineBundle; member in CGMElements

Completed in 21 milliseconds