Lines Matching refs:pBox
119 _CmpLPt( const Point& rPt, const SwTableBox* pBox, sal_Bool bVertical );
270 SwTableBox* pBox = pLine->GetTabBoxes()[ --n ]; in GetTblSel() local
273 !pBox->GetFrmFmt()->GetProtect().IsCntntProtected() ) in GetTblSel()
274 rBoxes.Insert( pBox ); in GetTblSel()
374 SwTableBox* pBox = (SwTableBox*) in GetTblSel() local
378 !pBox->GetFrmFmt()->GetProtect().IsCntntProtected() ) in GetTblSel()
379 rBoxes.Insert( pBox ); in GetTblSel()
710 SwTableBoxPtr pBox = (SwTableBox*)rCF.pFrm->GetTabBox(); in ChkChartSel() local
711 pBoxes->Insert( pBox, pBoxes->Count() ); in ChkChartSel()
940 _CmpLPt::_CmpLPt( const Point& rPt, const SwTableBox* pBox, sal_Bool bVertical ) in _CmpLPt() argument
941 : aPos( rPt ), pSelBox( pBox ), bVert( bVertical ) in _CmpLPt()
944 void lcl_InsTblBox( SwTableNode* pTblNd, SwDoc* pDoc, SwTableBox* pBox, in lcl_InsTblBox() argument
947 ASSERT( pBox->GetSttNd(), "Box ohne Start-Node" ); in lcl_InsTblBox()
948 SwCntntNode* pCNd = pDoc->GetNodes()[ pBox->GetSttIdx() + 1 ] in lcl_InsTblBox()
951 pDoc->GetNodes().InsBoxen( pTblNd, pBox->GetUpper(), in lcl_InsTblBox()
952 (SwTableBoxFmt*)pBox->GetFrmFmt(), in lcl_InsTblBox()
957 pDoc->GetNodes().InsBoxen( pTblNd, pBox->GetUpper(), in lcl_InsTblBox()
958 (SwTableBoxFmt*)pBox->GetFrmFmt(), in lcl_InsTblBox()
1063 SwTableBox* pBox =(SwTableBox*)((SwCellFrm*)pCell)->GetTabBox(); in GetMergeSel() local
1071 sal_uInt16 nInsPos = pBox->GetUpper()-> in GetMergeSel()
1072 GetTabBoxes().C40_GETPOS( SwTableBox, pBox )+1; in GetMergeSel()
1073 lcl_InsTblBox( pTblNd, pDoc, pBox, nInsPos ); in GetMergeSel()
1074 pBox->ClaimFrmFmt(); in GetMergeSel()
1076 pBox->GetFrmFmt()->GetFrmSize() ); in GetMergeSel()
1082 pBox->GetFrmFmt()->SetFmtAttr( aNew ); in GetMergeSel()
1084 pLastBox = pBox; in GetMergeSel()
1085 rBoxes.Insert( pBox ); in GetMergeSel()
1088 pBox, bVert ) ); in GetMergeSel()
1090 pBox = pBox->GetUpper()->GetTabBoxes()[ nInsPos ]; in GetMergeSel()
1092 pBox->ClaimFrmFmt(); in GetMergeSel()
1093 pBox->GetFrmFmt()->SetFmtAttr( aNew ); in GetMergeSel()
1096 pUndo->AddNewBox( pBox->GetSttIdx() ); in GetMergeSel()
1101 pLastBox = pBox; in GetMergeSel()
1102 rBoxes.Insert( pBox ); in GetMergeSel()
1108 pBox, bVert ) ); in GetMergeSel()
1115 sal_uInt16 nInsPos = pBox->GetUpper()->GetTabBoxes(). in GetMergeSel()
1116 C40_GETPOS( SwTableBox, pBox )+1; in GetMergeSel()
1117 lcl_InsTblBox( pTblNd, pDoc, pBox, nInsPos, 2 ); in GetMergeSel()
1118 pBox->ClaimFrmFmt(); in GetMergeSel()
1120 pBox->GetFrmFmt()->GetFrmSize() ); in GetMergeSel()
1130 pBox->GetFrmFmt()->SetFmtAttr( aNew ); in GetMergeSel()
1134 if( SFX_ITEM_SET == pBox->GetFrmFmt()->GetAttrSet() in GetMergeSel()
1139 pBox->GetFrmFmt()->SetFmtAttr( aBox ); in GetMergeSel()
1143 pBox = pBox->GetUpper()->GetTabBoxes()[ nInsPos ]; in GetMergeSel()
1145 pBox->ClaimFrmFmt(); in GetMergeSel()
1146 pBox->GetFrmFmt()->SetFmtAttr( aNew ); in GetMergeSel()
1149 pUndo->AddNewBox( pBox->GetSttIdx() ); in GetMergeSel()
1152 pLastBox = pBox; in GetMergeSel()
1153 rBoxes.Insert( pBox ); in GetMergeSel()
1156 pBox, bVert ) ); in GetMergeSel()
1158 pBox = pBox->GetUpper()->GetTabBoxes()[ nInsPos+1 ]; in GetMergeSel()
1160 pBox->ClaimFrmFmt(); in GetMergeSel()
1161 pBox->GetFrmFmt()->SetFmtAttr( aNew ); in GetMergeSel()
1164 pUndo->AddNewBox( pBox->GetSttIdx() ); in GetMergeSel()
1174 sal_uInt16 nInsPos = pBox->GetUpper()->GetTabBoxes(). in GetMergeSel()
1175 C40_GETPOS( SwTableBox, pBox )+1; in GetMergeSel()
1176 lcl_InsTblBox( pTblNd, pDoc, pBox, nInsPos, 1 ); in GetMergeSel()
1178 SwFmtFrmSize aNew(pBox->GetFrmFmt()->GetFrmSize() ); in GetMergeSel()
1188 pBox->ClaimFrmFmt()->SetFmtAttr( aNew ); in GetMergeSel()
1191 pBox = pBox->GetUpper()->GetTabBoxes()[ nInsPos ]; in GetMergeSel()
1193 pBox->ClaimFrmFmt(); in GetMergeSel()
1194 pBox->GetFrmFmt()->SetFmtAttr( aNew ); in GetMergeSel()
1196 pLastBox = pBox; in GetMergeSel()
1197 rBoxes.Insert( pBox ); in GetMergeSel()
1199 pCell->Frm().Top()), pBox, bVert )); in GetMergeSel()
1202 pUndo->AddNewBox( pBox->GetSttIdx() ); in GetMergeSel()