Lines Matching refs:rDescriptor

633 …XToolkit::createWindow( const ::com::sun::star::awt::WindowDescriptor& rDescriptor ) throw(::com::…  in createWindow()  argument
638 return ImplCreateWindow( rDescriptor, WinBits(0) ); in createWindow()
667 const ::com::sun::star::awt::WindowDescriptor& rDescriptor, in ImplCreateWindow()
670 String aServiceName( rDescriptor.WindowServiceName ); in ImplCreateWindow()
695 if ( rDescriptor.Type == ::com::sun::star::awt::WindowClass_TOP ) in ImplCreateWindow()
824 if ( (pParent == NULL ) && ( rDescriptor.ParentIndex == -1 ) ) in ImplCreateWindow()
963 if ( rDescriptor.Type == ::com::sun::star::awt::WindowClass_TOP ) in ImplCreateWindow()
969 if ((pParent == NULL) && rDescriptor.Parent.is()) in ImplCreateWindow()
972 …< ::com::sun::star::awt::XSystemDependentWindowPeer > xSystemDepParent(rDescriptor.Parent, ::com::… in ImplCreateWindow()
1034 else if ( rDescriptor.Type == ::com::sun::star::awt::WindowClass_CONTAINER ) in ImplCreateWindow()
1052 if ( rDescriptor.WindowServiceName.equalsIgnoreAsciiCase( in ImplCreateWindow()
1076 const css::awt::WindowDescriptor& rDescriptor, in ImplCreateWindow() argument
1086 if ( rDescriptor.Parent.is() ) in ImplCreateWindow()
1088 VCLXWindow* pParentComponent = VCLXWindow::GetImplementation( rDescriptor.Parent ); in ImplCreateWindow()
1097 WinBits nWinBits = ImplGetWinBits( rDescriptor.WindowAttributes, in ImplCreateWindow()
1098 ImplGetComponentType( rDescriptor.WindowServiceName ) ); in ImplCreateWindow()
1121 pNewWindow = fnSvtCreateWindow( &pNewComp, &rDescriptor, pParent, nWinBits ); in ImplCreateWindow()
1125 pNewWindow = ImplCreateWindow( &pNewComp, rDescriptor, pParent, nWinBits ); in ImplCreateWindow()
1135 if ( rDescriptor.WindowAttributes & ::com::sun::star::awt::WindowAttribute::MINSIZE ) in ImplCreateWindow()
1139 else if ( rDescriptor.WindowAttributes & ::com::sun::star::awt::WindowAttribute::FULLSIZE ) in ImplCreateWindow()
1144 else if ( !VCLUnoHelper::IsZero( rDescriptor.Bounds ) ) in ImplCreateWindow()
1146 Rectangle aRect = VCLRectangle( rDescriptor.Bounds ); in ImplCreateWindow()
1164 if ( rDescriptor.WindowAttributes & ::com::sun::star::awt::WindowAttribute::SHOW ) in ImplCreateWindow()