Home
last modified time | relevance | path

Searched refs:ExistsField (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/querydesign/
H A DQTableWindow.hxx46 … bool ExistsField(const OUString& strFieldName, OTableFieldDescRef const & rInfo);
H A DQTableWindow.cxx127 bool OQueryTableWindow::ExistsField(const OUString& strFieldName, OTableFieldDescRef const & rInfo) in ExistsField() function in OQueryTableWindow
H A DQueryDesignView.cxx248 bErg = (pSTW && pSTW->ExistsField( aColumnName, _rDragInfo ) ); in FillDragInfo()
641 if ( pTabWin->ExistsField( rFieldName, aInfo ) ) in GenerateSelectList()
1490 if (pTabWin->ExistsField( "*", aDragLeft )) in AddFunctionCondition()
1694 if ( pTabWin && pTabWin->ExistsField( _rColumName, _rInfo ) ) in lcl_findColumnInTables()
1727 if (pTabWin && pTabWin->ExistsField(aColumnName, _raInfo)) in InsertColumnRef()
2042 if (pTabWin->ExistsField( "*", aInfo )) in fillSelectSubList()
2138 if (pTabWin->ExistsField( "*", aInfo )) in InstallFields()
H A DQueryTableView.cxx645 if(static_cast<OQueryTableWindow*>(tabWin.second.get())->ExistsField(rFieldName, rInfo)) in FindTableFromField()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/querydesign/
H A DQTableWindow.hxx47 … bool ExistsField(const OUString& strFieldName, OTableFieldDescRef const & rInfo);
H A DQTableWindow.cxx138 bool OQueryTableWindow::ExistsField(const OUString& strFieldName, OTableFieldDescRef const & rInfo) in ExistsField() function in OQueryTableWindow
H A DQueryDesignView.cxx257 bErg = (pSTW && pSTW->ExistsField( aColumnName, _rDragInfo ) ); in FillDragInfo()
646 if ( pTabWin->ExistsField( rFieldName, aInfo ) ) in GenerateSelectList()
1498 if (pTabWin->ExistsField( "*", aDragLeft )) in AddFunctionCondition()
1696 if ( pTabWin && pTabWin->ExistsField( _rColumName, _rInfo ) ) in lcl_findColumnInTables()
1729 if (pTabWin && pTabWin->ExistsField(aColumnName, _raInfo)) in InsertColumnRef()
2044 if (pTabWin->ExistsField( "*", aInfo )) in fillSelectSubList()
2140 if (pTabWin->ExistsField( "*", aInfo )) in InstallFields()
H A DQueryTableView.cxx654 if(static_cast<OQueryTableWindow*>(tabWin.second.get())->ExistsField(rFieldName, rInfo)) in FindTableFromField()