Lines Matching refs:Window

129 ODocumentInfoPreview::ODocumentInfoPreview( Window* pParent ,WinBits _nBits) : Window(pParent,WB_DI…  in DECLARE_LIST()
301 SvtDummyHeaderBar_Impl::SvtDummyHeaderBar_Impl( Window* pPar ) : Window( pPar ) in SvtDummyHeaderBar_Impl()
314 Window::DataChanged( r ); in DataChanged()
321 SvtIconWindow_Impl::SvtIconWindow_Impl( Window* pParent ) : in SvtIconWindow_Impl()
323 Window( pParent, WB_DIALOGCONTROL | WB_BORDER | WB_3DLOOK ), in SvtIconWindow_Impl()
593 Window( pParent, WB_DIALOGCONTROL | WB_TABSTOP | WB_BORDER | WB_3DLOOK ), in SvtFileViewWindow_Impl()
773 SvtExtendedMultiLineEdit_Impl::SvtExtendedMultiLineEdit_Impl( Window* pParent,WinBits _nBits ) : in SvtExtendedMultiLineEdit_Impl()
814 SvtFrameWindow_Impl::SvtFrameWindow_Impl( Window* pParent ) : in SvtFrameWindow_Impl()
816 Window( pParent ) in SvtFrameWindow_Impl()
824 pTextWin = new Window( this ); in SvtFrameWindow_Impl()
835 pEmptyWin = new Window( this, WB_BORDER | WB_3DLOOK ); in SvtFrameWindow_Impl()
1043 SvtTemplateWindow::SvtTemplateWindow( Window* pParent ) : in SvtTemplateWindow()
1045 Window( pParent, WB_DIALOGCONTROL ), in SvtTemplateWindow()
1387 return nRet ? nRet : Window::PreNotify( rNEvt ); in PreNotify()
1394 Window::DataChanged( rDCEvt ); in DataChanged()
1643 …SvtTmplDlg_Impl( Window* pParent ) : pWin( new SvtTemplateWindow( pParent ) ) ,bSelectNoOpen( sal_… in SvtTmplDlg_Impl()
1685 SvtDocumentTemplateDialog::SvtDocumentTemplateDialog( Window* _pParent, SelectOnly ) : in SvtDocumentTemplateDialog()
1708 SvtDocumentTemplateDialog::SvtDocumentTemplateDialog( Window* pParent ) : in SvtDocumentTemplateDialog()
1908 Window* pOldDefWin = Application::GetDefDialogParent(); in IMPL_LINK()