Lines Matching refs:pParent
186 Window* pParent = pWindow->GetParent(); in HandleTaskPaneList() local
187 DBG_ASSERT( pParent, "HandleTaskPaneList(): every window here should have a parent" ); in HandleTaskPaneList()
189 SystemWindow* pSysWin = pParent->GetSystemWindow(); in HandleTaskPaneList()
283 ContentListBox_Impl::ContentListBox_Impl( Window* pParent, const ResId& rResId ) : in ContentListBox_Impl() argument
285 SvTreeListBox( pParent, rResId ), in ContentListBox_Impl()
354 void ContentListBox_Impl::ClearChildren( SvLBoxEntry* pParent ) in ClearChildren() argument
356 SvLBoxEntry* pEntry = FirstChild( pParent ); in ClearChildren()
368 void ContentListBox_Impl::RequestingChilds( SvLBoxEntry* pParent ) in RequestingChilds() argument
372 if ( !pParent->HasChilds() ) in RequestingChilds()
374 if ( pParent->GetUserData() ) in RequestingChilds()
376 String aTmpURL( ( (ContentEntry_Impl*)pParent->GetUserData() )->aURL ); in RequestingChilds()
394 … pEntry = InsertEntry( aTitle, aOpenBookImage, aClosedBookImage, pParent, sal_True ); in RequestingChilds()
399 pEntry = InsertEntry( aTitle, aDocumentImage, aDocumentImage, pParent ); in RequestingChilds()
444 Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin, const ResId& rResId ) : in HelpTabPage_Impl() argument
446 TabPage( pParent, rResId ), in HelpTabPage_Impl()
455 ContentTabPage_Impl::ContentTabPage_Impl( Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin ) : in ContentTabPage_Impl() argument
457 HelpTabPage_Impl( pParent, _pIdxWin, SfxResId( TP_HELP_CONTENT ) ), in ContentTabPage_Impl()
494 IndexBox_Impl::IndexBox_Impl( Window* pParent, const ResId& rResId ) : in IndexBox_Impl() argument
496 ComboBox( pParent, rResId ) in IndexBox_Impl()
561 IndexTabPage_Impl::IndexTabPage_Impl( Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin ) : in IndexTabPage_Impl() argument
563 HelpTabPage_Impl( pParent, _pIdxWin, SfxResId( TP_HELP_INDEX ) ), in IndexTabPage_Impl()
977 SearchTabPage_Impl::SearchTabPage_Impl( Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin ) : in SearchTabPage_Impl() argument
979 HelpTabPage_Impl( pParent, _pIdxWin, SfxResId( TP_HELP_SEARCH ) ), in SearchTabPage_Impl()
1266 BookmarksBox_Impl::BookmarksBox_Impl( Window* pParent, const ResId& rResId ) : in BookmarksBox_Impl() argument
1268 ListBox( pParent, rResId ) in BookmarksBox_Impl()
1380 BookmarksTabPage_Impl::BookmarksTabPage_Impl( Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin ) : in BookmarksTabPage_Impl() argument
1382 HelpTabPage_Impl( pParent, _pIdxWin, SfxResId( TP_HELP_BOOKMARKS ) ), in BookmarksTabPage_Impl()
2075 SfxHelpTextWindow_Impl::SfxHelpTextWindow_Impl( SfxHelpWindow_Impl* pParent ) : in SfxHelpTextWindow_Impl() argument
2077 Window( pParent, WB_CLIPCHILDREN | WB_TABSTOP | WB_DIALOGCONTROL ), in SfxHelpTextWindow_Impl()
2086 pHelpWin ( pParent ), in SfxHelpTextWindow_Impl()
3205 Window* pParent, WinBits ) : in SfxHelpWindow_Impl() argument
3207 SplitWindow( pParent, WB_3DLOOK | WB_NOSPLITDRAW ), in SfxHelpWindow_Impl()
3222 sTitle ( pParent->GetText() ) in SfxHelpWindow_Impl()
3458 SfxAddHelpBookmarkDialog_Impl::SfxAddHelpBookmarkDialog_Impl( Window* pParent, sal_Bool bRename ) : in SfxAddHelpBookmarkDialog_Impl() argument
3460 ModalDialog( pParent, SfxResId( DLG_HELP_ADDBOOKMARK ) ), in SfxAddHelpBookmarkDialog_Impl()