Lines Matching refs:pNewWindow

673 	Window* pNewWindow = NULL;  in ImplCreateWindow()  local
712 pNewWindow = new CancelButton( pParent, nWinBits ); in ImplCreateWindow()
716 pNewWindow = new CheckBox( pParent, nWinBits ); in ImplCreateWindow()
720 pNewWindow = new ComboBox( pParent, nWinBits|WB_AUTOHSCROLL ); in ImplCreateWindow()
721 ((ComboBox*)pNewWindow)->EnableAutoSize( sal_False ); in ImplCreateWindow()
725 pNewWindow = new CurrencyBox( pParent, nWinBits ); in ImplCreateWindow()
728 pNewWindow = new CurrencyField( pParent, nWinBits ); in ImplCreateWindow()
729 static_cast<CurrencyField*>(pNewWindow)->EnableEmptyFieldValue( sal_True ); in ImplCreateWindow()
731 … ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(CurrencyField*)pNewWindow ); in ImplCreateWindow()
734 pNewWindow = new DateBox( pParent, nWinBits ); in ImplCreateWindow()
737 pNewWindow = new DateField( pParent, nWinBits ); in ImplCreateWindow()
738 static_cast<DateField*>(pNewWindow)->EnableEmptyFieldValue( sal_True ); in ImplCreateWindow()
740 ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(DateField*)pNewWindow ); in ImplCreateWindow()
743 pNewWindow = new DockingAreaWindow( pParent ); in ImplCreateWindow()
747 pNewWindow = new Edit( pParent, nWinBits ); in ImplCreateWindow()
751 pNewWindow = new ErrorBox( pParent, nWinBits, String() ); in ImplCreateWindow()
755 pNewWindow = new FixedBitmap( pParent, nWinBits ); in ImplCreateWindow()
758 pNewWindow = new ImageControl( pParent, nWinBits ); in ImplCreateWindow()
762 pNewWindow = new FixedLine( pParent, nWinBits ); in ImplCreateWindow()
765 pNewWindow = new FixedText( pParent, nWinBits ); in ImplCreateWindow()
769 pNewWindow = new FloatingWindow( pParent, nWinBits ); in ImplCreateWindow()
772 pNewWindow = new GroupBox( pParent, nWinBits ); in ImplCreateWindow()
775 pNewWindow = new HelpButton( pParent, nWinBits ); in ImplCreateWindow()
779 pNewWindow = new ImageButton( pParent, nWinBits ); in ImplCreateWindow()
783 pNewWindow = new ImageRadioButton( pParent, nWinBits ); in ImplCreateWindow()
787 pNewWindow = new InfoBox( pParent, String() ); in ImplCreateWindow()
791 pNewWindow = new ListBox( pParent, nWinBits|WB_SIMPLEMODE|WB_AUTOHSCROLL ); in ImplCreateWindow()
792 ((ListBox*)pNewWindow)->EnableAutoSize( sal_False ); in ImplCreateWindow()
796 pNewWindow = new LongCurrencyBox( pParent, nWinBits ); in ImplCreateWindow()
799 pNewWindow = new LongCurrencyField( pParent, nWinBits ); in ImplCreateWindow()
801 …CLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(LongCurrencyField*)pNewWindow ); in ImplCreateWindow()
804 pNewWindow = new MenuButton( pParent, nWinBits ); in ImplCreateWindow()
808 pNewWindow = new MessBox( pParent, nWinBits, String(), String() ); in ImplCreateWindow()
812 pNewWindow = new MetricBox( pParent, nWinBits ); in ImplCreateWindow()
815 pNewWindow = new MetricField( pParent, nWinBits ); in ImplCreateWindow()
817 ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(MetricField*)pNewWindow ); in ImplCreateWindow()
826 pNewWindow = new Dialog( pParent, nWinBits ); in ImplCreateWindow()
830 …css::uno::Reference< css::awt::XWindowPeer > xWinPeer = pNewWindow->GetComponentInterface( sal_Fal… in ImplCreateWindow()
838 pNewWindow = new MoreButton( pParent, nWinBits ); in ImplCreateWindow()
842 pNewWindow = new MultiListBox( pParent, nWinBits ); in ImplCreateWindow()
846 pNewWindow = new NumericBox( pParent, nWinBits ); in ImplCreateWindow()
849 pNewWindow = new NumericField( pParent, nWinBits ); in ImplCreateWindow()
850 static_cast<NumericField*>(pNewWindow)->EnableEmptyFieldValue( sal_True ); in ImplCreateWindow()
852 … ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(NumericField*)pNewWindow ); in ImplCreateWindow()
855 pNewWindow = new OKButton( pParent, nWinBits ); in ImplCreateWindow()
859 pNewWindow = new PatternBox( pParent, nWinBits ); in ImplCreateWindow()
862 pNewWindow = new PatternField( pParent, nWinBits ); in ImplCreateWindow()
864 … ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(PatternField*)pNewWindow ); in ImplCreateWindow()
867 pNewWindow = new PushButton( pParent, nWinBits ); in ImplCreateWindow()
871 pNewWindow = new QueryBox( pParent, nWinBits, String() ); in ImplCreateWindow()
875 pNewWindow = new RadioButton( pParent, nWinBits ); in ImplCreateWindow()
887 static_cast<RadioButton*>(pNewWindow)->EnableRadioCheck( sal_False ); in ImplCreateWindow()
890 pNewWindow = new ScrollBar( pParent, nWinBits ); in ImplCreateWindow()
894 pNewWindow = new ScrollBarBox( pParent, nWinBits ); in ImplCreateWindow()
897 pNewWindow = new SpinButton( pParent, nWinBits ); in ImplCreateWindow()
901 pNewWindow = new SpinField( pParent, nWinBits ); in ImplCreateWindow()
905 pNewWindow = new Splitter( pParent, nWinBits ); in ImplCreateWindow()
908 pNewWindow = new SplitWindow( pParent, nWinBits ); in ImplCreateWindow()
911 pNewWindow = new StatusBar( pParent, nWinBits ); in ImplCreateWindow()
914 pNewWindow = new SystemChildWindow( pParent, nWinBits ); in ImplCreateWindow()
918 pNewWindow = new TabControl( pParent, nWinBits ); in ImplCreateWindow()
922 pNewWindow = new TabDialog( pParent, nWinBits ); in ImplCreateWindow()
935 pNewWindow = new TabPage( pParent, nWinBits ); in ImplCreateWindow()
940 pNewWindow = new TimeBox( pParent, nWinBits ); in ImplCreateWindow()
943 pNewWindow = new TimeField( pParent, nWinBits ); in ImplCreateWindow()
944 static_cast<TimeField*>(pNewWindow)->EnableEmptyFieldValue( sal_True ); in ImplCreateWindow()
946 ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(TimeField*)pNewWindow ); in ImplCreateWindow()
949 pNewWindow = new ToolBox( pParent, nWinBits ); in ImplCreateWindow()
953 pNewWindow = new TriStateBox( pParent, nWinBits ); in ImplCreateWindow()
956 pNewWindow = new WarningBox( pParent, nWinBits, String() ); in ImplCreateWindow()
966 pNewWindow = new DockingWindow( pParent, nWinBits ); in ImplCreateWindow()
1023 pNewWindow = new WorkWindow( &aParentData ); in ImplCreateWindow()
1028 if (!pNewWindow) in ImplCreateWindow()
1029 pNewWindow = new WorkWindow( pParent, nWinBits ); in ImplCreateWindow()
1032 *ppNewComp = new VCLXTopWindow( pNewWindow->GetType() == WINDOW_WORKWINDOW ); in ImplCreateWindow()
1037 pNewWindow = new DockingWindow( pParent, nWinBits ); in ImplCreateWindow()
1039 pNewWindow = new Window( pParent, nWinBits ); in ImplCreateWindow()
1045 pNewWindow = new DockingWindow( pParent, nWinBits ); in ImplCreateWindow()
1047 pNewWindow = new Window( pParent, nWinBits ); in ImplCreateWindow()
1055 pNewWindow = new TabControl( pParent, nWinBits ); in ImplCreateWindow()
1060 pNewWindow = new Throbber( pParent, nWinBits ); in ImplCreateWindow()
1070 return pNewWindow; in ImplCreateWindow()
1103 Window* pNewWindow = NULL; in ImplCreateWindow() local
1121 pNewWindow = fnSvtCreateWindow( &pNewComp, &rDescriptor, pParent, nWinBits ); in ImplCreateWindow()
1124 if ( !pNewWindow ) in ImplCreateWindow()
1125 pNewWindow = ImplCreateWindow( &pNewComp, rDescriptor, pParent, nWinBits ); in ImplCreateWindow()
1127 DBG_ASSERT( pNewWindow, "createWindow: Unknown Component!" ); in ImplCreateWindow()
1130 if ( pNewWindow ) in ImplCreateWindow()
1132 pNewWindow->SetCreatedWithToolkit( sal_True ); in ImplCreateWindow()
1137 pNewWindow->SetSizePixel( Size() ); in ImplCreateWindow()
1142 pNewWindow->SetSizePixel( pParent->GetOutputSizePixel() ); in ImplCreateWindow()
1147 pNewWindow->SetPosSizePixel( aRect.TopLeft(), aRect.GetSize() ); in ImplCreateWindow()
1153 xRef = pNewWindow->GetComponentInterface( sal_True ); in ImplCreateWindow()
1159 pNewWindow->SetComponentInterface( xRef ); in ImplCreateWindow()
1161 DBG_ASSERT( pNewWindow->GetComponentInterface( sal_False ) == xRef, in ImplCreateWindow()
1165 pNewWindow->Show(); in ImplCreateWindow()