Lines Matching refs:aElementName

3013 sal_Bool SAL_CALL OStorage::isStreamElement( const ::rtl::OUString& aElementName )  in isStreamElement()  argument
3027 …if ( !aElementName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aElement… in isStreamElement()
3031 && aElementName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "_rels" ) ) ) ) in isStreamElement()
3038 pElement = m_pImpl->FindElement( aElementName ); in isStreamElement()
3082 sal_Bool SAL_CALL OStorage::isStorageElement( const ::rtl::OUString& aElementName ) in isStorageElement() argument
3096 …if ( !aElementName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aElement… in isStorageElement()
3100 && aElementName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "_rels" ) ) ) ) in isStorageElement()
3107 pElement = m_pImpl->FindElement( aElementName ); in isStorageElement()
3151 void SAL_CALL OStorage::removeElement( const ::rtl::OUString& aElementName ) in removeElement() argument
3169 …if ( !aElementName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aElement… in removeElement()
3173 && aElementName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "_rels" ) ) ) ) in removeElement()
3181 SotElement_Impl* pElement = m_pImpl->FindElement( aElementName ); in removeElement()
3244 void SAL_CALL OStorage::renameElement( const ::rtl::OUString& aElementName, const ::rtl::OUString& … in renameElement() argument
3263 …if ( !aElementName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aElement… in renameElement()
3268 && ( aElementName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "_rels" ) ) ) in renameElement()
3281 SotElement_Impl* pElement = m_pImpl->FindElement( aElementName ); in renameElement()
3349 void SAL_CALL OStorage::copyElementTo( const ::rtl::OUString& aElementName, in copyElementTo() argument
3370 …if ( !aElementName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aElement… in copyElementTo()
3379 && ( aElementName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "_rels" ) ) ) in copyElementTo()
3385 SotElement_Impl* pElement = m_pImpl->FindElement( aElementName ); in copyElementTo()
3454 void SAL_CALL OStorage::moveElementTo( const ::rtl::OUString& aElementName, in moveElementTo() argument
3475 …if ( !aElementName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aElement… in moveElementTo()
3483 && ( aElementName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "_rels" ) ) ) in moveElementTo()
3492 SotElement_Impl* pElement = m_pImpl->FindElement( aElementName ); in moveElementTo()
5767 const ::rtl::OUString& aElementName, in copyElementDirectlyTo()
5788 …if ( !aElementName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aElement… in copyElementDirectlyTo()
5796 && ( aElementName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "_rels" ) ) ) in copyElementDirectlyTo()
5802 SotElement_Impl* pElement = m_pImpl->FindElement( aElementName ); in copyElementDirectlyTo()
6028 uno::Any SAL_CALL OStorage::getElementPropertyValue( const ::rtl::OUString& aElementName, const ::r… in getElementPropertyValue() argument
6048 …if ( !aElementName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aElement… in getElementPropertyValue()
6052 && aElementName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "_rels" ) ) ) ) in getElementPropertyValue()
6057 SotElement_Impl *pElement = m_pImpl->FindElement( aElementName ); in getElementPropertyValue()