Lines Matching refs:OSL_ENSURE

137 	OSL_ENSURE( xStorage.is(), "The storage can not be empty!" );  in createTempInpStreamFromStor()
172 OSL_ENSURE( xComponent.is(), "Wrong storage implementation!" ); in createTempInpStreamFromStor()
269 OSL_ENSURE( xNewObjectStorage == m_xObjectStorage, "The storage must be the same!\n" ); in SwitchOwnPersistence()
274 OSL_ENSURE( !m_xObjectStorage.is() || xComponent.is(), "Wrong storage implementation!" ); in SwitchOwnPersistence()
309 OSL_ENSURE( xNewOwnStorage.is(), "The method can not return empty reference!" ); in SwitchOwnPersistence()
327OSL_ENSURE( false, "OCommonEmbeddedObject::EmbedAndReparentDoc: cannot set parent at document!" ); in EmbedAndReparentDoc_Impl()
352OSL_ENSURE( xDoc.is(), "OCommonEmbeddedObject::InitNewDocument_Impl: cannot recover from a storage… in InitNewDocument_Impl()
489OSL_ENSURE( aFilterName.getLength(), "OCommonEmbeddedObject::FillDefaultLoadArgs_Impl: Wrong docum… in FillDefaultLoadArgs_Impl()
546 OSL_ENSURE( aTempFileURL.getLength(), "Coudn't retrieve temporary file URL!\n" ); in LoadDocumentFromStorage_Impl()
617 OSL_ENSURE( aFilterName.getLength(), "Wrong document service name!" ); in StoreDocumentToTempStream_Impl()
638 OSL_ENSURE( sal_False, "Looks like stream was closed already" ); in StoreDocumentToTempStream_Impl()
665 OSL_ENSURE( sal_False, "The object was not stored!\n" ); in SaveObject_Impl()
762 OSL_ENSURE( xStorage.is(), "No storage is provided for storing!" ); in StoreDocToStorage_Impl()
779 OSL_ENSURE( aFilterName.getLength(), "Wrong document service name!" ); in StoreDocToStorage_Impl()
801 OSL_ENSURE( xTempIn.is(), "The stream reference can not be empty!\n" ); in StoreDocToStorage_Impl()
863 OSL_ENSURE( m_bIsLink, "The object is not a linked one!\n" ); in CreateTempDocFromLink_Impl()
877 OSL_ENSURE( sal_False, "Can not retrieve storage media type!\n" ); in CreateTempDocFromLink_Impl()
900 OSL_ENSURE( aTempFileURL.getLength(), "Coudn't retrieve temporary file URL!\n" ); in CreateTempDocFromLink_Impl()
1077OSL_ENSURE( false, "OCommonEmbeddedObject::setPersistentEntry: illegal type for argument 'Outplace… in setPersistentEntry()
1192OSL_ENSURE( m_xParentStorage.is() && m_xObjectStorage.is(), "The object has no valid persistence!\… in storeToEntry()
1205 OSL_ENSURE( sal_False, "Can not retrieve target storage media type!\n" ); in storeToEntry()
1218 OSL_ENSURE( sal_False, "Can not retrieve own storage media type!\n" ); in storeToEntry()
1323OSL_ENSURE( m_xParentStorage.is() && m_xObjectStorage.is(), "The object has no valid persistence!\… in storeAsEntry()
1336 OSL_ENSURE( sal_False, "Can not retrieve target storage media type!\n" ); in storeAsEntry()
1349 OSL_ENSURE( sal_False, "Can not retrieve own storage media type!\n" ); in storeAsEntry()
1459 OSL_ENSURE( m_bWaitSaveCompleted, "Unexpected saveCompleted() call!\n" ); in saveCompleted()
1463OSL_ENSURE( m_xNewObjectStorage.is() && m_xNewParentStorage.is() , "Internal object information is… in saveCompleted()
1482 OSL_ENSURE( xComponent.is(), "Wrong storage implementation!" ); in saveCompleted()
1590OSL_ENSURE( m_pDocHolder->GetComponent().is(), "If an object is activated or in running state it m… in storeOwn()
1610OSL_ENSURE( m_xParentStorage.is() && m_xObjectStorage.is(), "The object has no valid persistence!\… in storeOwn()
1625 OSL_ENSURE( sal_False, "Can not retrieve storage media type!\n" ); in storeOwn()
1776 OSL_ENSURE( !m_xObjectStorage.is() || xComponent.is(), "Wrong storage implementation!" ); in reload()
1871OSL_ENSURE( m_pDocHolder->GetComponent().is(), "If document can't be created, an exception must be… in breakLink()