/trunk/main/autodoc/source/display/html/ |
H A D | html_kit.cxx | 249 aCells.push_back( CellPair(&rCell1, &rCell2) ); in FlagTable() 258 csv_assert( i_nColumnPosition < aCells.size() ); in SetColumn() 261 rCell1 = *aCells[i_nColumnPosition].first; in SetColumn() 263 rCell2 = *aCells[i_nColumnPosition].second; in SetColumn()
|
H A D | html_kit.hxx | 170 aCells; member in adcdisp::FlagTable
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 294 SwXMLTableCells_Impl aCells; member in SwXMLTableRow_Impl 340 aCells.Insert( new SwXMLTableCell_Impl, aCells.Count() ); in SwXMLTableRow_Impl() 350 ASSERT( nCol < aCells.Count(), in GetCell() 352 return nCol < aCells.Count() ? aCells[(sal_uInt16)nCol] : 0; in GetCell() 363 sal_uInt32 nColSpan = nCells - aCells.Count(); in Expand() 364 for( sal_uInt16 i=aCells.Count(); i<nCells; i++ ) in Expand() 366 aCells.Insert( new SwXMLTableCell_Impl( 1UL, in Expand() 368 aCells.Count() ); in Expand() 372 ASSERT( nCells<=aCells.Count(), in Expand() 387 for( sal_uInt16 i=0; i < aCells.Count(); i++ ) in Dispose() [all …]
|
/trunk/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 2444 SwCellFrms aCells; in GetAutoSum() local 2445 if( ::GetAutoSumSel( *this, aCells )) in GetAutoSum() 2448 for( sal_uInt16 n = aCells.Count(); n; ) in GetAutoSum() 2450 SwCellFrm* pCFrm = aCells[ --n ]; in GetAutoSum() 2466 GetTabBox()->GetFrmFmt()->GetTblBoxFormula(), aCells)) in GetAutoSum() 2470 for( sal_uInt16 i = aCells.Count(); n+1 < i; ) in GetAutoSum() 2474 sTmp += aCells[ --i ]->GetTabBox()->GetName(); in GetAutoSum() 2487 GetTabBox()->GetFrmFmt()->GetTblBoxFormula(), aCells )) in GetAutoSum() 2501 GetTabBox()->GetFrmFmt()->GetTblBoxFormula(), aCells )) in GetAutoSum() 2508 for( sal_uInt16 i = aCells.Count(); n+1 < i; ) in GetAutoSum() [all …]
|
/trunk/main/svx/source/table/ |
H A D | tableundo.cxx | 288 …lUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& aCells ) in InsertColUndo() argument 295 maCells.swap( aCells ); in InsertColUndo() 335 …olUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& aCells ) in RemoveColUndo() argument 342 maCells.swap( aCells ); in RemoveColUndo()
|
H A D | tableundo.hxx | 128 …lUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& aCells ); 147 …lUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& aCells );
|
H A D | tablemodel.cxx | 285 void TableModel::UndoRemoveColumns( sal_Int32 nIndex, ColumnVector& aCols, CellVector& aCells ) in UndoRemoveColumns() argument 292 …DBG_ASSERT( (aCols.size() * maRows.size()) == aCells.size(), "sdr::table::TableModel::UndoRemoveCo… in UndoRemoveColumns() 298 CellVector::iterator aIter( aCells.begin() ); in UndoRemoveColumns() 304 …DBG_ASSERT(aIter2 < aCells.end(), "sdr::table::TableModel::UndoRemoveColumns(), invalid iterator!"… in UndoRemoveColumns()
|
H A D | tablemodel.hxx | 165 void UndoRemoveColumns( sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& aCells );
|
/trunk/main/sw/source/core/crsr/ |
H A D | trvltbl.cxx | 213 SwCellFrms aCells; in _SelTblRowOrCol() local 216 aBoxes, bSelectUp ? 0 : &aCells, eType ); in _SelTblRowOrCol() 218 if( !aBoxes.Count() || ( !bSelectUp && 4 != aCells.Count() ) ) in _SelTblRowOrCol() 228 …pStt = aCells[ bVert ? (bRow ? 0 : 3) : (bRow ? 2 : 1) ]->GetTabBox(); // will become point of ta… in _SelTblRowOrCol() 229 …pEnd = aCells[ bVert ? (bRow ? 3 : 0) : (bRow ? 1 : 2) ]->GetTabBox(); // will become mark of tab… in _SelTblRowOrCol()
|
/trunk/main/sw/inc/ |
H A D | htmltbl.hxx | 190 SwHTMLTableLayoutCell **aCells; member in SwHTMLTableLayout 466 return aCells[nRow*nCols+nCol]; in GetCell() 472 aCells[nRow*nCols+nCol] = pCell; in SetCell()
|
/trunk/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 110 SwWriteTableCells aCells; // Alle Zellen der Rows member in SwWriteTableRow 151 const SwWriteTableCells& GetCells() const { return aCells; } in GetCells()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unotext.cxx | 1845 std::vector<uno::Reference< beans::XPropertySet > > aCells; member 1854 aCells.push_back( rxCell ); in VerticallyMergedCell() 2161 aMergedIter->aCells.push_back( xCellPS ); in lcl_ApplyCellProperties() 2214 static_cast<sal_Int32>(aMergedIter->aCells.size()); in lcl_MergeCells() 2216 aCellIter = aMergedIter->aCells.begin(); in lcl_MergeCells() 2221 while (aCellIter != aMergedIter->aCells.end()) in lcl_MergeCells()
|
/trunk/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 206 aCells( new SwHTMLTableLayoutCellPtr[nRws*nCls] ), in SwHTMLTableLayout() 240 delete aCells[i]; in ~SwHTMLTableLayout() 241 delete[] aCells; in ~SwHTMLTableLayout()
|
/trunk/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 84 aCells.Insert( pCell, aCells.Count() ); in AddCell()
|