Searched refs:xMe (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/forms/source/component/ |
H A D | propertybaghelper.cxx | 235 Reference< XMultiPropertySet > xMe( m_rContext.getPropertiesInterface(), UNO_QUERY_THROW ); in removeProperty() local 236 Reference< XPropertySetInfo > xPSI( xMe->getPropertySetInfo(), UNO_QUERY_THROW ); in removeProperty() 239 throw NotRemoveableException( _rName, xMe ); in removeProperty() 283 Reference< XMultiPropertySet > xMe( m_rContext.getPropertiesInterface(), UNO_QUERY_THROW ); in getPropertyValues() local 284 Reference< XPropertySetInfo > xPSI( xMe->getPropertySetInfo(), UNO_QUERY_THROW ); in getPropertyValues() 294 aValues = xMe->getPropertyValues( aPropertyNames ); in getPropertyValues() 356 Reference< XMultiPropertySet > xMe( m_rContext.getPropertiesInterface(), UNO_QUERY_THROW ); in setPropertyValues() local 359 xMe->setPropertyValues( aNames, aValues ); in setPropertyValues()
|
H A D | FormattedField.cxx | 642 Reference<XChild> xMe; in calcFormFormatsSupplier() local 643 query_interface(static_cast<XWeak*>(const_cast<OFormattedModel*>(this)), xMe); in calcFormFormatsSupplier() 646 …DBG_ASSERT(xMe.is(), "OFormattedModel::calcFormFormatsSupplier : I should have a content interface… in calcFormFormatsSupplier() 649 Reference<XChild> xParent(xMe->getParent(), UNO_QUERY); in calcFormFormatsSupplier()
|
H A D | Grid.cxx | 333 InterfaceRef xMe = static_cast<XWeak*>(this); in select() local 338 if (!xAsChild.is() || (xAsChild->getParent() != xMe)) in select()
|
/aoo42x/main/connectivity/source/drivers/hsqldb/ |
H A D | HConnection.cxx | 261 Reference< XConnection > xMe( *this, UNO_QUERY ); in impl_getTableContainer_throw() local 263 …esSupplier > xTablesSupp( xDefinitionsSupp->getDataDefinitionByConnection( xMe ), UNO_QUERY_THROW … in impl_getTableContainer_throw() 351 Reference< XConnection > xMe( *this, UNO_QUERY_THROW ); in impl_isTextTable_nothrow() local 354 Reference< XDatabaseMetaData > xMetaData( xMe->getMetaData(), UNO_QUERY_THROW ); in impl_isTextTable_nothrow() 364 Reference< XStatement > xStatement( xMe->createStatement(), UNO_QUERY_THROW ); in impl_isTextTable_nothrow()
|
/aoo42x/main/pyuno/source/module/ |
H A D | pyuno.cxx | 663 Reference< XMaterialHolder > xMe( me->members->xInvocation,UNO_QUERY); in PyUNO_richcompare() local 665 if( xMe->getMaterial() == xOther->getMaterial() ) in PyUNO_richcompare() 732 Reference< XMaterialHolder > xMe( me->members->xInvocation,UNO_QUERY); in PyUNO_cmp() local 734 if( xMe->getMaterial() == xOther->getMaterial() ) in PyUNO_cmp()
|
/aoo42x/main/accessibility/source/extended/ |
H A D | accessibleeditbrowseboxcell.cxx | 237 Reference< XAccessible > xMe( this ); in getAccessibleContext() local 239 …xMyContext = new EditBrowseBoxTableCell( m_xParent, xMe, xInnerContext, *m_pBrowseBox, m_xFocusWin… in getAccessibleContext()
|
/aoo42x/main/toolkit/source/controls/ |
H A D | unocontrol.cxx | 223 Reference< XControl > xMe; in ImplGetCompatiblePeer() local 224 OWeakAggObject::queryInterface( ::getCppuType( &xMe ) ) >>= xMe; in ImplGetCompatiblePeer() 234 xMe->createPeer( NULL, pParentWindow->GetComponentInterface( sal_True ) ); in ImplGetCompatiblePeer()
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | databasedocument.cxx | 1720 Reference< XInterface > xMe( *const_cast< ODatabaseDocument* >( this ) ); in impl_notifyStorageChange_nolck_nothrow() local 1723 …boost::bind( &XStorageChangeListener::notifyStorageChange, _1, boost::cref( xMe ), boost::cref( _r… in impl_notifyStorageChange_nolck_nothrow()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | sfxbasemodel.cxx | 4149 const Reference< XModel > xMe( this ); in createViewController() local 4151 && ( xMe != xPreviousController->getModel() ) in createViewController()
|
Completed in 112 milliseconds