Home
last modified time | relevance | path

Searched refs:xMe (Results 1 – 9 of 9) sorted by relevance

/trunk/main/forms/source/component/
H A Dpropertybaghelper.cxx235 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 DFormattedField.cxx642 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 DGrid.cxx333 InterfaceRef xMe = static_cast<XWeak*>(this); in select() local
338 if (!xAsChild.is() || (xAsChild->getParent() != xMe)) in select()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHConnection.cxx261 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()
/trunk/main/pyuno/source/module/
H A Dpyuno.cxx663 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()
/trunk/main/accessibility/source/extended/
H A Daccessibleeditbrowseboxcell.cxx237 Reference< XAccessible > xMe( this ); in getAccessibleContext() local
239 …xMyContext = new EditBrowseBoxTableCell( m_xParent, xMe, xInnerContext, *m_pBrowseBox, m_xFocusWin… in getAccessibleContext()
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx223 Reference< XControl > xMe; in ImplGetCompatiblePeer() local
224 OWeakAggObject::queryInterface( ::getCppuType( &xMe ) ) >>= xMe; in ImplGetCompatiblePeer()
234 xMe->createPeer( NULL, pParentWindow->GetComponentInterface( sal_True ) ); in ImplGetCompatiblePeer()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx1720 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()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx4149 const Reference< XModel > xMe( this ); in createViewController() local
4151 && ( xMe != xPreviousController->getModel() ) in createViewController()

Completed in 80 milliseconds