/trunk/main/sc/source/ui/vba/ |
H A D | vbafont.cxx | 84 uno::Reference< table::XColumnRowRange > xColumnRowRange(xCellRange, uno::UNO_QUERY_THROW ); in setSuperscript() local 85 sal_Int32 nCols = xColumnRowRange->getColumns()->getCount(); in setSuperscript() 86 sal_Int32 nRows = xColumnRowRange->getRows()->getCount(); in setSuperscript() 123 uno::Reference< table::XColumnRowRange > xColumnRowRange(xCellRange, uno::UNO_QUERY_THROW ); in getSuperscript() local 124 sal_Int32 nCols = xColumnRowRange->getColumns()->getCount(); in getSuperscript() 125 sal_Int32 nRows = xColumnRowRange->getRows()->getCount(); in getSuperscript() 156 uno::Reference< table::XColumnRowRange > xColumnRowRange(xCellRange, uno::UNO_QUERY_THROW ); in setSubscript() local 157 sal_Int32 nCols = xColumnRowRange->getColumns()->getCount(); in setSubscript() 158 sal_Int32 nRows = xColumnRowRange->getRows()->getCount(); in setSubscript() 198 sal_Int32 nCols = xColumnRowRange->getColumns()->getCount(); in getSubscript() [all …]
|
H A D | vbapagebreaks.cxx | 69 …uno::Reference< table::XColumnRowRange > xColumnRowRange( mxSheetPageBreak, uno::UNO_QUERY_THROW ); in getRowColContainer() local 72 xIndexAccess.set( xColumnRowRange->getColumns(), uno::UNO_QUERY_THROW ); in getRowColContainer() 74 xIndexAccess.set( xColumnRowRange->getRows(), uno::UNO_QUERY_THROW ); in getRowColContainer()
|
H A D | vbarange.cxx | 668 sal_Int32 nRowCount = xColumnRowRange->getRows()->getCount(); in populateArea() 1509 sal_Int32 nRowCount = xColumnRowRange->getRows()->getCount(); in getValue() 1729 rowCount = xColumnRowRange->getRows()->getCount(); in getCount() 1730 colCount = xColumnRowRange->getColumns()->getCount(); in getCount() 2578 nRowSize = xColumnRowRange->getRows()->getCount(); in Resize() 2580 nColumnSize = xColumnRowRange->getColumns()->getCount(); in Resize() 3682 if ( xColumnRowRange.is() ) in hasElements() 3683 if ( xColumnRowRange->getRows()->getCount() || in hasElements() 3684 xColumnRowRange->getColumns()->getCount() ) in hasElements() 3699 nElems = xColumnRowRange->getColumns()->getCount(); in createEnumeration() [all …]
|
H A D | vbaborders.cxx | 381 uno::Reference< table::XColumnRowRange > xColumnRowRange(xRange, uno::UNO_QUERY_THROW ); in ScVbaBorders() local 382 …if ( xColumnRowRange->getRows()->getCount() == 1 && xColumnRowRange->getColumns()->getCount() == 1… in ScVbaBorders()
|
/trunk/main/xmloff/source/table/ |
H A D | XMLTableExport.cxx | 220 void XMLTableExport::collectTableAutoStyles(const Reference < XColumnRowRange >& xColumnRowRange) in collectTableAutoStyles() argument 226 maTableInfoMap[xColumnRowRange] = pTableInfo; in collectTableAutoStyles() 230 Reference< XIndexAccess > xIndexAccessCols( xColumnRowRange->getColumns(), UNO_QUERY_THROW ); in collectTableAutoStyles() 249 Reference< XIndexAccess > xIndexAccessRows( xColumnRowRange->getRows(), UNO_QUERY_THROW ); in collectTableAutoStyles() 325 void XMLTableExport::exportTable( const Reference < XColumnRowRange >& xColumnRowRange ) in exportTable() argument 332 boost::shared_ptr< XMLTableInfo > pTableInfo( maTableInfoMap[xColumnRowRange] ); in exportTable() 335 Reference< XIndexAccess > xIndexAccess( xColumnRowRange->getRows(), UNO_QUERY_THROW ); in exportTable() 336 Reference< XIndexAccess > xIndexAccessCols( xColumnRowRange->getColumns(), UNO_QUERY_THROW ); in exportTable()
|
H A D | XMLTableImport.cxx | 107 …& xThis, sal_uInt16 nPrfx, const OUString& rLName, Reference< XColumnRowRange >& xColumnRowRange ); 232 …eContext( sal_uInt16 nPrfx, const OUString& rLName, Reference< XColumnRowRange >& xColumnRowRange ) in CreateTableContext() argument 235 return new XMLTableImportContext( xThis, nPrfx, rLName, xColumnRowRange ); in CreateTableContext() 313 …Importer, sal_uInt16 nPrfx, const OUString& rLName, Reference< XColumnRowRange >& xColumnRowRange ) in XMLTableImportContext() argument 316 , mxTable( xColumnRowRange, UNO_QUERY ) in XMLTableImportContext() 317 , mxColumns( xColumnRowRange->getColumns() ) in XMLTableImportContext() 318 , mxRows( xColumnRowRange->getRows() ) in XMLTableImportContext()
|
/trunk/main/oox/source/drawingml/table/ |
H A D | tableproperties.cxx | 272 uno::Reference< XColumnRowRange > xColumnRowRange( in pushToPropSet() local 275 CreateTableColumns( xColumnRowRange->getColumns(), mvTableGrid ); in pushToPropSet() 276 CreateTableRows( xColumnRowRange->getRows(), mvTableRows ); in pushToPropSet() 291 uno::Reference< XTable > xTable( xColumnRowRange, uno::UNO_QUERY_THROW ); in pushToPropSet()
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlcoli.cxx | 152 …uno::Reference<table::XColumnRowRange> xColumnRowRange (xSheet->getCellRangeByPosition(nCurrentCol… in EndElement() local 153 if (xColumnRowRange.is()) in EndElement() 155 …uno::Reference <beans::XPropertySet> xColumnProperties(xColumnRowRange->getColumns(), uno::UNO_QUE… in EndElement()
|
H A D | xmlrowi.cxx | 181 uno::Reference<table::XColumnRowRange> xColumnRowRange (xCellRange, uno::UNO_QUERY); in EndElement() local 182 if (xColumnRowRange.is()) in EndElement() 184 uno::Reference <beans::XPropertySet> xRowProperties(xColumnRowRange->getRows(), uno::UNO_QUERY); in EndElement()
|
H A D | XMLTableShapeResizer.cxx | 211 uno::Reference<table::XColumnRowRange> xColumnRowRange (xSheet, uno::UNO_QUERY); in ResizeShapes() local 212 if (xColumnRowRange.is()) in ResizeShapes() 213 xTableRows = xColumnRowRange->getRows(); in ResizeShapes()
|
H A D | xmlexprt.cxx | 2225 …uno::Reference<table::XColumnRowRange> xColumnRowRange(xIndex->getByIndex(nTable), uno::UNO_QUERY); in _ExportAutoStyles() local 2226 … uno::Reference<table::XTableColumns> xTableColumns(xColumnRowRange->getColumns()); in _ExportAutoStyles() 2247 …uno::Reference<table::XColumnRowRange> xColumnRowRange(xIndex->getByIndex(nTable), uno::UNO_QUERY); in _ExportAutoStyles() local 2248 uno::Reference<table::XTableRows> xTableRows(xColumnRowRange->getRows()); in _ExportAutoStyles() 2501 uno::Reference<table::XColumnRowRange> xColumnRowRange (xTable, uno::UNO_QUERY); in _ExportAutoStyles() local 2502 if (xColumnRowRange.is()) in _ExportAutoStyles() 2507 … uno::Reference<table::XTableColumns> xTableColumns(xColumnRowRange->getColumns()); in _ExportAutoStyles() 2547 uno::Reference<table::XTableRows> xTableRows(xColumnRowRange->getRows()); in _ExportAutoStyles()
|
/trunk/test/testuno/source/testlib/uno/ |
H A D | SCUtil.java | 174 XColumnRowRange xColumnRowRange = in getSCRows() local 176 XTableRows xTableRows = xColumnRowRange.getRows(); in getSCRows() 188 XColumnRowRange xColumnRowRange = in getSCColumns() local 190 XTableColumns xTableColumns = xColumnRowRange.getColumns(); in getSCColumns()
|
/trunk/main/xmloff/inc/xmloff/table/ |
H A D | XMLTableExport.hxx | 75 …(const com::sun::star::uno::Reference < com::sun::star::table::XColumnRowRange >& xColumnRowRange); 78 …(const com::sun::star::uno::Reference < com::sun::star::table::XColumnRowRange >& xColumnRowRange);
|
H A D | XMLTableImport.hxx | 54 … ::com::sun::star::uno::Reference< ::com::sun::star::table::XColumnRowRange >& xColumnRowRange );
|
/trunk/main/xmloff/source/draw/ |
H A D | ximpshap.cxx | 4039 uno::Reference< table::XColumnRowRange > xColumnRowRange( in StartElement() local 4042 if( xColumnRowRange.is() ) in StartElement() 4043 …leImportContext = xTableImport->CreateTableContext( GetPrefix(), GetLocalName(), xColumnRowRange ); in StartElement()
|
/trunk/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 5739 uno::Reference< table::XColumnRowRange > xColumnRowRange( xTable, uno::UNO_QUERY_THROW ); in ImplCreateTable() local 5740 …uno::Reference< container::XIndexAccess > xColumns( xColumnRowRange->getColumns(), uno::UNO_QUERY_… in ImplCreateTable() 5741 …uno::Reference< container::XIndexAccess > xRows( xColumnRowRange->getRows(), uno::UNO_QUERY_THROW … in ImplCreateTable()
|
/trunk/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 7854 Reference< XColumnRowRange > xColumnRowRange( xTable, UNO_QUERY_THROW ); in CreateTable() local 7856 CreateTableRows( xColumnRowRange->getRows(), aRows, pGroup->GetSnapRect().Bottom() ); in CreateTable() 7857 CreateTableColumns( xColumnRowRange->getColumns(), aColumns, pGroup->GetSnapRect().Right() ); in CreateTable()
|