Searched refs:IsForceAutoColor (Results 1 – 7 of 7) sorted by relevance
770 sal_Bool Outliner::IsForceAutoColor() const in IsForceAutoColor() function in Outliner773 return pEditEngine->IsForceAutoColor(); in IsForceAutoColor()
999 if ( ( aColor == COL_AUTO ) || ( IsForceAutoColor() ) ) in ImpCalcBulletFont()
159 sal_Bool IsForceAutoColor() const;
910 sal_Bool IsForceAutoColor() const;
237 sal_Bool EditEngine::IsForceAutoColor() const in IsForceAutoColor() function in EditEngine240 return pImpEditEngine->IsForceAutoColor(); in IsForceAutoColor()
668 sal_Bool IsForceAutoColor() const { return bForceAutoColor; } in IsForceAutoColor() function in ImpEditEngine
2723 if ( ( ( rFont.GetColor() == COL_AUTO ) || ( IsForceAutoColor() ) ) && pOut ) in SeekCursor()3745 if( (aFontColor == COL_AUTO) || IsForceAutoColor() ) in Paint()
Completed in 192 milliseconds