Home
last modified time | relevance | path

Searched refs:m_nStyle (Results 1 – 14 of 14) sorted by relevance

/trunk/main/embedserv/source/embed/
H A Dtracker.cxx218 m_nStyle = nStyle; in Tracker()
269 m_nStyle = 0; in Construct()
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()
598 if ((m_nStyle & hatchInside) != 0) in Draw()
613 if ((m_nStyle & hatchedBorder) != 0) in Draw()
672 if (m_nStyle & resizeOutside) in GetHandleRect()
699 if (!(m_nStyle & resizeOutside)) in GetHandleSize()
[all …]
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx166 sal_uLong m_nStyle; member in GtkSalFrame
242 (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()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx766 m_nStyle = nStyle; in Init()
923 m_nStyle = SAL_FRAME_STYLE_PLUG; in Init()
1282 if( (m_nStyle & SAL_FRAME_STYLE_DEFAULT) && m_pWindow ) in SetDefaultSize()
1431 if( m_nStyle & SAL_FRAME_STYLE_SIZEABLE ) in setMinMaxSize()
1539 if( ! (m_nStyle & SAL_FRAME_STYLE_OWNERDRAWDECORATION) ) in SetPosSize()
1818 m_nStyle |= SAL_FRAME_STYLE_PARTIAL_FULLSCREEN; in ShowFullScreen()
1875 if( !(m_nStyle & SAL_FRAME_STYLE_SIZEABLE) ) in ShowFullScreen()
1888 if( !(m_nStyle & SAL_FRAME_STYLE_SIZEABLE) ) in ShowFullScreen()
2427 m_nStyle |= SAL_FRAME_STYLE_PLUG; in createNewWindow()
2432 m_nStyle &= ~SAL_FRAME_STYLE_PLUG; in createNewWindow()
[all …]
/trunk/main/framework/inc/uielement/
H A Duielement.hxx89 m_nStyle( BUTTON_SYMBOL ) in UIElement()
110 m_nStyle( BUTTON_SYMBOL ) {} in UIElement()
130 sal_Int16 m_nStyle; member
H A Dstatusbaritem.hxx76 sal_uInt16 m_nStyle; member in framework::StatusbarItem
/trunk/main/framework/source/uielement/
H A Dstatusbaritem.cxx79 , m_nStyle( 0 ) in StatusbarItem()
83 m_nStyle = impl_convertItemBitsToItemStyle( in StatusbarItem()
127 return m_nStyle; in getStyle()
/trunk/main/vcl/unx/headless/
H A Dsvpframe.cxx42 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()
H A Dsvpframe.hxx41 sal_uLong m_nStyle; member in SvpSalFrame
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx243 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 …]
/trunk/main/framework/source/layoutmanager/
H A Duielement.cxx145 m_nStyle = rUIElement.m_nStyle; in operator =()
H A Dtoolbarlayoutmanager.cxx1413 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()
H A Dlayoutmanager.cxx572 rElementData.m_nStyle = sal_Int16( nStyle ); in implts_readWindowStateData()
/trunk/main/embedserv/source/inc/
H A Dsyswinwrapper.hxx90 UINT m_nStyle; // current state member in winwrap::Tracker
/trunk/main/svtools/source/inc/
H A Dsvimpbox.hxx152 WinBits m_nStyle; member in SvImpLBox

Completed in 100 milliseconds