Home
last modified time | relevance | path

Searched refs:aMinSize (Results 26 – 34 of 34) sorted by relevance

12

/trunk/main/chart2/source/controller/dialogs/
H A Dtp_ChartType.cxx639 Size aMinSize( m_aPB_DetailsDialog.CalcMinimumSize() ); in SplineResourceGroup() local
646 aButtonSize.Width() = aMinSize.Width() + nDistance; in SplineResourceGroup()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx999 aMinSize = GetSizePixel(); in SearchTabPage_Impl()
1149 if ( aSize.Width() < aMinSize.Width() ) in Resize()
1150 aSize.Width() = aMinSize.Width(); in Resize()
1168 if ( aSize.Height() > aMinSize.Height() ) in Resize()
H A Dnewhelp.hxx229 Size aMinSize; member in SearchTabPage_Impl
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx212 Size aMinSize( ExtensionBox_Impl::GetMinOutputSizePixel() ); in GetMinOutputSizePixel() local
213 long nHeight = aMinSize.Height(); in GetMinOutputSizePixel()
/trunk/main/vcl/source/control/
H A Dedit.cxx2862 Size aMinSize ( CalcSize( 3 ) ); in CalcMinimumSize() local
2863 if( aSize.Width() < aMinSize.Width() ) in CalcMinimumSize()
2864 aSize.Width() = aMinSize.Width(); in CalcMinimumSize()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx996 Size aMinSize, aMaxSize; in ImplSetMinMaxFloatSize() local
997 ImplCalcMinMaxFloatSize( pThis, aMinSize, aMaxSize ); in ImplSetMinMaxFloatSize()
1000 pWrapper->SetMinOutputSizePixel( aMinSize ); in ImplSetMinMaxFloatSize()
1007 pThis->SetMinOutputSizePixel( aMinSize ); in ImplSetMinMaxFloatSize()
H A Dwindow.cxx7373 Size aMinSize = pSystemWindow->GetMinOutputSizePixel(); in SetPosSizePixel() local
7375 if( nWidth < aMinSize.Width() ) in SetPosSizePixel()
7376 nWidth = aMinSize.Width(); in SetPosSizePixel()
7377 if( nHeight < aMinSize.Height() ) in SetPosSizePixel()
7378 nHeight = aMinSize.Height(); in SetPosSizePixel()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx158 Size aMinSize(aLanguageFT.CalcMinimumSize()); in OfaAutoCorrDlg() local
161 aLanguageFT.SetPosSizePixel( 0, 0, aMinSize.Width() + 20, 0, WINDOW_POSSIZE_WIDTH ); in OfaAutoCorrDlg()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1340 Size aMinSize = pRefDevice->PixelToLogic(Size(0,100)); // erst darueber wird ausgegeben in DrawStrings() local
2114 Size aMinSize = pRefDevice->PixelToLogic(Size(0,100)); // erst darueber wird ausgegeben in DrawEdit() local

Completed in 163 milliseconds

12