Home
last modified time | relevance | path

Searched refs:rColName (Results 1 – 13 of 13) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/firebird/
H A DTable.cxx115 void SAL_CALL Table::alterColumnByName(const OUString& rColName, in alterColumnByName() argument
121 uno::Reference< XPropertySet > xColumn(m_xColumns->getByName(rColName), UNO_QUERY); in alterColumnByName()
143 OUString sSql(getAlterTableColumn(rColName) + "TYPE " + in alterColumnByName()
164 "WHERE RDB$FIELD_NAME = '" + rColName + "' " in alterColumnByName()
172 + rColName + "\" = 0 " in alterColumnByName()
173 "WHERE \"" + rColName + "\" IS NULL"); in alterColumnByName()
177 "WHERE RDB$FIELD_NAME = '" + rColName + "' " in alterColumnByName()
204 sSql = getAlterTableColumn(rColName) + "DROP DEFAULT"; in alterColumnByName()
206 sSql = getAlterTableColumn(rColName) + "SET DEFAULT " + sNewDefault; in alterColumnByName()
215 OUString sSql(getAlterTableColumn(rColName) in alterColumnByName()
H A DTable.hxx67 const OUString& rColName,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/firebird/
H A DTable.cxx115 void SAL_CALL Table::alterColumnByName(const OUString& rColName, in alterColumnByName() argument
121 uno::Reference< XPropertySet > xColumn(m_xColumns->getByName(rColName), UNO_QUERY); in alterColumnByName()
143 OUString sSql(getAlterTableColumn(rColName) + "TYPE " + in alterColumnByName()
164 "WHERE RDB$FIELD_NAME = '" + rColName + "' " in alterColumnByName()
172 + rColName + "\" = 0 " in alterColumnByName()
173 "WHERE \"" + rColName + "\" IS NULL"); in alterColumnByName()
177 "WHERE RDB$FIELD_NAME = '" + rColName + "' " in alterColumnByName()
204 sSql = getAlterTableColumn(rColName) + "DROP DEFAULT"; in alterColumnByName()
206 sSql = getAlterTableColumn(rColName) + "SET DEFAULT " + sNewDefault; in alterColumnByName()
215 OUString sSql(getAlterTableColumn(rColName) in alterColumnByName()
H A DTable.hxx66 const OUString& rColName,
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/model/
H A DAbstractExport.php238 foreach($rCols as $rColName=>$rCol){
239 …$rKey.'.'.$rColName,'name'=>$rKey.'.' .$rColName,'label'=>$this->getCustomLabel($rKey.'.'.$rColNam…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/dbui/
H A Ddbtree.cxx245 for (const OUString& rColName : aColNames) in IMPL_LINK() local
247 m_xTreeView->append(&rParent, rColName); in IMPL_LINK()
H A Ddbmgr.cxx779 for (const OUString& rColName : aColNames) in GetColumnNames() local
781 rBox.append_text(rColName); in GetColumnNames()
2172 for( const OUString& rColName : aColNames ) in FillCalcWithMergeData() local
2176 uno::Any aCol = xCols->getByName( rColName ); in FillCalcWithMergeData()
2187 rColName, pDocFormatter, nLanguage ); in FillCalcWithMergeData()
2199 SAL_INFO( "sw.ui", "'" << rColName << "': " << aNumber << " / " << aString ); in FillCalcWithMergeData()
2200 rCalc.VarChange( rColName, aValue ); in FillCalcWithMergeData()
2208 SAL_INFO( "sw.ui", "'" << rColName << "': " << aString ); in FillCalcWithMergeData()
2209 rCalc.VarChange( rColName, aValue ); in FillCalcWithMergeData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/dbui/
H A Ddbtree.cxx243 for (const OUString& rColName : aColNames) in IMPL_LINK() local
245 m_xTreeView->append(&rParent, rColName); in IMPL_LINK()
H A Ddbmgr.cxx686 for (const OUString& rColName : aColNames) in GetColumnNames() local
688 rBox.append_text(rColName); in GetColumnNames()
2120 for( const OUString& rColName : aColNames ) in FillCalcWithMergeData() local
2124 uno::Any aCol = xCols->getByName( rColName ); in FillCalcWithMergeData()
2135 rColName, pDocFormatter, nLanguage ); in FillCalcWithMergeData()
2147 SAL_INFO( "sw.ui", "'" << rColName << "': " << aNumber << " / " << aString ); in FillCalcWithMergeData()
2148 rCalc.VarChange( rColName, aValue ); in FillCalcWithMergeData()
2156 SAL_INFO( "sw.ui", "'" << rColName << "': " << aString ); in FillCalcWithMergeData()
2157 rCalc.VarChange( rColName, aValue ); in FillCalcWithMergeData()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/labeling/
H A Dqgsmaptoollabel.cpp577 QString rColName = dataDefinedColumnName( QgsPalLayerSettings::LabelRotation, settings ); in labelIsRotatable() local
578 rotationCol = layer->fields().lookupField( rColName ); in labelIsRotatable()
/dports/graphics/qgis/qgis-3.22.3/src/app/labeling/
H A Dqgsmaptoollabel.cpp681 QString rColName = dataDefinedColumnName( QgsPalLayerSettings::LabelRotation, settings, layer ); in labelIsRotatable() local
682 rotationCol = layer->fields().lookupField( rColName ); in labelIsRotatable()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/dbui/
H A Ddbinsdlg.cxx236 for (const OUString& rColName : aColNames) in SwInsertDBColAutoPilot() local
238 std::unique_ptr<SwInsDBColumn> pNew(new SwInsDBColumn( rColName )); in SwInsertDBColAutoPilot()
239 Any aCol = xCols->getByName(rColName); in SwInsertDBColAutoPilot()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/dbui/
H A Ddbinsdlg.cxx251 for (const OUString& rColName : aColNames) in SwInsertDBColAutoPilot() local
253 std::unique_ptr<SwInsDBColumn> pNew(new SwInsDBColumn( rColName )); in SwInsertDBColAutoPilot()
254 Any aCol = xCols->getByName(rColName); in SwInsertDBColAutoPilot()