Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/html/
H A Dhtmltab.cxx845 pCells(new HTMLTableCells), in HTMLTableRow()
857 pCells->Insert( new HTMLTableCell, pCells->Count() ); in HTMLTableRow()
860 ASSERT( nCells==pCells->Count(), in HTMLTableRow()
866 delete pCells; in ~HTMLTableRow()
878 ASSERT( nCell<pCells->Count(), in GetCell()
880 return (*pCells)[nCell]; in GetCell()
896 pCells->Insert( pCell, pCells->Count() ); in Expand()
900 ASSERT( nCells==pCells->Count(), in Expand()
909 sal_uInt16 nEnd = pCells->Count(); in Shrink()
929 HTMLTableCell *pCell = (*pCells)[i]; in Shrink()
[all …]
/aoo4110/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()
/aoo4110/main/sw/inc/
H A Dtblsel.hxx75 SwSelBoxes& rBoxes, SwCellFrms* pCells,
/aoo4110/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm870 NSArray* pCells = [pMatrix cells];
873 NSCell* pCell = [pCells objectAtIndex: m];
/aoo4110/main/sw/source/filter/ww8/
H A Dww8par2.cxx142 static void setcelldefaults(WW8_TCell *pCells, short nCells);
1672 void WW8TabBandDesc::setcelldefaults(WW8_TCell *pCells, short nCols) in setcelldefaults() argument
1674 memset( pCells, 0, nCols * sizeof( WW8_TCell ) ); in setcelldefaults()

Completed in 88 milliseconds