Searched refs:aFillBundle (Results 1 – 5 of 5) sorted by relevance
138 aFillBundle = rSource.aFillBundle; in operator =()255 pFillBundle = &aFillBundle; // fill bundle parameter in Init()256 aFillBundle.SetIndex( 1 ); in Init()257 aFillBundle.eFillInteriorStyle = FIS_HOLLOW; in Init()258 aFillBundle.nFillHatchIndex = 1; in Init()259 aFillBundle.nFillPatternIndex = 1; in Init()260 aFillBundle.SetColor( 0xffffff ); in Init()261 InsertBundle( aFillList, aFillBundle ); in Init()
220 …etBundleIndex( ImplGetI( pElement->nIndexPrecision ), pElement->aFillList, pElement->aFillBundle ); in ImplDoClass5()227 pElement->aFillBundle.eFillInteriorStyle = (FillInteriorStyle)ImplGetUI16(); in ImplDoClass5()235 pElement->aFillBundle.SetColor( ImplGetBitmapColor() ); in ImplDoClass5()243 pElement->aFillBundle.nFillHatchIndex = ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()251 pElement->aFillBundle.nFillPatternIndex = ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
234 eFillStyle = mpCGM->pElement->aFillBundle.eFillInteriorStyle; in ImplSetFillBundle()238 nFillColor = mpCGM->pElement->aFillBundle.GetColor(); in ImplSetFillBundle()242 nHatchIndex = (sal_uInt32)mpCGM->pElement->aFillBundle.nFillHatchIndex; in ImplSetFillBundle()246 nPatternIndex = mpCGM->pElement->aFillBundle.nFillPatternIndex; in ImplSetFillBundle()
116 FillBundle aFillBundle; member in CGMElements
77 : BMCOL( mpCGM->pElement->aFillBundle.GetColor() ) ) ; in ImplGetBitmap()
Completed in 23 milliseconds