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() 484 ImplGetWinBits( attributes, 0 ) ); 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() 527 window = new PushButton( parent, ImplGetWinBits( attributes, 0 ) ); in layoutCreateWindow() 588 window = new Control( parent, ImplGetWinBits( attributes, 0 ) ); in layoutCreateWindow() 606 WinBits nStyle = ImplGetWinBits( attributes, 0 ); in layoutCreateWindow() 624 window = new Window( parent, ImplGetWinBits( attributes, 0 ) ); in layoutCreateWindow() 630 window = new ListBox (parent, 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()
|
Completed in 33 milliseconds