Lines Matching refs:sLabel
113 ::rtl::OUString sLabel; in createColumnsForResultSet()
114 …lumn->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_LABEL)) >>= sLabel; in createColumnsForResultSet()
115 if ( sLabel.getLength() ) in createColumnsForResultSet()
116 pColumn->setLabel(sLabel); in createColumnsForResultSet()
127 ::rtl::OUString sLabel = _rxResMetaData->getColumnLabel( _nColumnPos ); in createColumnForResultSet()
130 if(_rColumns.find(sLabel) != _rColumns.end()) in createColumnForResultSet()
132 ::rtl::OUString sAlias(sLabel); in createColumnForResultSet()
136 (sAlias = sLabel) += ::rtl::OUString::valueOf(searchIndex++); in createColumnForResultSet()
138 sLabel = sAlias; in createColumnForResultSet()
140 _rColumns.insert(StringMap::value_type(sLabel,0)); in createColumnForResultSet()
142 sLabel, in createColumnForResultSet()
165 pColumn->setLabel(sLabel); in createColumnForResultSet()