Home
last modified time | relevance | path

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

/reactos/sdk/lib/atl/
H A Datlcoll.h424 class CAtlList
459 CAtlList(_In_ const CAtlList&);
460 CAtlList& operator=(_In_ const CAtlList&);
464 ~CAtlList();
524 CAtlList< E, ETraits >::CAtlList(_In_ UINT nBlockSize) : in CAtlList() function
536 CAtlList<E, ETraits >::~CAtlList(void) in ~CAtlList()
646 void CAtlList<E, ETraits>::AddHeadList(_In_ const CAtlList<E, ETraits>* plNew) in AddHeadList()
655 void CAtlList<E, ETraits>::AddTailList(_In_ const CAtlList<E, ETraits>* plNew) in AddTailList()
664 E CAtlList<E, ETraits>::RemoveHead() in RemoveHead()
880 typename CAtlList<E, ETraits>::CNode* CAtlList<E, ETraits>::CreateNode( in CreateNode()
[all …]
/reactos/modules/rostests/apitests/atl/
H A DCAtlList.cpp22 CAtlList<int> list1; in test_BasicCases()
60 to_str(const CAtlList<int>& lst) in to_str()
84 CAtlList<int> list; in test_SwapElements()
119 CAtlList<int> list; in test_AppendListToTail()
125 CAtlList<int> list_tail; in test_AppendListToTail()
141 CAtlList<int> list_head; in test_AppendListToHead()
147 CAtlList<int> list; in test_AppendListToHead()
160 START_TEST(CAtlList) in START_TEST() argument
H A DCMakeLists.txt10 CAtlList.cpp
/reactos/base/applications/rapps/include/
H A Dappdb.h12 CAtlList<CAppInfo *> m_Available;
13 CAtlList<CAppInfo *> m_Installed;
19 EnumerateRegistry(CAtlList<CAppInfo *> *List, LPCWSTR Name);
27 GetApps(CAtlList<CAppInfo *> &List, AppsCategories Type) const;
H A Dgui.h58 CAtlList<CAppInfo *> m_Selected;
114 AddApplicationsToView(CAtlList<CAppInfo *> &List);
H A Ddialogs.h17 DownloadListOfApplications(const CAtlList<CAppInfo *> &AppsList, BOOL bIsModal);
/reactos/base/applications/rapps/
H A Dappdb.cpp21 ClearList(CAtlList<CAppInfo *> &list) in ClearList()
53 CAppDB::GetApps(CAtlList<CAppInfo *> &List, AppsCategories Type) const in GetApps()
56 const CAtlList<CAppInfo *> &list = UseInstalled ? m_Installed : m_Available; in GetApps()
198 CAppDB::EnumerateRegistry(CAtlList<CAppInfo *> *List, LPCWSTR SearchOnly) in EnumerateRegistry()
H A Dunattended.cpp49 CAtlList<CAppInfo *> List; in SearchForAppWithDisplayName()
72 CAtlList<CAppInfo *> Applications; in HandleInstallCommand()
96 CAtlList<CAppInfo *> Applications; in HandleSetupCommand()
222 CAtlList<CAppInfo *> List; in HandleFindCommand()
H A Dsettings.cpp114 AddInfoFields(ATL::CAtlList<SettingsField *> &infoFields, SETTINGS_INFO &settings) in AddInfoFields()
137 ATL::CAtlList<SettingsField *> infoFields; in SaveAllSettings()
159 ATL::CAtlList<SettingsField *> infoFields; in LoadAllSettings()
H A Dgui.cpp639 CMainWindow::AddApplicationsToView(CAtlList<CAppInfo *> &List) in AddApplicationsToView()
697 CAtlList<CAppInfo *> List; in UpdateApplicationsList()
719 CAtlList<CAppInfo *> List; in UpdateApplicationsList()
H A Dloaddlg.cpp1116 DownloadListOfApplications(const CAtlList<CAppInfo *> &AppsList, BOOL bIsModal) in DownloadListOfApplications()
/reactos/dll/win32/devmgr/devmgmt/
H A DDeviceView.h27 CAtlList<CClassNode *> m_ClassNodeList;
28 CAtlList<CDeviceNode *> m_DeviceNodeList;
/reactos/dll/shellext/fontext/
H A DCFontCache.cpp184 void CFontCache::Insert(CAtlList<CFontInfo>& fonts, const CStringW& KeyName) in Insert()
202 CAtlList<CFontInfo> fonts; in Read()
H A DCFontCache.hpp47 void Insert(CAtlList<CFontInfo>& fonts, const CStringW& KeyName);
/reactos/modules/rostests/apitests/atl/devenv/
H A D.gitignore11 CAtlList/
H A DATLTest.sln22 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CAtlList", "CAtlList.vcxproj", "{00C3325D-0E3D…
/reactos/dll/shellext/zipfldr/
H A DCZipEnumerator.hpp14 CAtlList<CStringW> m_Returned;
/reactos/dll/win32/shell32/shelldesktop/
H A DCDesktopBrowser.cpp157 CAtlList<RECT> *list = (CAtlList<RECT>*)dwData; in MonitorEnumProc()
194 CAtlList<RECT> list; in _Resize()
/reactos/base/shell/explorer/
H A Dsyspager.cpp58 CAtlList<IconWatcherData *> m_WatcherList;
119 CAtlList<Info> m_queue;
/reactos/dll/win32/shell32/
H A DCDefaultContextMenu.cpp141 CAtlList<DynamicShellEntry> m_DynamicEntries;
144 CAtlList<StaticShellEntry> m_StaticEntries;
/reactos/base/applications/msconfig_new/
H A Dsrvpage.cpp92 static CAtlList<CAtlStringW> userModificationsList;
/reactos/dll/win32/shell32/dialogs/
H A Dfiletypes.cpp372 CAtlList<CStringW> ModifiedVerbs;