Searched refs:mbLineColor (Results 1 – 8 of 8) sorted by relevance
56 if ( !IsDeviceOutputNecessary() || (!mbLineColor && !mbFillColor) || ImplIsRecordLayout() ) in DBG_NAMEEX()115 if ( !IsDeviceOutputNecessary() || (!mbLineColor && !mbFillColor) || ImplIsRecordLayout() ) in DrawEllipse()166 if ( !IsDeviceOutputNecessary() || !mbLineColor || ImplIsRecordLayout() ) in DrawArc()213 if ( !IsDeviceOutputNecessary() || (!mbLineColor && !mbFillColor) || ImplIsRecordLayout() ) in DrawPie()267 if ( !IsDeviceOutputNecessary() || (!mbLineColor && !mbFillColor) || ImplIsRecordLayout() ) in DrawChord()
387 mbLineColor = sal_True; in OutputDevice()914 if( mbLineColor ) in ImplInitLineColor()1245 if ( mbLineColor ) in SetLineColor()1248 mbLineColor = sal_False; in SetLineColor()1303 if ( mbLineColor ) in SetLineColor()1306 mbLineColor = sal_False; in SetLineColor()1315 mbLineColor = sal_True; in SetLineColor()1493 if ( !IsDeviceOutputNecessary() || !mbLineColor || ImplIsRecordLayout() ) in DrawLine()1749 if ( !IsDeviceOutputNecessary() || (!mbLineColor && !mbFillColor) || ImplIsRecordLayout() ) in DrawRect()1793 if ( !IsDeviceOutputNecessary() || !mbLineColor || (nPoints < 2) || ImplIsRecordLayout() ) in DrawPolyLine()[all …]
248 if( !mbLineColor ) in DrawTransparent()316 if( mbLineColor ) in DrawTransparent()597 if( mbLineColor ) in DrawTransparent()
749 if ( mbLineColor || mbInitLineColor ) in DrawGradient()914 if( mbLineColor || mbInitLineColor ) in DrawGradient()
3228 if ( mbLineColor || mbInitLineColor ) in ImplDrawTextBackground()3563 if ( mbLineColor || mbInitLineColor ) in ImplDrawWaveLine()3780 if ( mbLineColor || mbInitLineColor ) in ImplDrawStraightTextLine()3976 if ( mbLineColor || mbInitLineColor ) in ImplDrawStrikeoutLine()
1738 if ( !IsDeviceOutputNecessary() || !mbLineColor || ImplIsRecordLayout() ) in DrawPixel()
105 bool mbLineColor : 1; member in __anone02f7ea40111::PropertyHolder129 mbLineColor(false), in PropertyHolder()152 bool getLineColorActive() const { return mbLineColor; } in getLineColorActive()153 void setLineColorActive(bool bNew) { if(bNew != mbLineColor) mbLineColor = bNew; } in setLineColorActive()203 bool getLineOrFillActive() const { return (mbLineColor || mbFillColor); } in getLineOrFillActive()
368 mutable bool mbLineColor : 1; member in OutputDevice918 sal_Bool IsLineColor() const { return mbLineColor; } in IsLineColor()
Completed in 129 milliseconds