Home
last modified time | relevance | path

Searched refs:pNewWindow (Results 1 – 4 of 4) sorted by relevance

/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx673 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()
[all …]
/trunk/main/vcl/source/window/
H A Dsyswin.cxx984 Window* pNewWindow=NULL; in SetMenuBar() local
1001 …((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetMenuBarWindow( pNewWindow = MenuBar::ImplCre… in SetMenuBar()
1024 pNewWindow = pMenuBar->ImplGetWindow(); in SetMenuBar()
1034 if( pNewWindow ) in SetMenuBar()
1035 mpImplData->mpTaskPaneList->AddWindow( pNewWindow ); in SetMenuBar()
H A Dtoolbox2.cxx1557 void ToolBox::SetItemWindow( sal_uInt16 nItemId, Window* pNewWindow ) in SetItemWindow() argument
1564 pItem->mpWindow = pNewWindow; in SetItemWindow()
1565 if ( pNewWindow ) in SetItemWindow()
1566 pNewWindow->Hide(); in SetItemWindow()
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx474 void SetItemWindow( sal_uInt16 nItemId, Window* pNewWindow );