Searched refs:pBox2 (Results 1 – 2 of 2) sorted by relevance
1220 SwTableBox* SwXCell::FindBox(SwTable* pTable, SwTableBox* pBox2) in FindBox() argument1224 pBox2 == pTable->GetTabSortBoxes()[ nFndPos ] ) in FindBox()1225 return pBox2; in FindBox()1228 if( pTable->GetTabSortBoxes().Seek_Entry( pBox2, &nFndPos )) in FindBox()1229 return pBox2; in FindBox()
3301 SwTableBox* pBox2 = (*pTabBoxes)[i-1]; in AdjustNewBand() local3302 SvxBoxItem aOldBox(sw::util::ItemGet<SvxBoxItem>(*(pBox2->GetFrmFmt()), RES_BOX)); in AdjustNewBand()3312 pBox2->GetFrmFmt()->SetFmtAttr(aOldBox); in AdjustNewBand()
Completed in 87 milliseconds