Home
last modified time | relevance | path

Searched refs:xColumn (Results 51 – 54 of 54) sorted by relevance

123

/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx1180 Reference< XPropertySet> xColumn = xFac->createDataDescriptor(); in exportAutoStyle() local
1181 …m_aTableDummyColumns.insert(TTableColumnMap::value_type(Reference< XPropertySet>(_xProp),xColumn)); in exportAutoStyle()
1182 exportAutoStyle(xColumn.get()); in exportAutoStyle()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx2964 uno::Reference<table::XCellRange> xColumn(GetObjectByIndex_Impl(nIndex)); in getByIndex() local
2965 if (xColumn.is()) in getByIndex()
2966 return uno::makeAny(xColumn); in getByIndex()
2989 uno::Reference<table::XCellRange> xColumn(GetObjectByName_Impl(aName)); in getByName() local
2990 if (xColumn.is()) in getByName()
2991 return uno::makeAny(xColumn); in getByName()
/trunk/main/sw/inc/
H A Ddbmgr.hxx275 … ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> xColumn,
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx4386 …uno::Reference< beans::XPropertySet> xColumn(xColumns->getByName(i_sColumnName),uno::UNO_QUERY_THR… in getColumnLabel_throw() local
4387 if ( xColumn->getPropertySetInfo()->hasPropertyByName(PROPERTY_LABEL) ) in getColumnLabel_throw()
4388 xColumn->getPropertyValue(PROPERTY_LABEL) >>= sLabel; in getColumnLabel_throw()

Completed in 69 milliseconds

123