Searched refs:fillColumnRef (Results 1 – 2 of 2) sorted by relevance
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.hxx | 300 sal_Bool fillColumnRef( const ::connectivity::OSQLParseNode* _pColumnRef, 304 sal_Bool fillColumnRef( const ::rtl::OUString& _sColumnName,
|
H A D | SelectionBrowseBox.cxx | 655 sal_Bool OSelectionBrowseBox::fillColumnRef(const OSQLParseNode* _pColumnRef, const Reference< XCon… in fillColumnRef() function in OSelectionBrowseBox 660 return fillColumnRef(sColumnName,sTableRange,_rxConnection->getMetaData(),_pEntry,_bListAction); in fillColumnRef() 663 sal_Bool OSelectionBrowseBox::fillColumnRef(const ::rtl::OUString& _sColumnName,const ::rtl::OUStri… in fillColumnRef() function in OSelectionBrowseBox 845 bError = fillColumnRef( pColumnRef, xConnection, aSelEntry, _bListAction ); in saveField() 866 … bError = fillColumnRef( pColumnRef->getChild(3), xConnection, aSelEntry, _bListAction ); in saveField() 868 …bError = fillColumnRef( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("*")), ::rtl::OUString(), xMet… in saveField() 1032 …bError = fillColumnRef( sColumnName, sTableAlias, xConnection->getMetaData(), pEntry, bListAction … in SaveModified()
|
Completed in 37 milliseconds