Home
last modified time | relevance | path

Searched refs:nStyle (Results 1 – 25 of 808) sorted by relevance

12345678910>>...33

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dfixed.cxx53 if ( nStyle & WB_LEFT ) in ImplCalcPos()
60 if ( nStyle & WB_TOP ) in ImplCalcPos()
73 nStyle = ImplInitStyle( nStyle ); in ImplInit()
81 nStyle |= WB_GROUP; in ImplInitStyle()
82 return nStyle; in ImplInitStyle()
457 nStyle = ImplInitStyle( nStyle ); in ImplInit()
466 return nStyle; in ImplInitStyle()
665 nStyle = ImplInitStyle( nStyle ); in ImplInit()
674 return nStyle; in ImplInitStyle()
799 nStyle = ImplInitStyle( nStyle ); in ImplInit()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dfixed.cxx52 if ( nStyle & WB_LEFT ) in ImplCalcPos()
59 if ( nStyle & WB_TOP ) in ImplCalcPos()
72 nStyle = ImplInitStyle( nStyle ); in ImplInit()
80 nStyle |= WB_GROUP; in ImplInitStyle()
81 return nStyle; in ImplInitStyle()
460 nStyle = ImplInitStyle( nStyle ); in ImplInit()
469 return nStyle; in ImplInitStyle()
661 nStyle = ImplInitStyle( nStyle ); in ImplInit()
670 return nStyle; in ImplInitStyle()
795 nStyle = ImplInitStyle( nStyle ); in ImplInit()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/app/
H A Dsdpopup.cxx48 MenuItemBits nStyle = MenuItemBits::RADIOCHECK | MenuItemBits::AUTOCHECK; in Fill() local
49 InsertItem( nID++, SdResId( STR_FIX ), nStyle ); in Fill()
50 InsertItem( nID++, SdResId( STR_VAR ), nStyle ); in Fill()
65 InsertItem( nID++, SdResId( STR_STANDARD_SMALL ), nStyle ); in Fill()
66 InsertItem( nID++, SdResId( STR_STANDARD_BIG ), nStyle ); in Fill()
97 InsertItem( nID++, SdResId( STR_STANDARD_NORMAL ), nStyle ); in Fill()
129 InsertItem( nID++, SdResId( STR_FILEFORMAT_NAME_EXT ), nStyle ); in Fill()
130 InsertItem( nID++, SdResId( STR_FILEFORMAT_FULLPATH ), nStyle ); in Fill()
131 InsertItem( nID++, SdResId( STR_FILEFORMAT_PATH ), nStyle ); in Fill()
132 InsertItem( nID++, SdResId( STR_FILEFORMAT_NAME ), nStyle ); in Fill()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/qpro/
H A Dqpro.cxx42 sal_uInt16 nStyle; in readSheet() local
57 nStyle = nStyle >> 3; in readSheet()
58 pStyle->SetFormat( &rDoc, nCol, nRow, nTab, nStyle ); in readSheet()
73 nStyle = nStyle >> 3; in readSheet()
74 pStyle->SetFormat( &rDoc, nCol, nRow, nTab, nStyle ); in readSheet()
80 nStyle = nStyle >> 3; in readSheet()
81 pStyle->SetFormat( &rDoc, nCol, nRow, nTab, nStyle ); in readSheet()
90 nStyle = nStyle >> 3; in readSheet()
91 pStyle->SetFormat( &rDoc, nCol, nRow, nTab, nStyle ); in readSheet()
117 nStyle = nStyle >> 3; in readSheet()
[all …]
H A Dqprostyle.cxx39 …tyle::SetFormat( ScDocument *pDoc, sal_uInt8 nCol, sal_uInt16 nRow, SCTAB nTab, sal_uInt16 nStyle ) in SetFormat() argument
41 if (nStyle >= maxsize) in SetFormat()
47 sal_uInt8 nTmp = maAlign[ nStyle ]; in SetFormat()
116 sal_uInt16 nTmpFnt = maFontRecord[ maFont[ nStyle ] ]; in SetFormat()
131 if (maFontHeight[ maFont [ nStyle ] ]) in SetFormat()
132 …rItemSet.Put( SvxFontHeightItem( static_cast<sal_uLong>(20 * maFontHeight[ maFont[ nStyle ] ] ), 1… in SetFormat()
134 OUString fntName = maFontType[ maFont[ nStyle ] ]; in SetFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/qpro/
H A Dqpro.cxx42 sal_uInt16 nStyle; in readSheet() local
57 nStyle = nStyle >> 3; in readSheet()
58 pStyle->SetFormat( pDoc, nCol, nRow, nTab, nStyle ); in readSheet()
73 nStyle = nStyle >> 3; in readSheet()
74 pStyle->SetFormat( pDoc, nCol, nRow, nTab, nStyle ); in readSheet()
80 nStyle = nStyle >> 3; in readSheet()
81 pStyle->SetFormat( pDoc, nCol, nRow, nTab, nStyle ); in readSheet()
90 nStyle = nStyle >> 3; in readSheet()
91 pStyle->SetFormat( pDoc, nCol, nRow, nTab, nStyle ); in readSheet()
117 nStyle = nStyle >> 3; in readSheet()
[all …]
H A Dqprostyle.cxx38 …tyle::SetFormat( ScDocument *pDoc, sal_uInt8 nCol, sal_uInt16 nRow, SCTAB nTab, sal_uInt16 nStyle ) in SetFormat() argument
40 if (nStyle >= maxsize) in SetFormat()
46 sal_uInt8 nTmp = maAlign[ nStyle ]; in SetFormat()
116 sal_uInt16 nTmpFnt = maFontRecord[ maFont[ nStyle ] ]; in SetFormat()
131 if (maFontHeight[ maFont [ nStyle ] ]) in SetFormat()
132 …rItemSet.Put( SvxFontHeightItem( static_cast<sal_uLong>(20 * maFontHeight[ maFont[ nStyle ] ] ), 1… in SetFormat()
134 OUString fntName = maFontType[ maFont[ nStyle ] ]; in SetFormat()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/ge/
H A Dcfx_fontmapper.cpp470 uint32_t nStyle = 0; in FindSubstFont() local
474 nStyle |= FX_FONT_STYLE_Bold; in FindSubstFont()
476 nStyle |= FX_FONT_STYLE_Italic; in FindSubstFont()
497 nStyle |= FX_FONT_STYLE_Bold; in FindSubstFont()
536 nStyle |= FX_FONT_STYLE_Bold; in FindSubstFont()
551 if (nStyle) { in FindSubstFont()
557 if (nStyle & FX_FONT_STYLE_Italic) in FindSubstFont()
597 if (nStyle) in FindSubstFont()
614 if ((nStyle & 0x3) == 1) in FindSubstFont()
616 if ((nStyle & 0x3) == 2) in FindSubstFont()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/toolkit/
H A Dfixed.hxx40 SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle );
41 SAL_DLLPRIVATE static WinBits ImplInitStyle( WinBits nStyle );
56 explicit FixedText( vcl::Window* pParent, WinBits nStyle = 0 );
82 explicit SelectableFixedText( vcl::Window* pParent, WinBits nStyle );
93 SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle );
94 SAL_DLLPRIVATE static WinBits ImplInitStyle( WinBits nStyle );
125 SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle );
126 SAL_DLLPRIVATE static WinBits ImplInitStyle( WinBits nStyle );
130 explicit FixedBitmap( vcl::Window* pParent, WinBits nStyle = 0 );
152 SAL_DLLPRIVATE static WinBits ImplInitStyle( WinBits nStyle );
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dfixed.hxx39 SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle );
40 SAL_DLLPRIVATE static WinBits ImplInitStyle( WinBits nStyle );
55 explicit FixedText( vcl::Window* pParent, WinBits nStyle = 0 );
81 explicit SelectableFixedText( vcl::Window* pParent, WinBits nStyle );
93 SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle );
94 SAL_DLLPRIVATE static WinBits ImplInitStyle( WinBits nStyle );
125 SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle );
126 SAL_DLLPRIVATE static WinBits ImplInitStyle( WinBits nStyle );
130 explicit FixedBitmap( vcl::Window* pParent, WinBits nStyle = 0 );
153 SAL_DLLPRIVATE static WinBits ImplInitStyle( WinBits nStyle );
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/controls/
H A Dfilectrl.cxx38 FileControl::FileControl( vcl::Window* pParent, WinBits nStyle ) : in FileControl() argument
39 Window( pParent, nStyle|WB_DIALOGCONTROL ), in FileControl()
40 maEdit( VclPtr<Edit>::Create(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 …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/control/
H A Dfilectrl.cxx37 FileControl::FileControl( vcl::Window* pParent, WinBits nStyle ) : in FileControl() argument
38 Window( pParent, nStyle|WB_DIALOGCONTROL ), in FileControl()
39 maEdit( VclPtr<Edit>::Create(this, (nStyle&(~WB_BORDER))|WB_NOTABSTOP) ), in FileControl()
55 WinBits FileControl::ImplInitStyle( WinBits nStyle ) in ImplInitStyle() argument
57 if ( !( nStyle & WB_NOTABSTOP ) ) in ImplInitStyle()
71 if ( !(nStyle & WB_NOGROUP) ) in ImplInitStyle()
72 nStyle |= WB_GROUP; in ImplInitStyle()
74 if ( !(nStyle & WB_NOBORDER ) ) in ImplInitStyle()
75 nStyle |= WB_BORDER; in ImplInitStyle()
77 nStyle &= ~WB_TABSTOP; in ImplInitStyle()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Dhelp.cxx183 QuickHelpFlags nStyle ) in ShowQuickHelp() argument
263 mnStyle = nStyle; in HelpTextWindow()
604 if ( nStyle & QuickHelpFlags::NoAutoPos ) in ImplSetHelpWindowPos()
614 if ( nStyle & QuickHelpFlags::Left ) in ImplSetHelpWindowPos()
616 else if ( nStyle & QuickHelpFlags::Right ) in ImplSetHelpWindowPos()
619 if ( nStyle & QuickHelpFlags::Top ) in ImplSetHelpWindowPos()
621 else if ( nStyle & QuickHelpFlags::Bottom ) in ImplSetHelpWindowPos()
625 if ( nStyle & QuickHelpFlags::Left ) in ImplSetHelpWindowPos()
627 else if ( nStyle & QuickHelpFlags::Right ) in ImplSetHelpWindowPos()
632 if ( nStyle & QuickHelpFlags::Top ) in ImplSetHelpWindowPos()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/uielement/
H A Dstatusbaritem.cxx35 sal_uInt16 nStyle( 0 ); in impl_convertItemBitsToItemStyle() local
38 nStyle |= ItemStyle::ALIGN_RIGHT; in impl_convertItemBitsToItemStyle()
40 nStyle |= ItemStyle::ALIGN_LEFT; in impl_convertItemBitsToItemStyle()
42 nStyle |= ItemStyle::ALIGN_CENTER; in impl_convertItemBitsToItemStyle()
45 nStyle |= ItemStyle::DRAW_FLAT; in impl_convertItemBitsToItemStyle()
47 nStyle |= ItemStyle::DRAW_OUT3D; in impl_convertItemBitsToItemStyle()
49 nStyle |= ItemStyle::DRAW_IN3D; in impl_convertItemBitsToItemStyle()
52 nStyle |= ItemStyle::AUTO_SIZE; in impl_convertItemBitsToItemStyle()
55 nStyle |= ItemStyle::OWNER_DRAW; in impl_convertItemBitsToItemStyle()
57 return nStyle; in impl_convertItemBitsToItemStyle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/uielement/
H A Dstatusbaritem.cxx35 sal_uInt16 nStyle( 0 ); in impl_convertItemBitsToItemStyle() local
38 nStyle |= ItemStyle::ALIGN_RIGHT; in impl_convertItemBitsToItemStyle()
40 nStyle |= ItemStyle::ALIGN_LEFT; in impl_convertItemBitsToItemStyle()
42 nStyle |= ItemStyle::ALIGN_CENTER; in impl_convertItemBitsToItemStyle()
45 nStyle |= ItemStyle::DRAW_FLAT; in impl_convertItemBitsToItemStyle()
47 nStyle |= ItemStyle::DRAW_OUT3D; in impl_convertItemBitsToItemStyle()
49 nStyle |= ItemStyle::DRAW_IN3D; in impl_convertItemBitsToItemStyle()
52 nStyle |= ItemStyle::AUTO_SIZE; in impl_convertItemBitsToItemStyle()
55 nStyle |= ItemStyle::OWNER_DRAW; in impl_convertItemBitsToItemStyle()
57 return nStyle; in impl_convertItemBitsToItemStyle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dwrkwin.cxx47 void WorkWindow::ImplInit( vcl::Window* pParent, WinBits nStyle, SystemParentData* pSystemParentDat… in ImplInit() argument
50 if ( nStyle & WB_APP ) in ImplInit()
53 VclPtrInstance<ImplBorderWindow> pBorderWin( pParent, pSystemParentData, nStyle, nFrameStyle ); in ImplInit()
54 …Window::ImplInit( pBorderWin, nStyle & (WB_3DLOOK | WB_CLIPCHILDREN | WB_DIALOGCONTROL | WB_SYSTEM… in ImplInit()
61 if ( nStyle & WB_APP ) in ImplInit()
72 void WorkWindow::ImplInit( vcl::Window* pParent, WinBits nStyle, const css::uno::Any& aSystemWorkWi… in ImplInit() argument
84 ImplInit( pParent, nStyle ); in ImplInit()
93 WorkWindow::WorkWindow( vcl::Window* pParent, WinBits nStyle ) : in WorkWindow() argument
97 ImplInit( pParent, nStyle ); in WorkWindow()
100 …::WorkWindow( vcl::Window* pParent, const css::uno::Any& aSystemWorkWindowToken, WinBits nStyle ) : in WorkWindow() argument
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpageitem_noteframe.cpp20 m_nstyle = nStyle; in PageItem_NoteFrame()
29 if (nStyle->notesParStyle().isEmpty() || (nStyle->notesParStyle() == tr("No Style"))) in PageItem_NoteFrame()
32 newStyle.setParent(nStyle->notesParStyle()); in PageItem_NoteFrame()
53 m_nstyle = nStyle; in PageItem_NoteFrame()
62 if (nStyle->notesParStyle().isEmpty() || (nStyle->notesParStyle() == tr("No Style"))) in PageItem_NoteFrame()
64 if (nStyle->isEndNotes()) in PageItem_NoteFrame()
74 newStyle.setParent(nStyle->notesParStyle()); in PageItem_NoteFrame()
138 m_nstyle = nStyle; in setNoteStyle()
148 if (nStyle->notesParStyle().isEmpty() || (nStyle->notesParStyle() == tr("No Style"))) in setNoteStyle()
150 if (nStyle->isEndNotes() || (m_masterFrame == nullptr)) in setNoteStyle()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/toolkit/
H A Dmorebtn.cxx29 void MoreButton::ImplInit( vcl::Window* pParent, WinBits nStyle ) in ImplInit() argument
34 PushButton::ImplInit( pParent, nStyle ); in ImplInit()
45 if ( ! ( nStyle & ( WB_RIGHT | WB_LEFT ) ) ) in ImplInit()
47 nStyle |= WB_CENTER; in ImplInit()
48 SetStyle( nStyle ); in ImplInit()
66 MoreButton::MoreButton( vcl::Window* pParent, WinBits nStyle ) : in MoreButton() argument
69 ImplInit( pParent, nStyle ); in MoreButton()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dwrkwin.cxx47 void WorkWindow::ImplInit( vcl::Window* pParent, WinBits nStyle, SystemParentData* pSystemParentDat… in ImplInit() argument
50 if ( nStyle & WB_APP ) in ImplInit()
53 VclPtrInstance<ImplBorderWindow> pBorderWin( pParent, pSystemParentData, nStyle, nFrameStyle ); in ImplInit()
54 …Window::ImplInit( pBorderWin, nStyle & (WB_3DLOOK | WB_CLIPCHILDREN | WB_DIALOGCONTROL | WB_SYSTEM… in ImplInit()
61 if ( nStyle & WB_APP ) in ImplInit()
71 void WorkWindow::ImplInit( vcl::Window* pParent, WinBits nStyle, const css::uno::Any& aSystemWorkWi… in ImplInit() argument
83 ImplInit( pParent, nStyle ); in ImplInit()
92 WorkWindow::WorkWindow( vcl::Window* pParent, WinBits nStyle ) : in WorkWindow() argument
96 ImplInit( pParent, nStyle ); in WorkWindow()
99 …::WorkWindow( vcl::Window* pParent, const css::uno::Any& aSystemWorkWindowToken, WinBits nStyle ) : in WorkWindow() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/toolkit/
H A Dmorebtn.cxx29 void MoreButton::ImplInit( vcl::Window* pParent, WinBits nStyle ) in ImplInit() argument
34 PushButton::ImplInit( pParent, nStyle ); in ImplInit()
45 if ( ! ( nStyle & ( WB_RIGHT | WB_LEFT ) ) ) in ImplInit()
47 nStyle |= WB_CENTER; in ImplInit()
48 SetStyle( nStyle ); in ImplInit()
66 MoreButton::MoreButton( vcl::Window* pParent, WinBits nStyle ) : in MoreButton() argument
69 ImplInit( pParent, nStyle ); in MoreButton()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/app/
H A Dhelp.cxx181 QuickHelpFlags nStyle ) in ShowQuickHelp() argument
261 mnStyle = nStyle; in HelpTextWindow()
611 if ( nStyle & QuickHelpFlags::NoAutoPos ) in ImplSetHelpWindowPos()
621 if ( nStyle & QuickHelpFlags::Left ) in ImplSetHelpWindowPos()
623 else if ( nStyle & QuickHelpFlags::Right ) in ImplSetHelpWindowPos()
626 if ( nStyle & QuickHelpFlags::Top ) in ImplSetHelpWindowPos()
628 else if ( nStyle & QuickHelpFlags::Bottom ) in ImplSetHelpWindowPos()
632 if ( nStyle & QuickHelpFlags::Left ) in ImplSetHelpWindowPos()
634 else if ( nStyle & QuickHelpFlags::Right ) in ImplSetHelpWindowPos()
639 if ( nStyle & QuickHelpFlags::Top ) in ImplSetHelpWindowPos()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/items/
H A Dbulitem.cxx28 , nStyle(SvxBulletStyle::N123) in SvxBulletItem()
45 , nStyle(rItem.nStyle) in SvxBulletItem()
74 SetStyle( rCopyFrom.nStyle ); in CopyValidProperties()
87 if( nStyle != rBullet.nStyle || in operator ==()
96 if( ( nStyle != SvxBulletStyle::BMP ) && ( aFont != rBullet.aFont ) ) in operator ==()
99 if( nStyle == SvxBulletStyle::BMP ) in operator ==()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/items/
H A Dbulitem.cxx33 , nStyle(SvxBulletStyle::N123) in SvxBulletItem()
50 , nStyle(rItem.nStyle) in SvxBulletItem()
81 SetStyle( rCopyFrom.nStyle ); in CopyValidProperties()
94 if( nStyle != rBullet.nStyle || in operator ==()
103 if( ( nStyle != SvxBulletStyle::BMP ) && ( aFont != rBullet.aFont ) ) in operator ==()
106 if( nStyle == SvxBulletStyle::BMP ) in operator ==()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/awt/
H A Dvclxcontainer.cxx124 WinBits nStyle = pWindow->GetStyle(); in enableDialogControl() local
126 nStyle |= WB_DIALOGCONTROL; in enableDialogControl()
128 nStyle &= (~WB_DIALOGCONTROL); in enableDialogControl()
129 pWindow->SetStyle( nStyle ); in enableDialogControl()
155 WinBits nStyle = pWin->GetStyle(); in setTabOrder() local
156 nStyle &= ~(WB_TABSTOP|WB_NOTABSTOP|WB_GROUP); in setTabOrder()
163 pWin->SetStyle( nStyle ); in setTabOrder()
210 WinBits nStyle = pWin->GetStyle(); in setGroup() local
212 nStyle |= WB_GROUP; in setGroup()
214 nStyle &= (~WB_GROUP); in setGroup()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr29797-2.c7 unsigned long nStyle = bar (); in main() local
8 if (nStyle & 32768) in main()
9 nStyle |= 65536; in main()
10 if (nStyle != (32768 | 65536)) in main()

12345678910>>...33