Home
last modified time | relevance | path

Searched refs:OCommonEmbeddedObject (Results 1 – 11 of 11) sorted by relevance

/trunk/main/embeddedobj/source/commonembedding/
H A Dmiscobj.cxx50 OCommonEmbeddedObject::OCommonEmbeddedObject( const uno::Reference< lang::XMultiServiceFactory >& x… in OCommonEmbeddedObject() function in OCommonEmbeddedObject
74 OCommonEmbeddedObject::OCommonEmbeddedObject( in OCommonEmbeddedObject() function in OCommonEmbeddedObject
102 void OCommonEmbeddedObject::CommonInit_Impl( const uno::Sequence< beans::NamedValue >& aObjectProps… in CommonInit_Impl()
225 void OCommonEmbeddedObject::LinkInit_Impl( in LinkInit_Impl()
269 OCommonEmbeddedObject::~OCommonEmbeddedObject() in ~OCommonEmbeddedObject()
303 void OCommonEmbeddedObject::requestPositioning( const awt::Rectangle& aRect ) in requestPositioning()
327 void OCommonEmbeddedObject::PostEvent_Impl( const ::rtl::OUString& aEventName, in PostEvent_Impl()
363 uno::Any SAL_CALL OCommonEmbeddedObject::queryInterface( const uno::Type& rType ) in queryInterface()
397 void SAL_CALL OCommonEmbeddedObject::acquire() in acquire()
404 void SAL_CALL OCommonEmbeddedObject::release() in release()
[all …]
H A Dembedobj.cxx78 sal_Int32 OCommonEmbeddedObject::ConvertVerbToState_Impl( sal_Int32 nVerb ) in ConvertVerbToState_Impl()
88 void OCommonEmbeddedObject::Deactivate() in Deactivate()
123 void OCommonEmbeddedObject::StateChangeNotification_Impl( sal_Bool bBeforeChange, sal_Int32 nOldSta… in StateChangeNotification_Impl()
161 void OCommonEmbeddedObject::SwitchStateTo_Impl( sal_Int32 nNextState ) in SwitchStateTo_Impl()
403 uno::Sequence< sal_Int32 > OCommonEmbeddedObject::GetIntermediateStatesSequence_Impl( sal_Int32 nNe… in GetIntermediateStatesSequence_Impl()
430 void SAL_CALL OCommonEmbeddedObject::changeState( sal_Int32 nNewState ) in changeState()
504 uno::Sequence< sal_Int32 > SAL_CALL OCommonEmbeddedObject::getReachableStates() in getReachableStates()
519 sal_Int32 SAL_CALL OCommonEmbeddedObject::getCurrentState() in getCurrentState()
534 void SAL_CALL OCommonEmbeddedObject::doVerb( sal_Int32 nVerbID ) in doVerb()
573 uno::Sequence< embed::VerbDescriptor > SAL_CALL OCommonEmbeddedObject::getSupportedVerbs() in getSupportedVerbs()
[all …]
H A Dpersistence.cxx263 void OCommonEmbeddedObject::SwitchOwnPersistence( const uno::Reference< embed::XStorage >& xNewPare… in SwitchOwnPersistence()
300 void OCommonEmbeddedObject::SwitchOwnPersistence( const uno::Reference< embed::XStorage >& xNewPare… in SwitchOwnPersistence()
315 void OCommonEmbeddedObject::EmbedAndReparentDoc_Impl( const uno::Reference< util::XCloseable >& i_r… in EmbedAndReparentDoc_Impl()
332 uno::Reference< util::XCloseable > OCommonEmbeddedObject::InitNewDocument_Impl() in InitNewDocument_Impl()
392 uno::Reference< util::XCloseable > OCommonEmbeddedObject::LoadLink_Impl() in LoadLink_Impl()
465 ::rtl::OUString OCommonEmbeddedObject::GetFilterName( sal_Int32 nVersion ) const in GetFilterName()
481 void OCommonEmbeddedObject::FillDefaultLoadArgs_Impl( const uno::Reference< embed::XStorage >& i_rx… in FillDefaultLoadArgs_Impl()
497 uno::Reference< util::XCloseable > OCommonEmbeddedObject::LoadDocumentFromStorage_Impl() in LoadDocumentFromStorage_Impl()
592 uno::Reference< io::XInputStream > OCommonEmbeddedObject::StoreDocumentToTempStream_Impl( in StoreDocumentToTempStream_Impl()
645 void OCommonEmbeddedObject::SaveObject_Impl() in SaveObject_Impl()
[all …]
H A Dxfactory.cxx145 static_cast< ::cppu::OWeakObject* > ( new OCommonEmbeddedObject( in createInstanceInitFromEntry()
214 static_cast< ::cppu::OWeakObject* > ( new OCommonEmbeddedObject( in createInstanceInitFromMediaDescriptor()
270 static_cast< ::cppu::OWeakObject* > ( new OCommonEmbeddedObject( in createInstanceInitNew()
331 static_cast< ::cppu::OWeakObject* > ( new OCommonEmbeddedObject( in createInstanceUserInit()
391 static_cast< ::cppu::OWeakObject* > ( new OCommonEmbeddedObject( in createInstanceLink()
457 static_cast< ::cppu::OWeakObject* > ( new OCommonEmbeddedObject( in createInstanceLinkUserInit()
H A Dvisobj.cxx40 void SAL_CALL OCommonEmbeddedObject::setVisualAreaSize( sal_Int64 nAspect, const awt::Size& aSize ) in setVisualAreaSize()
82 awt::Size SAL_CALL OCommonEmbeddedObject::getVisualAreaSize( sal_Int64 nAspect ) in getVisualAreaSize()
124 sal_Int32 SAL_CALL OCommonEmbeddedObject::getMapUnit( sal_Int64 nAspect ) in getMapUnit()
165 embed::VisualRepresentation SAL_CALL OCommonEmbeddedObject::getPreferredVisualRepresentation( sal_I… in getPreferredVisualRepresentation()
H A Dinplaceobj.cxx43 void SAL_CALL OCommonEmbeddedObject::setObjectRectangles( const awt::Rectangle& aPosRect, in setObjectRectangles()
70 void SAL_CALL OCommonEmbeddedObject::enableModeless( sal_Bool /*bEnable*/ ) in enableModeless()
78 void SAL_CALL OCommonEmbeddedObject::translateAccelerators( in translateAccelerators()
H A Dspecialobject.cxx53 : OCommonEmbeddedObject( xFactory, aObjectProps ) in OSpecialEmbeddedObject()
211 OCommonEmbeddedObject::changeState( nNewState ); in changeState()
239 OCommonEmbeddedObject::doVerb( nVerbID ); in doVerb()
/trunk/main/embeddedobj/source/inc/
H A Ddocholder.hxx45 class OCommonEmbeddedObject;
59 OCommonEmbeddedObject* m_pEmbedObj;
124 OCommonEmbeddedObject* pEmbObj );
127 OCommonEmbeddedObject* GetEmbedObject() { return m_pEmbedObj; } in GetEmbedObject()
H A Dcommonembobj.hxx82 class OCommonEmbeddedObject : public ::com::sun::star::embed::XEmbeddedObject class
238 OCommonEmbeddedObject(
243 OCommonEmbeddedObject(
249 virtual ~OCommonEmbeddedObject();
H A Dspecialobject.hxx31 class OSpecialEmbeddedObject : public OCommonEmbeddedObject
/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx166 OCommonEmbeddedObject* pEmbObj ) in DocumentHolder()