Searched refs:IsValidZipEntryFileName (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/package/source/xstor/ |
H A D | xstorage.cxx | 2494 …if ( !aStreamName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aStreamNa… in openStreamElement() 2612 …if ( !aStorName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aStorName, … in openStorageElement() 2767 …if ( !aStreamName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aStreamNa… in cloneStreamElement() 2933 …if ( !aStorName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aStorName, … in copyStorageElementLastCommitTo() 3263 …if ( !aElementName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aElement… in renameElement() 3264 …|| !aNewName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aNewName, sal_… in renameElement() 3371 …|| !aNewName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aNewName, sal_… in copyElementTo() 3476 …|| !aNewName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aNewName, sal_… in moveElementTo() 4384 …if ( !aName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aName, sal_Fals… in getByName() 5789 …|| !aNewName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aNewName, sal_… in copyElementDirectlyTo() [all …]
|
/aoo41x/main/comphelper/source/misc/ |
H A D | storagehelper.cxx | 487 sal_Bool OStorageHelper::IsValidZipEntryFileName( const ::rtl::OUString& aName, sal_Bool bSlashAllo… in IsValidZipEntryFileName() function in comphelper::OStorageHelper 489 return IsValidZipEntryFileName( aName.getStr(), aName.getLength(), bSlashAllowed ); in IsValidZipEntryFileName() 493 sal_Bool OStorageHelper::IsValidZipEntryFileName( in IsValidZipEntryFileName() function in comphelper::OStorageHelper
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | storagehelper.hxx | 169 static sal_Bool IsValidZipEntryFileName( const ::rtl::OUString& aName, sal_Bool bSlashAllowed ); 170 …static sal_Bool IsValidZipEntryFileName( const sal_Unicode *pChar, sal_Int32 nLength, sal_Bool bSl…
|
/aoo41x/main/package/source/zipapi/ |
H A D | ZipOutputStream.cxx | 314 if ( !::comphelper::OStorageHelper::IsValidZipEntryFileName( rEntry.sPath, sal_True ) ) in writeCEN() 363 if ( !::comphelper::OStorageHelper::IsValidZipEntryFileName( rEntry.sPath, sal_True ) ) in writeLOC()
|
H A D | ZipFile.cxx | 827 if ( !::comphelper::OStorageHelper::IsValidZipEntryFileName( aEntry.sPath, sal_True ) ) in readCEN()
|
/aoo41x/main/package/source/zippackage/ |
H A D | ZipPackageEntry.cxx | 71 if ( !::comphelper::OStorageHelper::IsValidZipEntryFileName( aName, sal_True ) ) in setName()
|
/aoo41x/main/dbaccess/source/ext/macromigration/ |
H A D | migrationengine.cxx | 1243 … if ( ::comphelper::OStorageHelper::IsValidZipEntryFileName( pBaseName + i, 1, sal_False ) ) in lcl_createTargetLibName() 1256 … if ( !::comphelper::OStorageHelper::IsValidZipEntryFileName( pReplacement + i, 1, sal_False ) ) in lcl_createTargetLibName()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | DocumentMetadataAccess.cxx | 261 !::comphelper::OStorageHelper::IsValidZipEntryFileName( in isFileNameValid()
|
Completed in 69 milliseconds