Home
last modified time | relevance | path

Searched refs:aCtrlSize (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sd/source/ui/animations/
H A DSlideTransitionPane.cxx626 aCtrlSize.setWidth( nMaxWidth ); in updateLayout()
669 aCtrlSize.setWidth( nMaxWidth ); in updateLayout()
683 aCtrlSize.setWidth( nItemWidth ); in updateLayout()
705 aCtrlSize.setWidth( nItemWidth ); in updateLayout()
712 aCtrlSize.setWidth( nMaxWidth ); in updateLayout()
718 aCtrlSize.setWidth( nMaxWidth ); in updateLayout()
748 aCtrlSize.setWidth( nFTSoundWidth ); in updateLayout()
762 aCtrlSize.setWidth( nFTSpeedWidth ); in updateLayout()
767 aCtrlSize.setWidth( nMaxWidth ); in updateLayout()
773 aCtrlSize.setWidth( nMaxWidth ); in updateLayout()
[all …]
H A DCustomAnimationPane.cxx411 Size aCtrlSize( mpPBAddEffect->GetSizePixel() ); in updateLayout() local
415 aCursor.X() += aOffset.X() + aCtrlSize.Width(); in updateLayout()
420 aCtrlSize = mpPBChangeEffect->GetSizePixel(); in updateLayout()
425 aCursor.Y() += aCtrlSize.Height() + aOffset.Y(); in updateLayout()
429 aCursor.X() += aOffset.X() + aCtrlSize.Width(); in updateLayout()
434 aCtrlSize = mpPBRemoveEffect->GetSizePixel(); in updateLayout()
439 aCursor.Y() += aCtrlSize.Height() + aOffset.Y(); in updateLayout()
445 aCursor.Y() += aCtrlSize.Height() + 2 * aOffset.Y(); in updateLayout()
537 aCtrlSize = mpPBSlideShow->GetSizePixel(); in updateLayout()
543 aCursor.Y() -= aCtrlSize.Height() /* + aOffset.Y() */; in updateLayout()
[all …]
/trunk/main/vcl/source/window/
H A Dtabdlg.cxx49 Size aCtrlSize( IMPL_MINSIZE_BUTTON_WIDTH, IMPL_MINSIZE_BUTTON_HEIGHT ); in ImplPosControls() local
65 if ( nTxtWidth > aCtrlSize.Width() ) in ImplPosControls()
66 aCtrlSize.Width() = nTxtWidth; in ImplPosControls()
69 if ( nTxtHeight > aCtrlSize.Height() ) in ImplPosControls()
70 aCtrlSize.Height() = nTxtHeight; in ImplPosControls()
160 long nCtrlBarWidth = ((aCtrlSize.Width()+IMPL_DIALOG_OFFSET)*nDownCtrl)-IMPL_DIALOG_OFFSET; in ImplPosControls()
176 if ( nX+aCtrlSize.Width()-IMPL_DIALOG_OFFSET > (aTabSize.Width()+nBtnEx) ) in ImplPosControls()
178 nY += aCtrlSize.Height()+IMPL_DIALOG_OFFSET; in ImplPosControls()
183 pChild2->SetPosSizePixel( Point( nX, nY ), aCtrlSize ); in ImplPosControls()
184 nX += aCtrlSize.Width()+IMPL_DIALOG_OFFSET; in ImplPosControls()
[all …]
/trunk/main/padmin/source/
H A Dtitlectrl.cxx50 Size aCtrlSize( GetSizePixel() ); in arrange() local
54 m_aImagePos.Y() = ( aCtrlSize.Height() - aImageSize.Height() ) / 2; in arrange()
57 m_aTextPos.Y() = ( aCtrlSize.Height() - aTextSize.Height() ) / 2; in arrange()
/trunk/main/svx/source/dialog/
H A Dfrmsel.cxx358 Size aCtrlSize( mrFrameSel.CalcOutputSize( mrFrameSel.GetSizePixel() ) ); in InitGlobalGeometry() local
362 long nMinSize = Min( aCtrlSize.Width(), aCtrlSize.Height() ) - 2 * FRAMESEL_GEOM_OUTER; in InitGlobalGeometry()
376 …maVirDevPos = Point( (aCtrlSize.Width() - mnCtrlSize) / 2, (aCtrlSize.Height() - mnCtrlSize) / 2 ); in InitGlobalGeometry()
/trunk/main/cui/source/customize/
H A Dmacropg.cxx183 Size aCtrlSize( GetOutputSizePixel() ); in ConnectElements() local
184 aSize.Width() = aCtrlSize.Width(); in ConnectElements()
189 aSize.Height() = aCtrlSize.Height() - aSize.Height(); in ConnectElements()

Completed in 69 milliseconds