Home
last modified time | relevance | path

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

/aoo42x/main/extensions/source/oooimprovement/
H A Dlogstorage.cxx62 static const OUString file_extension = OUString::createFromAscii(".zip"); in isZipfile() local
63 return fileurl.match(file_extension, fileurl.getLength()-file_extension.getLength()); in isZipfile()
68 static const OUString file_extension = OUString::createFromAscii(".csv"); in isLogfile() local
71 fileurl.match(file_extension, fileurl.getLength()-file_extension.getLength()) in isLogfile()
/aoo42x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrar.cxx155 bool Registrar::QueryPreselectForMsApplication(const std::wstring& file_extension) const in QueryPreselectForMsApplication()
164 if (!root_key->HasSubKey(file_extension)) in QueryPreselectForMsApplication()
167 …Format( TEXT("QueryPreselect: No SubKey found for (%s), preselected!\n"), file_extension.c_str() ); in QueryPreselectForMsApplication()
171 RegistryKey RegKey = root_key->OpenSubKey(file_extension, false); in QueryPreselectForMsApplication()
181 …ormat( TEXT("QueryPreselect: (%s) registered to Office, preselected!\n"), file_extension.c_str() ); in QueryPreselectForMsApplication()
186 …eryPreselect: (%s) registered but destination is empty, preselected!\n"), file_extension.c_str() ); in QueryPreselectForMsApplication()
192 …TEXT("QueryPreselect: No default found for SubKey (%s), preselected!\n"), file_extension.c_str() ); in QueryPreselectForMsApplication()
H A Dregistrar.hxx97 virtual bool QueryPreselectForMsApplication(const std::wstring& file_extension) const;
/aoo42x/main/shell/source/win32/shlxthandler/infotips/
H A Dinfotips.cxx122 std::wstring getFileTypeInfo(const std::string& file_extension) in getFileTypeInfo() argument
127 …if (QueryRegistryKey(HKEY_CLASSES_ROOT, (sDot.append(file_extension)).c_str(), "", extKeyValue, MA… in getFileTypeInfo()

Completed in 27 milliseconds