Searched refs:xNewColumn (Results 1 – 5 of 5) sorted by relevance
1112 Reference<XPropertySet> xNewColumn; in alterColumns() local1113 xNewColumn = xColumnFactory->createDataDescriptor(); in alterColumns()1114 ::dbaui::setColumnProperties(xNewColumn,pField); in alterColumns()1121 xAlter->alterColumnByName(pField->GetName(),xNewColumn); in alterColumns()1144 xAppend->appendByDescriptor(xNewColumn); in alterColumns()1153 xNewColumn = NULL; in alterColumns()1165 Reference<XPropertySet> xNewColumn; in alterColumns() local1166 xNewColumn = xColumnFactory->createDataDescriptor(); in alterColumns()1167 ::dbaui::setColumnProperties(xNewColumn,pField); in alterColumns()1168 xAlter->alterColumnByIndex(nPos,xNewColumn); in alterColumns()[all …]
1821 Reference< XPropertySet > xNewColumn(xSet); in elementInserted() local1822 String aName = ::comphelper::getString(xNewColumn->getPropertyValue(FM_PROP_LABEL)); in elementInserted()1823 Any aWidth = xNewColumn->getPropertyValue(FM_PROP_WIDTH); in elementInserted()1832 pCol->setModel(xNewColumn); in elementInserted()1834 Any aHidden = xNewColumn->getPropertyValue(FM_PROP_HIDDEN); in elementInserted()1838 FormControlFactory( m_xServiceFactory ).initializeTextFieldLineEnds( xNewColumn ); in elementInserted()1852 Reference< XPropertySet > xNewColumn; in elementReplaced() local1854 ::cppu::extractInterface(xNewColumn, evt.Element); in elementReplaced()1864 addColumnListeners(xNewColumn); in elementReplaced()1866 String aName = ::comphelper::getString(xNewColumn->getPropertyValue(FM_PROP_LABEL)); in elementReplaced()[all …]
1753 Reference< XPropertySet> xNewColumn; in setSelectColumnName() local1770 xNewColumn = pColumn; in setSelectColumnName()1778 if ( !xNewColumn.is() ) in setSelectColumnName()1800 xNewColumn = pColumn; in setSelectColumnName()1804 _rColumns->get().push_back( xNewColumn ); in setSelectColumnName()
838 Reference< XInterface > xNewColumn( _rEvent.Element, UNO_QUERY ); in impl_replacedElement() local843 gotColumn( xNewColumn ); in impl_replacedElement()846 m_xSelection.set( xNewColumn, UNO_QUERY ); in impl_replacedElement()
1270 Reference< XPropertySet > xNewColumn(evt.Element,UNO_QUERY); in elementInserted() local1271 if ( xNewColumn.is() ) in elementInserted()1272 AddColumnListener(xNewColumn); in elementInserted()1296 Reference< XPropertySet > xNewColumn(evt.Element,UNO_QUERY); in elementReplaced() local1297 if ( xNewColumn.is() ) in elementReplaced()1298 AddColumnListener(xNewColumn); in elementReplaced()