/aoo42x/main/vcl/source/control/ |
H A D | fixed.cxx | 63 if ( nStyle & WB_LEFT ) in ImplCalcPos() 70 if ( nStyle & WB_TOP ) in ImplCalcPos() 93 nStyle = ImplInitStyle( nStyle ); in ImplInit() 103 nStyle |= WB_GROUP; in ImplInitStyle() 104 return nStyle; in ImplInitStyle() 433 nStyle = ImplInitStyle( nStyle ); in ImplInit() 444 return nStyle; in ImplInitStyle() 693 nStyle = ImplInitStyle( nStyle ); in ImplInit() 704 return nStyle; in ImplInitStyle() 937 nStyle = ImplInitStyle( nStyle ); in ImplInit() [all …]
|
H A D | button.cxx | 635 sal_uInt16 nStyle = 0; in ImplDrawAlignedImage() local 786 nStyle = ImplInitStyle( pParent->GetWindow( WINDOW_LASTCHILD ), nStyle ); in ImplInit() 814 nStyle |= WB_GROUP; in ImplInitStyle() 815 return nStyle; in ImplInitStyle() 1000 nStyle = 0; in ImplDrawPushButtonContent() 2076 nStyle = ImplInitStyle( pParent->GetWindow( WINDOW_LASTCHILD ), nStyle ); in ImplInit() 2096 return nStyle; in ImplInitStyle() 2491 WinBits nStyle; in ImplUncheckAllOther() local 3248 nStyle = ImplInitStyle( pParent->GetWindow( WINDOW_LASTCHILD ), nStyle ); in ImplInit() 3263 return nStyle; in ImplInitStyle() [all …]
|
H A D | fixbrd.cxx | 37 void FixedBorder::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit() argument 42 nStyle = ImplInitStyle( nStyle ); in ImplInit() 43 Control::ImplInit( pParent, nStyle, NULL ); in ImplInit() 49 WinBits FixedBorder::ImplInitStyle( WinBits nStyle ) in ImplInitStyle() argument 51 if ( !(nStyle & WB_NOGROUP) ) in ImplInitStyle() 52 nStyle |= WB_GROUP; in ImplInitStyle() 53 return nStyle; in ImplInitStyle() 90 ImplInit( pParent, nStyle ); in FixedBorder() 99 WinBits nStyle = ImplInitRes( rResId ); in FixedBorder() local 100 ImplInit( pParent, nStyle ); in FixedBorder() [all …]
|
H A D | scrbar.cxx | 126 ImplInitStyle( nStyle ); in ImplInit() 138 if ( nStyle & WB_DRAG ) in ImplInitStyle() 149 ImplInit( pParent, nStyle ); in ScrollBar() 158 WinBits nStyle = ImplInitRes( rResId ); in ScrollBar() local 159 ImplInit( pParent, nStyle ); in ScrollBar() 162 if ( !(nStyle & WB_HIDE) ) in ScrollBar() 715 sal_uInt16 nStyle; in ImplDraw() local 739 nStyle |= BUTTON_DRAW_PRESSED; in ImplDraw() 742 nStyle = 0; in ImplDraw() 769 nStyle = 0; in ImplDraw() [all …]
|
H A D | group.cxx | 45 nStyle = ImplInitStyle( nStyle ); in ImplInit() 46 Control::ImplInit( pParent, nStyle, NULL ); in ImplInit() 53 WinBits GroupBox::ImplInitStyle( WinBits nStyle ) in ImplInitStyle() argument 55 if ( !(nStyle & WB_NOGROUP) ) in ImplInitStyle() 56 nStyle |= WB_GROUP; in ImplInitStyle() 57 return nStyle; in ImplInitStyle() 108 GroupBox::GroupBox( Window* pParent, WinBits nStyle ) : in GroupBox() argument 111 ImplInit( pParent, nStyle ); in GroupBox() 120 WinBits nStyle = ImplInitRes( rResId ); in GroupBox() local 121 ImplInit( pParent, nStyle ); in GroupBox() [all …]
|
H A D | lstbox.cxx | 59 ImplInit( pParent, nStyle ); in ListBox() 70 ImplInit( pParent, nStyle ); in ListBox() 73 if ( !(nStyle & WB_HIDE ) ) in ListBox() 113 nStyle = ImplInitStyle( nStyle ); in ImplInit() 114 if ( !(nStyle & WB_NOBORDER) && ( nStyle & WB_DROPDOWN ) ) in ImplInit() 115 nStyle |= WB_BORDER; in ImplInit() 122 if( nStyle & WB_DROPDOWN ) in ImplInit() 198 nStyle |= WB_TABSTOP; in ImplInitStyle() 199 if ( !(nStyle & WB_NOGROUP) ) in ImplInitStyle() 200 nStyle |= WB_GROUP; in ImplInitStyle() [all …]
|
H A D | morebtn.cxx | 44 void MoreButton::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit() argument 53 PushButton::ImplInit( pParent, nStyle ); in ImplInit() 65 if ( ! ( nStyle & ( WB_RIGHT | WB_LEFT ) ) ) in ImplInit() 67 nStyle |= WB_CENTER; in ImplInit() 68 SetStyle( nStyle ); in ImplInit() 89 MoreButton::MoreButton( Window* pParent, WinBits nStyle ) : in MoreButton() argument 92 ImplInit( pParent, nStyle ); in MoreButton() 101 WinBits nStyle = ImplInitRes( rResId ); in MoreButton() local 102 ImplInit( pParent, nStyle ); in MoreButton() 105 if ( !(nStyle & WB_HIDE) ) in MoreButton()
|
/aoo42x/main/vcl/source/window/ |
H A D | decoview.cxx | 583 nStyle |= BUTTON_DRAW_MONO; in DrawSymbol() 585 if ( nStyle & SYMBOL_DRAW_MONO ) in DrawSymbol() 635 sal_uInt16 nStyle ) in DrawHighlightFrame() argument 738 nStyle &= ~FRAME_DRAW_MENU; in ImplDrawFrame() 768 nStyle |= FRAME_DRAW_MONO; in ImplDrawFrame() 770 if ( nStyle & FRAME_DRAW_NODRAW ) in ImplDrawFrame() 772 sal_uInt16 nValueStyle = bMenuStyle ? nStyle | FRAME_DRAW_MENU : nStyle; in ImplDrawFrame() 817 sal_uInt16 nValueStyle = bMenuStyle ? nStyle | FRAME_DRAW_MENU : nStyle; in ImplDrawFrame() 1006 if ( nStyle & BUTTON_DRAW_MONO ) in ImplDrawButton() 1146 if ( nStyle & BUTTON_DRAW_MONO ) in ImplDrawButton() [all …]
|
H A D | msgbox.cxx | 83 WinBits nStyle = GetStyle(); in ImplInitButtons() local 90 if ( nStyle & WB_OK_CANCEL ) in ImplInitButtons() 92 if ( nStyle & WB_DEF_CANCEL ) in ImplInitButtons() 100 else if ( nStyle & WB_YES_NO ) in ImplInitButtons() 102 if ( nStyle & WB_DEF_YES ) in ImplInitButtons() 113 if ( nStyle & WB_DEF_YES ) in ImplInitButtons() 115 else if ( nStyle & WB_DEF_NO ) in ImplInitButtons() 124 else if ( nStyle & WB_RETRY_CANCEL ) in ImplInitButtons() 126 if ( nStyle & WB_DEF_CANCEL ) in ImplInitButtons() 139 if ( nStyle & WB_DEF_CANCEL ) in ImplInitButtons() [all …]
|
H A D | dialog.cxx | 267 if ( !(nStyle & WB_NODIALOGCONTROL) ) in ImplInit() 268 nStyle |= WB_DIALOGCONTROL; in ImplInit() 269 nStyle |= WB_ROLLABLE; in ImplInit() 272 nStyle |= WB_SYSTEMWINDOW; in ImplInit() 345 mpWindowImpl->mnStyle = nStyle; in ImplInit() 425 ImplInit( pParent, nStyle ); in Dialog() 1004 ImplInit( pParent, nStyle ); in ModelessDialog() 1013 WinBits nStyle = ImplInitRes( rResId ); in ModelessDialog() local 1014 ImplInit( pParent, nStyle ); in ModelessDialog() 1017 if ( !(nStyle & WB_HIDE) ) in ModelessDialog() [all …]
|
H A D | floatwin.cxx | 86 if ( !nStyle ) in ImplInit() 89 nStyle |= WB_DIALOGCONTROL; in ImplInit() 94 if ( !(nStyle & WB_NODIALOGCONTROL) ) in ImplInit() 95 nStyle |= WB_DIALOGCONTROL; in ImplInit() 98 && !(nStyle & WB_OWNERDRAWDECORATION) ) in ImplInit() 100 WinBits nFloatWinStyle = nStyle; in ImplInit() 115 if ( (nStyle & WB_SYSTEMWINDOW) && !(nStyle & (WB_MOVEABLE | WB_SIZEABLE)) ) in ImplInit() 167 ImplInit( pParent, nStyle ); in FloatingWindow() 176 WinBits nStyle = ImplInitRes( rResId ); in FloatingWindow() local 177 ImplInit( pParent, nStyle ); in FloatingWindow() [all …]
|
H A D | wrkwin.cxx | 61 void WorkWindow::ImplInit( Window* pParent, WinBits nStyle, SystemParentData* pSystemParentData ) in ImplInit() argument 64 if ( nStyle & WB_APP ) in ImplInit() 67 …ImplBorderWindow* pBorderWin = new ImplBorderWindow( pParent, pSystemParentData, nStyle, nFrameSty… in ImplInit() 74 if ( nStyle & WB_APP ) in ImplInit() 86 void WorkWindow::ImplInit( Window* pParent, WinBits nStyle, const ::com::sun::star::uno::Any& aSyst… in ImplInit() argument 98 ImplInit( pParent, nStyle, NULL ); in ImplInit() 111 WorkWindow::WorkWindow( Window* pParent, WinBits nStyle ) : in WorkWindow() argument 115 ImplInit( pParent, nStyle, NULL ); in WorkWindow() 125 WinBits nStyle = ImplInitRes( rResId ); in WorkWindow() local 126 ImplInit( pParent, nStyle ); in WorkWindow() [all …]
|
/aoo42x/main/sc/source/filter/qpro/ |
H A D | qpro.cxx | 50 sal_uInt16 nStyle; in readSheet() local 63 *mpStream >> nCol >> nDummy >> nRow >> nStyle >> nDummy; in readSheet() 68 nStyle = nStyle >> 3; in readSheet() 82 *mpStream >> nCol >> nDummy >> nRow >> nStyle; in readSheet() 83 nStyle = nStyle >> 3; in readSheet() 84 pStyle->SetFormat( pDoc, nCol, nRow, nTab, nStyle ); in readSheet() 91 nStyle = nStyle >> 3; in readSheet() 92 pStyle->SetFormat( pDoc, nCol, nRow, nTab, nStyle ); in readSheet() 101 nStyle = nStyle >> 3; in readSheet() 102 pStyle->SetFormat( pDoc, nCol, nRow, nTab, nStyle ); in readSheet() [all …]
|
/aoo42x/main/sd/source/ui/app/ |
H A D | sdpopup.cxx | 70 sal_uInt16 nStyle = MIB_RADIOCHECK | MIB_AUTOCHECK; in Fill() local 71 InsertItem( nID++, String( SdResId( STR_FIX ) ), nStyle ); in Fill() 72 InsertItem( nID++, String( SdResId( STR_VAR ) ), nStyle ); in Fill() 87 InsertItem( nID++, String( SdResId( STR_STANDARD_SMALL ) ), nStyle ); in Fill() 88 InsertItem( nID++, String( SdResId( STR_STANDARD_BIG ) ), nStyle ); in Fill() 119 InsertItem( nID++, String( SdResId( STR_STANDARD_NORMAL ) ), nStyle ); in Fill() 151 InsertItem( nID++, String( SdResId( STR_FILEFORMAT_NAME_EXT ) ), nStyle ); in Fill() 152 InsertItem( nID++, String( SdResId( STR_FILEFORMAT_FULLPATH ) ), nStyle ); in Fill() 153 InsertItem( nID++, String( SdResId( STR_FILEFORMAT_PATH ) ), nStyle ); in Fill() 154 InsertItem( nID++, String( SdResId( STR_FILEFORMAT_NAME ) ), nStyle ); in Fill() [all …]
|
/aoo42x/main/svtools/source/control/ |
H A D | ruler.cxx | 944 sal_uInt16 nStyle = mpData->pIndents[j].nStyle; in ImplDrawIndents() local 1620 sal_uInt16 nStyle; in ImplHitTest() local 1682 nStyle = mpData->pTabs[i-1].nStyle; in ImplHitTest() 1727 nStyle = mpData->pIndents[i-1].nStyle; in ImplHitTest() 1789 nStyle = mpData->pBorders[i-1].nStyle; in ImplHitTest() 1874 nStyle = mpData->pTabs[i-1].nStyle; in ImplHitTest() 2909 (pAry1->nStyle != pAry2->nStyle) ) in SetLines() 2986 (pAry1->nStyle != pAry2->nStyle) ) in SetArrows() 3031 (pAry1->nStyle != pAry2->nStyle) ) in SetBorders() 3076 (pAry1->nStyle != pAry2->nStyle) ) in SetIndents() [all …]
|
H A D | filectrl.cxx | 35 FileControl::FileControl( Window* pParent, WinBits nStyle, FileControlMode nFlags ) : in FileControl() argument 36 Window( pParent, nStyle|WB_DIALOGCONTROL ), in FileControl() 37 maEdit( this, (nStyle&(~WB_BORDER))|WB_NOTABSTOP ), in FileControl() 56 WinBits FileControl::ImplInitStyle( WinBits nStyle ) in ImplInitStyle() argument 58 if ( !( nStyle & WB_NOTABSTOP ) ) in ImplInitStyle() 72 if ( !(nStyle & WB_NOGROUP) ) in ImplInitStyle() 73 nStyle |= WB_GROUP; in ImplInitStyle() 75 if ( !(nStyle & WB_NOBORDER ) ) in ImplInitStyle() 76 nStyle |= WB_BORDER; in ImplInitStyle() 78 nStyle &= ~WB_TABSTOP; in ImplInitStyle() [all …]
|
H A D | valueset.cxx | 222 WinBits nStyle = GetStyle(); in ImplFormatItem() local 223 if ( nStyle & WB_ITEMBORDER ) in ImplFormatItem() 269 if ( nStyle & WB_RADIOSEL ) in ImplFormatItem() 359 WinBits nStyle = GetStyle(); in Format() local 368 if ( nStyle & WB_VSCROLL ) in Format() 382 if ( nStyle & WB_ITEMBORDER ) in Format() 394 if ( nStyle & WB_NAMEFIELD ) in Format() 409 if ( nStyle & WB_NONEFIELD ) in Format() 413 if ( nStyle & WB_RADIOSEL ) in Format() 509 if ( nStyle & WB_ITEMBORDER ) in Format() [all …]
|
/aoo42x/main/vcl/source/app/ |
H A D | help.cxx | 266 sal_uInt16 nStyle ) in ShowQuickHelp() argument 338 mnStyle = nStyle; in HelpTextWindow() 715 if ( !(nStyle & QUICKHELP_NOAUTOPOS) ) in ImplSetHelpWindowPos() 736 if ( nStyle & QUICKHELP_NOAUTOPOS ) in ImplSetHelpWindowPos() 748 if ( nStyle & QUICKHELP_LEFT ) in ImplSetHelpWindowPos() 750 else if ( nStyle & QUICKHELP_RIGHT ) in ImplSetHelpWindowPos() 753 if ( nStyle & QUICKHELP_TOP ) in ImplSetHelpWindowPos() 760 if ( nStyle & QUICKHELP_LEFT ) in ImplSetHelpWindowPos() 762 else if ( nStyle & QUICKHELP_RIGHT ) in ImplSetHelpWindowPos() 767 if ( nStyle & QUICKHELP_TOP ) in ImplSetHelpWindowPos() [all …]
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | button.hxx | 72 explicit Button( Window* pParent, WinBits nStyle = 0 ); 160 explicit PushButton( Window* pParent, WinBits nStyle = 0 ); 185 void SetDropDown( sal_uInt16 nStyle ); 250 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); 257 explicit CancelButton( Window* pParent, WinBits nStyle = 0 ); 272 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); 279 explicit HelpButton( Window* pParent, WinBits nStyle = 0 ); 323 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); 451 explicit CheckBox( Window* pParent, WinBits nStyle = 0 ); 519 explicit ImageButton( Window* pParent, WinBits nStyle = 0 ); [all …]
|
H A D | fixed.hxx | 45 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); 46 SAL_DLLPRIVATE WinBits ImplInitStyle( WinBits nStyle ); 61 explicit FixedText( Window* pParent, WinBits nStyle = 0 ); 85 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); 86 SAL_DLLPRIVATE WinBits ImplInitStyle( WinBits nStyle ); 122 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); 123 SAL_DLLPRIVATE WinBits ImplInitStyle( WinBits nStyle ); 132 explicit FixedBitmap( Window* pParent, WinBits nStyle = 0 ); 163 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); 164 SAL_DLLPRIVATE WinBits ImplInitStyle( WinBits nStyle ); [all …]
|
/aoo42x/main/vcl/unx/kde/ |
H A D | salnativewidgets-kde.cxx | 466 pWidget->colorGroup(), nStyle ); in drawStyledWidget() 483 pWidget->colorGroup(), nStyle ); in drawStyledWidget() 489 pWidget->colorGroup(), nStyle ); in drawStyledWidget() 495 pWidget->colorGroup(), nStyle ); in drawStyledWidget() 534 nStyle |= QStyle::Style_Enabled; in drawStyledWidget() 563 pWidget->colorGroup(), nStyle, in drawStyledWidget() 589 pWidget->colorGroup(), nStyle, in drawStyledWidget() 596 pWidget->colorGroup(), nStyle ); in drawStyledWidget() 651 nStyle |= QStyle::Style_Enabled; in drawStyledWidget() 1127 QStyle::SFlags nStyle = in vclStateValue2SFlags() local [all …]
|
/aoo42x/main/editeng/source/items/ |
H A D | bulitem.cxx | 123 nStyle = nNewStyle; in SvxBulletItem() 135 nStyle = BS_BULLET; in SvxBulletItem() 148 nStyle = BS_BMP; in SvxBulletItem() 163 nStyle = BS_BMP; in SvxBulletItem() 175 rStrm >> nStyle; in SvxBulletItem() 177 if( nStyle != BS_BMP ) in SvxBulletItem() 199 nStyle = BS_NONE; in SvxBulletItem() 233 nStyle = rItem.nStyle; in SvxBulletItem() 279 nStyle = BS_123; in SetDefaults_Impl() 334 nStyle != rBullet.nStyle || in operator ==() [all …]
|
/aoo42x/main/chart2/source/controller/itemsetwrapper/ |
H A D | ErrorBarItemConverter.cxx | 171 sal_Int32 nStyle = ::com::sun::star::chart::ErrorBarStyle::NONE; in ApplySpecialItem() local 176 nStyle = ::com::sun::star::chart::ErrorBarStyle::NONE; break; in ApplySpecialItem() 178 nStyle = ::com::sun::star::chart::ErrorBarStyle::VARIANCE; break; in ApplySpecialItem() 182 nStyle = ::com::sun::star::chart::ErrorBarStyle::RELATIVE; break; in ApplySpecialItem() 184 nStyle = ::com::sun::star::chart::ErrorBarStyle::ERROR_MARGIN; break; in ApplySpecialItem() 186 nStyle = ::com::sun::star::chart::ErrorBarStyle::ABSOLUTE; break; in ApplySpecialItem() 190 nStyle = ::com::sun::star::chart::ErrorBarStyle::FROM_DATA; break; in ApplySpecialItem() 194 uno::makeAny( nStyle )); in ApplySpecialItem() 351 sal_Int32 nStyle = 0; in FillSpecialItem() local 352 if( xErrorBarProp->getPropertyValue( C2U( "ErrorBarStyle" )) >>= nStyle ) in FillSpecialItem() [all …]
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxcontainer.cxx | 122 WinBits nStyle = pWindow->GetStyle(); in enableDialogControl() local 124 nStyle |= WB_DIALOGCONTROL; in enableDialogControl() 126 nStyle &= (~WB_DIALOGCONTROL); in enableDialogControl() 127 pWindow->SetStyle( nStyle ); in enableDialogControl() 153 WinBits nStyle = pWin->GetStyle(); in setTabOrder() local 154 nStyle &= ~(WB_TABSTOP|WB_NOTABSTOP|WB_GROUP); in setTabOrder() 161 pWin->SetStyle( nStyle ); in setTabOrder() 207 WinBits nStyle = pWin->GetStyle(); in setGroup() local 209 nStyle |= WB_GROUP; in setGroup() 211 nStyle &= (~WB_GROUP); in setGroup() [all …]
|
/aoo42x/main/xmloff/source/draw/ |
H A D | XMLNumberStyles.cxx | 393 void SdXMLNumberStylesExporter::exportTimeStyle( SdXMLExport& rExport, sal_Int32 nStyle ) in exportTimeStyle() argument 395 DBG_ASSERT( (nStyle >= 0) && (nStyle < SdXMLTimeFormatCount), "Unknown time style!" ); in exportTimeStyle() 396 if( (nStyle >= 0) && (nStyle < SdXMLTimeFormatCount) ) in exportTimeStyle() 397 SdXMLExportStyle( rExport, aSdXMLFixedTimeFormats[ nStyle ] ); in exportTimeStyle() 400 void SdXMLNumberStylesExporter::exportDateStyle( SdXMLExport& rExport, sal_Int32 nStyle ) in exportDateStyle() argument 402 if( nStyle > 0x0f ) in exportDateStyle() 404 int nDateStyle = nStyle & 0x0f; in exportDateStyle() 412 int nTimeStyle = (nStyle >> 4) & 0x0f; in exportDateStyle() 441 DBG_ASSERT( (nStyle >= 0) && (nStyle < SdXMLDateFormatCount), "unknown date style!" ); in exportDateStyle() 442 if( (nStyle >= 0) && (nStyle < SdXMLDateFormatCount) ) in exportDateStyle() [all …]
|