Lines Matching refs:parent
102 t( Window *parent, WinBits nStyle = defaultWinBit ); \
103 t (Window *parent, ResId const &res)
124 static PeerHandle CreatePeer( Window *parent, WinBits nStyle,
144 void SetParent( ::Window *parent );
146 void SetParent( Window *parent );
451 NumericField( Window *parent, WinBits nStyle );
478 MetricField( Window *parent, WinBits nStyle );
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,\
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 );
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);