Home
last modified time | relevance | path

Searched refs:pvarColumn (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vbahelper/source/msforms/
H A Dvbalistcontrolhelper.cxx138 ListControlHelper::List( const ::uno::Any& pvargIndex, const uno::Any& pvarColumn ) throw (uno::Run… in List() argument
153 else if ( pvarColumn.hasValue() ) // pvarColumn on its own would be bad in List()
H A Dvbacombobox.cxx170 ScVbaComboBox::List( const ::uno::Any& pvargIndex, const uno::Any& pvarColumn ) throw (uno::Runtime… in List() argument
172 return mpListHelper->List( pvargIndex, pvarColumn ); in List()
H A Dvbalistbox.cxx261 ScVbaListBox::List( const ::uno::Any& pvargIndex, const uno::Any& pvarColumn ) throw (uno::RuntimeE… in List() argument
263 return mpListHelper->List( pvargIndex, pvarColumn ); in List()
H A Dvbalistcontrolhelper.hxx38 …y SAL_CALL List( const css::uno::Any& pvargIndex, const css::uno::Any& pvarColumn ) throw (css::un…
H A Dvbalistbox.hxx66 …y SAL_CALL List( const css::uno::Any& pvargIndex, const css::uno::Any& pvarColumn ) throw (css::un…
H A Dvbacombobox.hxx76 …y SAL_CALL List( const css::uno::Any& pvargIndex, const css::uno::Any& pvarColumn ) throw (css::un…
/trunk/main/oovbaapi/ooo/vba/msforms/
H A DXListBox.idl48 any List( [in] any pvargIndex, [in] any pvarColumn );

Completed in 28 milliseconds