Home
last modified time | relevance | path

Searched refs:aTbx (Results 1 – 4 of 4) sorted by path

/trunk/main/framework/source/services/
H A Dbackingwindow.cxx103 ToolBox aTbx( GetParent() ); in calcMinSize() local
108 aTbx.InsertItem( nId, GetItemImage( nId ) ); in calcMinSize()
110 aTbx.SetOutStyle( TOOLBOX_STYLE_FLAT ); in calcMinSize()
111 maMinSize = aTbx.CalcWindowSizePixel(); in calcMinSize()
/trunk/main/sfx2/source/dialog/
H A Drecfloat.cxx191 , aTbx( this, SfxResId(SID_RECORDING_FLOATWINDOW) ) in SfxRecordingFloat_Impl()
196 aTbx.SetItemText( SID_STOP_RECORDING, GetLabelFromCommandURL( aCommandStr, xFrame )); in SfxRecordingFloat_Impl()
199 Size aTbxSize = aTbx.CalcWindowSizePixel(); in SfxRecordingFloat_Impl()
200 aTbx.SetPosSizePixel( Point(), aTbxSize ); in SfxRecordingFloat_Impl()
207 &aTbx, in SfxRecordingFloat_Impl()
217 aTbx.SetSelectHdl( LINK( this, SfxRecordingFloat_Impl, Select ) ); in SfxRecordingFloat_Impl()
271 sal_Int16 nKeyModifier( (sal_Int16)aTbx.GetModifier() ); in IMPL_LINK()
/trunk/main/sfx2/source/inc/
H A Drecfloat.hxx49 ToolBox aTbx; member in SfxRecordingFloat_Impl
/trunk/main/vcl/source/window/
H A Dmenu.cxx595 ToolBox aTbx( GetParent() ); in calcMinSize() local
603 aTbx.InsertItem( IID_DOCUMENTCLOSE, Image( aBitmap ) ); in calcMinSize()
611 aTbx.InsertItem( nId, GetItemImage( nId ) ); in calcMinSize()
614 aTbx.SetOutStyle( TOOLBOX_STYLE_FLAT ); in calcMinSize()
615 maMinSize = aTbx.CalcWindowSizePixel(); in calcMinSize()

Completed in 86 milliseconds