Home
last modified time | relevance | path

Searched refs:pFolder (Results 1 – 25 of 80) sorted by relevance

1234

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/import/src/
H A DnsOutlookMail.cpp125 CMapiFolder* pFolder; in GetMailFolders() local
158 pFolder->GetDisplayName(name); in GetMailFolders()
215 CMapiFolder* pFolder; in GetAddressBooks() local
230 pFolder->GetCBEntryID(), pFolder->GetEntryID(), m_addressList)) { in GetAddressBooks()
243 if (!pFolder->IsStore()) { in GetAddressBooks()
274 if (pFolder) { in OpenMessageStore()
275 if (!m_mapi.OpenStore(pFolder->GetCBEntryID(), pFolder->GetEntryID(), in OpenMessageStore()
495 CMapiFolder* pFolder; in ImportAddresses() local
501 if (pFolder->IsStore()) { in ImportAddresses()
502 OpenMessageStore(pFolder); in ImportAddresses()
[all …]
H A DMapiApi.cpp382 LPMAPIFOLDER pFolder; in HandleHierarchyItem() local
408 pFolder->Release(); in HandleHierarchyItem()
711 LPMAPIFOLDER pFolder; in HandleHierarchyItem() local
718 pFolder->Release(); in HandleHierarchyItem()
941 delete pFolder; in IterateStores()
962 if (!OpenStore(pFolder->GetCBEntryID(), pFolder->GetEntryID(), &lpMdb)) in GetStoreInfo()
1568 CMapiFolder* pFolder; in ClearAll() local
1570 pFolder = GetAt(i); in ClearAll()
1571 delete pFolder; in ClearAll()
1577 CMapiFolder* pFolder; in DumpList() local
[all …]
H A DMapiApi.h109 BOOL IterateContents(CMapiContentIter* pIter, LPMAPIFOLDER pFolder,
111 BOOL IterateHierarchy(CMapiHierarchyIter* pIter, LPMAPIFOLDER pFolder,
142 void GetStoreInfo(CMapiFolder* pFolder, long* pSzContents);
217 void AddItem(CMapiFolder* pFolder);
233 void EnsureUniqueName(CMapiFolder* pFolder);
234 void GenerateFilePath(CMapiFolder* pFolder);
/dports/games/hllib/HLLib/
H A DDirectoryFolder.cpp51 this->pDirectoryItemVector->push_back(pFolder); in AddFolder()
53 return pFolder; in AddFolder()
137 const CDirectoryFolder *pFolder = this; in GetRelativeItem() local
156 if(pFolder->GetParent()) in GetRelativeItem()
158 pFolder = pFolder->GetParent(); in GetRelativeItem()
174 for(hlUInt i = 0; i < pFolder->GetCount(); i++) in GetRelativeItem()
212 return pFolder; in GetRelativeItem()
334 for(hlUInt i = 0; i < pFolder->GetCount(); i++) in FindNext()
336 if(pFolder->GetItem(i) == pRelative) in FindNext()
366 if(this == pFolder || pRelative == 0 || pFolder->GetParent() == 0) in FindNext()
[all …]
H A DNCFFile.cpp240 hlVoid CNCFFile::CreateRoot(CDirectoryFolder *pFolder) in CreateRoot() argument
243 hlUInt uiIndex = this->lpDirectoryEntries[pFolder->GetID()].uiFirstIndex; in CreateRoot()
252 …CDirectoryFolder *pSubFolder = pFolder->AddFolder(this->lpDirectoryNames + this->lpDirectoryEntrie… in CreateRoot()
260pFolder->AddFile(this->lpDirectoryNames + this->lpDirectoryEntries[uiIndex].uiNameOffset, uiIndex); in CreateRoot()
355 const CDirectoryFolder *pFolder = static_cast<const CDirectoryFolder *>(pItem); in GetItemAttributeInternal() local
360 …ribute, this->lpItemAttributeNames[eAttribute], this->lpDirectoryEntries[pFolder->GetID()].uiDirec… in GetItemAttributeInternal()
/dports/archivers/hlextract/HLLib/
H A DDirectoryFolder.cpp51 this->pDirectoryItemVector->push_back(pFolder); in AddFolder()
53 return pFolder; in AddFolder()
137 const CDirectoryFolder *pFolder = this; in GetRelativeItem() local
156 if(pFolder->GetParent()) in GetRelativeItem()
158 pFolder = pFolder->GetParent(); in GetRelativeItem()
174 for(hlUInt i = 0; i < pFolder->GetCount(); i++) in GetRelativeItem()
212 return pFolder; in GetRelativeItem()
334 for(hlUInt i = 0; i < pFolder->GetCount(); i++) in FindNext()
336 if(pFolder->GetItem(i) == pRelative) in FindNext()
366 if(this == pFolder || pRelative == 0 || pFolder->GetParent() == 0) in FindNext()
[all …]
H A DNCFFile.cpp240 hlVoid CNCFFile::CreateRoot(CDirectoryFolder *pFolder) in CreateRoot() argument
243 hlUInt uiIndex = this->lpDirectoryEntries[pFolder->GetID()].uiFirstIndex; in CreateRoot()
252 …CDirectoryFolder *pSubFolder = pFolder->AddFolder(this->lpDirectoryNames + this->lpDirectoryEntrie… in CreateRoot()
260pFolder->AddFile(this->lpDirectoryNames + this->lpDirectoryEntries[uiIndex].uiNameOffset, uiIndex); in CreateRoot()
355 const CDirectoryFolder *pFolder = static_cast<const CDirectoryFolder *>(pItem); in GetItemAttributeInternal() local
360 …ribute, this->lpItemAttributeNames[eAttribute], this->lpDirectoryEntries[pFolder->GetID()].uiDirec… in GetItemAttributeInternal()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Dfile_system.cpp381 pFolder = shl_idesktop; in children()
387 pFolder = NULL; in children()
390 if (pFolder != NULL) { in children()
440 pFolder->Release(); in children()
628 IShellFolder* pFolder = NULL; in update_by_pidl() local
632 pFolder = shl_idesktop; in update_by_pidl()
638 pFolder = NULL; in update_by_pidl()
643 if (pFolder != NULL && in update_by_pidl()
666 pFolder && in update_by_pidl()
684 if (pFolder != NULL && pFolder != shl_idesktop) { in update_by_pidl()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A Dsyspath.cxx25 bool GetUserTemplateLocation(sal_Unicode* pFolder, int nSize) in GetUserTemplateLocation() argument
28 return ::GetUserTemplateLocation(pFolder, nSize); in GetUserTemplateLocation()
30 (void)pFolder; in GetUserTemplateLocation()
H A Dsyspathw32.cxx58 bool GetUserTemplateLocation(sal_Unicode* pFolder, int nSize) in GetUserTemplateLocation() argument
61 return SHGetSpecialFolderW32( CSIDL_TEMPLATES, o3tl::toW(pFolder), nSize ); in GetUserTemplateLocation()
63 (void)pFolder; in GetUserTemplateLocation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Dsyspath.cxx25 bool GetUserTemplateLocation( sal_Unicode* pFolder, int nSize ) in GetUserTemplateLocation() argument
28 return ::GetUserTemplateLocation( pFolder, nSize ); in GetUserTemplateLocation()
30 (void)pFolder; in GetUserTemplateLocation()
H A Dsyspathw32.cxx58 bool GetUserTemplateLocation(sal_Unicode* pFolder, int nSize) in GetUserTemplateLocation() argument
61 return SHGetSpecialFolderW32( CSIDL_TEMPLATES, o3tl::toW(pFolder), nSize ); in GetUserTemplateLocation()
63 (void)pFolder; in GetUserTemplateLocation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/package/source/zippackage/
H A DContentInfo.hxx33 ZipPackageFolder *pFolder; member
45 , pFolder ( pNewFolder ) in ZipContentInfo()
52 pFolder->clearParent(); in ~ZipContentInfo()
H A DZipPackageFolder.cxx100 bHasUnexpected = rInfo.pFolder->LookForUnexpectedODF12Streams( sOwnPath ); in LookForUnexpectedODF12Streams()
148 rInfo.pFolder->setChildStreamsTypeByExtension( aPair ); in setChildStreamsTypeByExtension()
179 ZipPackageFolder *pFolder = reinterpret_cast < ZipPackageFolder * > ( nTest ); in insertByName() local
180 pEntry = static_cast < ZipPackageEntry * > ( pFolder ); in insertByName()
336 if( !rInfo.pFolder->saveChild( in saveContents()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/source/zippackage/
H A DContentInfo.hxx33 ZipPackageFolder *pFolder; member
45 , pFolder ( pNewFolder ) in ZipContentInfo()
52 pFolder->clearParent(); in ~ZipContentInfo()
H A DZipPackageFolder.cxx100 bHasUnexpected = rInfo.pFolder->LookForUnexpectedODF12Streams( sOwnPath ); in LookForUnexpectedODF12Streams()
148 rInfo.pFolder->setChildStreamsTypeByExtension( aPair ); in setChildStreamsTypeByExtension()
179 ZipPackageFolder *pFolder = reinterpret_cast < ZipPackageFolder * > ( nTest ); in insertByName() local
180 pEntry = static_cast < ZipPackageEntry * > ( pFolder ); in insertByName()
340 if( !rInfo.pFolder->saveChild( in saveContents()
/dports/devel/upp/upp/bazaar/MAPIEx/
H A DMAPIEx.cpp350 LPMAPIFOLDER pFolder; in OpenFolder() local
355 NULL, m_ulMDBFlags, &dwObjType, (LPUNKNOWN*)&pFolder)) in OpenFolder()
359 if(pFolder) { in OpenFolder()
360 folder.Attach(this, pFolder); in OpenFolder()
396 LPMAPIFOLDER pFolder; in OpenSpecialFolder()
402 (LPUNKNOWN*)&pFolder); in OpenSpecialFolder()
407 if(pFolder) { in OpenSpecialFolder()
408 folder.Attach(this, pFolder); in OpenSpecialFolder()
431 LPMAPIFOLDER pFolder; in OpenInbox()
438 if(hr == S_OK && pFolder) { in OpenInbox()
[all …]
H A DMAPIFolder.cpp28 MAPIFolder::MAPIFolder(MAPIEx* pMAPI, LPMAPIFOLDER pFolder, String szName) { in MAPIFolder() argument
32 Attach(pMAPI, pFolder, szName); in MAPIFolder()
66 bool MAPIFolder::Attach(MAPIEx* pMAPI, LPMAPIFOLDER pFolder, String szName) { in Attach() argument
69 m_pItem = pFolder; in Attach()
83 LPMAPIFOLDER pFolder = Folder(); in Detach() local
85 return pFolder; in Detach()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Dnavigatortreemodel.cxx258 FmFormData* pFolder = static_cast<FmFormData*>( pEntry->GetParent() ); in Insert() local
269 if (pFolder) in Insert()
270 xContainer.set(pFolder->GetFormIface(), UNO_QUERY); in Insert()
334 if (pFolder) in Insert()
335 pFolder->GetChildList()->insert( std::unique_ptr<FmEntryData>(pEntry), nRelPos ); in Insert()
363 FmFormData* pFolder = static_cast<FmFormData*>( pEntry->GetParent() ); in Remove() local
416 if (pFolder) in Remove()
417 pFolder->GetChildList()->removeNoDelete( pEntry ); in Remove()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A DShellFolder2.cpp398 IShellFolder* pFolder; in Java_sun_awt_shell_Win32ShellFolder2_initSpecial() local
400 (void**)&pFolder); in Java_sun_awt_shell_Win32ShellFolder2_initSpecial()
407 env->CallVoidMethod(folder, MID_pIShellFolder, (jlong)pFolder); in Java_sun_awt_shell_Win32ShellFolder2_initSpecial()
612 IShellFolder* pFolder = (IShellFolder*)pIShellFolder; in Java_sun_awt_shell_Win32ShellFolder2_getEnumObjects() local
613 if (pFolder == NULL) { in Java_sun_awt_shell_Win32ShellFolder2_getEnumObjects()
626 if (pFolder->EnumObjects(NULL, dwFlags, &pEnum) != S_OK) { in Java_sun_awt_shell_Win32ShellFolder2_getEnumObjects()
682 IShellFolder* pFolder; in Java_sun_awt_shell_Win32ShellFolder2_bindToObject() local
685 return (jlong)pFolder; in Java_sun_awt_shell_Win32ShellFolder2_bindToObject()
1444 IKnownFolder* pFolder = NULL; in Java_sun_awt_shell_Win32ShellFolder2_loadKnownFolders() local
1565 pFolder->Release(); in Java_sun_awt_shell_Win32ShellFolder2_loadKnownFolders()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A DShellFolder2.cpp398 IShellFolder* pFolder; in Java_sun_awt_shell_Win32ShellFolder2_initSpecial() local
400 (void**)&pFolder); in Java_sun_awt_shell_Win32ShellFolder2_initSpecial()
407 env->CallVoidMethod(folder, MID_pIShellFolder, (jlong)pFolder); in Java_sun_awt_shell_Win32ShellFolder2_initSpecial()
612 IShellFolder* pFolder = (IShellFolder*)pIShellFolder; in Java_sun_awt_shell_Win32ShellFolder2_getEnumObjects() local
613 if (pFolder == NULL) { in Java_sun_awt_shell_Win32ShellFolder2_getEnumObjects()
626 if (pFolder->EnumObjects(NULL, dwFlags, &pEnum) != S_OK) { in Java_sun_awt_shell_Win32ShellFolder2_getEnumObjects()
682 IShellFolder* pFolder; in Java_sun_awt_shell_Win32ShellFolder2_bindToObject() local
685 return (jlong)pFolder; in Java_sun_awt_shell_Win32ShellFolder2_bindToObject()
1444 IKnownFolder* pFolder = NULL; in Java_sun_awt_shell_Win32ShellFolder2_loadKnownFolders() local
1565 pFolder->Release(); in Java_sun_awt_shell_Win32ShellFolder2_loadKnownFolders()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/native/libawt/windows/
H A DShellFolder2.cpp398 IShellFolder* pFolder; in Java_sun_awt_shell_Win32ShellFolder2_initSpecial() local
400 (void**)&pFolder); in Java_sun_awt_shell_Win32ShellFolder2_initSpecial()
407 env->CallVoidMethod(folder, MID_pIShellFolder, (jlong)pFolder); in Java_sun_awt_shell_Win32ShellFolder2_initSpecial()
612 IShellFolder* pFolder = (IShellFolder*)pIShellFolder; in Java_sun_awt_shell_Win32ShellFolder2_getEnumObjects() local
613 if (pFolder == NULL) { in Java_sun_awt_shell_Win32ShellFolder2_getEnumObjects()
626 if (pFolder->EnumObjects(NULL, dwFlags, &pEnum) != S_OK) { in Java_sun_awt_shell_Win32ShellFolder2_getEnumObjects()
682 IShellFolder* pFolder; in Java_sun_awt_shell_Win32ShellFolder2_bindToObject() local
685 return (jlong)pFolder; in Java_sun_awt_shell_Win32ShellFolder2_bindToObject()
1441 IKnownFolder* pFolder = NULL; in Java_sun_awt_shell_Win32ShellFolder2_loadKnownFolders() local
1562 pFolder->Release(); in Java_sun_awt_shell_Win32ShellFolder2_loadKnownFolders()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libawt/windows/
H A DShellFolder2.cpp398 IShellFolder* pFolder; in Java_sun_awt_shell_Win32ShellFolder2_initSpecial() local
400 (void**)&pFolder); in Java_sun_awt_shell_Win32ShellFolder2_initSpecial()
407 env->CallVoidMethod(folder, MID_pIShellFolder, (jlong)pFolder); in Java_sun_awt_shell_Win32ShellFolder2_initSpecial()
612 IShellFolder* pFolder = (IShellFolder*)pIShellFolder; in Java_sun_awt_shell_Win32ShellFolder2_getEnumObjects() local
613 if (pFolder == NULL) { in Java_sun_awt_shell_Win32ShellFolder2_getEnumObjects()
626 if (pFolder->EnumObjects(NULL, dwFlags, &pEnum) != S_OK) { in Java_sun_awt_shell_Win32ShellFolder2_getEnumObjects()
682 IShellFolder* pFolder; in Java_sun_awt_shell_Win32ShellFolder2_bindToObject() local
685 return (jlong)pFolder; in Java_sun_awt_shell_Win32ShellFolder2_bindToObject()
1444 IKnownFolder* pFolder = NULL; in Java_sun_awt_shell_Win32ShellFolder2_loadKnownFolders() local
1565 pFolder->Release(); in Java_sun_awt_shell_Win32ShellFolder2_loadKnownFolders()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libawt/windows/
H A DShellFolder2.cpp398 IShellFolder* pFolder; in Java_sun_awt_shell_Win32ShellFolder2_initSpecial() local
400 (void**)&pFolder); in Java_sun_awt_shell_Win32ShellFolder2_initSpecial()
407 env->CallVoidMethod(folder, MID_pIShellFolder, (jlong)pFolder); in Java_sun_awt_shell_Win32ShellFolder2_initSpecial()
612 IShellFolder* pFolder = (IShellFolder*)pIShellFolder; in Java_sun_awt_shell_Win32ShellFolder2_getEnumObjects() local
613 if (pFolder == NULL) { in Java_sun_awt_shell_Win32ShellFolder2_getEnumObjects()
626 if (pFolder->EnumObjects(NULL, dwFlags, &pEnum) != S_OK) { in Java_sun_awt_shell_Win32ShellFolder2_getEnumObjects()
682 IShellFolder* pFolder; in Java_sun_awt_shell_Win32ShellFolder2_bindToObject() local
685 return (jlong)pFolder; in Java_sun_awt_shell_Win32ShellFolder2_bindToObject()
1444 IKnownFolder* pFolder = NULL; in Java_sun_awt_shell_Win32ShellFolder2_loadKnownFolders() local
1565 pFolder->Release(); in Java_sun_awt_shell_Win32ShellFolder2_loadKnownFolders()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/native/libawt/windows/
H A DShellFolder2.cpp398 IShellFolder* pFolder; in Java_sun_awt_shell_Win32ShellFolder2_initSpecial() local
400 (void**)&pFolder); in Java_sun_awt_shell_Win32ShellFolder2_initSpecial()
407 env->CallVoidMethod(folder, MID_pIShellFolder, (jlong)pFolder); in Java_sun_awt_shell_Win32ShellFolder2_initSpecial()
612 IShellFolder* pFolder = (IShellFolder*)pIShellFolder; in Java_sun_awt_shell_Win32ShellFolder2_getEnumObjects() local
613 if (pFolder == NULL) { in Java_sun_awt_shell_Win32ShellFolder2_getEnumObjects()
626 if (pFolder->EnumObjects(NULL, dwFlags, &pEnum) != S_OK) { in Java_sun_awt_shell_Win32ShellFolder2_getEnumObjects()
682 IShellFolder* pFolder; in Java_sun_awt_shell_Win32ShellFolder2_bindToObject() local
685 return (jlong)pFolder; in Java_sun_awt_shell_Win32ShellFolder2_bindToObject()
1444 IKnownFolder* pFolder = NULL; in Java_sun_awt_shell_Win32ShellFolder2_loadKnownFolders() local
1565 pFolder->Release(); in Java_sun_awt_shell_Win32ShellFolder2_loadKnownFolders()
[all …]

1234