/aoo41x/main/tools/inc/tools/ |
H A D | wintypes.hxx | 124 typedef sal_Int64 WinBits; typedef 141 #define WB_APP ((WinBits)0x00001000) 159 #define WB_GROUP ((WinBits)0x00000400) 161 #define WB_HORZ ((WinBits)0x00001000) 162 #define WB_VERT ((WinBits)0x00002000) 163 #define WB_LEFT ((WinBits)0x00004000) 165 #define WB_RIGHT ((WinBits)0x00010000) 166 #define WB_TOP ((WinBits)0x00020000) 169 #define WB_DRAG ((WinBits)0x00100000) 170 #define WB_SPIN ((WinBits)0x00200000) [all …]
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | fixed.hxx | 45 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); 46 SAL_DLLPRIVATE WinBits ImplInitStyle( WinBits nStyle ); 61 explicit FixedText( Window* pParent, WinBits nStyle = 0 ); 85 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); 86 SAL_DLLPRIVATE WinBits ImplInitStyle( WinBits nStyle ); 122 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); 123 SAL_DLLPRIVATE WinBits ImplInitStyle( WinBits nStyle ); 132 explicit FixedBitmap( Window* pParent, WinBits nStyle = 0 ); 163 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); 164 SAL_DLLPRIVATE WinBits ImplInitStyle( WinBits nStyle ); [all …]
|
H A D | button.hxx | 72 explicit Button( Window* pParent, WinBits nStyle = 0 ); 127 SAL_DLLPRIVATE WinBits ImplInitStyle( const Window* pPrevWindow, WinBits nStyle ); 160 explicit PushButton( Window* pParent, WinBits nStyle = 0 ); 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 ); 303 SAL_DLLPRIVATE WinBits ImplInitStyle( const Window* pPrevWindow, WinBits nStyle ); 420 SAL_DLLPRIVATE WinBits ImplInitStyle( const Window* pPrevWindow, WinBits nStyle ); 451 explicit CheckBox( Window* pParent, WinBits nStyle = 0 ); [all …]
|
H A D | field.hxx | 505 explicit PatternField( Window* pParent, WinBits nWinStyle ); 525 explicit NumericField( Window* pParent, WinBits nWinStyle ); 552 explicit MetricField( Window* pParent, WinBits nWinStyle ); 651 explicit DateField( Window* pParent, WinBits nWinStyle ); 687 explicit TimeField( Window* pParent, WinBits nWinStyle ); 718 explicit PatternBox( Window* pParent, WinBits nWinStyle ); 745 explicit NumericBox( Window* pParent, WinBits nWinStyle ); 772 explicit MetricBox( Window* pParent, WinBits nWinStyle ); 805 explicit CurrencyBox( Window* pParent, WinBits nWinStyle ); 834 explicit DateBox( Window* pParent, WinBits nWinStyle ); [all …]
|
H A D | dockwin.hxx | 108 WinBits mnFloatBits; 194 void SetFloatStyle( WinBits nWinStyle ); 195 WinBits GetFloatStyle() const; 271 WinBits mnFloatBits; 295 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); 307 DockingWindow( Window* pParent, WinBits nStyle = WB_STDDOCKWIN ); 360 void SetFloatStyle( WinBits nWinStyle ); 361 WinBits GetFloatStyle() const;
|
H A D | msgbox.hxx | 86 MessBox( Window* pParent, WinBits nStyle, 123 InfoBox( Window* pParent, WinBits nStyle, 140 WarningBox( Window* pParent, WinBits nStyle, 160 ErrorBox( Window* pParent, WinBits nStyle, 178 QueryBox( Window* pParent, WinBits nStyle,
|
/aoo41x/main/vcl/source/control/ |
H A D | fixed.cxx | 100 WinBits FixedText::ImplInitStyle( WinBits nStyle ) in ImplInitStyle() 165 WinBits nStyle = ImplInitRes( rResId ); in FixedText() 179 WinBits nStyle = ImplInitRes( rResId ); in FixedText() 230 WinBits nWinStyle = GetStyle(); in ImplDraw() 440 WinBits FixedLine::ImplInitStyle( WinBits nStyle ) in ImplInitStyle() 497 WinBits nWinStyle = GetStyle(); in ImplDraw() 584 WinBits nStyle = ImplInitRes( rResId ); in FixedLine() 700 WinBits FixedBitmap::ImplInitStyle( WinBits nStyle ) in ImplInitStyle() 761 WinBits nStyle = ImplInitRes( rResId ); in FixedBitmap() 945 WinBits FixedImage::ImplInitStyle( WinBits nStyle ) in ImplInitStyle() [all …]
|
H A D | button.cxx | 131 WinBits nStyle = ImplInitRes( rResId ); in Button() 381 WinBits nWinStyle = GetStyle(); in ImplDrawAlignedImage() 797 WinBits PushButton::ImplInitStyle( const Window* pPrevWindow, WinBits nStyle ) in ImplInitStyle() 1359 WinBits nStyle = ImplInitRes( rResId ); in PushButton() 1905 WinBits nStyle = ImplInitRes( rResId ); in OKButton() 1971 WinBits nStyle = ImplInitRes( rResId ); in CancelButton() 2037 WinBits nStyle = ImplInitRes( rResId ); in HelpButton() 2084 WinBits RadioButton::ImplInitStyle( const Window* pPrevWindow, WinBits nStyle ) in ImplInitStyle() 2491 WinBits nStyle; in ImplUncheckAllOther() 3256 WinBits CheckBox::ImplInitStyle( const Window* pPrevWindow, WinBits nStyle ) in ImplInitStyle() [all …]
|
H A D | fixbrd.cxx | 37 void FixedBorder::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit() 49 WinBits FixedBorder::ImplInitStyle( WinBits nStyle ) in ImplInitStyle() 87 FixedBorder::FixedBorder( Window* pParent, WinBits nStyle ) : in FixedBorder() 99 WinBits nStyle = ImplInitRes( rResId ); in FixedBorder()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | calendar.hxx | 155 #define WB_QUICKHELPSHOWSDATEINFO ((WinBits)0x00004000) 156 #define WB_BOLDTEXT ((WinBits)0x00008000) 157 #define WB_FRAMEINFO ((WinBits)0x00010000) 158 #define WB_WEEKNUMBER ((WinBits)0x00020000) 162 #define WB_RANGESELECT ((WinBits)0x00200000) 165 #define WB_MULTISELECT ((WinBits)0x00400000) 216 WinBits mnWinStyle; 249 SVT_DLLPRIVATE void ImplInit( WinBits nWinStyle ); 283 Calendar( Window* pParent, WinBits nWinStyle = 0 ); 454 WinBits mnCalendarStyle; [all …]
|
H A D | tabbar.hxx | 296 #define WB_RANGESELECT ((WinBits)0x00200000) 297 #define WB_MULTISELECT ((WinBits)0x00400000) 298 #define WB_TOPBORDER ((WinBits)0x04000000) 299 #define WB_3DTAB ((WinBits)0x08000000) 300 #define WB_MINSCROLL ((WinBits)0x20000000) 352 WinBits mnWinStyle; 380 SVT_DLLPRIVATE void ImplInit( WinBits nWinStyle ); 399 TabBar( Window* pParent, WinBits nWinStyle = WB_STDTABBAR ); 530 void SetStyle( WinBits nStyle ); 531 WinBits GetStyle() const { return mnWinStyle; } in GetStyle()
|
H A D | valueset.hxx | 223 #define WB_RADIOSEL ((WinBits)0x00008000) 224 #define WB_ITEMBORDER ((WinBits)0x00010000) 225 #define WB_DOUBLEBORDER ((WinBits)0x00020000) 226 #define WB_NAMEFIELD ((WinBits)0x00040000) 227 #define WB_NONEFIELD ((WinBits)0x00080000) 228 #define WB_FLATVALUESET ((WinBits)0x02000000) 229 #define WB_NO_DIRECTSELECT ((WinBits)0x04000000) 230 #define WB_MENUSTYLEVALUESET ((WinBits)0x08000000) 327 …ValueSet( Window* pParent, WinBits nWinStyle = WB_ITEMBORDER, bool bDisableTransientChildren = fal…
|
H A D | ruler.hxx | 533 #define WB_EXTRAFIELD ((WinBits)0x00004000) 534 #define WB_RIGHT_ALIGNED ((WinBits)0x00008000) 682 WinBits mnWinStyle; 726 SVT_DLLPRIVATE void ImplInit( WinBits nWinBits ); 752 Ruler( Window* pParent, WinBits nWinStyle = WB_STDRULER ); 854 void SetStyle( WinBits nStyle ); 855 WinBits GetStyle() const { return mnWinStyle; } in GetStyle()
|
/aoo41x/main/svtools/workben/ |
H A D | stest.cxx | 59 WorkWindow( NULL, WinBits( WB_APP | WB_STDWORK )), in SearchWindow() 60 aPB( this, WinBits( 0 )), in SearchWindow() 61 aFT1( this, WinBits( 0 )), in SearchWindow() 62 aFT2( this, WinBits( 0 )), in SearchWindow() 63 aFT3( this, WinBits( 0 )), in SearchWindow() 64 aEText( this, WinBits( WB_BORDER )), in SearchWindow() 65 aESrch( this, WinBits( WB_BORDER )), in SearchWindow() 66 aModeN( this, WinBits( 0 )), in SearchWindow() 67 aModeR( this, WinBits( 0 )), in SearchWindow() 68 aModeL( this, WinBits( 0 )), in SearchWindow()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | standardcontrol.hxx | 67 ListLikeControlWithModifyHandler( Window* _pParent, WinBits _nStyle ) in ListLikeControlWithModifyHandler() 109 OTimeControl( Window* pParent, WinBits nWinStyle ); 124 ODateControl( Window* pParent, WinBits nWinStyle ); 160 ODateTimeControl( Window* pParent,WinBits nWinStyle ); 178 HyperlinkInput( Window* _pParent, WinBits _nWinStyle ); 207 OHyperlinkControl( Window* _pParent, WinBits _nWinStyle ); 253 ONumericControl( Window* pParent, WinBits nWinStyle ); 298 OColorControl( Window* pParent, WinBits nWinStyle ); 324 OListboxControl( Window* pParent, WinBits nWinStyle ); 348 OComboboxControl( Window* pParent, WinBits nWinStyle ); [all …]
|
H A D | usercontrol.hxx | 49 NumberFormatSampleField( Window* _pParent, WinBits _nStyle ) in NumberFormatSampleField() 67 OFormatSampleControl( Window* pParent, WinBits nWinStyle ); 110 OFormattedNumericControl( Window* pParent, WinBits nWinStyle = WB_TABSTOP); 136 OFileUrlControl( Window* pParent, WinBits nWinStyle ); 153 OTimeDurationControl( ::Window* pParent, WinBits nWinStyle );
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | FieldControls.hxx | 63 … ::rtl::OUString& _rAllowedChars, sal_uInt16 nHelpId, short nPosition = -1, WinBits nWinStyle = 0); 80 WinBits nWinStyle) in OPropColumnEditCtrl() 94 …inline OPropEditCtrl(Window* pParent, sal_uInt16 nHelpId, short nPosition = -1, WinBits nWinStyle … 109 …inline OPropEditCtrl::OPropEditCtrl(Window* pParent, sal_uInt16 nHelpId, short nPosition, WinBits … in OPropEditCtrl() 129 …inline OPropNumericEditCtrl(Window* pParent, sal_uInt16 nHelpId, short nPosition = -1, WinBits nWi… 144 …Ctrl::OPropNumericEditCtrl(Window* pParent, sal_uInt16 nHelpId, short nPosition, WinBits nWinStyle) in OPropNumericEditCtrl() 164 …inline OPropListBoxCtrl(Window* pParent, sal_uInt16 nHelpId, short nPosition = -1, WinBits nWinSty… 179 …tBoxCtrl::OPropListBoxCtrl(Window* pParent, sal_uInt16 nHelpId, short nPosition, WinBits nWinStyle) in OPropListBoxCtrl()
|
H A D | sqlmessage.hxx | 91 WinBits _nStyle = WB_OK | WB_DEF_OK, 104 WinBits nStyle = WB_OK | WB_DEF_OK, 111 void Construct( WinBits nStyle, MessageType eImage ); 118 void impl_createStandardButtons( WinBits _nStyle ); 130 WinBits _nStyle = WB_OK | WB_DEF_OK,
|
/aoo41x/main/forms/source/richtext/ |
H A D | richtextcontrol.cxx | 138 WinBits& _rAllBits, WinBits _nPositiveFlag, WinBits nNegativeFlag ) in implAdjustTriStateFlag() 146 …static void implAdjustTwoStateFlag( const Any& _rValue, WinBits& _rAllBits, WinBits _nFlag, bool _… in implAdjustTwoStateFlag() 162 WinBits& _rAllBits, WinBits _nFlag, bool _bInvert = false ) in implAdjustTwoStateFlag() 168 …static void adjustTwoStateWinBit( Window* _pWindow, const Any& _rValue, WinBits _nFlag, bool _bInv… in adjustTwoStateWinBit() 170 WinBits nBits = _pWindow->GetStyle(); in adjustTwoStateWinBit() 176 … static WinBits getWinBits( const Reference< XControlModel >& _rxModel, WinBits nBaseBits = 0 ) in getWinBits() 178 WinBits nBits = nBaseBits; in getWinBits() 335 …Peer::Create( const Reference< XControlModel >& _rxModel, Window* _pParentWindow, WinBits _nStyle ) in DBG_NAME()
|
/aoo41x/main/svx/inc/svx/ |
H A D | graphctl.hxx | 44 #define WB_SDRMODE ((WinBits)0x0080) 45 #define WB_ANIMATION ((WinBits)0x0100) 62 WinBits nWinStyle; 95 GraphCtrl( Window* pParent, const WinBits nWinBits = 0 ); 99 void SetWinStyle( WinBits nWinBits ); 100 WinBits GetWinStyle() const { return nWinStyle; } in GetWinStyle()
|
H A D | dlgctrl.hxx | 278 ColorLB( Window* pParent, WinBits aWB ) : ColorListBox( pParent, aWB ) {} in ColorLB() 299 explicit HatchingLB( Window* pParent, WinBits aWB); 321 explicit GradientLB( Window* pParent, WinBits aWB); 369 FillAttrLB( Window* pParent, WinBits aWB ); 389 FillTypeLB( Window* pParent, WinBits aWB ) : ListBox( pParent, aWB ) {} in FillTypeLB() 412 LineLB(Window* pParent, WinBits aWB); 439 LineEndLB( Window* pParent, WinBits aWB );
|
H A D | itemwin.hxx | 57 WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL ); 94 WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL ); 135 WinBits nBits = WB_BORDER | WB_SPIN | WB_REPEAT ); 148 SvxFillTypeBox( Window* pParent, WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL ); 173 SvxFillAttrBox( Window* pParent, WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL );
|
/aoo41x/main/svtools/source/inc/ |
H A D | property.hxx | 76 SvXPropertyControl( Window* pParent, WinBits nWinStyle = 0 ); 124 SvXPropertyEdit( Window* pParent, WinBits nWinStyle = 0 ); 165 SvXPropertyListBox( Window* pParent, WinBits nWinStyle = 0 ); 207 SvXPropertyComboBox( Window* pParent, WinBits nWinStyle = 0 ); 255 WinBits nWinStyle = 0 ); 399 SvListBoxForProperties( Window* pParent, WinBits nWinStyle = 0 ); 439 SvTabPageForProperties(Window* pParent,WinBits nWinStyle = 0 ); 515 SvPropertyBox ( Window* pParent, WinBits nWinStyle = 0 );
|
/aoo41x/main/svtools/source/edit/ |
H A D | svmedit.cxx | 120 void ImpUpdateSrollBarVis( WinBits nWinStyle ); 170 void SetAlign( WinBits nWinStyle ); 172 void InitFromStyle( WinBits nWinStyle ); 194 void ImpSvMEdit::ImpUpdateSrollBarVis( WinBits nWinStyle ) in ImpUpdateSrollBarVis() 261 void ImpSvMEdit::InitFromStyle( WinBits nWinStyle ) in InitFromStyle() 284 WinBits nStyle = mpTextWindow->GetStyle(); in InitFromStyle() 375 void ImpSvMEdit::SetAlign( WinBits nWinStyle ) in SetAlign() 539 WinBits nWinStyle( pSvMultiLineEdit->GetStyle() ); in SetText() 1008 WinBits nWinStyle = rResId.GetWinBits(); in MultiLineEdit() 1042 WinBits MultiLineEdit::ImplInitStyle( WinBits nStyle ) in ImplInitStyle() [all …]
|
/aoo41x/main/vcl/source/window/ |
H A D | msgbox.cxx | 83 WinBits nStyle = GetStyle(); in ImplInitButtons() 168 MessBox::MessBox( Window* pParent, WinBits nStyle, in MessBox() 196 WinBits nBits = (((sal_uLong)nHiButtons << 16) + nLoButtons) | in MessBox() 259 WinBits nWinStyle = WB_LEFT | WB_WORDBREAK | WB_NOLABEL | WB_INFO; in ImplPosControls() 518 InfoBox::InfoBox( Window* pParent, WinBits nStyle, const XubString& rMessage ) : in InfoBox() 554 WarningBox::WarningBox( Window* pParent, WinBits nStyle, in WarningBox() 601 ErrorBox::ErrorBox( Window* pParent, WinBits nStyle, in ErrorBox() 647 QueryBox::QueryBox( Window* pParent, WinBits nStyle, const XubString& rMessage ) : in QueryBox()
|