Lines Matching refs:Parent
969 if ((pParent == NULL) && rDescriptor.Parent.is()) in ImplCreateWindow()
972 …un::star::awt::XSystemDependentWindowPeer > xSystemDepParent(rDescriptor.Parent, ::com::sun::star:… in ImplCreateWindow()
1086 if ( rDescriptor.Parent.is() ) in ImplCreateWindow()
1088 VCLXWindow* pParentComponent = VCLXWindow::GetImplementation( rDescriptor.Parent ); in ImplCreateWindow()
1182 aDescr.Parent = NULL; in createWindows()
1184 aDescr.Parent = aSeq.getConstArray()[aDescr.ParentIndex]; in createWindows()
1191 …Peer > VCLXToolkit::createSystemChild( const ::com::sun::star::uno::Any& Parent, const ::com::sun:… in createSystemChild() argument
1202 if( ! (Parent >>= nWindowHandle) ) in createSystemChild()
1205 if( Parent >>= aProps ) in createSystemChild()
1254 pChildWindow = new WorkWindow(0, Parent); in createSystemChild()
1319 aDescriptor.Parent = aParent; in createMessageBox()