Searched refs:xAffectedCol (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/dbaccess/source/ui/tabledesign/ |
| H A D | FieldDescriptions.cxx | 122 OFieldDescription::OFieldDescription(const Reference< XPropertySet >& xAffectedCol,sal_Bool _bUseAs… in OFieldDescription() argument 136 OSL_ENSURE(xAffectedCol.is(),"PropetySet can notbe null!"); in OFieldDescription() 137 if ( xAffectedCol.is() ) in OFieldDescription() 141 m_xDest = xAffectedCol; in OFieldDescription() 142 m_xDestInfo = xAffectedCol->getPropertySetInfo();; in OFieldDescription() 148 Reference<XPropertySetInfo> xPropSetInfo = xAffectedCol->getPropertySetInfo(); in OFieldDescription() 150 SetName(::comphelper::getString(xAffectedCol->getPropertyValue(PROPERTY_NAME))); in OFieldDescription() 152 … SetDescription(::comphelper::getString(xAffectedCol->getPropertyValue(PROPERTY_DESCRIPTION))); in OFieldDescription() 156 xAffectedCol->getPropertyValue(PROPERTY_HELPTEXT) >>= sHelpText; in OFieldDescription() 160 SetDefaultValue( xAffectedCol->getPropertyValue(PROPERTY_DEFAULTVALUE) ); in OFieldDescription() [all …]
|
| H A D | TableRow.cxx | 57 OTableRow::OTableRow(const Reference< XPropertySet >& xAffectedCol) in OTableRow() argument 64 m_pActFieldDescr = new OFieldDescription(xAffectedCol); in OTableRow()
|
| /AOO41X/main/dbaccess/source/ui/browser/ |
| H A D | sbagrid.cxx | 1010 Reference< XPropertySet > xAffectedCol; in SetColWidth() local 1012 ::cppu::extractInterface(xAffectedCol,xCols->getByIndex(nModelPos)); in SetColWidth() 1014 if (xAffectedCol.is()) in SetColWidth() 1016 Any aWidth = xAffectedCol->getPropertyValue(PROPERTY_WIDTH); in SetColWidth() 1026 Reference< XPropertyState > xPropState(xAffectedCol, UNO_QUERY); in SetColWidth() 1034 … try { xAffectedCol->setPropertyValue(PROPERTY_WIDTH, aNewWidth); } catch(Exception&) { } ; in SetColWidth() 1091 Reference< XPropertySet > xAffectedCol; in SetColAttrs() local 1093 ::cppu::extractInterface(xAffectedCol,xCols->getByIndex(nModelPos)); in SetColAttrs() 1097 …::dbaui::callColumnFormatDialog(xAffectedCol,xField,pFormatter,this);//(Window::GetSettings().GetL… in SetColAttrs() 1392 Reference< XPropertySet > xAffectedCol; in DoColumnDrag() local [all …]
|
| /AOO41X/main/dbaccess/source/ui/misc/ |
| H A D | UITools.cxx | 1068 void callColumnFormatDialog(const Reference<XPropertySet>& xAffectedCol, in callColumnFormatDialog() argument 1073 if (xAffectedCol.is() && xField.is()) in callColumnFormatDialog() 1077 Reference< XPropertySetInfo > xInfo = xAffectedCol->getPropertySetInfo(); in callColumnFormatDialog() 1082 Any aAlignment = xAffectedCol->getPropertyValue(PROPERTY_ALIGN); in callColumnFormatDialog() 1087 … nFormatKey = ::comphelper::getINT32(xAffectedCol->getPropertyValue(PROPERTY_FORMATKEY)); in callColumnFormatDialog() 1092 …xAffectedCol->setPropertyValue(PROPERTY_ALIGN, makeAny((sal_Int16)dbaui::mapTextAllign(eJustify))); in callColumnFormatDialog() 1094 xAffectedCol->setPropertyValue(PROPERTY_FORMATKEY, makeAny(nFormatKey)); in callColumnFormatDialog()
|
| /AOO41X/main/dbaccess/source/ui/inc/ |
| H A D | TableRow.hxx | 61 …Row(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xAffectedCol);
|