Home
last modified time | relevance | path

Searched refs:nSBWidth (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sd/source/ui/animations/
H A DDialogListBox.cxx196 long nSBWidth = GetSettings().GetStyleSettings().GetScrollBarSize(); in ImplResizeControls() local
197 nSBWidth = CalcZoom( nSBWidth ); in ImplResizeControls()
201 maInnerSize.Width() -= nSBWidth; in ImplResizeControls()
203 maInnerSize.Height() -= nSBWidth; in ImplResizeControls()
209 mpScrollBarBox->SetPosSizePixel( aBoxPos, Size( nSBWidth, nSBWidth ) ); in ImplResizeControls()
221 Point aVPos( aOutSz.Width() - nSBWidth, 0 ); in ImplResizeControls()
222 mpVScrollBar->SetPosSizePixel( aVPos, Size( nSBWidth, maInnerSize.Height() ) ); in ImplResizeControls()
233 Point aHPos( 0, aOutSz.Height() - nSBWidth ); in ImplResizeControls()
234 mpHScrollBar->SetPosSizePixel( aHPos, Size( maInnerSize.Width(), nSBWidth ) ); in ImplResizeControls()
H A DCustomAnimationDialog.cxx427 long nSBWidth = GetSettings().GetStyleSettings().GetScrollBarSize(); in Resize() local
428 nSBWidth = CalcZoom( nSBWidth ); in Resize()
429 mpSubControl->SetPosSizePixel( 0, 1, aOutSz.Width() - nSBWidth, aOutSz.Height()-2 ); in Resize()
430 mpDropdownButton->SetPosSizePixel( aOutSz.Width() - nSBWidth, 0, nSBWidth, aOutSz.Height() ); in Resize()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx457 long nSBWidth = pSvMultiLineEdit->GetSettings().GetStyleSettings().GetScrollBarSize(); in Resize() local
458 nSBWidth = pSvMultiLineEdit->CalcZoom( nSBWidth ); in Resize()
461 aSz.Height() -= nSBWidth+1; in Resize()
463 aSz.Width() -= nSBWidth+1; in Resize()
468 mpHScrollBar->SetPosSizePixel( 0, aEditSize.Height()-nSBWidth, aSz.Width(), nSBWidth ); in Resize()
475 mpVScrollBar->SetPosSizePixel( 0, 0, nSBWidth, aSz.Height() ); in Resize()
476 aTextWindowPos.X() += nSBWidth; in Resize()
479 … mpVScrollBar->SetPosSizePixel( aEditSize.Width()-nSBWidth, 0, nSBWidth, aSz.Height() ); in Resize()
483 mpScrollBox->SetPosSizePixel( aSz.Width(), aSz.Height(), nSBWidth, nSBWidth ); in Resize()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx2548 long nSBWidth = GetSettings().GetStyleSettings().GetScrollBarSize(); in ImplResizeControls() local
2549 nSBWidth = CalcZoom( nSBWidth ); in ImplResizeControls()
2553 aInnerSz.Width() -= nSBWidth; in ImplResizeControls()
2555 aInnerSz.Height() -= nSBWidth; in ImplResizeControls()
2560 Point aWinPos( bMirroring && mbVScroll ? nSBWidth : 0, 0 ); in ImplResizeControls()
2567 mpScrollBarBox->SetPosSizePixel( aBoxPos, Size( nSBWidth, nSBWidth ) ); in ImplResizeControls()
2579 Point aVPos( bMirroring ? 0 : aOutSz.Width() - nSBWidth, 0 ); in ImplResizeControls()
2593 Point aHPos( ( bMirroring && mbVScroll ) ? nSBWidth : 0, aOutSz.Height() - nSBWidth ); in ImplResizeControls()
2594 mpHScrollBar->SetPosSizePixel( aHPos, Size( aInnerSz.Width(), nSBWidth ) ); in ImplResizeControls()
3241 long nSBWidth = GetSettings().GetStyleSettings().GetScrollBarSize(); in CalcFloatSize() local
[all …]
H A Dcombobox.cxx641 long nSBWidth = GetSettings().GetStyleSettings().GetScrollBarSize(); in Resize() local
681 nSBWidth = CalcZoom( nSBWidth ); in Resize()
682 … mpSubEdit->SetPosSizePixel( Point( 0, 0 ), Size( aOutSz.Width() - nSBWidth, aOutSz.Height() ) ); in Resize()
683 mpBtn->SetPosSizePixel( aOutSz.Width() - nSBWidth, nTop, nSBWidth, (nBottom-nTop) ); in Resize()
H A Dlstbox.cxx686 long nSBWidth = GetSettings().GetStyleSettings().GetScrollBarSize(); in Resize() local
736 nSBWidth = CalcZoom( nSBWidth ); in Resize()
737 mpImplWin->SetPosSizePixel( 0, 0, aOutSz.Width() - nSBWidth, aOutSz.Height() ); in Resize()
738 mpBtn->SetPosSizePixel( aOutSz.Width() - nSBWidth, 0, nSBWidth, aOutSz.Height() ); in Resize()
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx1103 long nSBWidth = GetSettings().GetStyleSettings().GetScrollBarSize(); in Resize() local
1104 nSBWidth = CalcZoom( nSBWidth ); in Resize()
1105 m_pImplEdit->SetPosSizePixel( 0, 1, aOutSz.Width() - nSBWidth, aOutSz.Height()-2 ); in Resize()
1106 m_pDropdownButton->SetPosSizePixel( aOutSz.Width() - nSBWidth, 0, nSBWidth, aOutSz.Height() ); in Resize()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1711 long nSBWidth = aEWVScrollBar.GetSizePixel().Width(); in Resize() local
1716 Size aEWSz( Size( aSz.Width() - nBrkWidth - nSBWidth + 2, aSz.Height() ) ); in Resize()
1719 …aEWVScrollBar.SetPosSizePixel( Point( aOutSz.Width()-DWBORDER-nSBWidth, DWBORDER ), Size( nSBWidth in Resize()

Completed in 76 milliseconds