Home
last modified time | relevance | path

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

/AOO42X/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx123 sal_Bool isFieldNameAsterix(const ::rtl::OUString& _sFieldName ) in isFieldNameAsterix() argument
125 sal_Bool bAsterix = !(_sFieldName.getLength() && _sFieldName.toChar() != '*'); in isFieldNameAsterix()
128 String sName = _sFieldName; in isFieldNameAsterix()
637 void OSelectionBrowseBox::clearEntryFunctionField(const String& _sFieldName,OTableFieldDescRef& _pE… in clearEntryFunctionField() argument
639 if ( isFieldNameAsterix( _sFieldName ) && (!_pEntry->isNoneFunction() || _pEntry->IsGroupBy()) ) in clearEntryFunctionField()
708 sal_Bool OSelectionBrowseBox::saveField(const String& _sFieldName,OTableFieldDescRef& _pEntry,sal_B… in saveField() argument
717 …OQueryTableView*>(getDesignView()->getTableView())->FindTableFromField(_sFieldName,_pEntry,nTabCou… in saveField()
720 _pEntry->SetField(_sFieldName); in saveField()
722 clearEntryFunctionField(_sFieldName,_pEntry,_bListAction,_pEntry->GetColumnId()); in saveField()
754 sSql += ::dbtools::quoteName( xMetaData->getIdentifierQuoteString(), _sFieldName ); in saveField()
[all …]
H A DSelectionBrowseBox.hxx276 …sal_Bool saveField(const String& _sFieldName,OTableFieldDescRef& _pEntry,sal_Bool& _bListAc…
340 …void clearEntryFunctionField(const String& _sFieldName,OTableFieldDescRef& _pEntry,sal_…
/AOO42X/main/wizards/com/sun/star/wizards/db/
H A DQueryMetaData.java152 public void removeFieldColumn(String _sFieldName, String _sCommandName) in removeFieldColumn() argument
154 FieldColumn oFieldColumn = getFieldColumn(_sFieldName, _sCommandName); in removeFieldColumn()
161 …if (!FieldColumns[i].getFieldName().equals(_sFieldName) && !FieldColumns[i].getCommandName().equal… in removeFieldColumn()
H A DFieldColumn.java144 public static String composeDisplayFieldName(String _sCommandName, String _sFieldName) in composeDisplayFieldName() argument
146 return _sCommandName + "." + _sFieldName; in composeDisplayFieldName()