Home
last modified time | relevance | path

Searched refs:nStyle (Results 26 – 50 of 353) sorted by relevance

12345678910>>...15

/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx1775 nStyle |= WB_TABSTOP; in setProperty()
1777 nStyle |= WB_NOTABSTOP; in setProperty()
1830 nStyle |= WB_LEFT; in setProperty()
1832 nStyle |= WB_CENTER; in setProperty()
1834 nStyle |= WB_RIGHT; in setProperty()
1857 nStyle |= WB_WORDBREAK; in setProperty()
1859 nStyle &= ~WB_WORDBREAK; in setProperty()
1876 nStyle |= WB_HORZ; in setProperty()
1878 nStyle |= WB_VERT; in setProperty()
2098 if ( nStyle & WB_TOP ) in getProperty()
[all …]
/trunk/main/vcl/source/window/
H A Dtabpage.cxx42 void TabPage::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit() argument
44 if ( !(nStyle & WB_NODIALOGCONTROL) ) in ImplInit()
45 nStyle |= WB_DIALOGCONTROL; in ImplInit()
47 Window::ImplInit( pParent, nStyle, NULL ); in ImplInit()
84 TabPage::TabPage( Window* pParent, WinBits nStyle ) : in TabPage() argument
87 ImplInit( pParent, nStyle ); in TabPage()
96 WinBits nStyle = ImplInitRes( rResId ); in TabPage() local
97 ImplInit( pParent, nStyle ); in TabPage()
100 if ( !(nStyle & WB_HIDE) ) in TabPage()
H A Ddockwin.cxx362 if ( !(nStyle & WB_NODIALOGCONTROL) ) in ImplInit()
363 nStyle |= WB_DIALOGCONTROL; in ImplInit()
369 if ( nStyle & WB_DOCKBORDER ) in ImplInit()
370 nStyle |= WB_BORDER; in ImplInit()
372 Window::ImplInit( pParent, nStyle, NULL ); in ImplInit()
452 ImplInit( pParent, nStyle ); in DockingWindow()
462 WinBits nStyle = ImplInitRes( rResId ); in DockingWindow() local
463 ImplInit( pParent, nStyle ); in DockingWindow()
466 if ( !(nStyle & WB_HIDE) ) in DockingWindow()
942 pWrapper->SetFloatStyle( nStyle ); in SetFloatStyle()
[all …]
H A Dbrdwin.cxx73 if ( nStyle & BUTTON_DRAW_PRESSED ) in ImplGetPinImage()
1205 nStyle |= FRAME_DRAW_MONO; in Init()
1386 sal_uInt16 nStyle = 0; in DrawWindow() local
1390 nStyle |= FRAME_DRAW_DOUBLEOUT; in DrawWindow()
1392 nStyle |= FRAME_DRAW_DOUBLEIN; in DrawWindow()
1394 nStyle |= FRAME_DRAW_MONO; in DrawWindow()
1396 nStyle |= FRAME_DRAW_MENU; in DrawWindow()
1399 nStyle |= FRAME_DRAW_WINDOWBORDER; in DrawWindow()
1837 WinBits nOrgStyle = nStyle; in ImplInit()
1841 nStyle &= nTestStyle; in ImplInit()
[all …]
H A Dsyschild.cxx119 void SystemChildWindow::ImplInitSysChild( Window* pParent, WinBits nStyle, SystemWindowData *pData,… in ImplInitSysChild() argument
123 Window::ImplInit( pParent, nStyle, NULL ); in ImplInitSysChild()
136 SystemChildWindow::SystemChildWindow( Window* pParent, WinBits nStyle ) : in SystemChildWindow() argument
139 ImplInitSysChild( pParent, nStyle, NULL ); in SystemChildWindow()
144 SystemChildWindow::SystemChildWindow( Window* pParent, WinBits nStyle, SystemWindowData *pData, sal… in SystemChildWindow() argument
147 ImplInitSysChild( pParent, nStyle, pData, bShow ); in SystemChildWindow()
156 WinBits nStyle = ImplInitRes( rResId ); in SystemChildWindow() local
157 ImplInitSysChild( pParent, nStyle, NULL ); in SystemChildWindow()
160 if ( !(nStyle & WB_HIDE) ) in SystemChildWindow()
H A Dstatus.cxx107 sal_uInt16 nStyle ) in ImplGetItemTextPos() argument
115 if ( nStyle & SIB_LEFT ) in ImplGetItemTextPos()
117 else if ( nStyle & SIB_RIGHT ) in ImplGetItemTextPos()
142 if ( !(nStyle & (WB_LEFT | WB_RIGHT)) ) in ImplInit()
143 nStyle |= WB_RIGHT; in ImplInit()
174 ImplInit( pParent, nStyle ); in StatusBar()
183 WinBits nStyle = ImplInitRes( rResId ); in StatusBar() local
184 ImplInit( pParent, nStyle ); in StatusBar()
187 if ( !(nStyle & WB_HIDE) ) in StatusBar()
499 sal_uInt16 nStyle; in ImplDrawItem() local
[all …]
/trunk/main/framework/source/uielement/
H A Dstatusbaritem.cxx44 sal_uInt16 nStyle( 0 ); in impl_convertItemBitsToItemStyle() local
47 nStyle |= ItemStyle::ALIGN_RIGHT; in impl_convertItemBitsToItemStyle()
49 nStyle |= ItemStyle::ALIGN_LEFT; in impl_convertItemBitsToItemStyle()
51 nStyle |= ItemStyle::ALIGN_CENTER; in impl_convertItemBitsToItemStyle()
54 nStyle |= ItemStyle::DRAW_FLAT; in impl_convertItemBitsToItemStyle()
56 nStyle |= ItemStyle::DRAW_OUT3D; in impl_convertItemBitsToItemStyle()
58 nStyle |= ItemStyle::DRAW_IN3D; in impl_convertItemBitsToItemStyle()
61 nStyle |= ItemStyle::AUTO_SIZE; in impl_convertItemBitsToItemStyle()
64 nStyle |= ItemStyle::OWNER_DRAW; in impl_convertItemBitsToItemStyle()
66 return nStyle; in impl_convertItemBitsToItemStyle()
/trunk/main/vcl/source/control/
H A Dcombobox.cxx78 ImplInit( pParent, nStyle ); in ComboBox()
89 ImplInit( pParent, nStyle ); in ComboBox()
92 if ( !(nStyle & WB_HIDE ) ) in ComboBox()
156 ImplInitStyle( nStyle ); in ImplInit()
161 nStyle &= ~WB_BORDER; in ImplInit()
162 nStyle |= WB_NOBORDER; in ImplInit()
167 nStyle |= WB_BORDER; in ImplInit()
176 if( nStyle & WB_DROPDOWN ) in ImplInit()
236 nStyle |= WB_TABSTOP; in ImplInitStyle()
238 nStyle |= WB_GROUP; in ImplInitStyle()
[all …]
H A Dedit.cxx201 ImplInit( pParent, nStyle ); in Edit()
311 && ((nStyle&WB_BORDER) && !(nStyle&WB_NOBORDER)); in ImplUseNativeBorder()
317 && ((nStyle&WB_BORDER) && !(nStyle&WB_NOBORDER)); in ImplUseNativeBorder()
324 nStyle = ImplInitStyle( nStyle ); in ImplInit()
326 nStyle |= WB_LEFT; in ImplInit()
338 if ( nStyle & WB_RIGHT ) in ImplInit()
365 nStyle |= WB_TABSTOP; in ImplInitStyle()
367 nStyle |= WB_GROUP; in ImplInitStyle()
369 return nStyle; in ImplInitStyle()
2389 if ( nStyle & WB_RIGHT ) in StateChanged()
[all …]
H A Dspinfld.cxx153 sal_uInt16 nStyle = BUTTON_DRAW_NOLEFTLIGHTBORDER; in ImplDrawSpinButton() local
188 sal_uInt16 nTempStyle = nStyle; in ImplDrawSpinButton()
236 nStyle |= BUTTON_DRAW_PRESSED; in ImplDrawSpinButton()
239 aLowRect = aDecoView.DrawButton( rLowerRect, nStyle ); in ImplDrawSpinButton()
368 WinBits nStyle = ImplInitRes( rResId ); in SpinField() local
369 ImplInit( pParent, nStyle ); in SpinField()
372 if ( !(nStyle & WB_HIDE) ) in SpinField()
653 sal_uInt16 nStyle = BUTTON_DRAW_NOLIGHTBORDER; in Paint() local
655 nStyle |= BUTTON_DRAW_PRESSED; in Paint()
662 nStyle = IsEnabled() ? 0 : SYMBOL_DRAW_DISABLE; in Paint()
[all …]
H A Dmenubtn.cxx58 void MenuButton::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit() argument
60 if ( !(nStyle & WB_NOTABSTOP) ) in ImplInit()
61 nStyle |= WB_TABSTOP; in ImplInit()
63 PushButton::ImplInit( pParent, nStyle ); in ImplInit()
105 WinBits nStyle = ImplInitRes( rResId ); in MenuButton() local
106 ImplInit( pParent, nStyle ); in MenuButton()
109 if ( !(nStyle & WB_HIDE) ) in MenuButton()
H A Dimgctrl.cxx37 ImageControl::ImageControl( Window* pParent, WinBits nStyle ) in ImageControl() argument
38 :FixedImage( pParent, nStyle ) in ImageControl()
96 sal_uInt16 nStyle = 0; in ImplDraw() local
100 nStyle |= IMAGE_DRAW_DISABLE; in ImplDraw()
133 rDev.DrawImage( lcl_centerWithin( aDrawRect, rBitmapSize ), *pImage, nStyle ); in ImplDraw()
143 *pImage, nStyle ); in ImplDraw()
152 *pImage, nStyle ); in ImplDraw()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DStatisticsItemConverter.cxx263 sal_Int32 nStyle = ::com::sun::star::chart::ErrorBarStyle::NONE; in ApplySpecialItem() local
268 nStyle = ::com::sun::star::chart::ErrorBarStyle::NONE; break; in ApplySpecialItem()
270 nStyle = ::com::sun::star::chart::ErrorBarStyle::VARIANCE; break; in ApplySpecialItem()
274 nStyle = ::com::sun::star::chart::ErrorBarStyle::RELATIVE; break; in ApplySpecialItem()
276 nStyle = ::com::sun::star::chart::ErrorBarStyle::ERROR_MARGIN; break; in ApplySpecialItem()
278 nStyle = ::com::sun::star::chart::ErrorBarStyle::ABSOLUTE; break; in ApplySpecialItem()
282 nStyle = ::com::sun::star::chart::ErrorBarStyle::FROM_DATA; break; in ApplySpecialItem()
293 uno::makeAny( nStyle )); in ApplySpecialItem()
540 sal_Int32 nStyle = 0; in FillSpecialItem() local
541 if( xErrorBarProp->getPropertyValue( C2U( "ErrorBarStyle" )) >>= nStyle ) in FillSpecialItem()
[all …]
H A DDataPointItemConverter.cxx82 sal_Int32 nStyle = SVX_SYMBOLTYPE_UNKNOWN; in lcl_getSymbolStyleForSymbol() local
86 nStyle = SVX_SYMBOLTYPE_NONE; in lcl_getSymbolStyleForSymbol()
89 nStyle = SVX_SYMBOLTYPE_AUTO; in lcl_getSymbolStyleForSymbol()
92 nStyle = SVX_SYMBOLTYPE_BRUSHITEM; in lcl_getSymbolStyleForSymbol()
95 nStyle = rSymbol.StandardSymbol; in lcl_getSymbolStyleForSymbol()
104 return nStyle; in lcl_getSymbolStyleForSymbol()
436 sal_Int32 nStyle = in ApplySpecialItem() local
444 if( nStyle != nOldStyle ) in ApplySpecialItem()
447 switch( nStyle ) in ApplySpecialItem()
464 aSymbol.StandardSymbol = nStyle; in ApplySpecialItem()
/trunk/main/vcl/unx/generic/app/
H A Di18n_im.cxx306 GetMethodName( XIMStyle nStyle, char *pBuf, int nBufSize) in GetMethodName() argument
309 const XIMStyle nStyle; in GetMethodName() member
332 for ( pDescPtr = const_cast<StyleName*>(pDescription); pDescPtr->nStyle != 0; pDescPtr++ ) in GetMethodName()
335 if ( (nStyle & pDescPtr->nStyle) && (nBufSize > nSize) ) in GetMethodName()
355 for ( int nStyle = 0; nStyle < pStyle->count_styles; nStyle++ ) in PrintInputStyle() local
357 fprintf( stderr, "style #%i = %s\n", nStyle, in PrintInputStyle()
358 GetMethodName(pStyle->supported_styles[nStyle], pBuf, nBuf) ); in PrintInputStyle()
H A Di18n_ic.cxx512 SalI18N_InputContext::GetWeightingOfIMStyle( XIMStyle nStyle ) const in GetWeightingOfIMStyle()
515 const XIMStyle nStyle; in GetWeightingOfIMStyle() member
534 for ( pWeightPtr = pWeight; pWeightPtr->nStyle != 0; pWeightPtr++ ) in GetWeightingOfIMStyle()
536 if ( (pWeightPtr->nStyle & nStyle) != 0 ) in GetWeightingOfIMStyle()
543 SalI18N_InputContext::IsSupportedIMStyle( XIMStyle nStyle ) const in IsSupportedIMStyle()
545 if ( (nStyle & mnSupportedPreeditStyle) in IsSupportedIMStyle()
546 && (nStyle & mnSupportedStatusStyle) ) in IsSupportedIMStyle()
567 for ( int nStyle = 0; nStyle < pIMStyles->count_styles; nStyle++ ) in SupportInputMethodStyle() local
569 XIMStyle nProvidedStyle = pIMStyles->supported_styles[ nStyle ]; in SupportInputMethodStyle()
/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/svx/source/dialog/
H A Dsvxruler.cxx410 pIndents[0].nStyle = RULER_STYLE_DONTKNOW; in SvxRuler()
411 pIndents[1].nStyle = RULER_STYLE_DONTKNOW; in SvxRuler()
863 pBorders[i].nStyle = _nFlags; in UpdateColumns()
1006 …pIndents[INDENT_LEFT_BORDER].nStyle = pIndents[INDENT_RIGHT_BORDER].nStyle &= ~RULER_STYLE_INVISIB… in UpdatePara()
1009 …pIndents[INDENT_LEFT_BORDER].nStyle = pIndents[INDENT_RIGHT_BORDER].nStyle |= RULER_STYLE_INVISIBL… in UpdatePara()
1947 if(pTabs[i].nStyle & RULER_TAB_DEFAULT) in DragTabs()
1954 pTabs[i].nStyle |= RULER_STYLE_INVISIBLE; in DragTabs()
1956 pTabs[i].nStyle &= ~RULER_STYLE_INVISIBLE; in DragTabs()
1963 pTabs[nIdx].nStyle |= RULER_STYLE_INVISIBLE; in DragTabs()
3517 pTabs[0].nStyle |= RULER_STYLE_DONTKNOW; in StartDrag()
[all …]
/trunk/main/extensions/source/bibliography/
H A Dbibcont.cxx54 BibWindow::BibWindow( Window* pParent, WinBits nStyle ) : Window( pParent, nStyle ), BibShortCutHan… in BibWindow() argument
63 BibSplitWindow::BibSplitWindow( Window* pParent, WinBits nStyle ) : SplitWindow( pParent, nStyle ),… in BibSplitWindow() argument
93 …owContainer::BibWindowContainer( Window* pParent, BibShortCutHandler* pChildWin, WinBits nStyle ) : in BibWindowContainer() argument
94 BibWindow( pParent, nStyle ), in BibWindowContainer()
134 BibBookContainer::BibBookContainer(Window* pParent,BibDataManager* pDtMn, WinBits nStyle): in BibBookContainer() argument
135 BibSplitWindow(pParent,nStyle), in BibBookContainer()
/trunk/main/sc/source/filter/qpro/
H A Dqprostyle.cxx63 …tyle::SetFormat( ScDocument *pDoc, sal_uInt8 nCol, sal_uInt16 nRow, SCTAB nTab, sal_uInt16 nStyle ) in SetFormat() argument
65 if (nStyle >= maxsize) in SetFormat()
71 sal_uInt8 nTmp = maAlign[ nStyle ]; in SetFormat()
141 sal_uInt16 nTmpFnt = maFontRecord[ maFont[ nStyle ] ]; in SetFormat()
156 if (maFontHeight[ maFont [ nStyle ] ]) in SetFormat()
157 …rItemSet.Put( SvxFontHeightItem( (sal_uLong) (20 * maFontHeight[ maFont[ nStyle ] ] ), 100, ATTR_F… in SetFormat()
159 String fntName = maFontType[ maFont[ nStyle ] ]; in SetFormat()
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx438 if ( nStyle & TEXT_DRAW_RIGHT ) in GetTextRect()
448 if ( nStyle & TEXT_DRAW_BOTTOM ) in GetTextRect()
505 nStyle |= TEXT_DRAW_TOP; in DrawText()
511 nStyle &= ~TEXT_DRAW_CLIP; in DrawText()
515 if ( nStyle & TEXT_DRAW_CLIP ) in DrawText()
531 if ( nStyle & TEXT_DRAW_BOTTOM ) in DrawText()
561 if ( nStyle & TEXT_DRAW_CLIP ) in DrawText()
581 nStyle |= TEXT_DRAW_LEFT; in DrawText()
588 nStyle &= ~TEXT_DRAW_CLIP; in DrawText()
592 if ( nStyle & TEXT_DRAW_RIGHT ) in DrawText()
[all …]
H A Dsvlbitm.cxx239 sal_uInt16 nStyle = rDev.IsEnabled() ? 0 : TEXT_DRAW_DISABLE; in Paint() local
241 nStyle |= TEXT_DRAW_MNEMONIC; in Paint()
242 rDev.DrawText( Rectangle(rPos,GetSize(&rDev,_pEntry)),aStr,nStyle); in Paint()
324 sal_uInt16 nStyle = rDev.IsEnabled() ? 0 : IMAGE_DRAW_DISABLE; in Paint() local
325 rDev.DrawImage( rPos, aBmp ,nStyle); in Paint()
410 sal_uInt16 nStyle = eKind != SvLBoxButtonKind_disabledCheckbox && in Paint() local
428 if ( nStyle != IMAGE_DRAW_DISABLE ) nState |= CTRL_STATE_ENABLED; in Paint()
442 rDev.DrawImage( rPos, pData->aBmps[nIndex + nBaseOffs] ,nStyle); in Paint()
628 sal_uInt16 nStyle = _rDev.IsEnabled() ? 0 : IMAGE_DRAW_DISABLE; in Paint() local
630 nStyle |= IMAGE_DRAW_SEMITRANSPARENT; in Paint()
[all …]
/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/svtools/source/dialogs/
H A Dfiledlg.cxx30 PathDialog::PathDialog( Window* _pParent, WinBits nStyle, sal_Bool bCreateDir ) : in PathDialog() argument
31 ModalDialog( _pParent, WB_STDMODAL | nStyle ) in PathDialog()
34 pImpFileDlg->CreateDialog( this, nStyle, WINDOW_PATHDIALOG, bCreateDir ); in PathDialog()
73 FileDialog::FileDialog( Window* _pParent, WinBits nStyle ) : in FileDialog() argument
74 PathDialog( _pParent, WB_STDMODAL | nStyle ) in FileDialog()
79 pImpFileDlg->CreateDialog( this, nStyle, WINDOW_FILEDIALOG, sal_False ); in FileDialog()
/trunk/main/framework/source/fwe/xml/
H A Dstatusbardocumenthandler.cxx574 sal_Int16 nStyle( ItemStyle::ALIGN_CENTER|ItemStyle::DRAW_IN3D ); in WriteStatusBarDocument() local
583 nStyle, in WriteStatusBarDocument()
587 WriteStatusBarItem( aCommandURL, aHelpURL, nOffset, nStyle, nWidth ); in WriteStatusBarDocument()
605 sal_Int16 nStyle, in WriteStatusBarItem() argument
622 if ( nStyle & ItemStyle::ALIGN_RIGHT ) in WriteStatusBarItem()
628 else if ( nStyle & ItemStyle::ALIGN_CENTER ) in WriteStatusBarItem()
642 if ( nStyle & ItemStyle::DRAW_FLAT ) in WriteStatusBarItem()
648 else if ( nStyle & ItemStyle::DRAW_OUT3D ) in WriteStatusBarItem()
656 if ( nStyle & ItemStyle::AUTO_SIZE ) in WriteStatusBarItem()
664 if ( nStyle & ItemStyle::OWNER_DRAW ) in WriteStatusBarItem()

Completed in 247 milliseconds

12345678910>>...15