Home
last modified time | relevance | path

Searched refs:xFieldNames (Results 1 – 4 of 4) sorted by relevance

/trunk/main/forms/source/component/
H A DComboBox.cxx538 Reference< XNameAccess > xFieldNames = xSupplyFields->getColumns(); in loadData() local
539 if ( xFieldNames->hasByName( getControlSource() ) ) in loadData()
542 xFieldNames->getByName( getControlSource() ) >>= xComposerFieldAsSet; in loadData()
653 Reference<XNameAccess> xFieldNames = getTableFields(xConnection, m_aListSource); in loadData() local
654 if (xFieldNames.is()) in loadData()
656 StringSequence seqNames = xFieldNames->getElementNames(); in loadData()
H A DListBox.cxx733 Reference<XNameAccess> xFieldNames = xSupplyFields->getColumns(); in loadData() local
734 if ( xFieldNames->hasByName( getControlSource() ) ) in loadData()
737xFieldNames->getByName( getControlSource() ) >>= xComposerFieldAsSet; in loadData()
885 Reference<XNameAccess> xFieldNames = getTableFields(xConnection, sListSource); in loadData() local
886 if (xFieldNames.is()) in loadData()
888 StringSequence seqNames = xFieldNames->getElementNames(); in loadData()
H A DFilter.cxx418 const Reference< XNameAccess > xFieldNames( xSuppColumns->getColumns(), UNO_SET_THROW ); in implInitFilterList() local
419 if ( !xFieldNames->hasByName( sFieldName ) ) in implInitFilterList()
422 …const Reference< XPropertySet > xComposerFieldProps( xFieldNames->getByName( sFieldName ), UNO_QUE… in implInitFilterList()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx3091 … Reference< ::com::sun::star::container::XNameAccess > xFieldNames = xSupCol->getColumns(); in Update() local
3092 if (!xFieldNames->hasByName(aName)) in Update()
3096 …Reference< ::com::sun::star::beans::XPropertySet > xComposerFieldAsSet(xFieldNames->getByNam… in Update()

Completed in 50 milliseconds