Home
last modified time | relevance | path

Searched refs:IsForceAutoColor (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/outliner/
H A Doutlin2.cxx580 bool Outliner::IsForceAutoColor() const in IsForceAutoColor() function in Outliner
582 return pEditEngine->IsForceAutoColor(); in IsForceAutoColor()
H A Doutliner.cxx875 if ( ( aColor == COL_AUTO ) || ( IsForceAutoColor() ) ) in ImpCalcBulletFont()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/outliner/
H A Doutlin2.cxx570 bool Outliner::IsForceAutoColor() const in IsForceAutoColor() function in Outliner
572 return pEditEngine->IsForceAutoColor(); in IsForceAutoColor()
H A Doutliner.cxx882 if ( ( aColor == COL_AUTO ) || ( IsForceAutoColor() ) ) in ImpCalcBulletFont()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/editeng/
H A Dediteng.hxx218 bool IsForceAutoColor() const;
H A Doutliner.hxx797 bool IsForceAutoColor() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/editeng/
H A Dediteng.hxx224 bool IsForceAutoColor() const;
H A Doutliner.hxx802 bool IsForceAutoColor() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Dediteng.cxx193 bool EditEngine::IsForceAutoColor() const in IsForceAutoColor() function in EditEngine
195 return pImpEditEngine->IsForceAutoColor(); in IsForceAutoColor()
H A Dimpedit.hxx751 bool IsForceAutoColor() const { return bForceAutoColor; } in IsForceAutoColor() function in ImpEditEngine
H A Dimpedit3.cxx2847 if ( ( ( rFont.GetColor() == COL_AUTO ) || ( IsForceAutoColor() ) ) && pOut ) in SeekCursor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Dediteng.cxx202 bool EditEngine::IsForceAutoColor() const in IsForceAutoColor() function in EditEngine
204 return pImpEditEngine->IsForceAutoColor(); in IsForceAutoColor()
H A Dimpedit.hxx690 bool IsForceAutoColor() const { return bForceAutoColor; } in IsForceAutoColor() function in ImpEditEngine
H A Dimpedit3.cxx2815 if ( ( ( rFont.GetColor() == COL_AUTO ) || ( IsForceAutoColor() ) ) && pOut ) in SeekCursor()