Searched refs:nBoxPos (Results 1 – 2 of 2) sorted by relevance
538 long nBoxPos = aScrollBarBox.GetPosPixel().X() - 1; in ArrangeTabBar() local540 if ( nPos <= nBoxPos ) in ArrangeTabBar()546 …aHScrollBar.SetPosSizePixel( Point( nScrlStart, aPnt.Y() ), Size( nBoxPos - nScrlStart + 2, nH ) ); in ArrangeTabBar()
1217 sal_uInt16 nBoxPos = pInsLine->GetTabBoxes().C40_GETPOS( SwTableBox, pSelBox ); in OldSplitRow() local1218 pInsLine->GetTabBoxes().Remove( nBoxPos ); // alte loeschen in OldSplitRow()1219 pInsLine->GetTabBoxes().C40_INSERT( SwTableBox, pNewBox, nBoxPos ); in OldSplitRow()1341 sal_uInt16 nBoxPos = pInsLine->GetTabBoxes().C40_GETPOS( SwTableBox, pSelBox ); in SplitCol() local1378 pSelBox, nBoxPos + i ); // dahinter einfuegen in SplitCol()1381 pSelBox, nBoxPos + nCnt ); // dahinter einfuegen in SplitCol()1387 pInsLine->GetTabBoxes()[ nBoxPos + nCnt ]->ClaimFrmFmt(); in SplitCol()2948 sal_uInt16 nBoxPos = n; in lcl_InsOtherBox() local2949 while( !nBoxPos && pTmpBox->GetUpper()->GetUpper() ) in lcl_InsOtherBox()2952 nBoxPos = pTmpBox->GetUpper()->GetTabBoxes().GetPos( pTmpBox ); in lcl_InsOtherBox()
Completed in 47 milliseconds