Searched refs:aTbx (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sfx2/source/dialog/ |
H A D | recfloat.cxx | 191 , 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()
|
/aoo42x/main/framework/source/services/ |
H A D | backingwindow.cxx | 101 ToolBox aTbx( GetParent() ); in calcMinSize() local 106 aTbx.InsertItem( nId, GetItemImage( nId ) ); in calcMinSize() 108 aTbx.SetOutStyle( TOOLBOX_STYLE_FLAT ); in calcMinSize() 109 maMinSize = aTbx.CalcWindowSizePixel(); in calcMinSize()
|
/aoo42x/main/sfx2/source/inc/ |
H A D | recfloat.hxx | 49 ToolBox aTbx; member in SfxRecordingFloat_Impl
|
/aoo42x/main/vcl/source/window/ |
H A D | menu.cxx | 595 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 61 milliseconds