| /trunk/main/forms/source/component/ |
| H A D | Columns.cxx | 157 if ( query_aggregation( m_xAggregate, xAggTunnel ) ) in getSomething() 183 if ( query_aggregation( m_xAggregate, xProv )) in getTypes() 303 if (query_aggregation(m_xAggregate, xEvtLstner)) in disposing() 315 if (query_aggregation(m_xAggregate, xComp)) in disposing() 506 if (query_aggregation(m_xAggregate, xPersist)) in write() 553 if (query_aggregation(m_xAggregate, xPersist)) in read()
|
| H A D | FormComponent.cxx | 222 if ( query_aggregation( m_xAggregate, xProv ) ) in getTypes() 249 if (query_aggregation(m_xAggregate, xComp)) in disposing() 270 if ( query_aggregation( m_xAggregate, xInfo ) ) in getAggregateServiceNames() 296 query_aggregation(m_xAggregate, xAggAsIface); in disposing() 302 if (query_aggregation(m_xAggregate, xListener)) in disposing() 515 if ( query_aggregation( m_xAggregate, xProv ) ) in getTypes() 767 if ( query_aggregation( m_xAggregate, xInfo ) ) in getAggregateServiceNames() 803 if (query_aggregation(m_xAggregate, xEvtLst)) in disposing() 818 if (query_aggregation(m_xAggregate, xComp)) in disposing() 830 if ( query_aggregation( m_xAggregate, xPersist ) ) in writeAggregate() [all …]
|
| H A D | DatabaseForm.cxx | 240 if (query_aggregation(m_xAggregate, xAggregateTypes)) in getTypes() 1302 if (query_aggregation( m_xAggregate, xUpdate)) in executeRowSet() 1360 if (query_aggregation(m_xAggregate, xAggregationComponent)) in disposing() 2607 if (query_aggregation(m_xAggregate, xListener)) in disposing() 2957 query_aggregation( m_xAggregate, xCloseable); in unload() 3264 if (query_aggregation( m_xAggregate, xBroadcaster)) in addRowSetApproveListener() 3281 if (query_aggregation( m_xAggregate, xBroadcaster)) in removeRowSetApproveListener() 3496 if (query_aggregation( m_xAggregate, xUpdate)) in insertRow() 3517 if (query_aggregation( m_xAggregate, xUpdate)) in updateRow() 3538 if (query_aggregation( m_xAggregate, xUpdate)) in deleteRow() [all …]
|
| H A D | FormattedFieldWrapper.cxx | 105 query_aggregation( _pCloneSource->m_xAggregate, xCloneAccess ); in OFormattedFieldWrapper() 234 query_aggregation(m_xAggregate, xAggregatePersistence); in write() 294 query_aggregation(m_xAggregate, xAggregatePersistence); in read()
|
| H A D | Button.cxx | 384 query_aggregation( m_xAggregate, xButton); in OButtonControl() 530 query_aggregation( m_xAggregate, xButton ); in setLabel() 544 query_aggregation( m_xAggregate, xButton); in setActionCommand()
|
| H A D | cloneable.cxx | 49 if ( query_aggregation( _pOriginal->m_xAggregate, xAggregateCloneable ) ) in createAggregateClone()
|
| H A D | ImageButton.cxx | 208 query_aggregation( m_xAggregate, xComp); in OImageButtonControl()
|
| H A D | ListBox.cxx | 1494 if (query_aggregation(m_xAggregate, xComp)) in OListBoxControl() 1498 if ( query_aggregation( m_xAggregate, m_xAggregateListBox ) ) in OListBoxControl()
|
| H A D | Edit.cxx | 108 if (query_aggregation(m_xAggregate, xComp)) in OEditControl()
|
| H A D | ImageControl.cxx | 732 query_aggregation( m_xAggregate, xComp ); in OImageControlControl()
|
| H A D | FormattedField.cxx | 226 if (query_aggregation(m_xAggregate, xComp)) in OFormattedControl()
|
| /trunk/main/reportdesign/source/core/api/ |
| H A D | ReportComponent.cxx | 122 ::comphelper::query_aggregation(m_xProxy,m_xShape); in setShape() 123 ::comphelper::query_aggregation(m_xProxy,m_xProperty); in setShape()
|
| H A D | Section.cxx | 244 ::comphelper::query_aggregation(m_xProxy,m_xDrawPage); in init() 669 ::comphelper::query_aggregation(m_xProxy,xTunnel); in getSomething()
|
| H A D | ReportDefinition.cxx | 1199 comphelper::query_aggregation(m_aProps->m_xProxy,xChild); in getParent() 1211 comphelper::query_aggregation(m_aProps->m_xProxy,xChild); in setParent() 2223 ::comphelper::query_aggregation(m_aProps->m_xProxy,xTunnel); in getSomething()
|
| /trunk/main/reportdesign/source/core/inc/ |
| H A D | Tools.hxx | 161 comphelper::query_aggregation(_pShape->m_aProps.aComponent.m_xProxy,xChild); in setParent() 169 comphelper::query_aggregation(_pShape->m_aProps.aComponent.m_xProxy,xChild); in getParent()
|
| /trunk/main/connectivity/source/commontools/ |
| H A D | ConnectionWrapper.cxx | 63 ::comphelper::query_aggregation(m_xProxyConnection,m_xConnection); in setDelegation()
|
| /trunk/main/comphelper/inc/comphelper/ |
| H A D | uno3.hxx | 242 …sal_Bool query_aggregation(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XAggrega… in query_aggregation() function
|
| /trunk/main/reportdesign/source/filter/xml/ |
| H A D | xmlImportDocumentHandler.cxx | 364 ::comphelper::query_aggregation(m_xProxy,m_xDelegatee); in initialize()
|
| H A D | xmlExportDocumentHandler.cxx | 332 ::comphelper::query_aggregation(m_xProxy,m_xDelegatee); in initialize()
|
| /trunk/main/forms/source/richtext/ |
| H A D | richtextmodel.cxx | 596 if ( query_aggregation( m_xAggregate, xAggTunnel ) ) in getSomething()
|
| /trunk/main/dbaccess/source/core/api/ |
| H A D | RowSet.cxx | 536 query_aggregation(this,xEvt); in disposing() 619 query_aggregation(this, xListener); in setActiveConnection() 648 query_aggregation(this, xListener); in setActiveConnection()
|
| /trunk/main/toolkit/source/controls/ |
| H A D | geometrycontrolmodel.cxx | 444 if ( query_aggregation( m_xAggregate, xComp ) ) in disposing()
|