Searched refs:bFillColor (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/xmloff/source/chart/ |
H A D | ColorPropertySet.cxx | 47 lcl_ColorPropertySetInfo( bool bFillColor ); 61 lcl_ColorPropertySetInfo::lcl_ColorPropertySetInfo( bool bFillColor ) : in lcl_ColorPropertySetInfo() argument 62 m_bIsFillColor( bFillColor ), in lcl_ColorPropertySetInfo() 64 m_aColorPropName( (bFillColor ? "FillColor" : "LineColor"), 9, RTL_TEXTENCODING_ASCII_US ), in lcl_ColorPropertySetInfo() 99 ColorPropertySet::ColorPropertySet( sal_Int32 nColor, bool bFillColor /* = true */ ) : in ColorPropertySet() argument 101 m_aColorPropName( (bFillColor ? "FillColor" : "LineColor"), 9, RTL_TEXTENCODING_ASCII_US ), in ColorPropertySet() 103 m_bIsFillColor( bFillColor ), in ColorPropertySet()
|
H A D | ColorPropertySet.hxx | 42 explicit ColorPropertySet( sal_Int32 nColor, bool bFillColor = true );
|
/aoo42x/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 133 sal_Bool bFillColor; // member in PSWriter 377 bFillColor = sal_True; in WritePS() 987 bFillColor = sal_True; in ImplWriteActions() 991 bFillColor = sal_False; in ImplWriteActions() 1048 pGS->bFillCol = bFillColor; in ImplWriteActions() 1078 bFillColor = pGS->bFillCol; in ImplWriteActions() 1464 if ( bFillColor ) in ImplRect() 1566 if ( bFillColor || bTextOutline ) in ImplPolyPoly()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fumorph.cxx | 344 sal_Bool bFillColor = sal_False; in ImpInsertPolygons() local 376 bFillColor = sal_True; in ImpInsertPolygons() 414 if ( bFillColor ) in ImpInsertPolygons()
|
/aoo42x/main/vcl/source/window/ |
H A D | toolbox.cxx | 3010 sal_Bool bFillColor = pBox->IsFillColor(); in ImplDrawDropdownArrow() local 3050 if( bFillColor ) in ImplDrawDropdownArrow() 3222 sal_Bool bFillColor = pThis->IsFillColor(); in ImplDrawMenubutton() local 3307 if( bFillColor ) in ImplDrawMenubutton()
|
Completed in 60 milliseconds