Lines Matching refs:m_xParentStorage

267 	if ( xNewParentStorage == m_xParentStorage && aNewName.equals( m_aEntryName ) )  in SwitchOwnPersistence()
277 m_xParentStorage = xNewParentStorage; in SwitchOwnPersistence()
303 if ( xNewParentStorage == m_xParentStorage && aNewName.equals( m_aEntryName ) ) in SwitchOwnPersistence()
869 nStorageFormat = ::comphelper::OStorageHelper::GetXStorageFormat( m_xParentStorage ); in CreateTempDocFromLink_Impl()
987 … sal_Bool bSwitchFurther = ( m_xParentStorage != xStorage || !m_aEntryName.equals( sEntName ) ); in setPersistentEntry()
1192 …OSL_ENSURE( m_xParentStorage.is() && m_xObjectStorage.is(), "The object has no valid persistence!\… in storeToEntry()
1210 nOriginalStorageFormat = ::comphelper::OStorageHelper::GetXStorageFormat( m_xParentStorage ); in storeToEntry()
1243 uno::Reference< embed::XOptimizedStorage > xSource( m_xParentStorage, uno::UNO_QUERY_THROW ); in storeToEntry()
1254 m_xParentStorage->copyElementTo( m_aEntryName, xStorage, sEntName ); in storeToEntry()
1323 …OSL_ENSURE( m_xParentStorage.is() && m_xObjectStorage.is(), "The object has no valid persistence!\… in storeAsEntry()
1341 nOriginalStorageFormat = ::comphelper::OStorageHelper::GetXStorageFormat( m_xParentStorage ); in storeAsEntry()
1376 uno::Reference< embed::XOptimizedStorage > xSource( m_xParentStorage, uno::UNO_QUERY_THROW ); in storeAsEntry()
1387 m_xParentStorage->copyElementTo( m_aEntryName, xStorage, sEntName ); in storeAsEntry()
1610 …OSL_ENSURE( m_xParentStorage.is() && m_xObjectStorage.is(), "The object has no valid persistence!\… in storeOwn()
1617 nStorageFormat = ::comphelper::OStorageHelper::GetXStorageFormat( m_xParentStorage ); in storeOwn()
1785 m_xObjectStorage = m_xParentStorage->openStorageElement( m_aEntryName, nStorageMode ); in reload()
1851 if ( m_xParentStorage != xStorage || !m_aEntryName.equals( sEntName ) ) in breakLink()