Searched refs:maCells (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/svx/source/table/ |
H A D | tablerow.cxx | 67 maCells.reserve( 20 ); in TableRow() 71 maCells.resize( nColumns ); in TableRow() 88 if( !maCells.empty() ) in dispose() 91 while( aIter != maCells.end() ) in dispose() 93 CellVector().swap(maCells); in dispose() 128 maCells.insert( maCells.begin() + nIndex, *pIter, (*pIter) + nCount ); in insertColumns() 131 maCells.reserve( maCells.size() + nCount ); in insertColumns() 133 maCells.insert( maCells.begin() + nIndex + i, mxTableModel->createCell() ); in insertColumns() 156 maCells.erase( aBegin, aEnd ); in removeColumns() 160 maCells.erase( aBegin ); in removeColumns() [all …]
|
H A D | tableundo.cxx | 295 maCells.swap( aCells ); in InsertColUndo() 305 Dispose( maCells ); in ~InsertColUndo() 326 mxTable->UndoRemoveColumns( mnIndex, maColumns, maCells ); in Redo() 342 maCells.swap( aCells ); in RemoveColUndo() 352 Dispose( maCells ); in ~RemoveColUndo() 362 mxTable->UndoRemoveColumns( mnIndex, maColumns, maCells ); in Undo()
|
H A D | tableundo.hxx | 138 CellVector maCells; member in sdr::table::InsertColUndo 157 CellVector maCells; member in sdr::table::RemoveColUndo 208 CellVector maCells; member
|
H A D | tablerow.hxx | 77 CellVector maCells; member in sdr::table::TableRow
|
H A D | tablemodel.cxx | 688 return maRows[nRow]->maCells[nCol]; in getCell()
|
/aoo42x/main/oox/source/xls/ |
H A D | scenariobuffer.cxx | 98 maCells.push_back( aModel ); in importInputCells() 120 maCells.push_back( aModel ); in importInputCells() 150 maCells.push_back( aModel ); in importScenario() 154 …for( ScenarioCellVector::iterator aIt = maCells.begin(), aEnd = maCells.end(); !rStrm.isEof() && (… in importScenario() 162 …for( ScenarioCellVector::iterator aIt = maCells.begin(), aEnd = maCells.end(); aIt != aEnd; ++aIt ) in finalizeImport() 180 …for( ScenarioCellVector::iterator aIt = maCells.begin(), aEnd = maCells.end(); aIt != aEnd; ++aIt ) in finalizeImport()
|
/aoo42x/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 133 maCells.resize( mnWidth * mnHeight ); in ArrayImpl() 142 return IsValidPos( nCol, nRow ) ? maCells[ GetIndex( nCol, nRow ) ] : OBJ_CELL_NONE; in GetCell() 148 return IsValidPos( nCol, nRow ) ? maCells[ GetIndex( nCol, nRow ) ] : aDummy; in GetCellAcc() 387 return mxImpl->maCells.size(); in GetCellCount() 644 … lclSetMergedRange( mxImpl->maCells, mxImpl->mnWidth, nFirstCol, nFirstRow, nLastCol, nLastRow ); in SetMergedRange() 769 if( !mxImpl->maCells.empty() ) in RemoveClipRange() 962 mxImpl->maCells.swap( aNewCells ); in MirrorSelfX() 996 mxImpl->maCells.swap( aNewCells ); in MirrorSelfY()
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterTextView.cxx | 625 maCells() in PresenterTextParagraph() 685 maCells() in PresenterTextParagraph() 960 for ( ; nCellIndex<sal_Int32(maCells.size()); ++nCellIndex) in AddLine() 962 const Cell& rCell (maCells[nCellIndex]); in AddLine() 1323 maCells.clear(); in SetupCellArray() 1347 maCells.push_back(Cell( in SetupCellArray()
|
H A D | PresenterTextView.hxx | 220 ::std::vector<Cell> maCells;
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | scenariobuffer.hxx | 86 ScenarioCellVector maCells; // Scenario cells. member in oox::xls::Scenario
|
/aoo42x/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 70 CellVec maCells; member
|
Completed in 49 milliseconds