Home
last modified time | relevance | path

Searched refs:maCells (Results 1 – 11 of 11) sorted by relevance

/aoo41x/main/svx/source/table/
H A Dtablerow.cxx67 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 Dtableundo.cxx290 maCells.swap( aCells ); in InsertColUndo()
300 Dispose( maCells ); in ~InsertColUndo()
321 mxTable->UndoRemoveColumns( mnIndex, maColumns, maCells ); in Redo()
337 maCells.swap( aCells ); in RemoveColUndo()
347 Dispose( maCells ); in ~RemoveColUndo()
357 mxTable->UndoRemoveColumns( mnIndex, maColumns, maCells ); in Undo()
H A Dtableundo.hxx138 CellVector maCells; member in sdr::table::InsertColUndo
157 CellVector maCells; member in sdr::table::RemoveColUndo
208 CellVector maCells; member
H A Dtablerow.hxx77 CellVector maCells; member in sdr::table::TableRow
H A Dtablemodel.cxx688 return maRows[nRow]->maCells[nCol]; in getCell()
/aoo41x/main/oox/source/xls/
H A Dscenariobuffer.cxx98 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()
/aoo41x/main/svx/source/dialog/
H A Dframelinkarray.cxx133 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()
/aoo41x/main/sdext/source/presenter/
H A DPresenterTextView.cxx625 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 DPresenterTextView.hxx220 ::std::vector<Cell> maCells;
/aoo41x/main/oox/inc/oox/xls/
H A Dscenariobuffer.hxx86 ScenarioCellVector maCells; /// Scenario cells. member in oox::xls::Scenario
/aoo41x/main/svx/inc/svx/
H A Dframelinkarray.hxx70 CellVec maCells; member

Completed in 117 milliseconds