Home
last modified time | relevance | path

Searched refs:bFillColor (Results 1 – 5 of 5) sorted by path

/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx133 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()
/trunk/main/sd/source/ui/func/
H A Dfumorph.cxx344 sal_Bool bFillColor = sal_False; in ImpInsertPolygons() local
376 bFillColor = sal_True; in ImpInsertPolygons()
414 if ( bFillColor ) in ImpInsertPolygons()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx3010 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()
/trunk/main/xmloff/source/chart/
H A DColorPropertySet.cxx47 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 DColorPropertySet.hxx42 explicit ColorPropertySet( sal_Int32 nColor, bool bFillColor = true );

Completed in 58 milliseconds