Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dtblsel.hxx75 SwSelBoxes& rBoxes, SwCellFrms* pCells,
/trunk/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()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx835 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/filter/ww8/
H A Dww8par2.cxx142 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()
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm870 NSArray* pCells = [pMatrix cells];
873 NSCell* pCell = [pCells objectAtIndex: m];

Completed in 72 milliseconds