Home
last modified time | relevance | path

Searched refs:bSlashAllowed (Results 1 – 2 of 2) sorted by relevance

/trunk/main/comphelper/source/misc/
H A Dstoragehelper.cxx487 …ool OStorageHelper::IsValidZipEntryFileName( const ::rtl::OUString& aName, sal_Bool bSlashAllowed ) in IsValidZipEntryFileName() argument
489 return IsValidZipEntryFileName( aName.getStr(), aName.getLength(), bSlashAllowed ); in IsValidZipEntryFileName()
494 const sal_Unicode *pChar, sal_Int32 nLength, sal_Bool bSlashAllowed ) in IsValidZipEntryFileName() argument
509 if ( !bSlashAllowed ) in IsValidZipEntryFileName()
/trunk/main/comphelper/inc/comphelper/
H A Dstoragehelper.hxx169 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 15 milliseconds