Home
last modified time | relevance | path

Searched refs:rRows (Results 1 – 10 of 10) sorted by relevance

/AOO41X/main/mysqlc/source/
H A Dmysqlc_databasemetadata.cxx1503 std::vector< std::vector< Any > > rRows; in getTableTypes() local
1510 rRows.push_back(aRow); in getTableTypes()
1513 lcl_setRows_throw(xResultSet, 5 ,rRows); in getTableTypes()
1526 std::vector< std::vector< Any > > rRows; in getTypeInfo() local
1552 rRows.push_back(aRow); in getTypeInfo()
1556 lcl_setRows_throw(xResultSet, 14, rRows); in getTypeInfo()
1569 std::vector< std::vector< Any > > rRows; in getCatalogs() local
1581 rRows.push_back(aRow); in getCatalogs()
1591 lcl_setRows_throw(xResultSet, 0, rRows); in getCatalogs()
1604 std::vector< std::vector< Any > > rRows; in getSchemas() local
[all …]
/AOO41X/main/sc/source/core/inc/
H A Djumpmatrix.hxx112 void GetDimensions( SCSIZE& rCols, SCSIZE& rRows ) const in GetDimensions()
115 rRows = nRows; in GetDimensions()
184 void GetResMatDimensions( SCSIZE& rCols, SCSIZE& rRows ) in GetResMatDimensions() argument
187 rRows = nResMatRows; in GetResMatDimensions()
/AOO41X/main/svx/source/table/
H A Dtableundo.cxx170 static void Dispose( RowVector& rRows ) in Dispose() argument
172 RowVector::iterator aIter( rRows.begin() ); in Dispose()
173 while( aIter != rRows.end() ) in Dispose()
/AOO41X/main/filter/source/msfilter/
H A Dsvdfppt.cxx7425 sal_Bool GetCellPosition( const SdrObject* pObj, const std::set< sal_Int32 >& rRows, const std::set… in GetCellPosition() argument
7432 std::set< sal_Int32 >::const_iterator aRowIter( rRows.find( aSnapRect.Top() ) ); in GetCellPosition()
7434 if ( ( aRowIter == rRows.end() ) || ( aColumnIter == rColumns.end() ) ) in GetCellPosition()
7439 nRow = std::distance( rRows.begin(), aRowIter ); in GetCellPosition()
7440 while( ++aRowIter != rRows.end() ) in GetCellPosition()
7468 void GetRowPositions( const Rectangle& rSnapRect, const std::set< sal_Int32 >& rRows, in GetRowPositions() argument
7471 std::set< sal_Int32 >::const_iterator aRow( rRows.find( rSnapRect.Top() ) ); in GetRowPositions()
7472 if ( aRow != rRows.end() ) in GetRowPositions()
7474 sal_Int32 nRow = std::distance( rRows.begin(), aRow ); in GetRowPositions()
7475 while( ( aRow != rRows.end() ) && ((*aRow) < rSnapRect.Bottom() ) ) in GetRowPositions()
[all …]
/AOO41X/main/sc/inc/
H A Dconsoli.hxx123 void GetSize( SCCOL& rCols, SCROW& rRows ) const;
H A Dcell.hxx422 void GetResultDimensions( SCSIZE& rCols, SCSIZE& rRows );
H A Dexternalrefmgr.hxx169 void getAllRows(::std::vector<SCROW>& rRows, SCROW nLow = 0, SCROW nHigh = MAXROW) const;
/AOO41X/main/sc/source/core/tool/
H A Dconsoli.cxx265 void ScConsData::GetSize( SCCOL& rCols, SCROW& rRows ) const in GetSize()
268 rRows = static_cast<SCROW>(nRowCount); in GetSize()
/AOO41X/main/sc/source/core/data/
H A Dcell.cxx903 void ScFormulaCell::GetResultDimensions( SCSIZE& rCols, SCSIZE& rRows ) in GetResultDimensions() argument
911 pMat->GetDimensions( rCols, rRows ); in GetResultDimensions()
915 rRows = 0; in GetResultDimensions()
/AOO41X/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx292 void ScExternalRefCache::Table::getAllRows(vector<SCROW>& rRows, SCROW nLow, SCROW nHigh) const in getAllRows() argument
303 rRows.swap(aRows); in getAllRows()