Home
last modified time | relevance | path

Searched defs:pParent (Results 1 – 25 of 1133) sorted by last modified time

12345678910>>...46

/trunk/main/editeng/source/misc/
H A Dunolingu.cxx1326 short SvxDicError( Window *pParent, sal_Int16 nError ) in SvxDicError()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx812 ::Window* pParent ) in startPreview()
H A Dshowwin.cxx53 ShowWindow::ShowWindow( const ::rtl::Reference< SlideshowImpl >& xController, ::Window* pParent ) in ShowWindow()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx668 Window* pParent, WinBits nWinBits ) in ImplCreateWindow()
1085 Window* pParent = NULL; in ImplCreateWindow() local
/trunk/main/vcl/source/window/
H A Ddockmgr.cxx94 ImplDockFloatWin2::ImplDockFloatWin2( Window* pParent, WinBits nWinBits, in ImplDockFloatWin2()
561 ImplPopupFloatWin::ImplPopupFloatWin( Window* pParent, ImplDockingWindowWrapper* pDockingWin, bool … in ImplPopupFloatWin()
H A Dtoolbox.cxx1562 void ToolBox::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit()
1771 ToolBox::ToolBox( Window* pParent, WinBits nStyle ) : in ToolBox()
1779 ToolBox::ToolBox( Window* pParent, const ResId& rResId ) : in ToolBox()
5643 sal_Bool ImplCloseLastPopup( Window *pParent ) in ImplCloseLastPopup()
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx138 SvLBoxEntry* pParent = getListBox()->GetParent( pEntry ); in GetBoundingBox_Impl() local
925 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in isAccessibleChildSelected() local
940 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in clearAccessibleSelection() local
960 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in selectAllAccessibleChildren() local
982 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in getSelectedAccessibleChildCount() local
1009 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in getSelectedAccessibleChild() local
1036 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in deselectAccessibleChild() local
1247 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in GetRealChild() local
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx98 void TabControl::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit()
165 Window* pParent = GetParent(); in ImplInitSettings() local
208 TabControl::TabControl( Window* pParent, WinBits nStyle ) : in TabControl()
216 TabControl::TabControl( Window* pParent, const ResId& rResId ) : in TabControl()
H A Dspinbtn.cxx31 void SpinButton::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit()
58 SpinButton::SpinButton( Window* pParent, WinBits nStyle ) in SpinButton()
67 SpinButton::SpinButton( Window* pParent, const ResId& rResId ) in SpinButton()
H A Dmorebtn.cxx44 void MoreButton::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit()
89 MoreButton::MoreButton( Window* pParent, WinBits nStyle ) : in MoreButton()
97 MoreButton::MoreButton( Window* pParent, const ResId& rResId ) : in MoreButton()
144 Window* pParent = GetParent(); in Click() local
/trunk/main/cui/source/dialogs/
H A Dabout.cxx167 ReadmeTabPage::ReadmeTabPage(Window *pParent, const String &sText) in ReadmeTabPage()
208 ReadmeDialog::ReadmeDialog( Window * pParent ) in ReadmeDialog()
281 AboutDialog::AboutDialog( Window* pParent, const ResId & rId ) : in AboutDialog()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx334 SwColumnOnlyExample::SwColumnOnlyExample( Window* pParent, const ResId& rResId) : in SwColumnOnlyExample()
/trunk/main/chart2/source/controller/main/
H A DChartController.cxx391 Window* pParent = NULL; in attachFrame() local
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx276 SwMultiTOXTabDialog::SwMultiTOXTabDialog(Window* pParent, const SfxItemSet& rSet, in SwMultiTOXTabDialog()
739 SwHeaderTree::SwHeaderTree(Window* pParent, const ResId rResId) : in SwHeaderTree()
791 SwAddStylesDlg_Impl::SwAddStylesDlg_Impl(Window* pParent, in SwAddStylesDlg_Impl()
952 SwTOXSelectTabPage::SwTOXSelectTabPage(Window* pParent, const SfxItemSet& rAttrSet) : in SwTOXSelectTabPage()
1465 SfxTabPage* SwTOXSelectTabPage::Create( Window* pParent, const SfxItemSet& rAttrSet) in Create()
1806 SwTOXEdit( Window* pParent, SwTokenWindow* pTokenWin, in SwTOXEdit()
1897 SwTOXButton( Window* pParent, SwTokenWindow* pTokenWin, in SwTOXButton()
2072 SwTOXEntryTabPage::SwTOXEntryTabPage(Window* pParent, const SfxItemSet& rAttrSet) : in SwTOXEntryTabPage()
3149 SwTokenWindow::SwTokenWindow(SwTOXEntryTabPage* pParent, const ResId& rResId) : in SwTokenWindow()
4200 SfxTabPage* SwTOXStylesTabPage::Create( Window* pParent, in Create()
[all …]
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp2111 IAccessible* pParent = m_pIParent; in get_windowHandle() local
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx647 ::Window *pParent, in CreatePrintOptionsPage()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx866 OQueryDesignView* pParent = static_cast<OQueryDesignView*>(getDesignView()); in RemoveTabWin() local
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx358 sal_Bool SbaTableQueryBrowser::Construct(Window* pParent) in Construct()
2359 SvLBoxEntry* pParent = m_pTreeView->getListBox().GetParent(_pEntry); in ensureEntryObject() local
/trunk/main/sc/source/ui/sidebar/
H A DCellBorderStylePopup.cxx32 Window* pParent, in CellBorderStylePopup()
H A DCellLineStyleValueSet.cxx31 CellLineStyleValueSet::CellLineStyleValueSet( Window* pParent, const ResId& rResId) in CellLineStyleValueSet()
H A DCellLineStylePopup.cxx32 Window* pParent, in CellLineStylePopup()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx998 SvLBoxEntry* pParent = pView->GetParent( pEntry ); in MakeVisible() local
1731 SvLBoxEntry* pParent = (SvLBoxEntry*)(pView->GetModel()->GetParent(pEntry)); in RemovingEntry() local
1882 SvLBoxEntry* pParent = pEntry; in EntryMoved() local
1900 SvLBoxEntry* pParent = (SvLBoxEntry*)pTree->GetParent(pEntry); in EntryInserted() local
3478 void SvImpLBox::FindMostRight( SvLBoxEntry* pParent, SvLBoxEntry* pEntryToIgnore ) in FindMostRight()
3486 void SvImpLBox::FindMostRight_Impl( SvLBoxEntry* pParent, SvLBoxEntry* pEntryToIgnore ) in FindMostRight_Impl()
/trunk/main/automation/source/server/
H A DXMLParser.cxx113 Node* pParent; // Use pointer to prevent cyclic references resulting in undeleted objects member in Node
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx736 if (const SwFmt *pParent = rFmt.DerivedFrom()) in DisallowInheritingOutlineNumbering() local
H A Ddocxexport.cxx168 if (const SwFmt *pParent = rFmt.DerivedFrom()) in DisallowInheritingOutlineNumbering() local

Completed in 242 milliseconds

12345678910>>...46