Home
last modified time | relevance | path

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

/reactos/dll/win32/comdlg32/
H A Dfiledlg.c107 int iMaxIndentation; member
3839 liInfos->iMaxIndentation = 0; in FILEDLG95_LOOKIN_Init()
4076 if(tmpFolder->m_iIndent > liInfos->iMaxIndentation) in FILEDLG95_LOOKIN_AddItem()
4077 liInfos->iMaxIndentation = tmpFolder->m_iIndent; in FILEDLG95_LOOKIN_AddItem()
4169 while(liInfos->iMaxIndentation > tmpFolder->m_iIndent) in FILEDLG95_LOOKIN_SelectItem()
4199 if(liInfos->iMaxIndentation <= 2) in FILEDLG95_LOOKIN_RemoveMostExpandedItem()
4202 if((iItemPos = FILEDLG95_LOOKIN_SearchItem(hwnd,liInfos->iMaxIndentation,SEARCH_EXP)) >=0) in FILEDLG95_LOOKIN_RemoveMostExpandedItem()
4208 liInfos->iMaxIndentation--; in FILEDLG95_LOOKIN_RemoveMostExpandedItem()