Searched refs:pCells (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 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() 886 pCells->Insert( pCell, pCells->Count() ); in Expand() 890 ASSERT( nCells==pCells->Count(), in Expand() 899 sal_uInt16 nEnd = pCells->Count(); in Shrink() 919 HTMLTableCell *pCell = (*pCells)[i]; in Shrink() [all …]
|
/trunk/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 300 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()
|
/trunk/main/sw/inc/ |
H A D | tblsel.hxx | 75 SwSelBoxes& rBoxes, SwCellFrms* pCells,
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | aquaprintaccessoryview.mm | 870 NSArray* pCells = [pMatrix cells]; 873 NSCell* pCell = [pCells objectAtIndex: m];
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8par2.cxx | 142 static void setcelldefaults(WW8_TCell *pCells, short nCells); 1701 void WW8TabBandDesc::setcelldefaults(WW8_TCell *pCells, short nCols) in setcelldefaults() argument 1703 memset( pCells, 0, nCols * sizeof( WW8_TCell ) ); in setcelldefaults()
|
Completed in 72 milliseconds