Searched refs:ppNewComp (Results 1 – 3 of 3) sorted by relevance
666 Window* VCLXToolkit::ImplCreateWindow( VCLXWindow** ppNewComp, in ImplCreateWindow() argument701 *ppNewComp = NULL; in ImplCreateWindow()713 *ppNewComp = new VCLXButton; in ImplCreateWindow()717 *ppNewComp = new VCLXCheckBox; in ImplCreateWindow()722 *ppNewComp = new VCLXComboBox; in ImplCreateWindow()730 *ppNewComp = new VCLXNumericField; in ImplCreateWindow()731 … ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(CurrencyField*)pNewWindow ); in ImplCreateWindow()739 *ppNewComp = new VCLXDateField; in ImplCreateWindow()740 … ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(DateField*)pNewWindow ); in ImplCreateWindow()748 *ppNewComp = new VCLXEdit; in ImplCreateWindow()[all …]
70 SAL_DLLPUBLIC_EXPORT Window* CreateWindow( VCLXWindow** ppNewComp, const ::com::sun::star::awt::Win… in CreateWindow() argument80 *ppNewComp = new VCLXMultiLineEdit; in CreateWindow()84 *ppNewComp = NULL; in CreateWindow()93 *ppNewComp = new VCLXFileControl; in CreateWindow()97 *ppNewComp = NULL; in CreateWindow()104 *ppNewComp = new SVTXFormattedField; in CreateWindow()109 *ppNewComp = new SVTXNumericField; in CreateWindow()114 *ppNewComp = new SVTXCurrencyField; in CreateWindow()122 *ppNewComp = new SVTXDateField; in CreateWindow()123 ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(DateField*)pWindow ); in CreateWindow()[all …]
62 …typedef Window* (SAL_CALL *FN_SvtCreateWindow)( VCLXWindow** ppNewComp, const ::com::sun::star::aw…118 …Window* ImplCreateWindow( VCLXWindow** ppNewComp, const ::com::sun::star::awt::WindowDescriptor& r…