Searched refs:m_nStyle (Results 1 – 14 of 14) sorted by relevance
218 m_nStyle = nStyle; in Tracker()269 m_nStyle = 0; in Construct()293 if ((m_nStyle & (resizeInside|resizeOutside)) != 0) in HitTest()326 if (m_nStyle & hatchedBorder) in SetCursor()541 if (m_nStyle & hatchedBorder) in DrawTrackerRect()580 if ((m_nStyle & (dottedLine|solidLine)) != 0) in Draw()582 if (m_nStyle & dottedLine) in Draw()594 if ((m_nStyle & (hatchInside|hatchedBorder)) != 0) in Draw()598 if ((m_nStyle & hatchInside) != 0) in Draw()613 if ((m_nStyle & hatchedBorder) != 0) in Draw()[all …]
166 sal_uLong m_nStyle; member in GtkSalFrame242 (m_nStyle & SAL_FRAME_STYLE_FLOAT) && // only a float can be floatgrab in isFloatGrabWindow()243 !(m_nStyle & SAL_FRAME_STYLE_TOOLTIP) && // tool tips are not in isFloatGrabWindow()244 !(m_nStyle & SAL_FRAME_STYLE_OWNERDRAWDECORATION) && // toolbars are also not in isFloatGrabWindow()245 !(m_nStyle & SAL_FRAME_STYLE_FLOAT_FOCUSABLE); // focusable floats are not in isFloatGrabWindow()255 return (m_nStyle & nMask) != 0; in isChild()
766 m_nStyle = nStyle; in Init()840 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()1282 if( (m_nStyle & SAL_FRAME_STYLE_DEFAULT) && m_pWindow ) in SetDefaultSize()1302 if( m_pParent && (m_pParent->m_nStyle & SAL_FRAME_STYLE_PARTIAL_FULLSCREEN) in Show()1337 …if( ! bNoActivate && (m_nStyle & (SAL_FRAME_STYLE_OWNERDRAWDECORATION|SAL_FRAME_STYLE_TOOLWINDOW))… in Show()1371 if( ! bNoActivate && (m_nStyle & SAL_FRAME_STYLE_TOOLWINDOW) ) in Show()1431 if( m_nStyle & SAL_FRAME_STYLE_SIZEABLE ) in setMinMaxSize()1539 if( ! (m_nStyle & SAL_FRAME_STYLE_OWNERDRAWDECORATION) ) in SetPosSize()[all …]
89 m_nStyle( BUTTON_SYMBOL ) in UIElement()110 m_nStyle( BUTTON_SYMBOL ) {} in UIElement()130 sal_Int16 m_nStyle; member
76 sal_uInt16 m_nStyle; member in framework::StatusbarItem
79 , m_nStyle( 0 ) in StatusbarItem()83 m_nStyle = impl_convertItemBitsToItemStyle( in StatusbarItem()127 return m_nStyle; in getStyle()
42 m_nStyle( nSalFrameStyle ), in SvpSalFrame()97 (pFrame->m_nStyle & (SAL_FRAME_STYLE_MOVEABLE | in ~SvpSalFrame()112 if( (m_nStyle & (SAL_FRAME_STYLE_OWNERDRAWDECORATION | SAL_FRAME_STYLE_FLOAT)) == 0 ) in GetFocus()
41 sal_uLong m_nStyle; member in SvpSalFrame
243 m_nStyle = i_nWinStyle; in SetStyle()244 if ( ( m_nStyle & WB_SIMPLEMODE) && ( aSelEng.GetSelectionMode() == MULTIPLE_SELECTION ) ) in SetStyle()950 if( m_nStyle & ( WB_HASLINES | WB_HASLINESATROOT ) ) in Paint()967 || ( ( m_nStyle & WB_NOINITIALSELECTION ) == WB_NOINITIALSELECTION ); in Paint()992 if( pStartEntry || (m_nStyle & WB_FORCE_MAKEVISIBLE) ) in MakeVisible()1130 if( n>= nOffs && ((m_nStyle & WB_HASLINESATROOT) || !pTree->IsAtRootDepth(pEntry))) in DrawNet()1152 if( m_nStyle & WB_HASLINESATROOT ) in DrawNet()2527 !(m_nStyle & WB_SIMPLEMODE)) in KeyInput()2710 if( m_nStyle & WB_HIDESELECTION ) in GetFocus()2743 if( m_nStyle & WB_HIDESELECTION ) in LoseFocus()[all …]
145 m_nStyle = rUIElement.m_nStyle; in operator =()
1413 if (( rElement.m_nStyle < 0 ) || ( rElement.m_nStyle > BUTTON_SYMBOLTEXT )) in implts_setElementData()1414 rElement.m_nStyle = BUTTON_SYMBOL; in implts_setElementData()1415 pToolBox->SetButtonType( (ButtonType)rElement.m_nStyle ); in implts_setElementData()1616 rElementData.m_nStyle = sal_Int16( nStyle ); in implts_readWindowStateData()1736 aWindowState[8].Value = uno::makeAny( rElementData.m_nStyle ); in implts_writeWindowStateData()
572 rElementData.m_nStyle = sal_Int16( nStyle ); in implts_readWindowStateData()
90 UINT m_nStyle; // current state member in winwrap::Tracker
152 WinBits m_nStyle; member in SvImpLBox