/aoo41x/main/vcl/source/window/ |
H A D | cursor.cxx | 49 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 D | window.cxx | 193 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 …]
|
/aoo41x/main/vcl/aqua/source/window/ |
H A D | salframe.cxx | 80 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 D | salframeview.mm | 158 …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
|
/aoo41x/main/vcl/source/app/ |
H A D | help.cxx | 338 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()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | event.hxx | 249 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 D | cursor.hxx | 59 sal_uInt16 mnStyle; // Style member in Cursor 77 sal_uInt16 GetStyle() const { return mnStyle; } in GetStyle()
|
H A D | metaact.hxx | 608 sal_uInt16 mnStyle; member in MetaTextRectAction 623 sal_uInt16 GetStyle() const { return mnStyle; } in GetStyle()
|
/aoo41x/main/vcl/inc/ |
H A D | helpwin.hxx | 49 sal_uInt16 mnStyle; member in HelpTextWindow 65 sal_uInt16 GetStyle() const { return mnStyle; } in GetStyle()
|
H A D | window.h | 297 WinBits mnStyle; member in WindowImpl
|
/aoo41x/main/oox/source/xls/ |
H A D | drawingmanager.cxx | 183 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()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xlescher.hxx | 354 sal_uInt8 mnStyle; member 361 inline bool IsVisible() const { return IsAuto() || (mnStyle != EXC_OBJ_LINE_NONE); } in IsVisible()
|
/aoo41x/main/oox/source/drawingml/chart/ |
H A D | objectformatter.cxx | 988 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 D | chartspacemodel.cxx | 34 mnStyle( 2 ), in ChartSpaceModel()
|
H A D | chartspacefragment.cxx | 73 mrModel.mnStyle = rAttribs.getInteger( XML_val, 2 ); in onCreateContext()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xlescher.cxx | 243 mnStyle( EXC_OBJ_LINE_SOLID ), in XclObjLineData() 253 >> rLineData.mnStyle in operator >>()
|
/aoo41x/main/vcl/source/control/ |
H A D | button.cxx | 2487 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()
|
/aoo41x/main/oox/inc/oox/drawingml/chart/ |
H A D | chartspacemodel.hxx | 58 sal_Int32 mnStyle; /// Index to default formatting. member
|
/aoo41x/main/vcl/source/gdi/ |
H A D | metaact.cxx | 1601 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()
|
/aoo41x/main/vcl/inc/win/ |
H A D | salframe.h | 60 sal_uIntPtr mnStyle; // style member in WinSalFrame
|
/aoo41x/main/vcl/inc/os2/ |
H A D | salframe.h | 64 ULONG mnStyle; // SalFrameStyle member in Os2SalFrame
|
/aoo41x/main/vcl/inc/aqua/ |
H A D | salframe.h | 77 sal_uLong mnStyle; member in AquaSalFrame
|
/aoo41x/main/vcl/win/source/window/ |
H A D | salframe.cxx | 475 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()
|
/aoo41x/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 655 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()
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | drawingmanager.hxx | 52 sal_uInt8 mnStyle; /// Line dash style. member
|