Home
last modified time | relevance | path

Searched refs:pSelBox (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx116 const SwTableBox* pSelBox; member
941 : aPos( rPt ), pSelBox( pBox ), bVert( bVertical ) in _CmpLPt()
1232 const SwTableBox* pFirstBox = aPosArr[ 0 ].pSelBox; in GetMergeSel()
1251 if( bEmptyLine && !IsEmptyBox( *rPt.pSelBox, aPam )) in GetMergeSel()
1254 nWidth += rPt.pSelBox->GetFrmFmt()->GetFrmSize().GetWidth(); in GetMergeSel()
1268 pUndo->SaveCollection( *aPosArr[ i ].pSelBox ); in GetMergeSel()
1276 bEmptyLine = IsEmptyBox( *aPosArr[n].pSelBox, aPam ); in GetMergeSel()
1283 pUndo->SaveCollection( *aPosArr[ i ].pSelBox ); in GetMergeSel()
1296 sal_Bool bEmptyBox = IsEmptyBox( *rPt.pSelBox, aPam ); in GetMergeSel()
1306 nWidth += rPt.pSelBox->GetFrmFmt()->GetFrmSize().GetWidth(); in GetMergeSel()
[all …]
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx1184 SwTableBox* pSelBox = *( rBoxes.GetData() + n ); in OldSplitRow() local
1185 const SwRowFrm* pRow = GetRowFrm( *pSelBox->GetUpper() ); in OldSplitRow()
1199 SwTableBox* pSelBox = *( rBoxes.GetData() + n ); in OldSplitRow() local
1200 ASSERT( pSelBox, "Box steht nicht in der Tabelle" ); in OldSplitRow()
1203 SwTableLine* pInsLine = pSelBox->GetUpper(); in OldSplitRow()
1204 SwTableBoxFmt* pFrmFmt = (SwTableBoxFmt*)pSelBox->GetFrmFmt(); in OldSplitRow()
1217 sal_uInt16 nBoxPos = pInsLine->GetTabBoxes().C40_GETPOS( SwTableBox, pSelBox ); in OldSplitRow()
1222 SwTableBox* pLastBox = pSelBox; // zum verteilen der TextNodes !! in OldSplitRow()
1237 SwTableBoxFmt* pCpyBoxFrmFmt = (SwTableBoxFmt*)pSelBox->GetFrmFmt(); in OldSplitRow()
1240 pCpyBoxFrmFmt = (SwTableBoxFmt*)pSelBox->ClaimFrmFmt(); in OldSplitRow()
[all …]
/trunk/main/sw/source/core/edit/
H A Dedtab.cxx326 const SwTableBox* pSelBox = aBoxes[ n ]; in GetTblBoxFormulaAttrs() local
327 const SwTableBoxFmt* pTblFmt = (SwTableBoxFmt*)pSelBox->GetFrmFmt(); in GetTblBoxFormulaAttrs()
331 const SwTable& rTbl = pSelBox->GetSttNd()->FindTableNode()->GetTable(); in GetTblBoxFormulaAttrs()