Searched refs:query_interface (Results 1 – 12 of 12) sorted by relevance
| /trunk/main/forms/source/component/ |
| H A D | FormattedFieldWrapper.cxx | 81 query_interface(static_cast<XWeak*>(pModel), xFormattedModel); in OFormattedFieldWrapper() 87 query_interface(xFormattedModel, m_xFormattedPart); in OFormattedFieldWrapper() 116 query_interface( Reference< XInterface >( xClone.get() ), m_xFormattedPart ); in OFormattedFieldWrapper() 250 query_interface(static_cast<XWeak*>(m_pEditPart), xEditProps); in write() 324 query_interface(static_cast<XWeak*>(pFormattedReader), m_xFormattedPart); in read() 335 query_interface(static_cast<XWeak*>(pNewAggregate), m_xAggregate); in read() 368 query_interface(static_cast<XWeak*>(pModel), xEditModel); in ensureAggregate()
|
| H A D | EventThread.cxx | 49 query_interface(xIFace, m_xComp); in DBG_NAME() 218 query_interface(xControlAdapter->queryAdapted(), xControl); in run()
|
| H A D | RadioButton.cxx | 172 query_interface(static_cast<XWeak*>(this), xMyProps); in SetSiblingPropsTo() 227 query_interface(static_cast<XWeak*>(this), xMyProps); in setFastPropertyValue_NoBroadcast()
|
| H A D | clickableimage.cxx | 758 query_interface(xIfc, xModel); in SetURL()
|
| H A D | FormattedField.cxx | 643 query_interface(static_cast<XWeak*>(const_cast<OFormattedModel*>(this)), xMe); in calcFormFormatsSupplier()
|
| H A D | FormComponent.cxx | 1924 query_interface(static_cast<XWeak*>(this), xCont); in setFastPropertyValue_NoBroadcast()
|
| /trunk/main/comphelper/inc/comphelper/ |
| H A D | uno3.hxx | 262 …sal_Bool query_interface(const InterfaceRef& _rxObject, ::com::sun::star::uno::Reference<iface>& _… in query_interface() function
|
| /trunk/main/svx/source/form/ |
| H A D | fmobj.cxx | 461 if (::comphelper::query_interface((Reference< XInterface >)xParent,xChild)) in lcl_getFormComponentAccessPath()
|
| /trunk/main/connectivity/source/drivers/evoab2/ |
| H A D | NStatement.cxx | 184 if ( ::comphelper::query_interface( m_xResultSet.get(), xCloseable ) ) in clearMyResultSet()
|
| /trunk/main/connectivity/source/drivers/ado/ |
| H A D | AStatement.cxx | 191 if ( ::comphelper::query_interface( m_xResultSet.get(), xCloseable ) ) in clearMyResultSet()
|
| /trunk/main/connectivity/source/drivers/file/ |
| H A D | FStatement.cxx | 235 if ( ::comphelper::query_interface( m_xResultSet.get(), xCloseable ) ) in clearMyResultSet()
|
| /trunk/main/connectivity/source/drivers/odbcbase/ |
| H A D | OStatement.cxx | 248 if ( ::comphelper::query_interface( m_xResultSet.get(), xCloseable ) ) in clearMyResultSet()
|