Home
last modified time | relevance | path

Searched refs:aFontBox (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/workben/
H A Dsvdem.cxx121 FontNameBox aFontBox; member in MyFontDialog
332 aFontBox( this ), in MyFontDialog()
351 aFontBox.EnableWYSIWYG( sal_True ); in MyFontDialog()
352 aFontBox.EnableSymbols( sal_True ); in MyFontDialog()
353 aFontBox.SetPosSizePixel( Point( 10, 10 ), Size( 140, 140 ) ); in MyFontDialog()
354 aFontBox.SetSelectHdl( LINK( this, MyFontDialog, SelectFont ) ); in MyFontDialog()
355 aFontBox.SetLoseFocusHdl( LINK( this, MyFontDialog, SelectFont ) ); in MyFontDialog()
356 aFontBox.Show(); in MyFontDialog()
476 aStyleBox.Fill( aFontBox.GetText(), pList ); in IMPL_LINK()
524 aFontBox.Fill( pList ); in Execute()
[all …]
/trunk/main/starmath/source/
H A Ddialog.cxx320 aFontBox.SetText( Face.GetName() ); in SetFont()
332 aFontBox (this, SmResId(1)), in SmFontDialog()
350 aFontBox.InsertEntry( aFontList.GetFontName(i).GetName() ); in SmFontDialog()
366 aFontBox.SetSelectHdl(LINK(this, SmFontDialog, FontSelectHdl)); in SmFontDialog()
367 aFontBox.SetModifyHdl(LINK(this, SmFontDialog, FontModifyHdl)); in SmFontDialog()
381 Size aSize( aFontBox.GetSizePixel() ); in SmFontDialog()
382 long nComboBoxBottom = aFontBox.GetPosPixel().Y() + aFontBox.GetSizePixel().Height(); in SmFontDialog()
385 aFontBox.SetSizePixel( aSize ); in SmFontDialog()
/trunk/main/starmath/inc/
H A Ddialog.hxx101 ComboBox aFontBox; member in SmFontDialog

Completed in 37 milliseconds