Home
last modified time | relevance | path

Searched refs:xColumnRowRange (Results 1 – 17 of 17) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbafont.cxx84 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 Dvbapagebreaks.cxx69 …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 Dvbarange.cxx668 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 Dvbaborders.cxx381 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 DXMLTableExport.cxx220 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 DXMLTableImport.cxx107 …& 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 Dtableproperties.cxx272 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 Dxmlcoli.cxx152 …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 Dxmlrowi.cxx181 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 DXMLTableShapeResizer.cxx211 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 Dxmlexprt.cxx2225 …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 DSCUtil.java174 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 DXMLTableExport.hxx75 …(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 DXMLTableImport.hxx54 … ::com::sun::star::uno::Reference< ::com::sun::star::table::XColumnRowRange >& xColumnRowRange );
/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx4039 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 Depptso.cxx5739 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 Dsvdfppt.cxx7854 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()

Completed in 205 milliseconds