Searched refs:bSlashAllowed (Results 1 – 2 of 2) sorted by relevance
487 …ool OStorageHelper::IsValidZipEntryFileName( const ::rtl::OUString& aName, sal_Bool bSlashAllowed ) in IsValidZipEntryFileName() argument489 return IsValidZipEntryFileName( aName.getStr(), aName.getLength(), bSlashAllowed ); in IsValidZipEntryFileName()494 const sal_Unicode *pChar, sal_Int32 nLength, sal_Bool bSlashAllowed ) in IsValidZipEntryFileName() argument509 if ( !bSlashAllowed ) in IsValidZipEntryFileName()
169 static sal_Bool IsValidZipEntryFileName( const ::rtl::OUString& aName, sal_Bool bSlashAllowed );170 …ool IsValidZipEntryFileName( const sal_Unicode *pChar, sal_Int32 nLength, sal_Bool bSlashAllowed );
Completed in 14 milliseconds