Lines Matching refs:m_pImpl

1936 : m_pImpl( new OStorage_Impl( xInputStream, nMode, xProperties, xFactory, nStorageType ) )  in OStorage()
1938 m_pImpl->m_pAntiImpl = this; in OStorage()
1939 …m_pData = new StorInternalData_Impl( m_pImpl->m_rMutexRef, m_pImpl->m_bIsRoot, m_pImpl->m_nStorage… in OStorage()
1948 : m_pImpl( new OStorage_Impl( xStream, nMode, xProperties, xFactory, nStorageType ) ) in OStorage()
1950 m_pImpl->m_pAntiImpl = this; in OStorage()
1951 …m_pData = new StorInternalData_Impl( m_pImpl->m_rMutexRef, m_pImpl->m_bIsRoot, m_pImpl->m_nStorage… in OStorage()
1956 : m_pImpl( pImpl ) in OStorage()
1959 …OSL_ENSURE( m_pImpl && m_pImpl->m_rMutexRef.Is(), "The provided pointer & mutex MUST NOT be empty!… in OStorage()
1961 …m_pData = new StorInternalData_Impl( m_pImpl->m_rMutexRef, m_pImpl->m_bIsRoot, m_pImpl->m_nStorage… in OStorage()
1963 …OSL_ENSURE( ( m_pImpl->m_nStorageMode & embed::ElementModes::WRITE ) == embed::ElementModes::WRITE… in OStorage()
1968 m_pImpl->m_pAntiImpl = this; in OStorage()
1976 if ( m_pImpl ) in ~OStorage()
1984 m_pImpl->AddLog( aRuntimeException.Message ); in ~OStorage()
1985m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Handled exception" … in ~OStorage()
2013 if ( !m_pImpl ) in InternalDispose()
2050 m_pImpl->AddLog( aException.Message ); in InternalDispose()
2051m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Quiet exception" ) … in InternalDispose()
2061 m_pImpl->RemoveReadOnlyWrap( *this ); in InternalDispose()
2065 m_pImpl->m_pAntiImpl = NULL; in InternalDispose()
2070 delete m_pImpl; in InternalDispose()
2074 m_pImpl->Revert(); in InternalDispose()
2079 m_pImpl = NULL; in InternalDispose()
2112 if ( !m_pImpl ) in BroadcastModifiedIfNecessary()
2118 if ( !m_pImpl->m_bBroadcastModified ) in BroadcastModifiedIfNecessary()
2121 m_pImpl->m_bBroadcastModified = sal_False; in BroadcastModifiedIfNecessary()
2150 if ( !m_pImpl ) in BroadcastTransaction()
2197 SotElement_Impl *pElement = m_pImpl->FindElement( aStreamName ); in OpenStreamElement_Impl()
2201 if ( !( m_pImpl->m_nStorageMode & embed::ElementModes::WRITE ) in OpenStreamElement_Impl()
2207 pElement = m_pImpl->InsertStream( aStreamName, bEncr ); in OpenStreamElement_Impl()
2217 m_pImpl->OpenSubStream( pElement ); in OpenStreamElement_Impl()
2420 if ( !m_pImpl ) in copyToStorage()
2430 m_pImpl->CopyToStorage( xDest, sal_False ); in copyToStorage()
2434 m_pImpl->AddLog( aInvalidStorageException.Message ); in copyToStorage()
2435m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyToStorage()
2440 m_pImpl->AddLog( aIllegalArgumentException.Message ); in copyToStorage()
2441m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyToStorage()
2446 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in copyToStorage()
2447m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyToStorage()
2452 m_pImpl->AddLog( aIOException.Message ); in copyToStorage()
2453m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyToStorage()
2458 m_pImpl->AddLog( aRuntimeException.Message ); in copyToStorage()
2459m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyToStorage()
2464 m_pImpl->AddLog( aException.Message ); in copyToStorage()
2465m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyToStorage()
2488 if ( !m_pImpl ) in openStreamElement()
2525 m_pImpl->AddLog( aInvalidStorageException.Message ); in openStreamElement()
2526m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openStreamElement()
2531 m_pImpl->AddLog( aIllegalArgumentException.Message ); in openStreamElement()
2532m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openStreamElement()
2537 m_pImpl->AddLog( aWrongPasswordException.Message ); in openStreamElement()
2538m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openStreamElement()
2543 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in openStreamElement()
2544m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openStreamElement()
2549 m_pImpl->AddLog( aIOException.Message ); in openStreamElement()
2550m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openStreamElement()
2555 m_pImpl->AddLog( aRuntimeException.Message ); in openStreamElement()
2556m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openStreamElement()
2561 m_pImpl->AddLog( aException.Message ); in openStreamElement()
2562m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openStreamElement()
2606 if ( !m_pImpl ) in openStorageElement()
2632 SotElement_Impl *pElement = m_pImpl->FindElement( aStorName ); in openStorageElement()
2636 if ( !( m_pImpl->m_nStorageMode & embed::ElementModes::WRITE ) in openStorageElement()
2642 pElement = m_pImpl->InsertStorage( aStorName, nStorageMode ); in openStorageElement()
2675 m_pImpl->RemoveElement( pElementToDel ); in openStorageElement()
2682 m_pImpl->OpenSubStorage( pElement, nStorageMode ); in openStorageElement()
2706 m_pImpl->AddLog( aInvalidStorageException.Message ); in openStorageElement()
2707m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openStorageElement()
2712 m_pImpl->AddLog( aIllegalArgumentException.Message ); in openStorageElement()
2713m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openStorageElement()
2718 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in openStorageElement()
2719m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openStorageElement()
2724 m_pImpl->AddLog( aIOException.Message ); in openStorageElement()
2725m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openStorageElement()
2730 m_pImpl->AddLog( aRuntimeException.Message ); in openStorageElement()
2731m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openStorageElement()
2736 m_pImpl->AddLog( aException.Message ); in openStorageElement()
2737m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openStorageElement()
2761 if ( !m_pImpl ) in cloneStreamElement()
2777 m_pImpl->CloneStreamElement( aStreamName, sal_False, ::comphelper::SequenceAsHashMap(), xResult ); in cloneStreamElement()
2784 m_pImpl->AddLog( aInvalidStorageException.Message ); in cloneStreamElement()
2785m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in cloneStreamElement()
2790 m_pImpl->AddLog( aIllegalArgumentException.Message ); in cloneStreamElement()
2791m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in cloneStreamElement()
2796 m_pImpl->AddLog( aWrongPasswordException.Message ); in cloneStreamElement()
2797m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in cloneStreamElement()
2802 m_pImpl->AddLog( aIOException.Message ); in cloneStreamElement()
2803m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in cloneStreamElement()
2808 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in cloneStreamElement()
2809m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in cloneStreamElement()
2814 m_pImpl->AddLog( aRuntimeException.Message ); in cloneStreamElement()
2815m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in cloneStreamElement()
2820 m_pImpl->AddLog( aException.Message ); in cloneStreamElement()
2821m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in cloneStreamElement()
2860 if ( !m_pImpl ) in copyLastCommitTo()
2868 m_pImpl->CopyLastCommitTo( xTargetStorage ); in copyLastCommitTo()
2872 m_pImpl->AddLog( aInvalidStorageException.Message ); in copyLastCommitTo()
2873m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyLastCommitTo()
2878 m_pImpl->AddLog( aIllegalArgumentException.Message ); in copyLastCommitTo()
2879m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyLastCommitTo()
2884 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in copyLastCommitTo()
2885m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyLastCommitTo()
2890 m_pImpl->AddLog( aIOException.Message ); in copyLastCommitTo()
2891m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyLastCommitTo()
2896 m_pImpl->AddLog( aRuntimeException.Message ); in copyLastCommitTo()
2897m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyLastCommitTo()
2902 m_pImpl->AddLog( aException.Message ); in copyLastCommitTo()
2903m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyLastCommitTo()
2927 if ( !m_pImpl ) in copyStorageElementLastCommitTo()
2945 SotElement_Impl *pElement = m_pImpl->FindElement( aStorName ); in copyStorageElementLastCommitTo()
2957 m_pImpl->OpenSubStorage( pElement, nStorageMode ); in copyStorageElementLastCommitTo()
2972 m_pImpl->AddLog( aInvalidStorageException.Message ); in copyStorageElementLastCommitTo()
2973m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyStorageElementLastCommitTo()
2978 m_pImpl->AddLog( aIllegalArgumentException.Message ); in copyStorageElementLastCommitTo()
2979m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyStorageElementLastCommitTo()
2984 m_pImpl->AddLog( aIOException.Message ); in copyStorageElementLastCommitTo()
2985m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyStorageElementLastCommitTo()
2990 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in copyStorageElementLastCommitTo()
2991m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyStorageElementLastCommitTo()
2996 m_pImpl->AddLog( aRuntimeException.Message ); in copyStorageElementLastCommitTo()
2997m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyStorageElementLastCommitTo()
3002 m_pImpl->AddLog( aException.Message ); in copyStorageElementLastCommitTo()
3003m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyStorageElementLastCommitTo()
3021 if ( !m_pImpl ) in isStreamElement()
3038 pElement = m_pImpl->FindElement( aElementName ); in isStreamElement()
3042 m_pImpl->AddLog( aInvalidStorageException.Message ); in isStreamElement()
3043m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in isStreamElement()
3048 m_pImpl->AddLog( aIllegalArgumentException.Message ); in isStreamElement()
3049m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in isStreamElement()
3054 m_pImpl->AddLog( aNoSuchElementException.Message ); in isStreamElement()
3055m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in isStreamElement()
3060 m_pImpl->AddLog( aRuntimeException.Message ); in isStreamElement()
3061m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in isStreamElement()
3066 m_pImpl->AddLog( aException.Message ); in isStreamElement()
3067m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in isStreamElement()
3090 if ( !m_pImpl ) in isStorageElement()
3107 pElement = m_pImpl->FindElement( aElementName ); in isStorageElement()
3111 m_pImpl->AddLog( aInvalidStorageException.Message ); in isStorageElement()
3112m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in isStorageElement()
3117 m_pImpl->AddLog( aIllegalArgumentException.Message ); in isStorageElement()
3118m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in isStorageElement()
3123 m_pImpl->AddLog( aNoSuchElementException.Message ); in isStorageElement()
3124m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in isStorageElement()
3129 m_pImpl->AddLog( aRuntimeException.Message ); in isStorageElement()
3130m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in isStorageElement()
3135 m_pImpl->AddLog( aException.Message ); in isStorageElement()
3136m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in isStorageElement()
3163 if ( !m_pImpl ) in removeElement()
3176 if ( !( m_pImpl->m_nStorageMode & embed::ElementModes::WRITE ) ) in removeElement()
3181 SotElement_Impl* pElement = m_pImpl->FindElement( aElementName ); in removeElement()
3186 m_pImpl->RemoveElement( pElement ); in removeElement()
3188 m_pImpl->m_bIsModified = sal_True; in removeElement()
3189 m_pImpl->m_bBroadcastModified = sal_True; in removeElement()
3193 m_pImpl->AddLog( aInvalidStorageException.Message ); in removeElement()
3194m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in removeElement()
3199 m_pImpl->AddLog( aIllegalArgumentException.Message ); in removeElement()
3200m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in removeElement()
3205 m_pImpl->AddLog( aNoSuchElementException.Message ); in removeElement()
3206m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in removeElement()
3211 m_pImpl->AddLog( aIOException.Message ); in removeElement()
3212m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in removeElement()
3217 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in removeElement()
3218m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in removeElement()
3223 m_pImpl->AddLog( aRuntimeException.Message ); in removeElement()
3224m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in removeElement()
3229 m_pImpl->AddLog( aException.Message ); in removeElement()
3230m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in removeElement()
3257 if ( !m_pImpl ) in renameElement()
3272 if ( !( m_pImpl->m_nStorageMode & embed::ElementModes::WRITE ) ) in renameElement()
3277 SotElement_Impl* pRefElement = m_pImpl->FindElement( aNewName ); in renameElement()
3281 SotElement_Impl* pElement = m_pImpl->FindElement( aElementName ); in renameElement()
3287 m_pImpl->m_bIsModified = sal_True; in renameElement()
3288 m_pImpl->m_bBroadcastModified = sal_True; in renameElement()
3292 m_pImpl->AddLog( aInvalidStorageException.Message ); in renameElement()
3293m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in renameElement()
3298 m_pImpl->AddLog( aIllegalArgumentException.Message ); in renameElement()
3299m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in renameElement()
3304 m_pImpl->AddLog( aNoSuchElementException.Message ); in renameElement()
3305m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in renameElement()
3310 m_pImpl->AddLog( aElementExistException.Message ); in renameElement()
3311m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in renameElement()
3316 m_pImpl->AddLog( aIOException.Message ); in renameElement()
3317m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in renameElement()
3322 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in renameElement()
3323m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in renameElement()
3328 m_pImpl->AddLog( aRuntimeException.Message ); in renameElement()
3329m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in renameElement()
3334 m_pImpl->AddLog( aException.Message ); in renameElement()
3335m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in renameElement()
3364 if ( !m_pImpl ) in copyElementTo()
3385 SotElement_Impl* pElement = m_pImpl->FindElement( aElementName ); in copyElementTo()
3396 m_pImpl->CopyStorageElement( pElement, xDest, aNewName, sal_False ); in copyElementTo()
3400 m_pImpl->AddLog( aInvalidStorageException.Message ); in copyElementTo()
3401m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyElementTo()
3406 m_pImpl->AddLog( aIllegalArgumentException.Message ); in copyElementTo()
3407m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyElementTo()
3412 m_pImpl->AddLog( aNoSuchElementException.Message ); in copyElementTo()
3413m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyElementTo()
3418 m_pImpl->AddLog( aElementExistException.Message ); in copyElementTo()
3419m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyElementTo()
3424 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in copyElementTo()
3425m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyElementTo()
3430 m_pImpl->AddLog( aIOException.Message ); in copyElementTo()
3431m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyElementTo()
3436 m_pImpl->AddLog( aRuntimeException.Message ); in copyElementTo()
3437m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyElementTo()
3442 m_pImpl->AddLog( aException.Message ); in copyElementTo()
3443m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyElementTo()
3469 if ( !m_pImpl ) in moveElementTo()
3487 if ( !( m_pImpl->m_nStorageMode & embed::ElementModes::WRITE ) ) in moveElementTo()
3492 SotElement_Impl* pElement = m_pImpl->FindElement( aElementName ); in moveElementTo()
3503 m_pImpl->CopyStorageElement( pElement, xDest, aNewName, sal_False ); in moveElementTo()
3505 m_pImpl->RemoveElement( pElement ); in moveElementTo()
3507 m_pImpl->m_bIsModified = sal_True; in moveElementTo()
3508 m_pImpl->m_bBroadcastModified = sal_True; in moveElementTo()
3512 m_pImpl->AddLog( aInvalidStorageException.Message ); in moveElementTo()
3513m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in moveElementTo()
3518 m_pImpl->AddLog( aIllegalArgumentException.Message ); in moveElementTo()
3519m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in moveElementTo()
3524 m_pImpl->AddLog( aNoSuchElementException.Message ); in moveElementTo()
3525m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in moveElementTo()
3530 m_pImpl->AddLog( aElementExistException.Message ); in moveElementTo()
3531m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in moveElementTo()
3536 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in moveElementTo()
3537m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in moveElementTo()
3542 m_pImpl->AddLog( aIOException.Message ); in moveElementTo()
3543m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in moveElementTo()
3548 m_pImpl->AddLog( aRuntimeException.Message ); in moveElementTo()
3549m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in moveElementTo()
3554 m_pImpl->AddLog( aException.Message ); in moveElementTo()
3555m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in moveElementTo()
3587 if ( !m_pImpl ) in openEncryptedStream()
3623 m_pImpl->AddLog( aInvalidStorageException.Message ); in openEncryptedStream()
3624m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openEncryptedStream()
3629 m_pImpl->AddLog( aIllegalArgumentException.Message ); in openEncryptedStream()
3630m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openEncryptedStream()
3635 m_pImpl->AddLog( aNoEncryptionException.Message ); in openEncryptedStream()
3636m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openEncryptedStream()
3641 m_pImpl->AddLog( aWrongPasswordException.Message ); in openEncryptedStream()
3642m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openEncryptedStream()
3647 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in openEncryptedStream()
3648m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openEncryptedStream()
3653 m_pImpl->AddLog( aIOException.Message ); in openEncryptedStream()
3654m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openEncryptedStream()
3659 m_pImpl->AddLog( aRuntimeException.Message ); in openEncryptedStream()
3660m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openEncryptedStream()
3665 m_pImpl->AddLog( aException.Message ); in openEncryptedStream()
3666m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in openEncryptedStream()
3697 if ( !m_pImpl ) in cloneEncryptedStream()
3712 m_pImpl->CloneStreamElement( aStreamName, sal_True, aEncryptionData, xResult ); in cloneEncryptedStream()
3719 m_pImpl->AddLog( aInvalidStorageException.Message ); in cloneEncryptedStream()
3720m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in cloneEncryptedStream()
3725 m_pImpl->AddLog( aIllegalArgumentException.Message ); in cloneEncryptedStream()
3726m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in cloneEncryptedStream()
3731 m_pImpl->AddLog( aNoEncryptionException.Message ); in cloneEncryptedStream()
3732m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in cloneEncryptedStream()
3737 m_pImpl->AddLog( aWrongPasswordException.Message ); in cloneEncryptedStream()
3738m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in cloneEncryptedStream()
3743 m_pImpl->AddLog( aIOException.Message ); in cloneEncryptedStream()
3744m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in cloneEncryptedStream()
3749 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in cloneEncryptedStream()
3750m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in cloneEncryptedStream()
3755 m_pImpl->AddLog( aRuntimeException.Message ); in cloneEncryptedStream()
3756m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in cloneEncryptedStream()
3761 m_pImpl->AddLog( aException.Message ); in cloneEncryptedStream()
3762m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in cloneEncryptedStream()
3790 if ( !m_pImpl ) in getPlainRawStreamElement()
3805 SotElement_Impl* pElement = m_pImpl->FindElement( sStreamName ); in getPlainRawStreamElement()
3811 m_pImpl->OpenSubStream( pElement ); in getPlainRawStreamElement()
3821 m_pImpl->GetServiceFactory()->createInstance ( in getPlainRawStreamElement()
3837 m_pImpl->AddLog( aInvalidStorageException.Message ); in getPlainRawStreamElement()
3838m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getPlainRawStreamElement()
3843 m_pImpl->AddLog( aIllegalArgumentException.Message ); in getPlainRawStreamElement()
3844m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getPlainRawStreamElement()
3849 m_pImpl->AddLog( aNoSuchElementException.Message ); in getPlainRawStreamElement()
3850m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getPlainRawStreamElement()
3855 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in getPlainRawStreamElement()
3856m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getPlainRawStreamElement()
3861 m_pImpl->AddLog( aIOException.Message ); in getPlainRawStreamElement()
3862m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getPlainRawStreamElement()
3867 m_pImpl->AddLog( aRuntimeException.Message ); in getPlainRawStreamElement()
3868m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getPlainRawStreamElement()
3873 m_pImpl->AddLog( aException.Message ); in getPlainRawStreamElement()
3874m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getPlainRawStreamElement()
3900 if ( !m_pImpl ) in getRawEncrStreamElement()
3915 SotElement_Impl* pElement = m_pImpl->FindElement( sStreamName ); in getRawEncrStreamElement()
3921 m_pImpl->OpenSubStream( pElement ); in getRawEncrStreamElement()
3934 m_pImpl->GetServiceFactory()->createInstance ( in getRawEncrStreamElement()
3951 m_pImpl->AddLog( aInvalidStorageException.Message ); in getRawEncrStreamElement()
3952m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getRawEncrStreamElement()
3957 m_pImpl->AddLog( aIllegalArgumentException.Message ); in getRawEncrStreamElement()
3958m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getRawEncrStreamElement()
3963 m_pImpl->AddLog( aNoEncryptionException.Message ); in getRawEncrStreamElement()
3964m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getRawEncrStreamElement()
3969 m_pImpl->AddLog( aNoSuchElementException.Message ); in getRawEncrStreamElement()
3970m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getRawEncrStreamElement()
3975 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in getRawEncrStreamElement()
3976m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getRawEncrStreamElement()
3981 m_pImpl->AddLog( aIOException.Message ); in getRawEncrStreamElement()
3982m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getRawEncrStreamElement()
3987 m_pImpl->AddLog( aRuntimeException.Message ); in getRawEncrStreamElement()
3988m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getRawEncrStreamElement()
3993 m_pImpl->AddLog( aException.Message ); in getRawEncrStreamElement()
3994m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getRawEncrStreamElement()
4020 if ( !m_pImpl ) in insertRawEncrStreamElement()
4035 if ( !( m_pImpl->m_nStorageMode & embed::ElementModes::WRITE ) ) in insertRawEncrStreamElement()
4040 SotElement_Impl* pElement = m_pImpl->FindElement( aStreamName ); in insertRawEncrStreamElement()
4044 m_pImpl->InsertRawStream( aStreamName, xInStream ); in insertRawEncrStreamElement()
4048 m_pImpl->AddLog( aInvalidStorageException.Message ); in insertRawEncrStreamElement()
4049m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in insertRawEncrStreamElement()
4054 m_pImpl->AddLog( aIllegalArgumentException.Message ); in insertRawEncrStreamElement()
4055m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in insertRawEncrStreamElement()
4060 m_pImpl->AddLog( aNoRawFormatException.Message ); in insertRawEncrStreamElement()
4061m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in insertRawEncrStreamElement()
4066 m_pImpl->AddLog( aElementExistException.Message ); in insertRawEncrStreamElement()
4067m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in insertRawEncrStreamElement()
4072 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in insertRawEncrStreamElement()
4073m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in insertRawEncrStreamElement()
4078 m_pImpl->AddLog( aIOException.Message ); in insertRawEncrStreamElement()
4079m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in insertRawEncrStreamElement()
4084 m_pImpl->AddLog( aRuntimeException.Message ); in insertRawEncrStreamElement()
4085m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in insertRawEncrStreamElement()
4090 m_pImpl->AddLog( aException.Message ); in insertRawEncrStreamElement()
4091m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in insertRawEncrStreamElement()
4119 if ( !m_pImpl ) in commit()
4128 m_pImpl->Commit(); // the root storage initiates the storing to source in commit()
4131 if ( m_pImpl->m_pParent && m_pImpl->m_pParent->m_pAntiImpl ) in commit()
4132 xParentModif = (util::XModifiable*)m_pImpl->m_pParent->m_pAntiImpl; in commit()
4136 m_pImpl->AddLog( aIOException.Message ); in commit()
4137m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in commit()
4142 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in commit()
4143m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in commit()
4148 m_pImpl->AddLog( aRuntimeException.Message ); in commit()
4149m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in commit()
4154 m_pImpl->AddLog( aException.Message ); in commit()
4155m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in commit()
4184 if ( !m_pImpl ) in revert()
4190 for ( SotElementList_Impl::iterator pElementIter = m_pImpl->m_aChildrenList.begin(); in revert()
4191 pElementIter != m_pImpl->m_aChildrenList.end(); pElementIter++ ) in revert()
4200 if ( m_pData->m_bReadOnlyWrap || !m_pImpl->m_bListCreated ) in revert()
4204 m_pImpl->Revert(); in revert()
4205 m_pImpl->m_bIsModified = sal_False; in revert()
4206 m_pImpl->m_bBroadcastModified = sal_True; in revert()
4210 m_pImpl->AddLog( aIOException.Message ); in revert()
4211m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in revert()
4216 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in revert()
4217m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in revert()
4222 m_pImpl->AddLog( aRuntimeException.Message ); in revert()
4223m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in revert()
4228 m_pImpl->AddLog( aException.Message ); in revert()
4229m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in revert()
4253 if ( !m_pImpl ) in addTransactionListener()
4269 if ( !m_pImpl ) in removeTransactionListener()
4292 if ( !m_pImpl ) in isModified()
4298 return m_pImpl->m_bIsModified; in isModified()
4309 if ( !m_pImpl ) in setModified()
4318 if ( m_pImpl->m_bIsModified != bModified ) in setModified()
4319 m_pImpl->m_bIsModified = bModified; in setModified()
4324 m_pImpl->m_bBroadcastModified = sal_True; in setModified()
4336 if ( !m_pImpl ) in addModifyListener()
4354 if ( !m_pImpl ) in removeModifyListener()
4378 if ( !m_pImpl ) in getByName()
4394 SotElement_Impl* pElement = m_pImpl->FindElement( aName ); in getByName()
4405 m_pImpl->AddLog( aNoSuchElementException.Message ); in getByName()
4406m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getByName()
4411 m_pImpl->AddLog( aWrappedTargetException.Message ); in getByName()
4412m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getByName()
4417 m_pImpl->AddLog( aRuntimeException.Message ); in getByName()
4418m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getByName()
4423 m_pImpl->AddLog( aException.Message ); in getByName()
4424 m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getByName()
4445 if ( !m_pImpl ) in getElementNames()
4453 return m_pImpl->GetElementNames(); in getElementNames()
4457 m_pImpl->AddLog( aRuntimeException.Message ); in getElementNames()
4458m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getElementNames()
4463 m_pImpl->AddLog( aException.Message ); in getElementNames()
4464 m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getElementNames()
4483 if ( !m_pImpl ) in hasByName()
4499 pElement = m_pImpl->FindElement( aName ); in hasByName()
4503 m_pImpl->AddLog( aRuntimeException.Message ); in hasByName()
4504m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in hasByName()
4509 m_pImpl->AddLog( aException.Message ); in hasByName()
4510 m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in hasByName()
4529 if ( !m_pImpl ) in getElementType()
4548 if ( !m_pImpl ) in hasElements()
4556 return ( m_pImpl->GetChildrenList().size() != 0 ); in hasElements()
4560 m_pImpl->AddLog( aRuntimeException.Message ); in hasElements()
4561m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in hasElements()
4566 m_pImpl->AddLog( aException.Message ); in hasElements()
4567 m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in hasElements()
4588 if ( !m_pImpl ) in dispose()
4600 m_pImpl->AddLog( aRuntimeException.Message ); in dispose()
4601m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in dispose()
4606 m_pImpl->AddLog( aException.Message ); in dispose()
4607 m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in dispose()
4624 if ( !m_pImpl ) in addEventListener()
4641 if ( !m_pImpl ) in removeEventListener()
4672 if ( !m_pImpl ) in removeEncryption()
4685 m_pImpl->ReadContents(); in removeEncryption()
4689 m_pImpl->AddLog( aRuntimeException.Message ); in removeEncryption()
4690m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in removeEncryption()
4695 m_pImpl->AddLog( aException.Message ); in removeEncryption()
4696m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in removeEncryption()
4708 uno::Reference< beans::XPropertySet > xPackPropSet( m_pImpl->m_xPackage, uno::UNO_QUERY_THROW ); in removeEncryption()
4714 m_pImpl->m_bHasCommonEncryptionData = sal_False; in removeEncryption()
4715 m_pImpl->m_aCommonEncryptionData.clear(); in removeEncryption()
4719 m_pImpl->AddLog( aRException.Message ); in removeEncryption()
4720m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in removeEncryption()
4727 m_pImpl->AddLog( aException.Message ); in removeEncryption()
4728m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in removeEncryption()
4748 if ( !m_pImpl ) in setEncryptionData()
4764 m_pImpl->ReadContents(); in setEncryptionData()
4768 m_pImpl->AddLog( aRuntimeException.Message ); in setEncryptionData()
4769m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in setEncryptionData()
4774 m_pImpl->AddLog( aException.Message ); in setEncryptionData()
4775m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in setEncryptionData()
4784 uno::Reference< beans::XPropertySet > xPackPropSet( m_pImpl->m_xPackage, uno::UNO_QUERY_THROW ); in setEncryptionData()
4791 m_pImpl->m_bHasCommonEncryptionData = sal_True; in setEncryptionData()
4792 m_pImpl->m_aCommonEncryptionData = aEncryptionMap; in setEncryptionData()
4796 m_pImpl->AddLog( aException.Message ); in setEncryptionData()
4797m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in setEncryptionData()
4816 if ( !m_pImpl ) in setEncryptionAlgorithms()
4832 m_pImpl->ReadContents(); in setEncryptionAlgorithms()
4836 m_pImpl->AddLog( aRuntimeException.Message ); in setEncryptionAlgorithms()
4837m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in setEncryptionAlgorithms()
4842 m_pImpl->AddLog( aException.Message ); in setEncryptionAlgorithms()
4843m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in setEncryptionAlgorithms()
4852 uno::Reference< beans::XPropertySet > xPackPropSet( m_pImpl->m_xPackage, uno::UNO_QUERY_THROW ); in setEncryptionAlgorithms()
4860 m_pImpl->AddLog( aRuntimeException.Message ); in setEncryptionAlgorithms()
4861m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in setEncryptionAlgorithms()
4866 m_pImpl->AddLog( aIAException.Message ); in setEncryptionAlgorithms()
4867m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in setEncryptionAlgorithms()
4873 m_pImpl->AddLog( aException.Message ); in setEncryptionAlgorithms()
4874m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in setEncryptionAlgorithms()
4889 if ( !m_pImpl ) in getEncryptionAlgorithms()
4903 m_pImpl->ReadContents(); in getEncryptionAlgorithms()
4907 m_pImpl->AddLog( aRuntimeException.Message ); in getEncryptionAlgorithms()
4908m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getEncryptionAlgorithms()
4913 m_pImpl->AddLog( aException.Message ); in getEncryptionAlgorithms()
4914m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getEncryptionAlgorithms()
4923 uno::Reference< beans::XPropertySet > xPackPropSet( m_pImpl->m_xPackage, uno::UNO_QUERY_THROW ); in getEncryptionAlgorithms()
4930 m_pImpl->AddLog( aRuntimeException.Message ); in getEncryptionAlgorithms()
4931m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getEncryptionAlgorithms()
4936 m_pImpl->AddLog( aException.Message ); in getEncryptionAlgorithms()
4937m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getEncryptionAlgorithms()
4957 if ( !m_pImpl ) in getPropertySetInfo()
4980 if ( !m_pImpl ) in setPropertyValue()
5000 aValue >>= m_pImpl->m_aMediaType; in setPropertyValue()
5001 m_pImpl->m_bControlMediaType = sal_True; in setPropertyValue()
5003 m_pImpl->m_bBroadcastModified = sal_True; in setPropertyValue()
5004 m_pImpl->m_bIsModified = sal_True; in setPropertyValue()
5008 aValue >>= m_pImpl->m_aVersion; in setPropertyValue()
5009 m_pImpl->m_bControlVersion = sal_True; in setPropertyValue()
5014 m_pImpl->m_bBroadcastModified = sal_True; in setPropertyValue()
5015 m_pImpl->m_bIsModified = sal_True; in setPropertyValue()
5045 m_pImpl->m_xNewRelInfoStream = xInRelStream; in setPropertyValue()
5046 m_pImpl->m_aRelInfo = uno::Sequence< uno::Sequence< beans::StringPair > >(); in setPropertyValue()
5047 m_pImpl->m_nRelInfoStatus = RELINFO_CHANGED_STREAM; in setPropertyValue()
5048 m_pImpl->m_bBroadcastModified = sal_True; in setPropertyValue()
5049 m_pImpl->m_bIsModified = sal_True; in setPropertyValue()
5056 if ( aValue >>= m_pImpl->m_aRelInfo ) in setPropertyValue()
5058 m_pImpl->m_xNewRelInfoStream = uno::Reference< io::XInputStream >(); in setPropertyValue()
5059 m_pImpl->m_nRelInfoStatus = RELINFO_CHANGED; in setPropertyValue()
5060 m_pImpl->m_bBroadcastModified = sal_True; in setPropertyValue()
5061 m_pImpl->m_bIsModified = sal_True; in setPropertyValue()
5090 if ( !m_pImpl ) in getPropertyValue()
5103 m_pImpl->ReadContents(); in getPropertyValue()
5107 m_pImpl->AddLog( aRuntimeException.Message ); in getPropertyValue()
5108m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getPropertyValue()
5113 m_pImpl->AddLog( aException.Message ); in getPropertyValue()
5114m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getPropertyValue()
5124 return uno::makeAny( m_pImpl->m_aMediaType ); in getPropertyValue()
5126 return uno::makeAny( m_pImpl->m_aVersion ); in getPropertyValue()
5128 return uno::makeAny( m_pImpl->m_bMTFallbackUsed ); in getPropertyValue()
5136 return uno::makeAny( m_pImpl->m_nStorageMode ); in getPropertyValue()
5143 for ( sal_Int32 aInd = 0; aInd < m_pImpl->m_xProperties.getLength(); aInd++ ) in getPropertyValue()
5145 if ( m_pImpl->m_xProperties[aInd].Name.equals( aPropertyName ) ) in getPropertyValue()
5146 return m_pImpl->m_xProperties[aInd].Value; in getPropertyValue()
5160 m_pImpl->ReadContents(); in getPropertyValue()
5161 uno::Reference< beans::XPropertySet > xPackPropSet( m_pImpl->m_xPackage, uno::UNO_QUERY ); in getPropertyValue()
5169 m_pImpl->AddLog( aRuntimeException.Message ); in getPropertyValue()
5170m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getPropertyValue()
5175 m_pImpl->AddLog( aException.Message ); in getPropertyValue()
5176m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getPropertyValue()
5201 if ( !m_pImpl ) in addPropertyChangeListener()
5221 if ( !m_pImpl ) in removePropertyChangeListener()
5241 if ( !m_pImpl ) in addVetoableChangeListener()
5261 if ( !m_pImpl ) in removeVetoableChangeListener()
5283 if ( !m_pImpl ) in hasByID()
5299 m_pImpl->AddLog( aNoSuchElementException.Message ); in hasByID()
5300m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Quiet exception" ) … in hasByID()
5314 if ( !m_pImpl ) in getTargetByID()
5339 if ( !m_pImpl ) in getTypeByID()
5364 if ( !m_pImpl ) in getRelationshipByID()
5394 if ( !m_pImpl ) in getRelationshipsByType()
5430 if ( !m_pImpl ) in getAllRelationships()
5439 return m_pImpl->GetAllRelationshipsIfAny(); in getAllRelationships()
5450 if ( !m_pImpl ) in insertRelationshipByID()
5502 m_pImpl->m_aRelInfo = aSeq; in insertRelationshipByID()
5503 m_pImpl->m_xNewRelInfoStream = uno::Reference< io::XInputStream >(); in insertRelationshipByID()
5504 m_pImpl->m_nRelInfoStatus = RELINFO_CHANGED; in insertRelationshipByID()
5515 if ( !m_pImpl ) in removeRelationshipByID()
5535 m_pImpl->m_aRelInfo = aSeq; in removeRelationshipByID()
5536 m_pImpl->m_xNewRelInfoStream = uno::Reference< io::XInputStream >(); in removeRelationshipByID()
5537 m_pImpl->m_nRelInfoStatus = RELINFO_CHANGED; in removeRelationshipByID()
5557 if ( !m_pImpl ) in insertRelationships()
5627 m_pImpl->m_aRelInfo = aResultSeq; in insertRelationships()
5628 m_pImpl->m_xNewRelInfoStream = uno::Reference< io::XInputStream >(); in insertRelationships()
5629 m_pImpl->m_nRelInfoStatus = RELINFO_CHANGED; in insertRelationships()
5639 if ( !m_pImpl ) in clearRelationships()
5648 m_pImpl->m_aRelInfo.realloc( 0 ); in clearRelationships()
5649 m_pImpl->m_xNewRelInfoStream = uno::Reference< io::XInputStream >(); in clearRelationships()
5650 m_pImpl->m_nRelInfoStatus = RELINFO_CHANGED; in clearRelationships()
5689 if ( !m_pImpl ) in insertStreamElementDirect()
5707 SotElement_Impl* pElement = m_pImpl->FindElement( aStreamName ); in insertStreamElementDirect()
5719 m_pImpl->AddLog( aInvalidStorageException.Message ); in insertStreamElementDirect()
5720m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in insertStreamElementDirect()
5725 m_pImpl->AddLog( aIllegalArgumentException.Message ); in insertStreamElementDirect()
5726m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in insertStreamElementDirect()
5731 m_pImpl->AddLog( aElementExistException.Message ); in insertStreamElementDirect()
5732m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in insertStreamElementDirect()
5737 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in insertStreamElementDirect()
5738m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in insertStreamElementDirect()
5743 m_pImpl->AddLog( aIOException.Message ); in insertStreamElementDirect()
5744m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in insertStreamElementDirect()
5749 m_pImpl->AddLog( aRuntimeException.Message ); in insertStreamElementDirect()
5750m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in insertStreamElementDirect()
5755 m_pImpl->AddLog( aException.Message ); in insertStreamElementDirect()
5756m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in insertStreamElementDirect()
5782 if ( !m_pImpl ) in copyElementDirectlyTo()
5802 SotElement_Impl* pElement = m_pImpl->FindElement( aElementName ); in copyElementDirectlyTo()
5815 m_pImpl->CopyStorageElement( pElement, xStorDest, aNewName, sal_True ); in copyElementDirectlyTo()
5819 m_pImpl->AddLog( aInvalidStorageException.Message ); in copyElementDirectlyTo()
5820m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyElementDirectlyTo()
5825 m_pImpl->AddLog( aIllegalArgumentException.Message ); in copyElementDirectlyTo()
5826m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyElementDirectlyTo()
5831 m_pImpl->AddLog( aNoSuchElementException.Message ); in copyElementDirectlyTo()
5832m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyElementDirectlyTo()
5837 m_pImpl->AddLog( aElementExistException.Message ); in copyElementDirectlyTo()
5838m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyElementDirectlyTo()
5843 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in copyElementDirectlyTo()
5844m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyElementDirectlyTo()
5849 m_pImpl->AddLog( aIOException.Message ); in copyElementDirectlyTo()
5850m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyElementDirectlyTo()
5855 m_pImpl->AddLog( aRuntimeException.Message ); in copyElementDirectlyTo()
5856m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyElementDirectlyTo()
5861 m_pImpl->AddLog( aException.Message ); in copyElementDirectlyTo()
5862m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyElementDirectlyTo()
5883 if ( !m_pImpl ) in writeAndAttachToStream()
5892 if ( !m_pImpl->m_pSwitchStream ) in writeAndAttachToStream()
5897 m_pImpl->m_pSwitchStream->CopyAndSwitchPersistenceTo( xStream ); in writeAndAttachToStream()
5901 m_pImpl->AddLog( aInvalidStorageException.Message ); in writeAndAttachToStream()
5902m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in writeAndAttachToStream()
5907 m_pImpl->AddLog( aIllegalArgumentException.Message ); in writeAndAttachToStream()
5908m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in writeAndAttachToStream()
5913 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in writeAndAttachToStream()
5914m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in writeAndAttachToStream()
5919 m_pImpl->AddLog( aIOException.Message ); in writeAndAttachToStream()
5920m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in writeAndAttachToStream()
5925 m_pImpl->AddLog( aRuntimeException.Message ); in writeAndAttachToStream()
5926m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in writeAndAttachToStream()
5931 m_pImpl->AddLog( aException.Message ); in writeAndAttachToStream()
5932m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in writeAndAttachToStream()
5955 if ( !m_pImpl ) in attachToURL()
5964 if ( !m_pImpl->m_pSwitchStream ) in attachToURL()
5968 m_pImpl->m_xFactory->createInstance ( in attachToURL()
5977 m_pImpl->m_pSwitchStream->SwitchPersistenceTo( xInputStream ); in attachToURL()
5982 m_pImpl->m_pSwitchStream->SwitchPersistenceTo( xStream ); in attachToURL()
5987 m_pImpl->AddLog( aInvalidStorageException.Message ); in attachToURL()
5988m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in attachToURL()
5993 m_pImpl->AddLog( aIllegalArgumentException.Message ); in attachToURL()
5994m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in attachToURL()
5999 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in attachToURL()
6000m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in attachToURL()
6005 m_pImpl->AddLog( aIOException.Message ); in attachToURL()
6006m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in attachToURL()
6011 m_pImpl->AddLog( aRuntimeException.Message ); in attachToURL()
6012m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in attachToURL()
6017 m_pImpl->AddLog( aException.Message ); in attachToURL()
6018m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in attachToURL()
6042 if ( !m_pImpl ) in getElementPropertyValue()
6057 SotElement_Impl *pElement = m_pImpl->FindElement( aElementName ); in getElementPropertyValue()
6066 m_pImpl->OpenSubStorage( pElement, embed::ElementModes::READ ); in getElementPropertyValue()
6076 m_pImpl->AddLog( aInvalidStorageException.Message ); in getElementPropertyValue()
6077m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getElementPropertyValue()
6082 m_pImpl->AddLog( aIllegalArgumentException.Message ); in getElementPropertyValue()
6083m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getElementPropertyValue()
6088 m_pImpl->AddLog( aNoSuchElementException.Message ); in getElementPropertyValue()
6089m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getElementPropertyValue()
6094 m_pImpl->AddLog( aUnknownPropertyException.Message ); in getElementPropertyValue()
6095m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getElementPropertyValue()
6100 m_pImpl->AddLog( aPropertyVetoException.Message ); in getElementPropertyValue()
6101m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getElementPropertyValue()
6106 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in getElementPropertyValue()
6107m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getElementPropertyValue()
6112 m_pImpl->AddLog( aIOException.Message ); in getElementPropertyValue()
6113m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getElementPropertyValue()
6118 m_pImpl->AddLog( aRuntimeException.Message ); in getElementPropertyValue()
6119m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getElementPropertyValue()
6124 m_pImpl->AddLog( aException.Message ); in getElementPropertyValue()
6125m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in getElementPropertyValue()
6145 if ( !m_pImpl ) in copyStreamElementData()
6164m_pImpl->CloneStreamElement( aStreamName, sal_False, ::comphelper::SequenceAsHashMap(), xNonconstR… in copyStreamElementData()
6172 m_pImpl->AddLog( aInvalidStorageException.Message ); in copyStreamElementData()
6173m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyStreamElementData()
6178 m_pImpl->AddLog( aIllegalArgumentException.Message ); in copyStreamElementData()
6179m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyStreamElementData()
6184 m_pImpl->AddLog( aWrongPasswordException.Message ); in copyStreamElementData()
6185m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyStreamElementData()
6190 m_pImpl->AddLog( aIOException.Message ); in copyStreamElementData()
6191m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyStreamElementData()
6196 m_pImpl->AddLog( aStorageWrappedTargetException.Message ); in copyStreamElementData()
6197m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyStreamElementData()
6202 m_pImpl->AddLog( aRuntimeException.Message ); in copyStreamElementData()
6203m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyStreamElementData()
6208 m_pImpl->AddLog( aException.Message ); in copyStreamElementData()
6209m_pImpl->AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Rethrow" ) ) ); in copyStreamElementData()
6235 if ( !m_pImpl ) in openStreamElementByHierarchicalName()
6244 if ( !( m_pImpl->m_nStorageMode & embed::ElementModes::WRITE ) in openStreamElementByHierarchicalName()
6272 ( m_pImpl->m_nStorageMode & embed::ElementModes::READWRITE ), in openStreamElementByHierarchicalName()
6307 if ( !m_pImpl ) in removeStreamElementByHierarchicalName()
6316 if ( !( m_pImpl->m_nStorageMode & embed::ElementModes::WRITE ) ) in removeStreamElementByHierarchicalName()
6344 if ( !m_pImpl ) in openEncryptedStreamByHierarchicalName()
6359 if ( !( m_pImpl->m_nStorageMode & embed::ElementModes::WRITE ) in openEncryptedStreamByHierarchicalName()
6387 ( m_pImpl->m_nStorageMode & embed::ElementModes::READWRITE ), in openEncryptedStreamByHierarchicalName()