Home
last modified time | relevance | path

Searched refs:IsValidZipEntryFileName (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/package/source/xstor/
H A Dxstorage.cxx2494 …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 Dstoragehelper.cxx487 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 Dstoragehelper.hxx169 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 DZipOutputStream.cxx314 if ( !::comphelper::OStorageHelper::IsValidZipEntryFileName( rEntry.sPath, sal_True ) ) in writeCEN()
363 if ( !::comphelper::OStorageHelper::IsValidZipEntryFileName( rEntry.sPath, sal_True ) ) in writeLOC()
H A DZipFile.cxx827 if ( !::comphelper::OStorageHelper::IsValidZipEntryFileName( aEntry.sPath, sal_True ) ) in readCEN()
/aoo41x/main/package/source/zippackage/
H A DZipPackageEntry.cxx71 if ( !::comphelper::OStorageHelper::IsValidZipEntryFileName( aName, sal_True ) ) in setName()
/aoo41x/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx1243 … 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 DDocumentMetadataAccess.cxx261 !::comphelper::OStorageHelper::IsValidZipEntryFileName( in isFileNameValid()

Completed in 69 milliseconds