toolbar-decorations-svx.diff: Improved toolbar popups.
This commit is contained in:
parent
b4896256c5
commit
426ce43c83
2 changed files with 5 additions and 5 deletions
|
@ -382,7 +382,7 @@ SvxLineEndWindow::SvxLineEndWindow(
|
|||
const String& rWndTitle ) :
|
||||
SfxPopupWindow( nSlotId,
|
||||
rFrame,
|
||||
WinBits( WB_BORDER | WB_STDFLOATWIN | WB_SIZEABLE | WB_3DLOOK ) ),
|
||||
WinBits( WB_STDPOPUP ) ),
|
||||
pLineEndList ( NULL ),
|
||||
aLineEndSet ( this, WinBits( WB_ITEMBORDER | WB_3DLOOK | WB_NO_DIRECTSELECT ) ),
|
||||
nCols ( 2 ),
|
||||
|
@ -404,7 +404,7 @@ SvxLineEndWindow::SvxLineEndWindow(
|
|||
SfxPopupWindow( nSlotId,
|
||||
rFrame,
|
||||
pParentWindow,
|
||||
WinBits( WB_BORDER | WB_STDFLOATWIN | WB_SIZEABLE | WB_3DLOOK ) ),
|
||||
WinBits( WB_STDPOPUP ) ),
|
||||
pLineEndList ( NULL ),
|
||||
aLineEndSet ( this, WinBits( WB_ITEMBORDER | WB_3DLOOK | WB_NO_DIRECTSELECT ) ),
|
||||
nCols ( 2 ),
|
||||
|
|
|
@ -829,7 +829,7 @@ SvxColorWindow_Impl::SvxColorWindow_Impl( const OUString& rCommand,
|
|||
const String& rWndTitle,
|
||||
Window* pParentWindow ) :
|
||||
|
||||
SfxPopupWindow( nSlotId, rFrame, pParentWindow, WinBits( WB_BORDER | WB_STDFLOATWIN | WB_3DLOOK|WB_DIALOGCONTROL ) ),
|
||||
SfxPopupWindow( nSlotId, rFrame, pParentWindow, WinBits( WB_STDPOPUP ) ),
|
||||
|
||||
theSlotId( nSlotId ),
|
||||
aColorSet( this, WinBits( WB_ITEMBORDER | WB_NAMEFIELD | WB_3DLOOK | WB_NO_DIRECTSELECT) ),
|
||||
|
@ -1055,7 +1055,7 @@ void SvxColorWindow_Impl::StateChanged( USHORT nSID, SfxItemState eState, const
|
|||
|
||||
SvxFrameWindow_Impl::SvxFrameWindow_Impl( USHORT nId, const Reference< XFrame >& rFrame, Window* pParentWindow ) :
|
||||
|
||||
SfxPopupWindow( nId, rFrame, pParentWindow, WinBits( WB_BORDER | WB_STDFLOATWIN | WB_3DLOOK | WB_DIALOGCONTROL ) ),
|
||||
SfxPopupWindow( nId, rFrame, pParentWindow, WinBits( WB_STDPOPUP ) ),
|
||||
aFrameSet ( this, WinBits( WB_ITEMBORDER | WB_DOUBLEBORDER | WB_3DLOOK | WB_NO_DIRECTSELECT ) ),
|
||||
bParagraphMode(sal_False)
|
||||
|
||||
|
@ -1329,7 +1329,7 @@ BOOL SvxFrameWindow_Impl::Close()
|
|||
|
||||
SvxLineWindow_Impl::SvxLineWindow_Impl( USHORT nId, const Reference< XFrame >& rFrame, Window* pParentWindow ) :
|
||||
|
||||
SfxPopupWindow( nId, rFrame, pParentWindow, WinBits( WB_BORDER | WB_STDFLOATWIN | WB_3DLOOK | WB_DIALOGCONTROL ) ),
|
||||
SfxPopupWindow( nId, rFrame, pParentWindow, WinBits( WB_STDPOPUP ) ),
|
||||
|
||||
aLineSet( this, WinBits( WB_3DLOOK | WB_ITEMBORDER | WB_DOUBLEBORDER | WB_NAMEFIELD | WB_NONEFIELD | WB_NO_DIRECTSELECT ) )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue