Home
last modified time | relevance | path

Searched refs:nBoxPos (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basctl/source/basicide/
H A Dbasidesh.cxx538 long nBoxPos = aScrollBarBox.GetPosPixel().X() - 1; in ArrangeTabBar() local
540 if ( nPos <= nBoxPos ) in ArrangeTabBar()
546 …aHScrollBar.SetPosSizePixel( Point( nScrlStart, aPnt.Y() ), Size( nBoxPos - nScrlStart + 2, nH ) ); in ArrangeTabBar()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx1217 sal_uInt16 nBoxPos = pInsLine->GetTabBoxes().C40_GETPOS( SwTableBox, pSelBox ); in OldSplitRow() local
1218 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() local
1378 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() local
2949 while( !nBoxPos && pTmpBox->GetUpper()->GetUpper() ) in lcl_InsOtherBox()
2952 nBoxPos = pTmpBox->GetUpper()->GetTabBoxes().GetPos( pTmpBox ); in lcl_InsOtherBox()

Completed in 40 milliseconds