Home
last modified time | relevance | path

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

123

/aoo42x/main/oox/source/xls/
H A Dworksheethelper.cxx519 Reference< XCellRange > xColumn; in getColumn() local
524 xColumn.set( xColumns->getByIndex( nCol ), UNO_QUERY ); in getColumn()
529 return xColumn; in getColumn()
/aoo42x/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()
/aoo42x/main/sw/inc/
H A Ddbmgr.hxx275 … ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> xColumn,
/aoo42x/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