Home
last modified time | relevance | path

Searched refs:ppNewComp (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx666 Window* VCLXToolkit::ImplCreateWindow( VCLXWindow** ppNewComp, in ImplCreateWindow() argument
701 *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 …]
/AOO41X/main/svtools/source/uno/
H A Dunoiface.cxx70 SAL_DLLPUBLIC_EXPORT Window* CreateWindow( VCLXWindow** ppNewComp, const ::com::sun::star::awt::Win… in CreateWindow() argument
80 *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 …]
/AOO41X/main/toolkit/inc/toolkit/awt/
H A Dvclxtoolkit.hxx62 …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…