Home
last modified time | relevance | path

Searched refs:FCT_FORMATTER (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/control/ !
H A Dfmtfield.cxx636 FormatChanged((bNoFormatter && (m_pFormatter != NULL)) ? FCT_FORMATTER : FCT_KEYONLY); in SetFormatKey()
682 FormatChanged(FCT_FORMATTER); in SetFormatter()
809 if ( ( 0 != ( _nWhat & FCT_FORMATTER ) ) && m_pFormatter ) in FormatChanged()
1283 case FCT_FORMATTER: in FormatChanged()
/trunk/main/svtools/inc/svtools/ !
H A Dfmtfield.hxx45 #define FCT_FORMATTER 0x01 // a new formatter was set, usually implies a change of the… macro