Home
last modified time | relevance | path

Searched refs:mnStyle (Results 1 – 25 of 35) sorted by last modified time

12

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx1639 ImplGetWindowImpl()->mnStyle |= WB_TABSTOP|WB_NODIALOGCONTROL; in ImplInit()
1640 ImplGetWindowImpl()->mnStyle &= ~WB_DIALOGCONTROL; in ImplInit()
H A Dwindow.cxx193 mnStyle = 0; // style (init in ImplInitWindow) in WindowImpl()
778 mpWindowImpl->mnStyle = nStyle; in ImplInit()
5627 if ( mpWindowImpl->mnStyle != nStyle ) in SetStyle()
5629 mpWindowImpl->mnPrevStyle = mpWindowImpl->mnStyle; in SetStyle()
5630 mpWindowImpl->mnStyle = nStyle; in SetStyle()
5747 else if ( mpWindowImpl->mbFrame && (mpWindowImpl->mnStyle & WB_MOVEABLE) ) in CalcTitleWidth()
5957 if ( mpWindowImpl->mnStyle & WB_3DLOOK ) in UpdateSettings()
8499 else if( (mpWindowImpl->mnStyle & WB_INTROWIN) == 0 ) in ImplCallActivateListeners()
8833 if( mpWindowImpl->mbFrame && mpWindowImpl->mnStyle & (WB_MOVEABLE | WB_SIZEABLE) ) in ImplIsAccessibleCandidate()
8843 if( (mpWindowImpl->mnStyle & (WB_MOVEABLE | WB_SIZEABLE)) ) in ImplIsAccessibleNativeFrame()
[all …]
H A Dwindow2.cxx1607 return mpWindowImpl->mnStyle; in GetStyle()
H A Ddockwin.cxx973 mpWindowImpl->mnStyle |= WB_GROUP | WB_TABSTOP; in SetTabStop()
H A Dcursor.cxx49 sal_uInt16 mnStyle; // Cursor-Style member
62 if ( pData->mnStyle & CURSOR_SHADOW ) in ImplCursorInvert()
200 mpData->mnStyle = mnStyle; in ImplShow()
276 mnStyle = 0; in Cursor()
291 mnStyle = 0; in Cursor()
312 if ( mnStyle != nStyle ) in SetStyle()
314 mnStyle = nStyle; in SetStyle()
H A Ddialog.cxx345 mpWindowImpl->mnStyle = nStyle; in ImplInit()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx475 pFrame->mnStyle = nSalFrameStyle; in ImplSalCreateFrame()
1308 … if ( aSalShlData.mbWXP && pFrame->mbFloatWin && !(pFrame->mnStyle & SAL_FRAME_STYLE_NOSHADOW)) in ImplSalShow()
1606 if( (mnStyle & SAL_FRAME_STYLE_FLOAT) && !(mnStyle & SAL_FRAME_STYLE_OWNERDRAWDECORATION) ) in SetPosSize()
1609 if( mnStyle & SAL_FRAME_STYLE_OWNERDRAWDECORATION ) in SetPosSize()
1632 if( !(mnStyle & SAL_FRAME_STYLE_FLOAT) ) in SetPosSize()
2186 if( pToTopFrame && (pToTopFrame->mnStyle & SAL_FRAME_STYLE_SYSTEMCHILD) != 0 ) in ImplSalToTop()
/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx486 sal_Int32 mnStyle; /// Border line style. member
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx1497 mnStyle( XML_none ), in BorderLineModel()
1510 mnStyle = STATIC_ARRAY_SELECT( spnStyleIds, nLineStyle, XML_none ); in setBiffStyle()
1640 pBorderLine->mnStyle = rAttribs.getToken( XML_style, XML_none ); in importStyle()
1795 switch( rModel.mnStyle ) in convertBorderLine()
/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx1601 mnStyle ( nStyle ) in IMPL_META_ACTION()
1609 pOut->DrawText( maRect, maStr, mnStyle ); in Execute()
1641 ( mnStyle == ((MetaTextRectAction&)rMetaAction).mnStyle ); in Compare()
1651 rOStm << mnStyle; in Write()
1669 rIStm >> mnStyle; in Read()
/trunk/main/vcl/source/control/
H A Dbutton.cxx2487 mpWindowImpl->mnStyle |= WB_TABSTOP; in ImplUncheckAllOther()
2512 pWindow->mpWindowImpl->mnStyle &= ~WB_TABSTOP; in ImplUncheckAllOther()
2543 pWindow->mpWindowImpl->mnStyle &= ~WB_TABSTOP; in ImplUncheckAllOther()
2556 mpWindowImpl->mnStyle |= WB_TABSTOP; in ImplCallClick()
2981 mpWindowImpl->mnStyle |= WB_TABSTOP; in SetState()
2983 mpWindowImpl->mnStyle &= ~WB_TABSTOP; in SetState()
2999 mpWindowImpl->mnStyle |= WB_TABSTOP; in Check()
3001 mpWindowImpl->mnStyle &= ~WB_TABSTOP; in Check()
/trunk/main/vcl/source/app/
H A Dsvapp.cxx1599 if( (pWin->mpWindowImpl->mnStyle & WB_INTROWIN) == 0 ) in GetDefDialogParent()
1631 (pWin->mpWindowImpl->mnStyle & WB_INTROWIN) == 0 in GetDefDialogParent()
H A Dhelp.cxx338 mnStyle = nStyle; in HelpTextWindow()
362 if( mnStyle & QUICKHELP_BIDI_RTL ) in HelpTextWindow()
407 if ( mnStyle & QUICKHELP_CTRLTEXT ) in SetHelpText()
424 if ( mnStyle & QUICKHELP_CTRLTEXT ) in SetHelpText()
472 if ( mnStyle & QUICKHELP_CTRLTEXT ) in Paint()
481 if ( mnStyle & QUICKHELP_CTRLTEXT ) in Paint()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx655 pFrame->mnStyle = nSalFrameStyle; in ImplSalCreateFrame()
1110 if( (mnStyle & SAL_FRAME_STYLE_FLOAT) && !(mnStyle & SAL_FRAME_STYLE_OWNERDRAWDECORATION) ) in SetPosSize()
1113 if( mnStyle & SAL_FRAME_STYLE_OWNERDRAWDECORATION ) in SetPosSize()
/trunk/main/vcl/inc/win/
H A Dsalframe.h60 sal_uIntPtr mnStyle; // style member in WinSalFrame
/trunk/main/vcl/inc/
H A Dwindow.h297 WinBits mnStyle; member in WindowImpl
H A Dhelpwin.hxx49 sal_uInt16 mnStyle; member in HelpTextWindow
65 sal_uInt16 GetStyle() const { return mnStyle; } in GetStyle()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx608 sal_uInt16 mnStyle; member in MetaTextRectAction
623 sal_uInt16 GetStyle() const { return mnStyle; } in GetStyle()
H A Devent.hxx249 sal_uInt16 mnStyle; member in UserDrawEvent
260 sal_uInt16 GetStyle() const { return mnStyle; } in GetStyle()
267 mnStyle = 0; in UserDrawEvent()
277 mnStyle = nStyle; in UserDrawEvent()
H A Dcursor.hxx59 sal_uInt16 mnStyle; // Style member in Cursor
77 sal_uInt16 GetStyle() const { return mnStyle; } in GetStyle()
/trunk/main/vcl/inc/os2/
H A Dsalframe.h64 ULONG mnStyle; // SalFrameStyle member in Os2SalFrame
/trunk/main/vcl/inc/aqua/
H A Dsalframe.h77 sal_uLong mnStyle; member in AquaSalFrame
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx80 mnStyle( salFrameStyle ), in AquaSalFrame()
160 if( (mnStyle & SAL_FRAME_STYLE_FLOAT) || in initWindowAndView()
161 (mnStyle & SAL_FRAME_STYLE_OWNERDRAWDECORATION) ) in initWindowAndView()
163 else if( mnStyle & SAL_FRAME_STYLE_DEFAULT ) in initWindowAndView()
178 if( (mnStyle & SAL_FRAME_STYLE_MOVEABLE) ) in initWindowAndView()
184 if( (mnStyle & SAL_FRAME_STYLE_SIZEABLE) ) in initWindowAndView()
186 if( (mnStyle & SAL_FRAME_STYLE_CLOSEABLE) ) in initWindowAndView()
205 if( (mnStyle & SAL_FRAME_STYLE_TOOLTIP) ) in initWindowAndView()
316 (mnStyle & nAppWindowStyle) == nAppWindowStyle ) in SetTitle()
390 else if( ! (mnStyle & SAL_FRAME_STYLE_SIZEABLE) ) in initShow()
[all …]
H A Dsalframeview.mm158 …bool bAllowFullScreen = (0 == (mpFrame->mnStyle & (SAL_FRAME_STYLE_DIALOG | SAL_FRAME_STYLE_TOOLTI…
159 bAllowFullScreen &= (0 == (~mpFrame->mnStyle & (SAL_FRAME_STYLE_SIZEABLE)));
207 if( (mpFrame->mnStyle &
213 if( (mpFrame->mnStyle & SAL_FRAME_STYLE_OWNERDRAWDECORATION) != 0 )
217 if( (mpFrame->mnStyle & SAL_FRAME_STYLE_FLOAT_FOCUSABLE) )
236 … ( (mpFrame->mnStyle & nGuessDocument) == nGuessDocument || // set default menu for e.g. help
/trunk/main/vcl/aqua/source/app/
H A Dvclnsapp.mm147 if( pFrame->mpParent && (pFrame->mnStyle & SAL_FRAME_STYLE_FLOAT) == 0 )

Completed in 211 milliseconds

12