Searched refs:_rFieldNames (Results 1 – 6 of 6) sorted by relevance
100 … void fillList( LinkParticipant _eWhich, const Sequence< ::rtl::OUString >& _rFieldNames );123 … FieldLinkRow::fillList( LinkParticipant _eWhich, const Sequence< ::rtl::OUString >& _rFieldNames ) in fillList() argument127 const ::rtl::OUString* pFieldName = _rFieldNames.getConstArray(); in fillList()128 const ::rtl::OUString* pFieldNameEnd = pFieldName + _rFieldNames.getLength(); in fillList()
2353 …PropertyHandler::impl_initFieldList_nothrow( ::std::vector< ::rtl::OUString >& _rFieldNames ) const in impl_initFieldList_nothrow()2355 clearContainer( _rFieldNames ); in impl_initFieldList_nothrow()2381 _rFieldNames.push_back( *pFields ); in impl_initFieldList_nothrow()
202 DbaIndexDialog::DbaIndexDialog( Window* _pParent, const Sequence< ::rtl::OUString >& _rFieldNames, in DBG_NAME()236 m_pFields->Init(_rFieldNames); in DBG_NAME()
143 const ::com::sun::star::uno::Sequence< ::rtl::OUString >& _rFieldNames,
118 …pl_initFieldList_nothrow( ::com::sun::star::uno::Sequence< ::rtl::OUString >& _rFieldNames ) const;
2056 void GeometryHandler::impl_initFieldList_nothrow( uno::Sequence< ::rtl::OUString >& _rFieldNames ) … in impl_initFieldList_nothrow()2058 _rFieldNames.realloc(0); in impl_initFieldList_nothrow()2081 … _rFieldNames = ::dbtools::getFieldNamesByCommandDescriptor( xCon, nObjectType, sObjectName ); in impl_initFieldList_nothrow()
Completed in 67 milliseconds