Home
last modified time | relevance | path

Searched refs:bForce (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dxml_writer.cpp137 void xml_writer::WriteString(const char *name, const char *val, BOOL bForce) in WriteString() argument
140 WriteString(name, cVal, bForce); in WriteString()
144 void xml_writer::WriteString(const char *name, const CString &cVal, BOOL bForce) in WriteString() argument
146 if (!bForce && cVal.IsEmpty()) in WriteString()
Dxml_writer.h18 void WriteString(const char *name, const char *val, BOOL bForce = FALSE);
19 void WriteString(const char *name, const CString &val, BOOL bForce = FALSE);
Dtarget_screen.h25 BOOL ConfigureDisplay(int display_index, BOOL bForce = FALSE);
Dtarget_screen.cpp1810 BOOL target_screen::ConfigureDisplay(int display_index, BOOL bForce) in ConfigureDisplay() argument
1822 if (m_display_index == display_index && !bForce) in ConfigureDisplay()