Lines Matching refs:xCol

451 		Reference< XPropertySet >  xCol, xSecondCol;  variable
540 xCol = xThisRoundCol;
544 if (!xCol.is() || (bDateNTimeCol && !xSecondCol.is()))
546 ::comphelper::disposeComponent(xCol); // in case only the creation of the second column failed
555xCol->setPropertyValue(FM_PROP_LABEL, makeAny( ::rtl::OUString( sFieldName + sTimePostfix ) ) );
561 xCol->setPropertyValue(FM_PROP_LABEL, makeAny(sFieldName));
564 …ntrolFactory.initializeControlModel( DocumentClassification::classifyHostDocument( xCols ), xCol );
565 aControlFactory.initializeFieldDependentProperties( xField, xCol, xNumberFormats );
567 xCol->setPropertyValue(FM_PROP_CONTROLSOURCE, makeAny(sFieldName));
592 xCol->setPropertyValue(FM_PROP_NAME, makeAny(::rtl::OUString(sRealName)));
596 xCol->setPropertyValue(FM_PROP_NAME, makeAny(sFieldName));
600 aElement <<= xCol;
820 Reference< XInterface > xCol; in PostExecuteColumnContextMenu() local
821 ::cppu::extractInterface(xCol, xCols->getByIndex(nPos)); in PostExecuteColumnContextMenu()
823 ::comphelper::disposeComponent(xCol); in PostExecuteColumnContextMenu()
1597 Reference< ::com::sun::star::beans::XPropertySet > xCol; in ColumnMoved() local
1602 for (i = 0; !xCol.is() && i < xColumns->getCount(); i++) in ColumnMoved()
1607 xCol = pCol->getModel(); in ColumnMoved()
1615 aElement <<= xCol; in ColumnMoved()
1617 pCol->setModel(xCol); in ColumnMoved()
1648 Reference< ::com::sun::star::beans::XPropertySet > xCol; in InitColumnsByModels() local
1649 ::cppu::extractInterface(xCol, xColumns->getByIndex(i)); in InitColumnsByModels()
1651 aName = ::comphelper::getString( xCol->getPropertyValue(FM_PROP_LABEL)).getStr(); in InitColumnsByModels()
1653 aWidth = xCol->getPropertyValue(FM_PROP_WIDTH); in InitColumnsByModels()
1660 pCol->setModel(xCol); in InitColumnsByModels()
1670 Reference< ::com::sun::star::beans::XPropertySet > xCol; in InitColumnsByModels() local
1671 ::cppu::extractInterface(xCol, xColumns->getByIndex(i)); in InitColumnsByModels()
1672 aHidden = xCol->getPropertyValue(FM_PROP_HIDDEN); in InitColumnsByModels()
2118 Reference< XInterface > xCol; in KeyInput() local
2119 xCols->getByIndex(m_nCurrentSelectedColumn) >>= xCol; in KeyInput()
2121 ::comphelper::disposeComponent(xCol); in KeyInput()