Home
last modified time | relevance | path

Searched refs:propVariant (Results 1 – 25 of 62) sorted by relevance

123

/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/7zip/Archive/7z/
H A D7zMethods.cpp65 if (propVariant.vt != VT_BSTR) in Load()
69 propVariant.Clear(); in Load()
73 if (propVariant.vt == VT_EMPTY) in Load()
80 propVariant.Clear(); in Load()
84 if (propVariant.vt == VT_EMPTY) in Load()
93 propVariant.Clear(); in Load()
97 if (propVariant.vt == VT_EMPTY) in Load()
106 propVariant.Clear(); in Load()
110 if (propVariant.vt == VT_EMPTY) in Load()
116 propVariant.Clear(); in Load()
[all …]
H A D7zHandler.cpp93 propVariant = unixTime; in MySetFileTime()
208 propVariant = item.IsDirectory; in GetProperty()
212 propVariant = item.UnPackSize; in GetProperty()
224 propVariant = item.StartPos; in GetProperty()
242 propVariant = UInt64(0); in GetProperty()
257 propVariant = item.Attributes; in GetProperty()
261 propVariant = item.FileCRC; in GetProperty()
393 propVariant = UInt64(0); in GetProperty()
396 propVariant = UInt64(0); in GetProperty()
401 propVariant = item.IsAnti; in GetProperty()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/Windows/
H A DPropVariantConversions.cpp88 switch (propVariant.vt) in ConvertPropVariantToString()
93 return propVariant.bstrVal; in ConvertPropVariantToString()
95 return ConvertUInt64ToString(propVariant.bVal); in ConvertPropVariantToString()
97 return ConvertUInt64ToString(propVariant.uiVal); in ConvertPropVariantToString()
109 return ConvertInt64ToString(propVariant.iVal); in ConvertPropVariantToString()
111 return ConvertInt64ToString(propVariant.lVal); in ConvertPropVariantToString()
128 switch (propVariant.vt) in ConvertPropVariantToUInt64()
131 return propVariant.bVal; in ConvertPropVariantToUInt64()
133 return propVariant.uiVal; in ConvertPropVariantToUInt64()
135 return propVariant.ulVal; in ConvertPropVariantToUInt64()
[all …]
H A DPropVariantConversions.h11 UString ConvertPropVariantToString(const PROPVARIANT &propVariant);
12 UInt64 ConvertPropVariantToUInt64(const PROPVARIANT &propVariant);
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/7zip/UI/Common/
H A DArchiveOpenCallback.cpp26 NCOM::CPropVariant propVariant; in GetProperty() local
32 propVariant = _subArchiveName; in GetProperty()
35 propVariant.Detach(value); in GetProperty()
41 propVariant = _fileInfo.Name; in GetProperty()
44 propVariant = _fileInfo.IsDirectory(); in GetProperty()
47 propVariant = _fileInfo.Size; in GetProperty()
50 propVariant = (UInt32)_fileInfo.Attributes; in GetProperty()
53 propVariant = _fileInfo.LastAccessTime; in GetProperty()
56 propVariant = _fileInfo.CreationTime; in GetProperty()
59 propVariant = _fileInfo.LastWriteTime; in GetProperty()
[all …]
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/ClientCodec/
H A DClientCodec.cpp167 NCOM::CPropVariant propVariant; in main() local
168 res = getMethodPropertyFunc(m,NMethodPropID::kName,&propVariant); in main()
171 if (propVariant.vt == VT_BSTR) in main()
173 printf("\t\tName : %ls\n",propVariant.bstrVal); // Unicode Name in main()
180 res = getMethodPropertyFunc(m,NMethodPropID::kDecoder,&propVariant); in main()
184 res = getMethodPropertyFunc(m,NMethodPropID::kEncoder,&propVariant); in main()
194 NCOM::CPropVariant propVariant; in main() local
195 res = getMethodPropertyFunc(numMethod,NMethodPropID::kEncoder,&propVariant); in main()
196 if ((res == S_OK) && (propVariant.vt == VT_BSTR)) in main()
302 NCOM::CPropVariant propVariant; in main() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/7zip/Bundles/SFXSetup-moz/
H A DExtractCallback.cpp107 NCOM::CPropVariant propVariant; in GetStream() local
108 RINOK(_archiveHandler->GetProperty(index, kpidAttributes, &propVariant)); in GetStream()
109 if (propVariant.vt == VT_EMPTY) in GetStream()
113 if (propVariant.vt != VT_UI4) in GetStream()
115 _processedFileInfo.Attributes = propVariant.ulVal; in GetStream()
118 RINOK(_archiveHandler->GetProperty(index, kpidIsFolder, &propVariant)); in GetStream()
119 _processedFileInfo.IsDirectory = VARIANT_BOOLToBool(propVariant.boolVal); in GetStream()
130 RINOK(_archiveHandler->GetProperty(index, kpidLastWriteTime, &propVariant)); in GetStream()
131 switch(propVariant.vt) in GetStream()
137 _processedFileInfo.UTCLastWriteTime = propVariant.filetime; in GetStream()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/UI/Common/
H A DSetProperties.cpp47 NCOM::CPropVariant propVariant; in SetProperties() local
55 propVariant = false; in SetProperties()
57 propVariant = true; in SetProperties()
58 if (propVariant.vt != VT_EMPTY) in SetProperties()
63 ParseNumberString(property.Value, propVariant); in SetProperties()
65 values[i] = propVariant; in SetProperties()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/UI/Common/
H A DSetProperties.cpp47 NCOM::CPropVariant propVariant; in SetProperties() local
55 propVariant = false; in SetProperties()
57 propVariant = true; in SetProperties()
58 if (propVariant.vt != VT_EMPTY) in SetProperties()
63 ParseNumberString(property.Value, propVariant); in SetProperties()
65 values[i] = propVariant; in SetProperties()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/UI/Common/
H A DSetProperties.cpp47 NCOM::CPropVariant propVariant; in SetProperties() local
55 propVariant = false; in SetProperties()
57 propVariant = true; in SetProperties()
58 if (propVariant.vt != VT_EMPTY) in SetProperties()
63 ParseNumberString(property.Value, propVariant); in SetProperties()
65 values[i] = propVariant; in SetProperties()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/UI/Common/
H A DSetProperties.cpp47 NCOM::CPropVariant propVariant; in SetProperties() local
55 propVariant = false; in SetProperties()
57 propVariant = true; in SetProperties()
58 if (propVariant.vt != VT_EMPTY) in SetProperties()
63 ParseNumberString(property.Value, propVariant); in SetProperties()
65 values[i] = propVariant; in SetProperties()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/Common/
H A DSetProperties.cpp46 NCOM::CPropVariant propVariant; in SetProperties() local
54 propVariant = false; in SetProperties()
56 propVariant = true; in SetProperties()
57 if (propVariant.vt != VT_EMPTY) in SetProperties()
62 ParseNumberString(property.Value, propVariant); in SetProperties()
64 values[i] = propVariant; in SetProperties()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/Common/
H A DSetProperties.cpp47 NCOM::CPropVariant propVariant; in SetProperties() local
55 propVariant = false; in SetProperties()
57 propVariant = true; in SetProperties()
58 if (propVariant.vt != VT_EMPTY) in SetProperties()
63 ParseNumberString(property.Value, propVariant); in SetProperties()
65 values[i] = propVariant; in SetProperties()
/dports/archivers/lzma/lzma-19.00/CPP/7zip/UI/Common/
H A DSetProperties.cpp47 NCOM::CPropVariant propVariant; in SetProperties() local
55 propVariant = false; in SetProperties()
57 propVariant = true; in SetProperties()
58 if (propVariant.vt != VT_EMPTY) in SetProperties()
63 ParseNumberString(property.Value, propVariant); in SetProperties()
65 values[i] = propVariant; in SetProperties()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Common/
H A DSetProperties.cpp61 NCOM::CPropVariant propVariant; in SetProperties() local
69 propVariant = false; in SetProperties()
71 propVariant = true; in SetProperties()
72 if (propVariant.vt != VT_EMPTY) in SetProperties()
77 ParseNumberString(property.Value, propVariant); in SetProperties()
79 values.values[i] = propVariant; in SetProperties()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/UI/Common/
H A DSetProperties.cpp47 NCOM::CPropVariant propVariant; in SetProperties() local
55 propVariant = false; in SetProperties()
57 propVariant = true; in SetProperties()
58 if (propVariant.vt != VT_EMPTY) in SetProperties()
63 ParseNumberString(property.Value, propVariant); in SetProperties()
65 values[i] = propVariant; in SetProperties()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/UI/Common/
H A DSetProperties.cpp47 NCOM::CPropVariant propVariant; in SetProperties() local
55 propVariant = false; in SetProperties()
57 propVariant = true; in SetProperties()
58 if (propVariant.vt != VT_EMPTY) in SetProperties()
63 ParseNumberString(property.Value, propVariant); in SetProperties()
65 values[i] = propVariant; in SetProperties()
/dports/sysutils/squashfs-tools/CPP/7zip/UI/Common/
H A DSetProperties.cpp46 NCOM::CPropVariant propVariant; in SetProperties() local
54 propVariant = false; in SetProperties()
56 propVariant = true; in SetProperties()
57 if (propVariant.vt != VT_EMPTY) in SetProperties()
62 ParseNumberString(property.Value, propVariant); in SetProperties()
64 values[i] = propVariant; in SetProperties()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/7zip/UI/Common/
H A DSetProperties.cpp47 NCOM::CPropVariant propVariant; in SetProperties() local
55 propVariant = false; in SetProperties()
57 propVariant = true; in SetProperties()
58 if (propVariant.vt != VT_EMPTY) in SetProperties()
63 ParseNumberString(property.Value, propVariant); in SetProperties()
65 values[i] = propVariant; in SetProperties()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/7zip/UI/Common/
H A DSetProperties.cpp47 NCOM::CPropVariant propVariant; in SetProperties() local
55 propVariant = false; in SetProperties()
57 propVariant = true; in SetProperties()
58 if (propVariant.vt != VT_EMPTY) in SetProperties()
63 ParseNumberString(property.Value, propVariant); in SetProperties()
65 values[i] = propVariant; in SetProperties()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/7zip/UI/Common/
H A DSetProperties.cpp47 NCOM::CPropVariant propVariant; in SetProperties() local
55 propVariant = false; in SetProperties()
57 propVariant = true; in SetProperties()
58 if (propVariant.vt != VT_EMPTY) in SetProperties()
63 ParseNumberString(property.Value, propVariant); in SetProperties()
65 values[i] = propVariant; in SetProperties()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/FileManager/
H A DPanelItems.cpp418 if (propVariant.vt == VT_UI4) in RefreshListCtrl()
630 NCOM::CPropVariant propVariant; in GetItemName() local
633 if (propVariant.vt != VT_BSTR) in GetItemName()
635 return (propVariant.bstrVal); in GetItemName()
642 NCOM::CPropVariant propVariant; in GetItemPrefix() local
646 if (propVariant.vt == VT_BSTR) in GetItemPrefix()
647 prefix = propVariant.bstrVal; in GetItemPrefix()
661 NCOM::CPropVariant propVariant; in IsItemFolder() local
664 if (propVariant.vt == VT_BOOL) in IsItemFolder()
666 if (propVariant.vt == VT_EMPTY) in IsItemFolder()
[all …]
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/Windows/
H A DPropVariant.cpp179 static HRESULT MyPropVariantClear(PROPVARIANT *propVariant) in MyPropVariantClear() argument
181 switch(propVariant->vt) in MyPropVariantClear()
199 propVariant->vt = VT_EMPTY; in MyPropVariantClear()
200 propVariant->wReserved1 = 0; in MyPropVariantClear()
203 return ::VariantClear((VARIANTARG *)propVariant); in MyPropVariantClear()
H A DPropVariantConversions.h11 UString ConvertPropVariantToString(const PROPVARIANT &propVariant);
12 UInt64 ConvertPropVariantToUInt64(const PROPVARIANT &propVariant);
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/FileManager/
H A DPanelOperations.cpp497 NCOM::CPropVariant propVariant; in ChangeComment() local
498 if (_folder->GetProperty(realIndex, kpidComment, &propVariant) != S_OK) in ChangeComment()
500 if (propVariant.vt == VT_BSTR) in ChangeComment()
501 comment = propVariant.bstrVal; in ChangeComment()
502 else if (propVariant.vt != VT_EMPTY) in ChangeComment()
514 NCOM::CPropVariant propVariant (dlg.Value); in ChangeComment() local
517 HRESULT result = _folderOperations->SetProperty(realIndex, kpidComment, &propVariant, NULL); in ChangeComment()

123