Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/controls/grid/
H A Dsortablegriddatamodel.cxx592 delegator->addRow( i_heading, i_data ); in addRow()
603 delegator->addRows( i_headings, i_data ); in addRows()
617 delegator->insertRow( rowIndex, i_heading, i_data ); in insertRow()
644 delegator->removeRow( rowIndex ); in removeRow()
655 delegator->removeAllRows(); in removeAllRows()
694 delegator->updateRowHeading( rowIndex, i_heading ); in updateRowHeading()
720 delegator->updateRowToolTip( rowIndex, i_value ); in updateRowToolTip()
743 return delegator->getRowCount(); in getRowCount()
754 return delegator->getColumnCount(); in getColumnCount()
793 return delegator->getRowHeading( rowIndex ); in getRowHeading()
[all …]
/trunk/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

Completed in 13 milliseconds