/trunk/main/svtools/source/control/ |
H A D | filectrl.cxx | 51 SetStyle( ImplInitStyle( GetStyle() ) ); in FileControl() 60 maEdit.SetStyle( (maEdit.GetStyle()|WB_TABSTOP)&(~WB_NOTABSTOP) ); in ImplInitStyle() 61 maButton.SetStyle( (maButton.GetStyle()|WB_TABSTOP)&(~WB_NOTABSTOP) ); in ImplInitStyle() 65 maEdit.SetStyle( (maEdit.GetStyle()|WB_NOTABSTOP)&(~WB_TABSTOP) ); in ImplInitStyle() 66 maButton.SetStyle( (maButton.GetStyle()|WB_NOTABSTOP)&(~WB_TABSTOP) ); in ImplInitStyle() 70 maEdit.SetStyle( ( maEdit.GetStyle() & ~nAlignmentStyle ) | ( nStyle & nAlignmentStyle ) ); in ImplInitStyle() 121 SetStyle( ImplInitStyle( GetStyle() ) ); in StateChanged() 203 GetEdit().SetStyle( nOldEditStyle|WB_BORDER ); in Draw() 206 GetEdit().SetStyle( nOldEditStyle ); in Draw()
|
/trunk/main/svx/source/tbxctrls/ |
H A D | SvxColorValueSet.cxx | 96 SetStyle(aWinBits|WB_VSCROLL); in layoutAllVisible() 100 SetStyle(aWinBits); in layoutAllVisible() 123 SetStyle(aWinBitsNoScrollNoFields); in layoutToGivenHeight() 127 SetStyle(aWinBits); in layoutToGivenHeight() 135 SetStyle(aWinBits|WB_VSCROLL); in layoutToGivenHeight()
|
H A D | colrctrl.cxx | 270 aColorSet.SetStyle( aColorSet.GetStyle() | WB_ITEMBORDER ); in SvxColorDockingWindow() 399 aColorSet.SetStyle( nBits ); in SetSize() 562 aColorSet.SetStyle( nBits ); in Resizing()
|
/trunk/main/reportdesign/source/ui/dlg/ |
H A D | Condition.cxx | 158 m_aColorSet.SetStyle( m_aColorSet.GetStyle() | WB_VSCROLL ); in OColorPopup() 208 m_aColorSet.SetStyle( m_aColorSet.GetStyle() | WB_NONEFIELD ); in SetSlotId() 261 m_aActions.SetStyle(m_aActions.GetStyle()|WB_LINESPACING); in Condition() 278 m_aMoveUp.SetStyle( m_aMoveUp.GetStyle() | WB_NOPOINTERFOCUS ); in Condition() 279 m_aMoveDown.SetStyle( m_aMoveDown.GetStyle() | WB_NOPOINTERFOCUS ); in Condition() 280 m_aAddCondition.SetStyle( m_aMoveUp.GetStyle() | WB_NOPOINTERFOCUS | WB_CENTER | WB_VCENTER ); in Condition() 281 …m_aRemoveCondition.SetStyle( m_aMoveDown.GetStyle() | WB_NOPOINTERFOCUS | WB_CENTER | WB_VCENTER ); in Condition() 288 m_aOperandGlue.SetStyle( m_aOperandGlue.GetStyle() | WB_VCENTER ); in Condition()
|
/trunk/main/xmloff/source/draw/ |
H A D | ximpshap.cxx | 1045 SetStyle(); in StartElement() 1141 SetStyle(); in StartElement() 1295 SetStyle(); in StartElement() 1723 SetStyle(); in StartElement() 1847 SetStyle(); in StartElement() 2188 SetStyle(); in StartElement() 2315 SetStyle(); in StartElement() 2367 SetStyle(); in StartElement() 2494 SetStyle(); in StartElement() 2653 SetStyle(); in StartElement() [all …]
|
H A D | ximp3dobject.cxx | 256 SetStyle(); in StartElement() 367 SetStyle(); in StartElement() 530 SetStyle(); in StartElement() 573 SetStyle(); in StartElement()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxcontainer.cxx | 127 pWindow->SetStyle( nStyle ); in enableDialogControl() 161 pWin->SetStyle( nStyle ); in setTabOrder() 212 pWin->SetStyle( nStyle ); in setGroup() 222 pBehindLast->SetStyle( nLastStyle ); in setGroup()
|
H A D | vclxwindow.cxx | 1758 pWindow->SetStyle( nStyle & ~WB_BORDER ); in setProperty() 1762 pWindow->SetStyle( nStyle | WB_BORDER ); in setProperty() 1779 pWindow->SetStyle( nStyle ); in setProperty() 1802 pWindow->SetStyle( nStyle ); in setProperty() 1835 pWindow->SetStyle( nStyle ); in setProperty() 1860 pWindow->SetStyle( nStyle ); in setProperty() 1880 pWindow->SetStyle( nStyle ); in setProperty() 1927 pWindow->SetStyle( nStyle ); in setProperty()
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | paramdialog.cxx | 202 m_aOKBtn.SetStyle(m_aOKBtn.GetStyle() & ~WB_DEFBUTTON); in Construct() 203 m_aTravelNext.SetStyle(m_aTravelNext.GetStyle() | WB_DEFBUTTON); in Construct() 405 m_aTravelNext.SetStyle(m_aTravelNext.GetStyle() & ~WB_DEFBUTTON); 406 m_aOKBtn.SetStyle(m_aOKBtn.GetStyle() | WB_DEFBUTTON);
|
H A D | sqlmessage.cxx | 400 …m_aExceptionList.SetStyle(m_aExceptionList.GetStyle() | WB_HASLINES | WB_HASBUTTONS | WB_HASBUTTON… in DBG_NAME() 577 m_aMessage.SetStyle( m_aMessage.GetStyle() | WB_NOLABEL ); in impl_positionControls() 603 m_aTitle.SetStyle( ( m_aTitle.GetStyle() & ~WB_LEFT ) | WB_CENTER ); in impl_positionControls() 611 m_aTitle.SetStyle( m_aTitle.GetStyle() | WB_VCENTER ); in impl_positionControls()
|
/trunk/main/editeng/source/editeng/ |
H A D | editobj.cxx | 87 rBullet.SetStyle( BS_ABC_BIG ); in DBG_NAME() 91 rBullet.SetStyle( BS_ABC_SMALL ); in DBG_NAME() 94 rBullet.SetStyle( BS_ROMAN_BIG ); in DBG_NAME() 97 rBullet.SetStyle( BS_ROMAN_SMALL ); in DBG_NAME() 100 rBullet.SetStyle( BS_123 ); in DBG_NAME() 103 rBullet.SetStyle( BS_NONE ); in DBG_NAME() 106 rBullet.SetStyle( BS_BULLET ); in DBG_NAME() 110 rBullet.SetStyle( BS_BULLET ); in DBG_NAME() 113 rBullet.SetStyle( BS_BMP ); in DBG_NAME()
|
/trunk/main/svx/source/dialog/ |
H A D | svxbmpnumvalueset.cxx | 437 SetStyle( GetStyle() | WB_ITEMBORDER | WB_DOUBLEBORDER ); in SvxNumValueSet() 468 SetStyle( GetStyle()|WB_VSCROLL); in SetNumberingSettings() 488 SetStyle( GetStyle() | WB_VSCROLL ); in SetOutlineNumberingSettings() 505 SetStyle( GetStyle() | WB_VSCROLL ); in SvxBmpNumValueSet()
|
/trunk/main/drawinglayer/source/processor2d/ |
H A D | vclmetafileprocessor2d.cxx | 308 o_rVCLGradient.SetStyle(GRADIENT_LINEAR); in impConvertFillGradientAttributeToVCLGradient() 313 o_rVCLGradient.SetStyle(GRADIENT_AXIAL); in impConvertFillGradientAttributeToVCLGradient() 318 o_rVCLGradient.SetStyle(GRADIENT_RADIAL); in impConvertFillGradientAttributeToVCLGradient() 323 o_rVCLGradient.SetStyle(GRADIENT_ELLIPTICAL); in impConvertFillGradientAttributeToVCLGradient() 328 o_rVCLGradient.SetStyle(GRADIENT_SQUARE); in impConvertFillGradientAttributeToVCLGradient() 333 o_rVCLGradient.SetStyle(GRADIENT_RECT); in impConvertFillGradientAttributeToVCLGradient() 1933 aVCLGradient.SetStyle(GRADIENT_LINEAR); in processBasePrimitive2D()
|
/trunk/main/sw/source/ui/fldui/ |
H A D | fldref.cxx | 123 aSelectionToolTipLB.SetStyle( aSelectionToolTipLB.GetStyle() | WB_HSCROLL ); in SwFldRefPage() 537 aSelectionLB.SetStyle(aSelectionLB.GetStyle()|WB_SORT); in UpdateSubType() 553 aSelectionLB.SetStyle(aSelectionLB.GetStyle() & ~WB_SORT); in UpdateSubType() 566 aSelectionLB.SetStyle(aSelectionLB.GetStyle() & ~WB_SORT); in UpdateSubType() 639 aSelectionLB.SetStyle(aSelectionLB.GetStyle()|WB_SORT); in UpdateSubType()
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | enhwmf.cxx | 622 aLineInfo.SetStyle( LINE_NONE ); in ReadEnhWMF() 627 aLineInfo.SetStyle( LINE_SOLID ); in ReadEnhWMF() 631 aLineInfo.SetStyle( LINE_DASH ); in ReadEnhWMF() 675 aLineInfo.SetStyle( LINE_NONE ); in ReadEnhWMF() 681 aLineInfo.SetStyle( LINE_SOLID ); in ReadEnhWMF() 685 aLineInfo.SetStyle( LINE_DASH ); in ReadEnhWMF()
|
/trunk/main/sw/source/ui/inc/ |
H A D | swlbox.hxx | 90 using Window::SetStyle; 115 void SetStyle(const sal_uInt16 nSt) { nStyle = nSt; } in SetStyle() function in SwComboBox
|
/trunk/main/sd/source/ui/dlg/ |
H A D | PaneDockingWindow.cxx | 66 GetContentWindow().SetStyle(GetContentWindow().GetStyle() | WB_DIALOGCONTROL); in StateChanged() 95 GetContentWindow().SetStyle(GetContentWindow().GetStyle() | WB_DIALOGCONTROL); in MouseButtonDown()
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | WNameMatch.cxx | 91 m_CTRL_LEFT.SetStyle( m_CTRL_LEFT.GetStyle() | WB_FORCE_MAKEVISIBLE ); in DBG_NAME() 92 m_CTRL_RIGHT.SetStyle( m_CTRL_RIGHT.GetStyle() | WB_FORCE_MAKEVISIBLE ); in DBG_NAME() 404 SetStyle(GetStyle() | WB_BORDER | WB_HASBUTTONS | WB_HSCROLL); in OColumnTreeBox()
|
/trunk/main/svtools/inc/svtools/ |
H A D | svxbox.hxx | 138 using Window::SetStyle; 168 void SetStyle( const sal_uInt16 nSt ) { nStyle = nSt; } in SetStyle() function in SvxComboBox
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | tp_DataSource.cxx | 301 m_aFT_CAPTION.SetStyle( m_aFT_CAPTION.GetStyle() | WB_NOLABEL ); in DataSourceTabPage() 310 m_aLB_ROLE.SetStyle( m_aLB_ROLE.GetStyle() | WB_HSCROLL | WB_CLIPCHILDREN ); in DataSourceTabPage() 332 m_aEDT_RANGE.SetStyle( m_aEDT_RANGE.GetStyle() | WB_FORCECTRLBACKGROUND ); in DataSourceTabPage() 333 m_aEDT_CATEGORIES.SetStyle( m_aEDT_CATEGORIES.GetStyle() | WB_FORCECTRLBACKGROUND ); in DataSourceTabPage()
|
/trunk/main/svx/source/sidebar/tools/ |
H A D | ColorControl.cxx | 133 maVSColor.SetStyle(aWinBits); in FillColors() 138 maVSColor.SetStyle(maVSColor.GetStyle() | WB_NONEFIELD); in FillColors()
|
H A D | ValueSetWithTextControl.cxx | 256 SetStyle( GetStyle() | WB_ITEMBORDER ); in SvxNumValueSet2() 273 SetStyle( GetStyle()|WB_VSCROLL); in SetNumberingSettings() 411 SetStyle( GetStyle() | WB_ITEMBORDER ); in SvxNumValueSet3()
|
/trunk/main/svtools/source/contnr/ |
H A D | ivctrl.cxx | 352 void SvtIconChoiceCtrl::SetStyle( WinBits nWinStyle ) in SetStyle() function in SvtIconChoiceCtrl 354 _pImp->SetStyle( nWinStyle ); in SetStyle() 508 aBackground.SetStyle( WALLPAPER_TILE ); in SetBackground()
|
/trunk/main/vcl/source/control/ |
H A D | fixed.cxx | 340 SetStyle( ImplInitStyle( GetStyle() ) ); in StateChanged() 637 SetStyle( ImplInitStyle( GetStyle() ) ); in StateChanged() 873 SetStyle( ImplInitStyle( GetStyle() ) ); in StateChanged() 1125 SetStyle( ImplInitStyle( GetStyle() ) ); in StateChanged()
|
/trunk/main/framework/source/uielement/ |
H A D | panelwrapper.cxx | 235 pPanelWindow->SetStyle( pPanelWindow->GetStyle() & ~WB_CLOSEABLE ); in setFastPropertyValue_NoBroadcast() 240 pPanelWindow->SetStyle( pPanelWindow->GetStyle() | WB_CLOSEABLE ); in setFastPropertyValue_NoBroadcast()
|