Home
last modified time | relevance | path

Searched refs:xAffectedCol (Results 1 – 5 of 5) sorted by relevance

/trunk/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx136 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()
156 xAffectedCol->getPropertyValue(PROPERTY_HELPTEXT) >>= sHelpText; in OFieldDescription()
160 SetDefaultValue( xAffectedCol->getPropertyValue(PROPERTY_DEFAULTVALUE) ); in OFieldDescription()
163 SetControlDefault( xAffectedCol->getPropertyValue(PROPERTY_CONTROLDEFAULT) ); in OFieldDescription()
186 m_aWidth = xAffectedCol->getPropertyValue(PROPERTY_WIDTH); in OFieldDescription()
[all …]
H A DTableRow.cxx57 OTableRow::OTableRow(const Reference< XPropertySet >& xAffectedCol) in OTableRow() argument
64 m_pActFieldDescr = new OFieldDescription(xAffectedCol); in OTableRow()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1010 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()
1091 Reference< XPropertySet > xAffectedCol; in SetColAttrs() local
1093 ::cppu::extractInterface(xAffectedCol,xCols->getByIndex(nModelPos)); in SetColAttrs()
1392 Reference< XPropertySet > xAffectedCol; in DoColumnDrag() local
1404 xAffectedCol.set(xCols->getByIndex(nModelPos),UNO_QUERY); in DoColumnDrag()
1405 if (xAffectedCol.is()) in DoColumnDrag()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1068 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()
1092xAffectedCol->setPropertyValue(PROPERTY_ALIGN, makeAny((sal_Int16)dbaui::mapTextAllign(eJustify))); in callColumnFormatDialog()
1094 xAffectedCol->setPropertyValue(PROPERTY_FORMATKEY, makeAny(nFormatKey)); in callColumnFormatDialog()
/trunk/main/dbaccess/source/ui/inc/
H A DTableRow.hxx61 …Row(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xAffectedCol);

Completed in 45 milliseconds