| /AOO41X/main/desktop/source/deployment/gui/ |
| H A D | dp_gui_dialog2.cxx | 256 Size aBtnSize( m_pOptionsBtn->GetSizePixel() ); in SetButtonPos() local 258 rRect.Bottom() - TOP_OFFSET - aBtnSize.Height() ); in SetButtonPos() 261 aBtnPos.X() = rRect.Right() - TOP_OFFSET - aBtnSize.Width(); in SetButtonPos() 263 aBtnPos.X() -= ( TOP_OFFSET + aBtnSize.Width() ); in SetButtonPos() 729 Size aBtnSize = m_aUpdateBtn.GetSizePixel(); in ExtMgrDialog() local 733 if ( nWidth > aBtnSize.Width() ) in ExtMgrDialog() 734 m_aUpdateBtn.SetSizePixel( Size( nWidth, aBtnSize.Height() ) ); in ExtMgrDialog() 1123 Size aBtnSize( m_aHelpBtn.GetSizePixel() ); in Resize() local 1127 aTotalSize.Height() - RSC_SP_DLG_INNERBORDER_BOTTOM - aBtnSize.Height() ); in Resize() 1131 aPos.X() = aTotalSize.Width() - RSC_SP_DLG_INNERBORDER_RIGHT - aBtnSize.Width(); in Resize() [all …]
|
| /AOO41X/main/sc/source/ui/inc/ |
| H A D | cbutton.hxx | 53 { Draw( rAt, aBtnSize, bState, bBtnIn ); } in Draw() 57 { Draw( aBtnPos, aBtnSize, bState, bBtnIn ); } in Draw() 64 void SetSizePixel( const Size& rNewSize ) { aBtnSize = rNewSize; } in SetSizePixel() 65 Size GetSizePixel() const { return aBtnSize; } in GetSizePixel() 74 Size aBtnSize; member in ScDDComboBoxButton
|
| /AOO41X/main/svx/source/dialog/ |
| H A D | dlgctrl.cxx | 461 Size aBtnSize( 11, 11 ); in Paint() local 462 Size aDstBtnSize( PixelToLogic( aBtnSize ) ); in Paint() 476 DrawBitmap( aPtLT - aToCenter, aDstBtnSize, aBtnPnt3, aBtnSize, rBitmap ); in Paint() 477 DrawBitmap( aPtMT - aToCenter, aDstBtnSize, aBtnPnt3, aBtnSize, rBitmap ); in Paint() 478 DrawBitmap( aPtRT - aToCenter, aDstBtnSize, aBtnPnt3, aBtnSize, rBitmap ); in Paint() 479 DrawBitmap( aPtLM - aToCenter, aDstBtnSize, aBtnPnt3, aBtnSize, rBitmap ); in Paint() 481 DrawBitmap( aPtMM - aToCenter, aDstBtnSize, aBtnPnt3, aBtnSize, rBitmap ); in Paint() 482 DrawBitmap( aPtRM - aToCenter, aDstBtnSize, aBtnPnt3, aBtnSize, rBitmap ); in Paint() 483 DrawBitmap( aPtLB - aToCenter, aDstBtnSize, aBtnPnt3, aBtnSize, rBitmap ); in Paint() 484 DrawBitmap( aPtMB - aToCenter, aDstBtnSize, aBtnPnt3, aBtnSize, rBitmap ); in Paint() [all …]
|
| /AOO41X/main/svtools/source/dialogs/ |
| H A D | wizdlg.cxx | 144 Size aBtnSize = pBtnData->mpButton->GetSizePixel(); in ImplPosCtrls() local 145 long nBtnHeight = aBtnSize.Height(); in ImplPosCtrls() 148 nBtnWidth += aBtnSize.Width(); in ImplPosCtrls() 165 Size aBtnSize = pBtnData->mpButton->GetSizePixel(); in ImplPosCtrls() local 168 Point aPos( nOffX, nOffY+((nMaxHeight-aBtnSize.Height())/2) ); in ImplPosCtrls() 170 nOffX += aBtnSize.Width(); in ImplPosCtrls() 175 Point aPos( nOffLeftAlignX, nOffY+((nMaxHeight-aBtnSize.Height())/2) ); in ImplPosCtrls() 177 nOffLeftAlignX += aBtnSize.Width(); in ImplPosCtrls()
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | gridwin4.cxx | 1367 Size aBtnSize = aButton.GetSizePixel(); in GetListValButtonRect() local 1391 if ( nAvailable < aBtnSize.Width() ) in GetListValButtonRect() 1392 aBtnSize.Width() = nAvailable; in GetListValButtonRect() 1393 if ( nCellSizeY < aBtnSize.Height() ) in GetListValButtonRect() 1394 aBtnSize.Height() = nCellSizeY; in GetListValButtonRect() 1399 … aPos.X() -= aBtnSize.Width() * nLayoutSign; // right edge of cell if next cell not available in GetListValButtonRect() 1400 aPos.Y() += nCellSizeY - aBtnSize.Height(); in GetListValButtonRect() 1404 aPos.X() -= aBtnSize.Width()-1; // align right edge of button with cell border in GetListValButtonRect() 1406 return Rectangle( aPos, aBtnSize ); in GetListValButtonRect() 1452 Size aBtnSize = aComboButton.GetSizePixel(); in DrawComboButton() local [all …]
|
| /AOO41X/main/sfx2/source/dialog/ |
| H A D | passwd.cxx | 168 Size aBtnSize( maCancelBtn.GetSizePixel() ); in SfxPasswordDialog() local 173 size_t nBtnIndex = xButtons->addWindow( &maHelpBtn, 0, aBtnSize ); in SfxPasswordDialog() 175 nBtnIndex = xButtons->addWindow( &maOKBtn, 0, aBtnSize ); in SfxPasswordDialog() 176 nBtnIndex = xButtons->addWindow( &maCancelBtn, 0, aBtnSize ); in SfxPasswordDialog()
|
| /AOO41X/main/vcl/source/control/ |
| H A D | scrbar.cxx | 359 Size aBtnSize( aSize.Height(), aSize.Height() ); in ImplCalc() local 362 maBtn1Rect.SetSize( aBtnSize ); in ImplCalc() 363 maBtn2Rect.SetSize( aBtnSize ); in ImplCalc() 415 const Size aBtnSize( aSize.Width(), aSize.Width() ); in ImplCalc() local 418 maBtn1Rect.SetSize( aBtnSize ); in ImplCalc() 419 maBtn2Rect.SetSize( aBtnSize ); in ImplCalc()
|
| /AOO41X/main/sc/source/ui/cctrl/ |
| H A D | cbuttonw.cxx | 60 aBtnSize = pOut->LogicToPixel( Size(0,11), MAP_APPFONT ); in SetOptSizePixel() 62 aBtnSize.Width() = pOut->GetSettings().GetStyleSettings().GetScrollBarSize(); in SetOptSizePixel()
|
| /AOO41X/main/sfx2/source/appl/ |
| H A D | newhelp.cxx | 795 Size aBtnSize = aOpenBtn.GetSizePixel(); in Resize() local 801 aNewSize.Height() -= ( aBtnSize.Height() + ( a6Size.Height() * 3 / 2 ) ); in Resize() 804 aPnt.X() += ( aNewSize.Width() - aBtnSize.Width() ); in Resize() 1171 Size aBtnSize = aOpenBtn.GetSizePixel(); in Resize() local 1172 long nExtraHeight = aBtnSize.Height() + n3Height; in Resize() 1180 aPnt.X() += ( aNewSize.Width() - aBtnSize.Width() ); in Resize() 1431 Size aBtnSize = aBookmarksPB.GetSizePixel(); in Resize() local 1437 aNewSize.Height() -= ( aBtnSize.Height() + ( a6Size.Height() * 3 / 2 ) ); in Resize() 1440 aPnt.X() += ( aNewSize.Width() - aBtnSize.Width() ); in Resize()
|
| /AOO41X/main/svtools/source/control/ |
| H A D | tabbar.cxx | 1325 Size aBtnSize( nHeight, nHeight ); in Resize() local 1328 mpFirstBtn->SetPosSizePixel( Point( nX, 0 ), aBtnSize ); in Resize() 1334 mpPrevBtn->SetPosSizePixel( Point( nX, 0 ), aBtnSize ); in Resize() 1340 mpNextBtn->SetPosSizePixel( Point( nX, 0 ), aBtnSize ); in Resize() 1346 mpLastBtn->SetPosSizePixel( Point( nX, 0 ), aBtnSize ); in Resize()
|
| /AOO41X/main/extensions/source/scanner/ |
| H A D | grid.cxx | 83 Size aBtnSize = m_aOKButton.GetOutputSizePixel(); in GridWindow() local 84 m_aGridArea.setWidth( aSize.Width() - aBtnSize.Width() - 80 ); in GridWindow()
|
| /AOO41X/main/vcl/source/window/ |
| H A D | toolbox.cxx | 3555 Size aBtnSize = pItem->maRect.GetSize(); in ImplDrawItem() local 3564 aBtnSize.Width() -= aArrowRect.GetWidth(); in ImplDrawItem() 3566 aBtnSize.Height() -= aArrowRect.GetHeight(); in ImplDrawItem() 3569 Rectangle aButtonRect( pItem->maRect.TopLeft(), aBtnSize ); in ImplDrawItem() 3633 long nBtnWidth = aBtnSize.Width()-SMALLBUTTON_HSIZE; in ImplDrawItem() 3634 long nBtnHeight = aBtnSize.Height()-SMALLBUTTON_VSIZE; in ImplDrawItem()
|