Home
last modified time | relevance | path

Searched refs:m_xObject (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sfx2/source/view/
H A Dipclient.cxx308 m_xObject->update(); in saveObject()
368 if ( !m_xObject.is() ) in canInplaceActivate()
603 if ( m_xObject.is() in SizeHasChanged()
636 if ( m_pClient && m_xObject.is() ) in IMPL_LINK()
715 return m_pImp->m_xObject; in GetObject()
721 if ( m_pImp->m_xObject.is() && rObject != m_pImp->m_xObject ) in SetObject()
745 m_pImp->m_xObject = rObject; in SetObject()
876 m_pImp->m_xObject.is() && in IsObjectInPlaceActive()
880 m_pImp->m_xObject.is() && in IsObjectInPlaceActive()
895 …return ( m_pImp->m_xObject.is() && ( m_pImp->m_xObject->getCurrentState() == embed::EmbedStates::A… in IsObjectActive()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx183 m_xObject.clear(); in dispose()
319 xNameAccess->getByName(m_sName) >>= m_xObject; in initialize()
322 if(m_xObject.is()) in initialize()
327 m_xObject->getPropertyValue(PROPERTY_FONT) >>= m_aFont; in initialize()
458 if(m_xObject.is()) in Write()
502 if(m_xObject.is()) in Write()
761 if(m_xObject.is()) in Write()
838 if(m_xObject.is()) in WriteBody()
868 if(m_xObject.is()) in WriteTables()
922 if(m_xObject.is()) in WriteTables()
[all …]
H A DWCopyTable.cxx122 ,m_xObject( _rxObject, UNO_SET_THROW ) in ObjectCopySource()
134 …sName = ::dbtools::composeTableName( m_xMetaData, m_xObject, ::dbtools::eInDataManipulation, false… in getQualifiedObjectName()
136 m_xObject->getPropertyValue( PROPERTY_NAME ) >>= sName; in getQualifiedObjectName()
149 OSL_VERIFY( m_xObject->getPropertyValue( PROPERTY_TYPE ) >>= sObjectType ); in isView()
169 …_rxObject->setPropertyValue( aCopyProperties[i], m_xObject->getPropertyValue( aCopyProperties[i] )… in copyUISettingsTo()
184 …const String sSourceName = (::dbtools::composeTableNameForSelect(m_xConnection,m_xObject) + ::rtl:… in copyFilterAndSortingTo()
198 m_xObject->getPropertyValue( aProperties[i].first ) >>= sFilter; in copyFilterAndSortingTo()
214 …_rxObject->setPropertyValue( PROPERTY_APPLYFILTER, m_xObject->getPropertyValue( PROPERTY_APPLYFILT… in copyFilterAndSortingTo()
229 const Reference<XNameAccess> xPrimaryKeyColumns = getPrimaryKeyColumns_throw(m_xObject); in getPrimaryKeyColumnNames()
248 OSL_VERIFY( m_xObject->getPropertyValue( PROPERTY_COMMAND ) >>= sSelectStatement ); in getSelectStatement()
[all …]
/trunk/main/dbaccess/source/ui/app/
H A DAppView.cxx295 stopComponentListening(m_xObject); in ~OApplicationView()
575 stopComponentListening(m_xObject); in showPreview()
576 m_xObject = NULL; in showPreview()
588 stopComponentListening(m_xObject); in showPreview()
589 m_xObject = NULL; in showPreview()
606 m_xObject.set(xNameAccess->getByName(_sName),UNO_QUERY); in showPreview()
612 if ( m_xObject.is() ) in showPreview()
613 startComponentListening(m_xObject); in showPreview()
H A DAppView.hxx106 m_xObject;
/trunk/main/svx/source/form/
H A Dfmtools.cxx336 :m_xObject(_rxObject) in FmXDisposeMultiplexer()
343 if (m_xObject.is()) in FmXDisposeMultiplexer()
344 m_xObject->addEventListener(this); in FmXDisposeMultiplexer()
365 m_xObject = NULL; in disposing()
371 if (m_xObject.is()) in dispose()
375 m_xObject->removeEventListener(this); in dispose()
376 m_xObject = NULL; in dispose()
/trunk/main/xmloff/source/core/
H A DRDFaImportHelper.cxx148 uno::Reference<rdf::XMetadatable> m_xObject; member
153 : m_xObject(i_xObject) in RDFaEntry()
349 OSL_ENSURE(i_rEntry.m_xObject.is(), in InsertRDFaEntry()
351 if (!i_rEntry.m_xObject.is()) return; in InsertRDFaEntry()
398 i_rEntry.m_xObject, in InsertRDFaEntry()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx2993 :m_xObject( _rxObject ) in SQLCommandPropertyUI()
2995 if ( !m_xObject.is() ) in SQLCommandPropertyUI()
3015 Reference< XPropertySet > m_xObject; member in pcr::__anonb1d7986a0311::SQLCommandPropertyUI
3052 OSL_VERIFY( m_xObject->getPropertyValue( PROPERTY_COMMAND ) >>= sCommand ); in getSQLCommand()
3060 … OSL_VERIFY( m_xObject->getPropertyValue( PROPERTY_ESCAPE_PROCESSING ) >>= bEscapeProcessing ); in getEscapeProcessing()
3067 m_xObject->setPropertyValue( PROPERTY_COMMAND, makeAny( _rCommand ) ); in setSQLCommand()
3073m_xObject->setPropertyValue( PROPERTY_ESCAPE_PROCESSING, makeAny( _bEscapeProcessing ) ); in setEscapeProcessing()
3125 Any aValue( m_xObject->getPropertyValue( PROPERTY_LISTSOURCE ) ); in getSQLCommand()
3146 OSL_VERIFY( m_xObject->getPropertyValue( PROPERTY_LISTSOURCETYPE ) >>= eType ); in getEscapeProcessing()
3160 m_xObject->setPropertyValue( PROPERTY_LISTSOURCE, aValue ); in setSQLCommand()
[all …]
/trunk/main/embeddedobj/source/msole/
H A Dgraphconvert.cxx97 , m_xObject( static_cast< embed::XEmbeddedObject* >( xObj.get() ) ) in MainThreadNotificationRequest()
108 uno::Reference< uno::XInterface > xLock = m_xObject.get(); in notify()
H A Dmtnotification.hxx39 ::com::sun::star::uno::WeakReference< ::com::sun::star::embed::XEmbeddedObject > m_xObject;
/trunk/main/dbaccess/source/ui/inc/
H A DTokenWriter.hxx71 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xObject; // table/qu…
H A DWCopyTable.hxx147 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xObject;
/trunk/main/svx/inc/svx/
H A Dfmtools.hxx201 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent> m_xObject;

Completed in 67 milliseconds