Home
last modified time | relevance | path

Searched refs:SAL_FRAME_STYLE_PLUG (Results 1 – 8 of 8) sorted by path

/trunk/main/vcl/inc/
H A Dsalframe.hxx93 #define SAL_FRAME_STYLE_PLUG ((sal_uLong)0x10000000) macro
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx252 nMask |= SAL_FRAME_STYLE_PLUG; in isChild()
/trunk/main/vcl/inc/unx/
H A Dsalframe.h199 …bool IsChildWindow() const { return (nStyle_ & (SAL_FRAME_STYLE_PLUG|SAL_FRAME_… in IsChildWindow()
/trunk/main/vcl/source/window/
H A Dwindow.cxx857 …me = pSVData->mpDefInst->CreateChildFrame( pSystemParentData, nFrameStyle | SAL_FRAME_STYLE_PLUG ); in ImplInit()
/trunk/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx1947 if( ! ( pFrame->nStyle_ & SAL_FRAME_STYLE_PLUG ) in changeReferenceFrame()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx283 nStyle_ |= SAL_FRAME_STYLE_PLUG; in Init()
450 if( (pFrame->nStyle_ & SAL_FRAME_STYLE_PLUG ) ) in Init()
1322 if( (nStyle_ & SAL_FRAME_STYLE_PLUG) && ! m_bXEmbed ) in Show()
1508 if( pFrame->nStyle_ & SAL_FRAME_STYLE_PLUG ) in Center()
1588 if( nStyle_ & SAL_FRAME_STYLE_PLUG ) in SetPosSize()
1959 if( (nStyle_ & SAL_FRAME_STYLE_PLUG ) ) in SetSize()
2069 if( (nStyle_ & SAL_FRAME_STYLE_PLUG ) ) in SetPosSize()
2752 Init( nStyle_ & ~SAL_FRAME_STYLE_PLUG, nScreen, NULL, true ); in createNewWindow()
4059 else if( ! ( nStyle_ & SAL_FRAME_STYLE_PLUG ) in HandleClientMessage()
4261 if( ! (nStyle_ & SAL_FRAME_STYLE_PLUG) ) in Dispatch()
[all …]
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx840 if( m_pParent && ! (m_pParent->m_nStyle & SAL_FRAME_STYLE_PLUG) ) in Init()
923 m_nStyle = SAL_FRAME_STYLE_PLUG; in Init()
1107 …if( (m_nStyle & (SAL_FRAME_STYLE_PLUG|SAL_FRAME_STYLE_SYSTEMCHILD|SAL_FRAME_STYLE_FLOAT|SAL_FRAME_… in SetIcon()
2427 m_nStyle |= SAL_FRAME_STYLE_PLUG; in createNewWindow()
2432 m_nStyle &= ~SAL_FRAME_STYLE_PLUG; in createNewWindow()
2986 …if( (pThis->m_nStyle & (SAL_FRAME_STYLE_SIZEABLE | SAL_FRAME_STYLE_PLUG)) == SAL_FRAME_STYLE_SIZEA… in signalConfigure()
2997 if( ! (pThis->m_nStyle & SAL_FRAME_STYLE_PLUG) ) in signalConfigure()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx391 if ( nSalFrameStyle & (SAL_FRAME_STYLE_PLUG | SAL_FRAME_STYLE_SYSTEMCHILD) ) in ImplSalCreateFrame()

Completed in 146 milliseconds