Searched refs:ImplGetWinBits (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/toolkit/source/layout/core/ |
| H A D | helper.cxx | 447 window = new Dialog( parent, ImplGetWinBits( attributes, 0 ) ); in layoutCreateWindow() 456 window = new ModalDialog( parent, ImplGetWinBits( attributes, 0 ) ); in layoutCreateWindow() 465 window = new ModelessDialog (parent, ImplGetWinBits (attributes, 0)); in layoutCreateWindow() 474 window = new ClosingDialog (parent, ImplGetWinBits (attributes, 0)); in layoutCreateWindow() 484 ImplGetWinBits( attributes, 0 ) ); in layoutCreateWindow() 493 window = new ClosingModelessDialog (parent, ImplGetWinBits (attributes, 0)); in layoutCreateWindow() 500 window = new TabControl( parent, ImplGetWinBits( attributes, WINDOW_TABCONTROL ) ); in layoutCreateWindow() 506 window = new FixedImage( parent, ImplGetWinBits( attributes, 0 ) ); in layoutCreateWindow() 511 window = new FixedImage( parent, ImplGetWinBits( attributes, 0 ) ); in layoutCreateWindow() 516 WinBits nStyle = ImplGetWinBits( attributes, 0 ); in layoutCreateWindow() [all …]
|
| /AOO41X/main/sfx2/source/layout/ |
| H A D | factory.cxx | 58 window = new SfxModelessDialog_unprotect (parent, ImplGetWinBits (attributes, 0)); in CreateWindow()
|
| /AOO41X/main/toolkit/inc/toolkit/awt/ |
| H A D | vclxtoolkit.hxx | 44 TOOLKIT_DLLPUBLIC WinBits ImplGetWinBits( sal_uInt32 nComponentAttribs, sal_uInt16 nCompType );
|
| /AOO41X/main/toolkit/source/awt/ |
| H A D | vclxtoolkit.cxx | 139 TOOLKIT_DLLPUBLIC WinBits ImplGetWinBits( sal_uInt32 nComponentAttribs, sal_uInt16 nCompType ) in ImplGetWinBits() function 1097 WinBits nWinBits = ImplGetWinBits( rDescriptor.WindowAttributes, in ImplCreateWindow()
|