Home
last modified time | relevance | path

Searched refs:mnStyle (Results 1 – 25 of 35) sorted by relevance

12

/trunk/main/vcl/source/window/
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 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 …]
/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/source/app/
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/inc/vcl/
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()
H A Dmetaact.hxx608 sal_uInt16 mnStyle; member in MetaTextRectAction
623 sal_uInt16 GetStyle() const { return mnStyle; } in GetStyle()
/trunk/main/vcl/inc/
H A Dhelpwin.hxx49 sal_uInt16 mnStyle; member in HelpTextWindow
65 sal_uInt16 GetStyle() const { return mnStyle; } in GetStyle()
H A Dwindow.h297 WinBits mnStyle; member in WindowImpl
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx183 mnStyle( BIFF_OBJ_LINE_SOLID ), in BiffObjLineModel()
191 return mbAuto || (mnStyle != BIFF_OBJ_LINE_NONE); in isVisible()
197 rStrm >> rModel.mnColorIdx >> rModel.mnStyle >> rModel.mnWidth >> nFlags; in operator >>()
607 if( rLineModel.mnStyle == BIFF_OBJ_LINE_NONE ) in convertLineProperties()
632 switch( rLineModel.mnStyle ) in convertLineProperties()
/trunk/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx988 maLineFormatter( rData, lclGetAutoFormatEntry( rEntry.mpAutoLines, rChartSpace.mnStyle ) ), in ObjectTypeFormatter()
989 maFillFormatter( rData, lclGetAutoFormatEntry( rEntry.mpAutoFills, rChartSpace.mnStyle ) ), in ObjectTypeFormatter()
990 maEffectFormatter( rData, lclGetAutoFormatEntry( rEntry.mpAutoEffects, rChartSpace.mnStyle ) ), in ObjectTypeFormatter()
991 …maTextFormatter( rData, lclGetAutoTextEntry( rEntry.mpAutoTexts, rChartSpace.mnStyle ), rCha… in ObjectTypeFormatter()
H A Dchartspacemodel.cxx34 mnStyle( 2 ), in ChartSpaceModel()
H A Dchartspacefragment.cxx73 mrModel.mnStyle = rAttribs.getInteger( XML_val, 2 ); in onCreateContext()
/trunk/main/sc/source/filter/inc/
H A Dxlescher.hxx354 sal_uInt8 mnStyle; member
361 inline bool IsVisible() const { return IsAuto() || (mnStyle != EXC_OBJ_LINE_NONE); } in IsVisible()
/trunk/main/sc/source/filter/excel/
H A Dxlescher.cxx243 mnStyle( EXC_OBJ_LINE_SOLID ), in XclObjLineData()
253 >> rLineData.mnStyle in operator >>()
/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/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/oox/inc/oox/drawingml/chart/
H A Dchartspacemodel.hxx58 sal_Int32 mnStyle; /// Index to default formatting. member
/trunk/main/vcl/inc/os2/
H A Dsalframe.h64 ULONG mnStyle; // SalFrameStyle member in Os2SalFrame
/trunk/main/vcl/inc/win/
H A Dsalframe.h60 sal_uIntPtr mnStyle; // style member in WinSalFrame
/trunk/main/vcl/inc/aqua/
H A Dsalframe.h77 sal_uLong mnStyle; member in AquaSalFrame
/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/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/oox/inc/oox/xls/
H A Ddrawingmanager.hxx52 sal_uInt8 mnStyle; /// Line dash style. member

Completed in 242 milliseconds

12