Home
last modified time | relevance | path

Searched refs:SAL_FRAME_STYLE_CLOSEABLE (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx568 if ( (nSysStyle & WS_SYSMENU) && !(nSalFrameStyle & SAL_FRAME_STYLE_CLOSEABLE) ) in ImplSalCreateFrame()
/trunk/main/vcl/source/window/
H A Dwindow.cxx806 nFrameStyle |= SAL_FRAME_STYLE_CLOSEABLE; in ImplInit()
811 ( !(nFrameStyle & ~SAL_FRAME_STYLE_CLOSEABLE) && in ImplInit()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx757 nStyle |= SAL_FRAME_STYLE_MOVEABLE | SAL_FRAME_STYLE_SIZEABLE | SAL_FRAME_STYLE_CLOSEABLE; in Init()
804 …= ! (nStyle & (SAL_FRAME_STYLE_MOVEABLE | SAL_FRAME_STYLE_SIZEABLE | SAL_FRAME_STYLE_CLOSEABLE ) ); in Init()
/trunk/main/vcl/unx/headless/
H A Dsvpframe.cxx99 SAL_FRAME_STYLE_CLOSEABLE) ) != 0 in ~SvpSalFrame()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx582 #define DECOFLAGS (SAL_FRAME_STYLE_MOVEABLE | SAL_FRAME_STYLE_SIZEABLE | SAL_FRAME_STYLE_CLOSEABLE) in Init()
599 if( nStyle_ & SAL_FRAME_STYLE_CLOSEABLE ) in Init()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx614 if ( nSalFrameStyle & SAL_FRAME_STYLE_CLOSEABLE ) in ImplSalCreateFrame()
706 if ( (nFrameFlags & FCF_SYSMENU) && !(nSalFrameStyle & SAL_FRAME_STYLE_CLOSEABLE) ) in ImplSalCreateFrame()
/trunk/main/vcl/inc/
H A Dsalframe.hxx80 #define SAL_FRAME_STYLE_CLOSEABLE ((sal_uLong)0x00000008) macro
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx186 if( (mnStyle & SAL_FRAME_STYLE_CLOSEABLE) ) in initWindowAndView()
314 const sal_uLong nAppWindowStyle = (SAL_FRAME_STYLE_CLOSEABLE | SAL_FRAME_STYLE_MOVEABLE); in SetTitle()
H A Dsalframeview.mm231 SAL_FRAME_STYLE_CLOSEABLE;

Completed in 139 milliseconds