Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx414 if ( (nSalFrameStyle & (SAL_FRAME_STYLE_SIZEABLE | SAL_FRAME_STYLE_MOVEABLE)) == in ImplSalCreateFrame()
415 (SAL_FRAME_STYLE_SIZEABLE | SAL_FRAME_STYLE_MOVEABLE) ) in ImplSalCreateFrame()
420 if ( !(nSalFrameStyle & SAL_FRAME_STYLE_MOVEABLE) ) in ImplSalCreateFrame()
425 if ( nSalFrameStyle & SAL_FRAME_STYLE_MOVEABLE ) in ImplSalCreateFrame()
520 …if ( nSalFrameStyle & (SAL_FRAME_STYLE_MOVEABLE|SAL_FRAME_STYLE_NOSHADOW) ) // check if shadow not… in ImplSalCreateFrame()
527 if ( nSalFrameStyle & SAL_FRAME_STYLE_MOVEABLE ) in ImplSalCreateFrame()
/trunk/main/vcl/source/window/
H A Dwindow.cxx802 nFrameStyle |= SAL_FRAME_STYLE_MOVEABLE; 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 …bool bNoDecor = ! (nStyle & (SAL_FRAME_STYLE_MOVEABLE | SAL_FRAME_STYLE_SIZEABLE | SAL_FRAME_STYLE… in Init()
2911 if( ! pThis->m_pParent && (pThis->m_nStyle & SAL_FRAME_STYLE_MOVEABLE) != 0 ) in signalMap()
/trunk/main/vcl/unx/headless/
H A Dsvpframe.cxx97 (pFrame->m_nStyle & (SAL_FRAME_STYLE_MOVEABLE | in ~SvpSalFrame()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx338 nSalFrameStyle & SAL_FRAME_STYLE_MOVEABLE ) in Init()
582 #define DECOFLAGS (SAL_FRAME_STYLE_MOVEABLE | SAL_FRAME_STYLE_SIZEABLE | SAL_FRAME_STYLE_CLOSEABLE) in Init()
607 if( nStyle_ & SAL_FRAME_STYLE_MOVEABLE ) in Init()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx617 if ( nSalFrameStyle & SAL_FRAME_STYLE_MOVEABLE ) { in ImplSalCreateFrame()
/trunk/main/vcl/inc/
H A Dsalframe.hxx78 #define SAL_FRAME_STYLE_MOVEABLE ((sal_uLong)0x00000002) macro
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx178 if( (mnStyle & SAL_FRAME_STYLE_MOVEABLE) ) in initWindowAndView()
314 const sal_uLong nAppWindowStyle = (SAL_FRAME_STYLE_CLOSEABLE | SAL_FRAME_STYLE_MOVEABLE); in SetTitle()
H A Dsalframeview.mm229 static const sal_uLong nGuessDocument = SAL_FRAME_STYLE_MOVEABLE|

Completed in 141 milliseconds