Lines Matching refs:Window

64 class Window;
102 t( Window *parent, WinBits nStyle = defaultWinBit ); \
103 t (Window *parent, ResId const &res)
119 class TOOLKIT_DLLPUBLIC Window class
124 static PeerHandle CreatePeer( Window *parent, WinBits nStyle,
130 DECL_GET_IMPL( Window );
131 explicit Window( WindowImpl *pImpl );
132 virtual ~Window();
144 void SetParent( ::Window *parent );
145 virtual void ParentSet (Window *window);
146 void SetParent( Window *parent );
150 ::Window* GetWindow() const;
151 ::Window* GetParent() const;
191 class TOOLKIT_DLLPUBLIC Control : public Window
194 DECL_CONSTRUCTORS( Control, Window, 0 );
334 void AddAdvanced( Window* w );
335 void AddSimple( Window* w );
336 void RemoveAdvanced( Window* w );
337 void RemoveSimple( Window* w );
351 void AddWindow( Window* w );
352 void RemoveWindow( Window* w );
451 NumericField( Window *parent, WinBits nStyle );
478 MetricField( Window *parent, WinBits nStyle );
554 class TOOLKIT_DLLPUBLIC Dialog : public Context, public Window
560 Dialog( Window *parent, char const* xml_file, char const* id, sal_uInt32 nId=0 );
561 Dialog( ::Window *parent, char const* xml_file, char const* id, sal_uInt32 nId=0 );
577 Name##Box (::Window *parent, char const* message,\
580 Name##Box (::Window *parent, rtl::OUString const& message,\
585 Name##Box (::Window *parent, WinBits, char const* message,\
588 Name##Box (::Window *parent, WinBits, rtl::OUString const& message,\
667 class TOOLKIT_DLLPUBLIC TabPage : public Context, public Window
671 static ::Window* global_parent;
674 TabPage( Window *parent, char const* xml_file, char const* id, sal_uInt32 nId=0 );
675 TabPage( ::Window *parent, char const* xml_file, char const* id, sal_uInt32 nId=0 );
707 void Add( Window *pWindow );
710 void Remove( Window *pWindow );
730 void Add( Window *pWindow, bool bXExpand, bool bYExpand,
746 void Add( Window *pWindow, bool bExpand, bool bFill, sal_Int32 nPadding);
778 class TOOLKIT_DLLPUBLIC LocalizedString : public Window
798 class TOOLKIT_DLLPUBLIC InPlug : public Context, public Window
803 InPlug ( Window *parent, char const* xml_file, char const* id, sal_uInt32 nId=0);
804 InPlug ( ::Window *parent, char const* xml_file, char const* id, sal_uInt32 nId=0);
806 void ParentSet (Window *window);