Lines Matching refs:xColumnRowRange

667 		uno::Reference< table::XColumnRowRange > xColumnRowRange(xRange, uno::UNO_QUERY_THROW );  in populateArea()  local
668 sal_Int32 nRowCount = xColumnRowRange->getRows()->getCount(); in populateArea()
669 sal_Int32 nColCount = xColumnRowRange->getColumns()->getCount(); in populateArea()
1502 uno::Reference< table::XColumnRowRange > xColumnRowRange(mxRange, uno::UNO_QUERY_THROW ); in getValue() local
1509 sal_Int32 nRowCount = xColumnRowRange->getRows()->getCount(); in getValue()
1510 sal_Int32 nColCount = xColumnRowRange->getColumns()->getCount(); in getValue()
1728 uno::Reference< table::XColumnRowRange > xColumnRowRange(mxRange, uno::UNO_QUERY_THROW ); in getCount() local
1729 rowCount = xColumnRowRange->getRows()->getCount(); in getCount()
1730 colCount = xColumnRowRange->getColumns()->getCount(); in getCount()
2188 uno::Reference< table::XColumnRowRange > xColumnRowRange(xRange, ::uno::UNO_QUERY_THROW); in CellsHelper() local
2189 sal_Int32 nColCount = xColumnRowRange->getColumns()->getCount(); in CellsHelper()
2573 uno::Reference< table::XColumnRowRange > xColumnRowRange(mxRange, ::uno::UNO_QUERY_THROW); in Resize() local
2578 nRowSize = xColumnRowRange->getRows()->getCount(); in Resize()
2580 nColumnSize = xColumnRowRange->getColumns()->getCount(); in Resize()
3360 uno::Reference< table::XColumnRowRange > xColumnRowRange(mxRange, uno::UNO_QUERY_THROW ); in Sort() local
3681 uno::Reference< table::XColumnRowRange > xColumnRowRange(mxRange, uno::UNO_QUERY ); in hasElements() local
3682 if ( xColumnRowRange.is() ) in hasElements()
3683 if ( xColumnRowRange->getRows()->getCount() || in hasElements()
3684 xColumnRowRange->getColumns()->getCount() ) in hasElements()
3695 uno::Reference< table::XColumnRowRange > xColumnRowRange(mxRange, uno::UNO_QUERY ); in createEnumeration() local
3699 nElems = xColumnRowRange->getColumns()->getCount(); in createEnumeration()
3701 nElems = xColumnRowRange->getRows()->getCount(); in createEnumeration()