Home
last modified time | relevance | path

Searched refs:nStyle (Results 1 – 25 of 353) sorted by last modified time

12345678910>>...15

/trunk/main/vcl/source/window/
H A Ddockmgr.cxx1471 void ImplDockingWindowWrapper::SetFloatStyle( WinBits nStyle ) in SetFloatStyle() argument
1473 mnFloatBits = nStyle; in SetFloatStyle()
H A Dtoolbox.cxx1529 if ( nStyle & BUTTON_DRAW_PRESSED ) in ImplDrawOutButton()
1620 mnWinStyle = nStyle; in ImplInit()
1774 ImplInit( pParent, nStyle ); in ToolBox()
1786 ImplInit( pParent, nStyle ); in ToolBox()
1796 if ( !(nStyle & WB_HIDE) ) in ToolBox()
3364 sal_uInt16 nStyle = 0; in ImplDrawNext() local
3367 nStyle |= BUTTON_DRAW_PRESSED; in ImplDrawNext()
3576 sal_uInt16 nStyle = 0; in ImplDrawItem() local
3580 nStyle |= BUTTON_DRAW_CHECKED; in ImplDrawItem()
3584 nStyle |= BUTTON_DRAW_DONTKNOW; in ImplDrawItem()
[all …]
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx100 if ( !(nStyle & WB_NOTABSTOP) ) in ImplInit()
101 nStyle |= WB_TABSTOP; in ImplInit()
102 if ( !(nStyle & WB_NOGROUP) ) in ImplInit()
103 nStyle |= WB_GROUP; in ImplInit()
105 nStyle |= WB_DIALOGCONTROL; in ImplInit()
126 if( (nStyle & WB_DROPDOWN) ) in ImplInit()
211 ImplInit( pParent, nStyle ); in TabControl()
221 ImplInit( pParent, nStyle ); in TabControl()
224 if ( !(nStyle & WB_HIDE) ) in TabControl()
932 nStyle |= TEXT_DRAW_DISABLE; in ImplDrawItem()
[all …]
H A Dspinbtn.cxx31 void SpinButton::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit() argument
46 mbRepeat = 0 != ( nStyle & WB_REPEAT ); in ImplInit()
48 if ( nStyle & WB_HSCROLL ) in ImplInit()
53 Control::ImplInit( pParent, nStyle, NULL ); in ImplInit()
58 SpinButton::SpinButton( Window* pParent, WinBits nStyle ) in SpinButton() argument
62 ImplInit( pParent, nStyle ); in SpinButton()
H A Dmorebtn.cxx44 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()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx5534 if ( nStyle == WAVE_NORMAL ) in DrawWaveLine()
5540 else if( nStyle == WAVE_SMALL ) in DrawWaveLine()
6405 if ( nStyle & TEXT_DRAW_MNEMONIC ) in ImplDrawText()
6411 if ( nStyle & TEXT_DRAW_MULTILINE ) in ImplDrawText()
6549 if ( nStyle & TEXT_DRAW_RIGHT ) in ImplDrawText()
6581 if ( nStyle & TEXT_DRAW_CLIP ) in ImplDrawText()
6714 if ( nStyle & TEXT_DRAW_MNEMONIC ) in GetTextRect()
6717 if ( nStyle & TEXT_DRAW_MULTILINE ) in GetTextRect()
6790 if ( nStyle & TEXT_DRAW_RIGHT ) in GetTextRect()
6800 if ( nStyle & TEXT_DRAW_BOTTOM ) in GetTextRect()
[all …]
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx4425 sal_uInt16 nStyle = TEXT_DRAW_CLIP | TEXT_DRAW_CENTER; in PaintCell() local
4426 rDev.DrawText( rRect, sPaint, nStyle ); in PaintCell()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.hxx1505 void RegisterNumFmtOnStyle(sal_uInt16 nStyle);
1506 void SetStylesList(sal_uInt16 nStyle, sal_uInt16 nActLFO,
H A Dww8atr.cxx1064 void WW8AttributeOutput::ParagraphStyle( sal_uInt16 nStyle ) in ParagraphStyle() argument
1069 ShortToSVBT16( nStyle, nSty ); in ParagraphStyle()
H A Dww8par3.cxx1826 sal_uInt16 nStyle, in SetStylesList() argument
1830 SwWW8StyInf &rStyleInf = pCollA[nStyle]; in SetStylesList()
1864 void SwWW8ImplReader::RegisterNumFmtOnStyle( sal_uInt16 nStyle ) in RegisterNumFmtOnStyle() argument
1866 SwWW8StyInf &rStyleInf = pCollA[nStyle]; in RegisterNumFmtOnStyle()
/trunk/main/starmath/source/
H A Dmathtype.cxx214 aFont.nStyle=0; in Init()
218 aFont.nStyle=1; in Init()
221 aFont.nStyle=2; in Init()
666 switch (nStyle) in AppendStyleToText()
690 aFont.nStyle = aItr->nStyle; in TypeFaceToString()
1885 *pS >> aFont.nStyle; in HandleRecords()
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx756 const XubString& rStr, sal_uInt16 nStyle = 0 );
H A Dbutton.hxx72 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 Dbtndlg.hxx77 ButtonDialog( Window* pParent, WinBits nStyle = WB_STDDIALOG );
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx1196 WinBits nStyle = pTabBar->GetStyle(); in PositionScrollBars() local
1197 nStyle &= ~(WB_MINSCROLL); in PositionScrollBars()
1198 pTabBar->SetStyle( nStyle ); in PositionScrollBars()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx4893 >> mpImplRuler->pTab[ i ].nStyle; in PPTTextRulerInterpreter()
/trunk/main/svtools/inc/svtools/
H A Druler.hxx592 sal_uInt16 nStyle; member
610 sal_uInt16 nStyle; member
628 sal_uInt16 nStyle; member
641 sal_uInt16 nStyle; member
653 sal_uInt16 nStyle; member
721 SVT_DLLPRIVATE void ImplDrawIndent( const Polygon& rPoly, sal_uInt16 nStyle );
723 …ATE void ImplDrawTab( OutputDevice* pDevice, const Point& rPos, sal_uInt16 nStyle );
792 void SetExtraType( RulerExtra eNewExtraType, sal_uInt16 nStyle = 0 );
852 const Point& rPos, sal_uInt16 nStyle );
854 void SetStyle( WinBits nStyle );
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx933 sal_uInt32 nStyle, nFontFlags1, nFontFlags2, nFontFlags3; in importCfRule() local
943 rStrm >> nHeight >> nStyle >> nWeight >> nEscapement >> nUnderline; in importCfRule()
961 maModel.mbItalic = getFlag( nStyle, BIFF_CFRULE_FONT_STYLE ); in importCfRule()
964 maModel.mbStrikeout = getFlag( nStyle, BIFF_CFRULE_FONT_STRIKEOUT ); in importCfRule()
966 maModel.mbOutline = getFlag( nStyle, BIFF_CFRULE_FONT_OUTLINE ); in importCfRule()
968 maModel.mbShadow = getFlag( nStyle, BIFF_CFRULE_FONT_SHADOW ); in importCfRule()
1673 sal_uInt16 nStyle; in importDxfBorder() local
1674 rStrm >> pBorderLine->maColor >> nStyle; in importDxfBorder()
1675 pBorderLine->setBiffStyle( nStyle ); in importDxfBorder()
1727 sal_uInt16 nStyle; in importCfRule() local
[all …]
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx174 sal_uInt16 nStyle; in lcl_DrawRedLines() local
176 nStyle = WAVE_NORMAL; in lcl_DrawRedLines()
178 nStyle = WAVE_SMALL; in lcl_DrawRedLines()
180 nStyle = WAVE_FLAT; in lcl_DrawRedLines()
194 if ( bVertical && ( nStyle != WAVE_FLAT ) ) in lcl_DrawRedLines()
199 long nCorrect = ( nStyle == WAVE_NORMAL ) ? 2*nOnePixel : nOnePixel; in lcl_DrawRedLines()
232 pOutDev->DrawWaveLine( aPnt1, aPnt2, nStyle ); in lcl_DrawRedLines()
H A Dimpedit4.cxx504 for ( sal_uInt16 nStyle = 0; nStyle < nStyles; nStyle++ ) in WriteRTF() local
507 SfxStyleSheet* pStyle = (SfxStyleSheet*)GetStyleSheetPool()->GetStyles()[ nStyle ].get(); in WriteRTF()
510 sal_uInt16 nNumber = (sal_uInt16) (nStyle + 1); in WriteRTF()
/trunk/main/framework/source/uielement/
H A Dmenubarmanager.cxx1757 sal_Int16 nStyle = 0; in FillMenu() local
1780 aProp[i].Value >>= nStyle; in FillMenu()
1792 if ( nStyle ) in FillMenu()
1795 if ( nStyle & ::com::sun::star::ui::ItemStyle::ICON ) in FillMenu()
1797 if ( nStyle & ::com::sun::star::ui::ItemStyle::TEXT ) in FillMenu()
1799 if ( nStyle & ::com::sun::star::ui::ItemStyle::RADIO_CHECK ) in FillMenu()
H A Dtoolbarmanager.cxx1210 if ( nStyle & ::com::sun::star::ui::ItemStyle::RADIO_CHECK ) in ConvertStyleToToolboxItemBits()
1212 if ( nStyle & ::com::sun::star::ui::ItemStyle::ALIGN_LEFT ) in ConvertStyleToToolboxItemBits()
1214 if ( nStyle & ::com::sun::star::ui::ItemStyle::AUTO_SIZE ) in ConvertStyleToToolboxItemBits()
1216 if ( nStyle & ::com::sun::star::ui::ItemStyle::DROP_DOWN ) in ConvertStyleToToolboxItemBits()
1218 if ( nStyle & ::com::sun::star::ui::ItemStyle::REPEAT ) in ConvertStyleToToolboxItemBits()
1220 if ( nStyle & ::com::sun::star::ui::ItemStyle::DROPDOWN_ONLY ) in ConvertStyleToToolboxItemBits()
1222 if ( nStyle & ::com::sun::star::ui::ItemStyle::TEXT ) in ConvertStyleToToolboxItemBits()
1224 if ( nStyle & ::com::sun::star::ui::ItemStyle::ICON ) in ConvertStyleToToolboxItemBits()
1304 sal_uInt32 nStyle( 0 ); in FillToolbar() local
1364 aProp[i].Value >>= nStyle; in FillToolbar()
[all …]
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx309 WinBits nStyle = WB_TABSTOP; in imp_CreatePeer() local
316 nStyle |= WB_BORDER; in imp_CreatePeer()
324 pReturn->Create(pParent, nStyle); in imp_CreatePeer()
758 FmGridControl* SbaXGridPeer::imp_CreateControl(Window* pParent, WinBits nStyle) in imp_CreateControl() argument
760 return new SbaGridControl(m_xServiceFactory, pParent, this, nStyle); in imp_CreateControl()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx148 for (sal_uInt32 nStyle = 0; nStyle < nStyles; nStyle++) in SdPPTImport() local
150 … SfxStyleSheet* pSheet = static_cast<SfxStyleSheet*>( pStyleSheetPool->GetStyles()[nStyle].get() ); in SdPPTImport()
/trunk/main/framework/inc/uielement/
H A Dtoolbarmanager.hxx195 sal_uInt16 ConvertStyleToToolboxItemBits( sal_Int32 nStyle );

Completed in 349 milliseconds

12345678910>>...15