Searched refs:bForceAutoColor (Results 1 – 5 of 5) sorted by relevance
279 if ( pOutput->bForceAutoColor ) in SetPattern()485 … if ( pColor && !pOutput->bSyntaxMode && !( pOutput->bUseStyleColor && pOutput->bForceAutoColor ) ) in SetText()2519 if ( pColor && !bSyntaxMode && !( bUseStyleColor && bForceAutoColor ) ) in DrawEdit()2525 else if ( bUseStyleColor && bForceAutoColor ) in DrawEdit()3280 if ( pColor && !bSyntaxMode && !( bUseStyleColor && bForceAutoColor ) ) in DrawRotated()3286 else if ( bUseStyleColor && bForceAutoColor ) in DrawRotated()
167 bForceAutoColor( SC_MOD()->GetAccessOptions().GetIsAutomaticFontColor() ), in ScOutputData()
488 sal_Bool bForceAutoColor; member in ImpEditEngine667 void ForceAutoColor( sal_Bool b ) { bForceAutoColor = b; } in ForceAutoColor()668 sal_Bool IsForceAutoColor() const { return bForceAutoColor; } in IsForceAutoColor()
141 bForceAutoColor = sal_False; in ImpEditEngine()
128 sal_Bool bForceAutoColor; member in ScOutputData
Completed in 240 milliseconds