Home
last modified time | relevance | path

Searched refs:comboResetContent (Results 1 – 5 of 5) sorted by relevance

/dports/cad/ldview/ldview-4.4/CUI/
H A DCUIDialog.h43 static void comboResetContent(HWND hDlg, int controlId);
44 virtual void comboResetContent(int controlId);
H A DCUIDialog.cpp554 void CUIDialog::comboResetContent(HWND hDlg, int controlId) in comboResetContent() function in CUIDialog
559 void CUIDialog::comboResetContent(int controlId) in comboResetContent() function in CUIDialog
561 comboResetContent(hWindow, controlId); in comboResetContent()
H A DCUIWindow.h246 static void comboResetContent(HWND hDlg);
H A DCUIWindow.cpp3078 void CUIWindow::comboResetContent(HWND hWnd) in comboResetContent() function in CUIWindow
/dports/cad/ldview/ldview-4.4/
H A DLDViewPreferences.cpp3034 CUIDialog::comboResetContent(hGeneralPage, IDC_MEMORY_COMBO); in setupMemoryUsage()
3073 comboResetContent(hComboBox); in setupSaveDir()
3937 CUIDialog::comboResetContent(hGeneralPage, IDC_FSAA_COMBO); in setupAntialiasing()