Lines Matching refs:rBoxes
66 SW_DLLPUBLIC void GetTblSel( const SwCrsrShell& rShell, SwSelBoxes& rBoxes,
69 void GetTblSel( const SwCursor& rCrsr, SwSelBoxes& rBoxes,
75 SwSelBoxes& rBoxes, SwCellFrms* pCells,
79 void GetTblSelCrs( const SwCrsrShell& rShell, SwSelBoxes& rBoxes );
80 void GetTblSelCrs( const SwTableCursor& rTblCrsr, SwSelBoxes& rBoxes );
86 sal_Bool HasProtectedCells( const SwSelBoxes& rBoxes );
105 void GetMergeSel( const SwPaM& rPam, SwSelBoxes& rBoxes,
110 sal_uInt16 CheckMergeSel( const SwSelBoxes& rBoxes );
178 void SetTableLines( const SwSelBoxes &rBoxes, const SwTable &rTable );
212 const SwSelBoxes& rBoxes; member
217 : rBoxes(rBxs), pFndLine(0), pFndBox(pFB) {} in _FndPara()
219 : rBoxes(rPara.rBoxes), pFndLine(rPara.pFndLine), pFndBox(pFB) {} in _FndPara()
221 : rBoxes(rPara.rBoxes), pFndLine(pFL), pFndBox(rPara.pFndBox) {} in _FndPara()