Searched refs:m_xObject (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/sfx2/source/view/ |
H A D | ipclient.cxx | 308 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 …]
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | TokenWriter.cxx | 183 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 D | WCopyTable.cxx | 122 ,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 …]
|
/aoo42x/main/dbaccess/source/ui/app/ |
H A D | AppView.cxx | 295 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 D | AppView.hxx | 106 m_xObject;
|
/aoo42x/main/svx/source/form/ |
H A D | fmtools.cxx | 336 :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()
|
/aoo42x/main/xmloff/source/core/ |
H A D | RDFaImportHelper.cxx | 148 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()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | formcomponenthandler.cxx | 2993 :m_xObject( _rxObject ) in SQLCommandPropertyUI() 2995 if ( !m_xObject.is() ) in SQLCommandPropertyUI() 3015 Reference< XPropertySet > m_xObject; member in pcr::__anon327931b30311::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() 3073 … m_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 …]
|
/aoo42x/main/embeddedobj/source/msole/ |
H A D | graphconvert.cxx | 97 , m_xObject( static_cast< embed::XEmbeddedObject* >( xObj.get() ) ) in MainThreadNotificationRequest() 108 uno::Reference< uno::XInterface > xLock = m_xObject.get(); in notify()
|
H A D | mtnotification.hxx | 39 ::com::sun::star::uno::WeakReference< ::com::sun::star::embed::XEmbeddedObject > m_xObject;
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | TokenWriter.hxx | 71 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xObject; // table/qu…
|
H A D | WCopyTable.hxx | 147 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xObject;
|
/aoo42x/main/svx/inc/svx/ |
H A D | fmtools.hxx | 201 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent> m_xObject;
|
Completed in 117 milliseconds