Home
last modified time | relevance | path

Searched refs:pCells (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/sw/source/filter/html/
H A Dhtmltab.cxx296 HTMLTableCells *pCells; // die Zellen der Zeile member in HTMLTableRow
321 inline const HTMLTableCells *GetCells() const { return pCells; } in GetCells()
835 pCells(new HTMLTableCells), in HTMLTableRow()
847 pCells->Insert( new HTMLTableCell, pCells->Count() ); in HTMLTableRow()
850 ASSERT( nCells==pCells->Count(), in HTMLTableRow()
856 delete pCells; in ~HTMLTableRow()
868 ASSERT( nCell<pCells->Count(), in GetCell()
870 return (*pCells)[nCell]; in GetCell()
879 sal_uInt16 nColSpan = nCells-pCells->Count(); in Expand()
880 for( sal_uInt16 i=pCells->Count(); i<nCells; i++ ) in Expand()
[all …]
/AOO42X/main/sw/source/core/frmedt/
H A Dtblsel.cxx300 SwSelBoxes& rBoxes, SwCellFrms* pCells, in GetTblSel() argument
381 if ( pCells ) in GetTblSel()
436 if ( pCells ) in GetTblSel()
438 pCells->Remove( 0, pCells->Count() ); in GetTblSel()
439 pCells->Insert( pCurrentTopLeftFrm, 0 ); in GetTblSel()
440 pCells->Insert( pCurrentTopRightFrm, 1 ); in GetTblSel()
441 pCells->Insert( pCurrentBottomLeftFrm, 2 ); in GetTblSel()
442 pCells->Insert( pCurrentBottomRightFrm, 3 ); in GetTblSel()
/AOO42X/main/sw/inc/
H A Dtblsel.hxx75 SwSelBoxes& rBoxes, SwCellFrms* pCells,
/AOO42X/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm870 NSArray* pCells = [pMatrix cells];
873 NSCell* pCell = [pCells objectAtIndex: m];
/AOO42X/main/sw/source/filter/ww8/
H A Dww8par2.cxx141 static void setcelldefaults(WW8_TCell *pCells, short nCells);
1700 void WW8TabBandDesc::setcelldefaults(WW8_TCell *pCells, short nCols) in setcelldefaults() argument
1702 memset( pCells, 0, nCols * sizeof( WW8_TCell ) ); in setcelldefaults()