Lines Matching refs:embed

53 …throw embed::WrongStateException( ::rtl::OUString::createFromAscii( "The object has no persistence…  in CheckInit()
100 throw ( embed::UnreachableStateException, in changeState()
101 embed::WrongStateException, in changeState()
108 if ( nNewState == embed::EmbedStates::LOADED ) in changeState()
111 throw embed::UnreachableStateException(); in changeState()
116 throw ( embed::WrongStateException, in getReachableStates()
123 aResult[0] = embed::EmbedStates::LOADED; in getReachableStates()
130 throw ( embed::WrongStateException, in getCurrentState()
142 embed::WrongStateException, in doVerb()
143 embed::UnreachableStateException, in doVerb()
154 uno::Sequence< embed::VerbDescriptor > SAL_CALL ODummyEmbeddedObject::getSupportedVerbs() in getSupportedVerbs()
155 throw ( embed::WrongStateException, in getSupportedVerbs()
161 return uno::Sequence< embed::VerbDescriptor >(); in getSupportedVerbs()
166 const uno::Reference< embed::XEmbeddedClient >& xClient ) in setClientSite()
167 throw ( embed::WrongStateException, in setClientSite()
177 uno::Reference< embed::XEmbeddedClient > SAL_CALL ODummyEmbeddedObject::getClientSite() in getClientSite()
178 throw ( embed::WrongStateException, in getClientSite()
189 throw ( embed::WrongStateException, in update()
199 throw ( embed::WrongStateException, in setUpdateMode()
208 throw ( embed::WrongStateException, in getStatus()
228 embed::WrongStateException, in setVisualAreaSize()
235 …OSL_ENSURE( nAspect != embed::Aspects::MSOLE_ICON, "For iconified objects no graphical replacement… in setVisualAreaSize()
236 if ( nAspect == embed::Aspects::MSOLE_ICON ) in setVisualAreaSize()
238 throw embed::WrongStateException( ::rtl::OUString::createFromAscii( "Illegal call!\n" ), in setVisualAreaSize()
249 embed::WrongStateException, in getVisualAreaSize()
256 …OSL_ENSURE( nAspect != embed::Aspects::MSOLE_ICON, "For iconified objects no graphical replacement… in getVisualAreaSize()
257 if ( nAspect == embed::Aspects::MSOLE_ICON ) in getVisualAreaSize()
259 throw embed::WrongStateException( ::rtl::OUString::createFromAscii( "Illegal call!\n" ), in getVisualAreaSize()
263 throw embed::NoVisualAreaSizeException( in getVisualAreaSize()
278 …OSL_ENSURE( nAspect != embed::Aspects::MSOLE_ICON, "For iconified objects no graphical replacement… in getMapUnit()
279 if ( nAspect == embed::Aspects::MSOLE_ICON ) in getMapUnit()
281 throw embed::WrongStateException( ::rtl::OUString::createFromAscii( "Illegal call!\n" ), in getMapUnit()
284 return embed::EmbedMapUnits::ONE_100TH_MM; in getMapUnit()
288 embed::VisualRepresentation SAL_CALL ODummyEmbeddedObject::getPreferredVisualRepresentation( sal_In… in getPreferredVisualRepresentation()
290 embed::WrongStateException, in getPreferredVisualRepresentation()
298 throw embed::WrongStateException( ::rtl::OUString::createFromAscii( "Illegal call!\n" ), in getPreferredVisualRepresentation()
304 const uno::Reference< embed::XStorage >& xStorage, in setPersistentEntry()
310 embed::WrongStateException, in setPersistentEntry()
329 if ( ( m_nObjectState != -1 || nEntryConnectionMode == embed::EntryInitModes::NO_INIT ) in setPersistentEntry()
330 && ( m_nObjectState == -1 || nEntryConnectionMode != embed::EntryInitModes::NO_INIT ) ) in setPersistentEntry()
332 throw embed::WrongStateException( in setPersistentEntry()
339 if ( nEntryConnectionMode == embed::EntryInitModes::NO_INIT ) in setPersistentEntry()
342 throw embed::WrongStateException( in setPersistentEntry()
347 if ( nEntryConnectionMode == embed::EntryInitModes::DEFAULT_INIT in setPersistentEntry()
348 || nEntryConnectionMode == embed::EntryInitModes::NO_INIT ) in setPersistentEntry()
355 m_nObjectState = embed::EmbedStates::LOADED; in setPersistentEntry()
370 void SAL_CALL ODummyEmbeddedObject::storeToEntry( const uno::Reference< embed::XStorage >& xStorage, in storeToEntry()
375 embed::WrongStateException, in storeToEntry()
384 throw embed::WrongStateException( in storeToEntry()
392 void SAL_CALL ODummyEmbeddedObject::storeAsEntry( const uno::Reference< embed::XStorage >& xStorage, in storeAsEntry()
397 embed::WrongStateException, in storeAsEntry()
406 throw embed::WrongStateException( in storeAsEntry()
422 throw ( embed::WrongStateException, in saveCompleted()
450 m_xNewParentStorage = uno::Reference< embed::XStorage >(); in saveCompleted()
457 throw ( embed::WrongStateException, in hasEntry()
464 throw embed::WrongStateException( in hasEntry()
476 throw ( embed::WrongStateException, in getEntryName()
483 throw embed::WrongStateException( in getEntryName()
492 throw ( embed::WrongStateException, in storeOwn()
501 throw embed::WrongStateException( in storeOwn()
511 throw ( embed::WrongStateException, in isReadonly()
518 throw embed::WrongStateException( in isReadonly()
531 embed::WrongStateException, in reload()
540 throw embed::WrongStateException( in reload()
590 void SAL_CALL ODummyEmbeddedObject::addStateChangeListener( const uno::Reference< embed::XStateChan… in addStateChangeListener()
600 …m_pInterfaceContainer->addInterface( ::getCppuType( (const uno::Reference< embed::XStateChangeList… in addStateChangeListener()
606 const uno::Reference< embed::XStateChangeListener >& xListener ) in removeStateChangeListener()
611 …m_pInterfaceContainer->removeInterface( ::getCppuType( (const uno::Reference< embed::XStateChangeL… in removeStateChangeListener()