Home
last modified time | relevance | path

Searched refs:WB_NOBORDER (Results 1 – 24 of 24) sorted by relevance

/trunk/main/vcl/source/control/
H A Dcombobox.cxx158 sal_Bool bNoBorder = ( nStyle & WB_NOBORDER ) ? sal_True : sal_False; in ImplInit()
162 nStyle |= WB_NOBORDER; in ImplInit()
187 nEditStyle |= WB_NOBORDER; in ImplInit()
189 nListStyle |= WB_NOBORDER; in ImplInit()
196 nListStyle &= ~WB_NOBORDER; in ImplInit()
H A Dspinfld.cxx324 mpEdit = new Edit( this, WB_NOBORDER ); in ImplInit()
328 mpEdit = new Edit( this, WB_NOBORDER ); in ImplInit()
H A Dlstbox.cxx114 if ( !(nStyle & WB_NOBORDER) && ( nStyle & WB_DROPDOWN ) ) in ImplInit()
150 mpImplWin = new ImplWin( this, (nStyle & (WB_LEFT|WB_RIGHT|WB_CENTER))|WB_NOBORDER ); in ImplInit()
H A Dedit.cxx311 && ((nStyle&WB_BORDER) && !(nStyle&WB_NOBORDER)); in ImplUseNativeBorder()
317 && ((nStyle&WB_BORDER) && !(nStyle&WB_NOBORDER)); in ImplUseNativeBorder()
H A Dilstbox.cxx2911 if( ! (nParentStyle & WB_BORDER) || (nParentStyle & WB_NOBORDER) ) in ImplDraw()
H A Dbutton.cxx4259 CheckBox( pParent, WB_NOBORDER ) in DisclosureButton()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx228 m_spSymbol( new FixedImage( pParent, WB_NOBORDER )), in SeriesHeader()
230 m_spColorBar( new FixedText( pParent, WB_NOBORDER )), in SeriesHeader()
499 m_aNumberEditField( & EditBrowseBox::GetDataWindow(), WB_NOBORDER ), in DataBrowser()
500 m_aTextEditField( & EditBrowseBox::GetDataWindow(), WB_NOBORDER ), in DataBrowser()
/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx51 :ComboBox(pParent, nWinStyle|WB_DROPDOWN|WB_NOBORDER) in ComboBoxControl()
158 :ListBox(pParent, nWinStyle|WB_DROPDOWN|WB_NOBORDER) in ListBoxControl()
/trunk/main/formula/source/ui/dlg/
H A Dfuncutl.cxx736 WB_NOBORDER | WB_NOHIDESELECTION | WB_IGNORETAB); in EditBox()
763 WB_NOBORDER | WB_NOHIDESELECTION | WB_IGNORETAB); in EditBox()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx486 mpMetric = new MetricField( pParent, WB_TABSTOP|WB_IGNORETAB| WB_NOBORDER); in CharHeightPropertyBox()
582 mpMetric = new MetricField( pParent ,WB_TABSTOP|WB_IGNORETAB| WB_NOBORDER); in TransparencyPropertyBox()
704 mpMetric = new MetricField( pParent ,WB_TABSTOP|WB_IGNORETAB| WB_NOBORDER); in RotationPropertyBox()
846 mpMetric = new MetricField( pParent ,WB_TABSTOP|WB_IGNORETAB| WB_NOBORDER); in ScalePropertyBox()
1027 mpEdit = new Edit( pParent, WB_TABSTOP|WB_IGNORETAB|WB_NOBORDER|WB_READONLY); in FontStylePropertyBox()
/trunk/main/vcl/inc/vcl/
H A Dpopupmenuwindow.hxx35 …loatingWindow( Window* pParent, WinBits nStyle = (WB_SYSTEMFLOATWIN|WB_SYSTEMWINDOW|WB_NOBORDER) );
/trunk/main/vcl/source/window/
H A Ddialog.cxx330 …if ( (nStyle & (WB_BORDER | WB_NOBORDER | WB_MOVEABLE | WB_SIZEABLE | WB_CLOSEABLE)) == WB_BORDER ) in ImplInit()
984 if (!( GetStyle() & WB_NOBORDER )) in Draw()
H A Dbrdwin.cxx1857 mbFrameBorder = (nOrgStyle & WB_NOBORDER) ? sal_False : sal_True; in ImplInit()
1865 …if ( (nOrgStyle & (WB_BORDER | WB_NOBORDER | WB_MOVEABLE | WB_SIZEABLE/* | WB_CLOSEABLE*/)) == WB_… in ImplInit()
H A Ddockmgr.cxx562 FloatingWindow( pParent, WB_NOBORDER | WB_SYSTEMWINDOW | WB_NOSHADOW) in ImplPopupFloatWin()
H A Dprintdlg.cxx391 : Window( i_pParent, WB_NOBORDER ) in ShowNupOrderWindow()
/trunk/main/svtools/source/control/
H A Dfilectrl.cxx75 if ( !(nStyle & WB_NOBORDER ) ) in ImplInitStyle()
H A Dtoolbarmenu.cxx841 … ValueSet( this, WB_TABSTOP | WB_MENUSTYLEVALUESET | WB_FLATVALUESET | WB_NOBORDER | WB_NO_DIRECTS… in createEmptyValueSetControl()
/trunk/main/tools/inc/tools/
H A Dwintypes.hxx131 #define WB_NOBORDER ((WinBits)0x00000010) macro
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx995 ,m_aImplEdit(this, WB_VSCROLL|WB_IGNORETAB|WB_NOBORDER) in OMultilineFloatingEdit()
1050 …m_pImplEdit = new MultiLineEdit( this, WB_TABSTOP | WB_IGNORETAB | WB_NOBORDER | (_nStyle & WB_REA… in DropDownEditControl()
/trunk/main/sd/source/ui/controller/
H A Dslidelayoutcontroller.cxx241 … ValueSet( this, WB_TABSTOP | WB_MENUSTYLEVALUESET | WB_FLATVALUESET | WB_NOBORDER | WB_NO_DIRECTS… in LayoutToolbarMenu()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx177 nWinBits |= WB_NOBORDER; in ImplGetWinBits()
254 nWinBits |= WB_NOBORDER; in ImplGetWinBits()
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx114 …t->GetStyle() & ~(WB_ITEMBORDER|WB_BORDER)) | WB_NO_DIRECTSELECT | WB_FLATVALUESET | WB_NOBORDER ); in TableDesignPane()
/trunk/main/extensions/source/update/ui/
H A Dupdatecheckui.cxx824 | WB_NOBORDER in BubbleWindow()
/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx485 { WB_NOBORDER, awt::VclWindowPeerAttribute::NOBORDER, "Border", TYPE_SHORT, 0, 1 },

Completed in 195 milliseconds