Home
last modified time | relevance | path

Searched refs:delegator (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/toolkit/source/controls/grid/
H A Dsortablegriddatamodel.cxx590 Reference< XMutableGridDataModel > const delegator( m_delegator ); in addRow() local
592 delegator->addRow( i_heading, i_data ); in addRow()
601 Reference< XMutableGridDataModel > const delegator( m_delegator ); in addRows() local
603 delegator->addRows( i_headings, i_data ); in addRows()
615 Reference< XMutableGridDataModel > const delegator( m_delegator ); in insertRow() local
617 delegator->insertRow( rowIndex, i_heading, i_data ); in insertRow()
629 Reference< XMutableGridDataModel > const delegator( m_delegator ); in insertRows() local
631 delegator->insertRows( rowIndex, i_headings, i_data ); in insertRows()
642 Reference< XMutableGridDataModel > const delegator( m_delegator ); in removeRow() local
644 delegator->removeRow( rowIndex ); in removeRow()
[all …]
/AOO41X/main/udkapi/com/sun/star/uno/
H A DXAggregation.idl36 a delegator.
50 which are made before the delegator was set (using the method
56 <li>The constructor of a delegator has to increment its
64 <li>The destructor of a delegator has to reset the delegator in
87 If <var>xDelegator</var> is <const>NULL</const>, the delegator is
88 removed and thus the object becomes its own delegator and has
100 delegator. @
105 is to be called by the delegator if it does not implement the