| /AOO42X/main/svx/source/table/ |
| H A D | tablelayouter.cxx | 98 if( ((sal_Int32)maRows.size()) <= aPos.mnRow ) in getCellSize() 101 height += maRows[aPos.mnRow++].mnSize; in getCellSize() 136 … if( (rPos.mnCol < ((sal_Int32)maColumns.size()) && (rPos.mnRow < ((sal_Int32)maRows.size()) ) ) ) in getCellArea() 139 const sal_Int32 y = maRows[rPos.mnRow].mnPos; in getCellArea() 158 return maRows[nRow].mnSize; in getRowHeight() 169 maRows[nRow].mnSize = nHeight; in setRowHeight() 246 nRet = maRows[std::min((sal_Int32)nEdgeY,getRowCount()-1)].mnPos; in getHorizontalEdge() 249 nRet += maRows[nEdgeY - 1].mnSize; in getHorizontalEdge() 255 *pnMin = maRows[nEdgeY-1].mnPos + 600; // todo in getHorizontalEdge() 736 maRows[nRow].mnMinSize = nMinHeight; in LayoutTableHeight() [all …]
|
| H A D | tablemodel.cxx | 153 (*maRows[nRows]) = (*xSourceTable->maRows[nRows]); in TableModel() 183 maRows.reserve( 20 ); in init() 191 maRows.resize( nRows ); in init() 194 maRows[nRows].set( new TableRow( this, nRows, nColumns ) ); in init() 245 remove_range<RowVector,RowVector::iterator>( maRows, nIndex, nCount ); in UndoInsertRows() 258 nIndex = insert_range<RowVector,RowVector::iterator,TableRowRef>( maRows, nIndex, nCount ); in UndoRemoveRows() 261 maRows[nIndex+nOffset] = aRows[nOffset]; in UndoRemoveRows() 277 maRows[nRows]->removeColumns( nIndex, nCount ); in UndoInsertColumns() 292 …DBG_ASSERT( (aCols.size() * maRows.size()) == aCells.size(), "sdr::table::TableModel::UndoRemoveCo… in UndoRemoveColumns() 305 maRows[nRow]->insertColumns( nIndex, nCount, &aIter2 ); in UndoRemoveColumns() [all …]
|
| H A D | tableundo.cxx | 190 maRows.swap( aNewRows ); in InsertRowUndo() 198 Dispose( maRows ); in ~InsertRowUndo() 207 mxTable->UndoInsertRows( mnIndex, sal::static_int_cast< sal_Int32 >( maRows.size() ) ); in Undo() 218 mxTable->UndoRemoveRows( mnIndex, maRows ); in Redo() 233 maRows.swap( aRemovedRows ); in RemoveRowUndo() 241 Dispose( maRows ); in ~RemoveRowUndo() 250 mxTable->UndoRemoveRows( mnIndex, maRows ); in Undo() 261 mxTable->UndoInsertRows( mnIndex, sal::static_int_cast< sal_Int32 >( maRows.size() ) ); in Redo()
|
| H A D | tablertfimporter.cxx | 126 RTFRowVector maRows; member in sdr::table::SdrTableRTFParser 226 if( !maRows.empty() ) in InsertCell() 228 RTFColumnVectorPtr xColumn( maRows.back() ); in InsertCell() 270 for( sal_Int32 nRow = 0; nRow < (sal_Int32)maRows.size(); nRow++ ) in FillTable() 272 RTFColumnVectorPtr xColumn( maRows[nRow] ); in FillTable() 317 maRows.push_back( RTFColumnVectorPtr( new RTFColumnVector() ) ); in NewCellRow()
|
| H A D | tablelayouter.hxx | 91 ::sal_Int32 getRowCount() const { return static_cast< ::sal_Int32 >( maRows.size() ); } in getRowCount() 135 …( sal_Int32 nRow ) const { return (nRow >= 0) && (nRow < static_cast<sal_Int32>( maRows.size())); } in isValidRow() 161 LayoutVector maRows; member in sdr::table::TableLayouter
|
| H A D | tableundo.hxx | 101 RowVector maRows; member in sdr::table::InsertRowUndo 119 RowVector maRows; member in sdr::table::RemoveRowUndo
|
| H A D | tablemodel.hxx | 178 RowVector maRows; member in sdr::table::TableModel
|
| /AOO42X/main/toolkit/source/layout/core/ |
| H A D | table.cxx | 163 std::vector< GroupData > &aGroup = g == 0 ? maCols : maRows; in getMinimumSize() 241 for ( std::vector<GroupData>::iterator it = maRows.begin(); in getMinimumSize() 242 it != maRows.end(); it++ ) in getMinimumSize() 257 if ( maCols.size() == 0 || maRows.size() == 0 ) in allocateArea() 264 nExtraSize[ 1 ] /= mnRowExpandables ? mnRowExpandables : maRows.size(); in allocateArea() 277 std::vector< GroupData > &aGroup = g == 0 ? maCols : maRows; in allocateArea()
|
| H A D | table.hxx | 68 std::vector< GroupData > maRows; member in layoutimpl::Table
|
| /AOO42X/main/sc/source/ui/docshell/ |
| H A D | externalrefmgr.cxx | 238 RowsDataType::iterator itrRow = maRows.find(nRow); in setCell() 239 if (itrRow == maRows.end()) in setCell() 242 pair<RowsDataType::iterator, bool> res = maRows.insert( in setCell() 264 RowsDataType::const_iterator itrTable = maRows.find(nRow); in getCell() 265 if (itrTable == maRows.end()) in getCell() 288 RowsDataType::const_iterator itrRow = maRows.find(nRow); in hasRow() 289 return itrRow != maRows.end(); in hasRow() 295 aRows.reserve(maRows.size()); in getAllRows() 296 RowsDataType::const_iterator itr = maRows.begin(), itrEnd = maRows.end(); in getAllRows() 309 if( !maRows.empty() ) in getRowRange() [all …]
|
| /AOO42X/main/sw/source/core/access/ |
| H A D | acctable.cxx | 89 Int32Set_Impl maRows; member in SwAccessibleTableData_Impl 126 const Int32Set_Impl& GetRows() const { return maRows; } in GetRows() 175 maRows.insert( pLower->Frm().Top() - maTabFrmPos.Y() ); in CollectData() 216 maRows.insert( pLower->Frm().Top() - maTabFrmPos.Y() ); in CollectRowHeaderData() 265 maRows.insert( pLower->Frm().Top() - maTabFrmPos.Y() ); in CollectColumnHeaderData() 400 bColumns ? maColumns : maRows; in GetSelection() 460 const Int32Set_Impl& rRowsOrColumns = bColumns ? maColumns : maRows; in GetSelection() 498 sal_Int32 count = static_cast< sal_Int32 >( maRows.size() ) ; in GetRowCount() 571 if( ( nRow < 0 || nRow >= static_cast< sal_Int32 >( maRows.size() ) ) || in CheckRowAndCol() 589 maRows.lower_bound( rBox.Top() - maTabFrmPos.Y() ) ); in GetRowColumnAndExtent() [all …]
|
| /AOO42X/main/sc/inc/ |
| H A D | externalrefmgr.hxx | 197 RowsDataType maRows; member in ScExternalRefCache::Table
|