Home
last modified time | relevance | path

Searched refs:pParent (Results 201 – 225 of 2141) sorted by relevance

12345678910>>...86

/trunk/main/dbaccess/source/ui/inc/
H A DWTypeSelect.hxx59 OWizTypeSelectControl(Window* pParent, const ResId& rResId,OTableDesignHelpBar* pHelpBar=NULL);
81 …OWizTypeSelectList( Window* pParent, WinBits nStyle = WB_BORDER ) : MultiListBox(pParent,nStyle) {… in OWizTypeSelectList() argument
82 OWizTypeSelectList( Window* pParent, const ResId& rResId ) : MultiListBox(pParent,rResId) {}; in OWizTypeSelectList() argument
125 OWizTypeSelect(Window* pParent, SvStream* _pStream = NULL );
/trunk/main/sw/source/ui/app/
H A Dappopt.cxx497 SfxTabPage* SwModule::CreateTabPage( sal_uInt16 nId, Window* pParent, const SfxItemSet& rSet ) in CreateTabPage() argument
511 pRet = (*fnCreatePage)( pParent, rSet ); in CreateTabPage()
517 pRet = SvxGridTabPage::Create(pParent, rSet); in CreateTabPage()
529 pRet = (*fnCreatePage)( pParent, rSet ); in CreateTabPage()
546 pRet = (*fnCreatePage)( pParent, rSet ); in CreateTabPage()
560 pRet = (*fnCreatePage)( pParent, rSet ); in CreateTabPage()
588 pRet = (*fnCreatePage)( pParent, rSet ); in CreateTabPage()
609 pRet = (*fnCreatePage)( pParent, rSet ); in CreateTabPage()
621 pRet = (*fnCreatePage)( pParent, rSet ); in CreateTabPage()
633 pRet = (*fnCreatePage)( pParent, rSet ); in CreateTabPage()
/trunk/main/cui/source/inc/
H A Dcuigaldlg.hxx113 SearchProgress( Window* pParent, const INetURLObject& rStartURL );
216 TitleDialog( Window* pParent, const String& rOldText );
239 GalleryIdDialog( Window* pParent, GalleryTheme* pThm );
257 GalleryThemeProperties( Window* pParent, ExchangeData* pData, SfxItemSet* pItemSet );
289 TPGalleryThemeGeneral( Window* pParent, const SfxItemSet& rSet );
295 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
366 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsToolTip.cxx183 ::Window* pParent (pWindow.get()); in DoShow()
184 while (pParent!=NULL && pParent->GetParent()!=NULL) in DoShow()
185 pParent = pParent->GetParent(); in DoShow()
186 const Point aOffset (pWindow->GetWindowExtentsRelative(pParent).TopLeft()); in DoShow()
/trunk/main/cui/source/dialogs/
H A Dinsdlg.cxx106 : ModalDialog( pParent, rResId ) in InsertObjectDialog_Impl()
198 Window* pParent, in SvInsertOleDlg() argument
202 : InsertObjectDialog_Impl( pParent, CUI_RES( MD_INSERT_OLEOBJECT ), xStorage ), in SvInsertOleDlg()
447 SvInsertPlugInDialog::SvInsertPlugInDialog( Window* pParent, const uno::Reference < embed::XStorage… in SvInsertPlugInDialog() argument
448 : InsertObjectDialog_Impl( pParent, CUI_RES( MD_INSERT_OBJECT_PLUGIN ), xStorage ), in SvInsertPlugInDialog()
591 SvInsertAppletDialog::SvInsertAppletDialog( Window* pParent, const uno::Reference < embed::XStorage… in SvInsertAppletDialog() argument
592 : InsertObjectDialog_Impl( pParent, CUI_RES( MD_INSERT_OBJECT_APPLET ), xStorage ), in SvInsertAppletDialog()
611 …: InsertObjectDialog_Impl( pParent, CUI_RES( MD_INSERT_OBJECT_APPLET ), uno::Reference < embed::XS… in SvInsertAppletDialog()
731 SfxInsertFloatingFrameDialog::SfxInsertFloatingFrameDialog( Window *pParent, in SfxInsertFloatingFrameDialog() argument
733 : InsertObjectDialog_Impl( pParent, CUI_RES( MD_INSERT_OBJECT_IFRAME ), xStorage ) in SfxInsertFloatingFrameDialog()
[all …]
/trunk/main/svx/source/accessibility/
H A Dcharmapacc.cxx53 SvxShowCharSetVirtualAcc::SvxShowCharSetVirtualAcc( SvxShowCharSet* pParent ) : OAccessibleComponen… in SvxShowCharSetVirtualAcc() argument
54 ,mpParent( pParent ) in SvxShowCharSetVirtualAcc()
158 Window* pParent = mpParent->GetParent(); in getAccessibleParent() local
161 if ( pParent ) in getAccessibleParent()
162 xRet = pParent->GetAccessible(); in getAccessibleParent()
175 Window* pParent = pWindow->GetAccessibleParentWindow(); in implGetBounds() local
176 if ( pParent ) in implGetBounds()
178 Rectangle aParentRect = pParent->GetWindowExtentsRelative( NULL ); in implGetBounds()
636 SvxShowCharSetItemAcc::SvxShowCharSetItemAcc( SvxShowCharSetItem* pParent ) : OAccessibleComponentH… in SvxShowCharSetItemAcc() argument
637 ,mpParent( pParent ) in SvxShowCharSetItemAcc()
[all …]
/trunk/main/sfx2/inc/
H A Ddocvor.hxx78 virtual void RequestingChilds( SvLBoxEntry* pParent );
94 SfxOrganizeListBox_Impl( SfxOrganizeDlg_Impl* pDlg, Window* pParent, WinBits, DataEnum );
126 SvLBoxEntry* pParent, SvLBoxEntry* pEntry = 0 ) const;
127 sal_uInt16 GetLevelCount_Impl( SvLBoxEntry* pParent ) const;
130 SvLBoxEntry* pParent = NULL, sal_Bool bChildsOnDemand = sal_False,
146 SfxTemplateOrganizeDlg(Window * pParent, SfxDocumentTemplates* = 0);
/trunk/main/vcl/source/control/
H A Dmenubtn.cxx58 void MenuButton::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit() argument
63 PushButton::ImplInit( pParent, nStyle ); in ImplInit()
91 MenuButton::MenuButton( Window* pParent, WinBits nWinBits ) : in MenuButton() argument
95 ImplInit( pParent, nWinBits ); in MenuButton()
100 MenuButton::MenuButton( Window* pParent, const ResId& rResId ) : in MenuButton() argument
106 ImplInit( pParent, nStyle ); in MenuButton()
/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.hxx139 SwSelectAddressBlockDialog(Window* pParent, SwMailMergeConfigItem& rConfig);
160 DDListBox(SwCustomizeAddressBlockDialog* pParent, const ResId rResId);
185 AddressMultiLineEdit(SwCustomizeAddressBlockDialog* pParent, const ResId& rResId);
217 SwRestrictedComboBox(Window* pParent, const ResId& rResId): in SwRestrictedComboBox() argument
218 ComboBox( pParent, rResId ){} in SwRestrictedComboBox()
286 SwCustomizeAddressBlockDialog(Window* pParent, SwMailMergeConfigItem& rConfig, DialogType);
320 SwAssignFieldsDialog(Window* pParent,
/trunk/main/sw/source/ui/envelp/
H A Denvlop1.cxx66 SwEnvPreview::SwEnvPreview(SfxTabPage* pParent, const ResId& rResID) : in SwEnvPreview() argument
68 Window(pParent, rResID) in SwEnvPreview()
157 SwEnvDlg::SwEnvDlg(Window* pParent, const SfxItemSet& rSet, in SwEnvDlg() argument
160 SfxTabDialog(pParent, SW_RES(DLG_ENV), &rSet, sal_False, &aEmptyStr), in SwEnvDlg()
234 SwEnvPage::SwEnvPage(Window* pParent, const SfxItemSet& rSet) : in SwEnvPage() argument
236 SfxTabPage(pParent, SW_RES(TP_ENV_ENV), rSet), in SwEnvPage()
374 SfxTabPage* SwEnvPage::Create(Window* pParent, const SfxItemSet& rSet) in Create() argument
376 return new SwEnvPage(pParent, rSet); in Create()
/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx50 ComboBoxControl::ComboBoxControl(Window* pParent, WinBits nWinStyle) in ComboBoxControl() argument
51 :ComboBox(pParent, nWinStyle|WB_DROPDOWN|WB_NOBORDER) in ComboBoxControl()
157 ListBoxControl::ListBoxControl(Window* pParent, WinBits nWinStyle) in ListBoxControl() argument
158 :ListBox(pParent, nWinStyle|WB_DROPDOWN|WB_NOBORDER) in ListBoxControl()
253 CheckBoxControl::CheckBoxControl(Window* pParent, WinBits nWinStyle) in CheckBoxControl() argument
254 :Control(pParent, nWinStyle) in CheckBoxControl()
256 const Wallpaper& rParentBackground = pParent->GetBackground(); in CheckBoxControl()
257 if ( (pParent->GetStyle() & WB_CLIPCHILDREN) || rParentBackground.IsFixed() ) in CheckBoxControl()
/trunk/main/svx/inc/svx/
H A Ddlgctl3d.hxx62 Svx3DPreviewControl(Window* pParent, const ResId& rResId);
63 Svx3DPreviewControl(Window* pParent, WinBits nStyle = 0);
118 Svx3DLightControl(Window* pParent, const ResId& rResId);
119 Svx3DLightControl(Window* pParent, WinBits nStyle = 0);
173 SvxLightCtl3D( Window* pParent, const ResId& rResId);
174 SvxLightCtl3D( Window* pParent, WinBits nStyle = 0);
/trunk/main/sw/source/ui/config/
H A Doptload.cxx73 SwLoadOptPage::SwLoadOptPage( Window* pParent, const SfxItemSet& rSet ) : in SwLoadOptPage() argument
75 SfxTabPage( pParent, SW_RES( TP_OPTLOAD_PAGE ), rSet ), in SwLoadOptPage()
150 SfxTabPage* __EXPORT SwLoadOptPage::Create( Window* pParent, in Create() argument
153 return new SwLoadOptPage(pParent, rAttrSet ); in Create()
339 SwCaptionOptDlg::SwCaptionOptDlg(Window* pParent, const SfxItemSet& rSet) : in SwCaptionOptDlg() argument
340 SfxSingleTabDialog(pParent, rSet, 0) in SwCaptionOptDlg()
358 SwCaptionPreview::SwCaptionPreview( Window* pParent, const ResId& rResId ) in SwCaptionPreview() argument
359 : Window( pParent, rResId ) in SwCaptionPreview()
392 : SfxTabPage(pParent, SW_RES(TP_OPTCAPTION_PAGE), rSet), in SwCaptionOptPage()
526 SfxTabPage* SwCaptionOptPage::Create( Window* pParent, in Create() argument
[all …]
/trunk/main/basctl/source/basicide/
H A Dbastype2.cxx189 BasicTreeListBox::BasicTreeListBox( Window* pParent, const ResId& rRes ) : in BasicTreeListBox() argument
190 SvTreeListBox( pParent, IDEResId( sal::static_int_cast<sal_uInt16>( rRes.GetId() ) ) ), in BasicTreeListBox()
534 SvLBoxEntry* BasicTreeListBox::ImpFindEntry( SvLBoxEntry* pParent, const String& rText ) in ImpFindEntry() argument
537 SvLBoxEntry* pEntry = pParent ? FirstChild( pParent ) : GetEntry( nRootPos ); in ImpFindEntry()
543 pEntry = pParent ? NextSibling( pEntry ) : GetEntry( ++nRootPos ); in ImpFindEntry()
631 SvLBoxEntry* BasicTreeListBox::FindEntry( SvLBoxEntry* pParent, const String& rText, BasicEntryType… in FindEntry() argument
634 SvLBoxEntry* pEntry = pParent ? FirstChild( pParent ) : GetEntry( nRootPos ); in FindEntry()
642 pEntry = pParent ? NextSibling( pEntry ) : GetEntry( ++nRootPos ); in FindEntry()
711 SvLBoxEntry* pParent, bool bChildrenOnDemand, std::auto_ptr< BasicEntry > aUserData ) in AddEntry() argument
714 rText, rImage, rImage, pParent, bChildrenOnDemand, LIST_APPEND, in AddEntry()
H A Dobjdlg.cxx50 ObjectTreeListBox::ObjectTreeListBox( Window* pParent, const ResId& rRes ) in ObjectTreeListBox() argument
51 : BasicTreeListBox( pParent, rRes ) in ObjectTreeListBox()
104 ObjectCatalog::ObjectCatalog( Window * pParent ) in ObjectCatalog() argument
105 :FloatingWindow( pParent, IDEResId( RID_BASICIDE_OBJCAT ) ) in ObjectCatalog()
149 pParent->GetSystemWindow()->GetTaskPaneList()->AddWindow( this ); in ObjectCatalog()
292 Window * pParent, ResId const & rResId, in ObjectCatalogToolBox_Impl() argument
294 ToolBox(pParent, rResId), in ObjectCatalogToolBox_Impl()
/trunk/main/sw/source/ui/inc/
H A Dworkctrl.hxx126 SwScrollNaviToolBox(Window* pParent, WinBits nWinStyle ) : in SwScrollNaviToolBox() argument
127 ToolBox(pParent, nWinStyle ) {} in SwScrollNaviToolBox()
184 …SwNaviImageButton(Window* pParent, const ::com::sun::star::uno::Reference< ::com::sun::star::frame…
195 SwHlpImageButton(Window* pParent, const ResId& rResId, sal_Bool bUpBtn) : in SwHlpImageButton() argument
196 ImageButton(pParent, rResId), bUp(bUpBtn){} in SwHlpImageButton()
216 virtual Window* CreateItemWindow( Window *pParent );
/trunk/main/svx/source/dialog/
H A D_bmpmask.cxx78 ColorWindow( Window* pParent, WinBits nWinStyle ) : in ColorWindow() argument
79 Control( pParent, nWinStyle ), in ColorWindow()
82 ColorWindow( Window* pParent, const ResId& rId ) : in ColorWindow() argument
83 Control( pParent, rId ), in ColorWindow()
103 MaskSet( SvxBmpMask* pParent, WinBits nWinStyle );
104 MaskSet( SvxBmpMask* pParent, const ResId& rId );
116 ValueSet ( pParent, nWinStyle ), in MaskSet()
117 pSvxBmpMask ( pParent ) in MaskSet()
124 ValueSet ( pParent, rId ), in MaskSet()
125 pSvxBmpMask ( pParent ) in MaskSet()
[all …]
/trunk/main/cui/source/options/
H A Doptgdlg.hxx77 OfaMiscTabPage( Window* pParent, const SfxItemSet& rSet );
80 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet );
148 OfaViewTabPage( Window* pParent, const SfxItemSet& rSet );
151 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet );
203 OfaLanguagesTabPage( Window* pParent, const SfxItemSet& rSet );
206 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet );
H A Doptfltr.cxx49 OfaMSFilterTabPage::OfaMSFilterTabPage(Window* pParent, const SfxItemSet& rSet) in OfaMSFilterTabPage() argument
50 : SfxTabPage( pParent, CUI_RES( RID_OFAPAGE_MSFILTEROPT ), rSet ), in OfaMSFilterTabPage()
77 SfxTabPage* OfaMSFilterTabPage::Create( Window* pParent, in Create() argument
80 return new OfaMSFilterTabPage( pParent, rAttrSet ); in Create()
139 OfaMSFilterTabPage2::OfaMSFilterTabPage2( Window* pParent, in OfaMSFilterTabPage2() argument
141 : SfxTabPage( pParent, CUI_RES( RID_OFAPAGE_MSFILTEROPT2 ), rSet ), in OfaMSFilterTabPage2()
172 SfxTabPage* OfaMSFilterTabPage2::Create( Window* pParent, in Create() argument
175 return new OfaMSFilterTabPage2( pParent, rAttrSet ); in Create()
/trunk/main/sw/source/ui/dialog/
H A Duiregionsw.cxx153 SwTestPasswdDlg(Window* pParent) : in SwTestPasswdDlg() argument
154 SfxPasswordDialog(pParent) in SwTestPasswdDlg()
357 : SfxModalDialog( pParent, SW_RES(MD_EDIT_REGION) ), in SwEditRegionDlg()
1023 SvLBoxEntry* pParent; in IMPL_LINK() local
1045 pParent=aTree.GetParent(pEntry); in IMPL_LINK()
1581 SfxTabDialog( pParent, SW_RES(DLG_INSERT_SECTION), &rSet ), in SwInsertSectionTabDialog()
1694 Window *pParent, const SfxItemSet &rAttrSet) : in SwInsertSectionTabPage() argument
1695 SfxTabPage( pParent, SW_RES(TP_INSERT_SECTION), rAttrSet ), in SwInsertSectionTabPage()
1862 return new SwInsertSectionTabPage(pParent, rAttrSet); in Create()
2256 return new SwSectionFtnEndTabPage(pParent, rAttrSet); in Create()
[all …]
/trunk/main/sfx2/source/doc/
H A Dnew.cxx81 Window* pParent, const ResId& rResId ) in SfxPreviewBase_Impl() argument
82 : Window(pParent, rResId), pMetaFile() in SfxPreviewBase_Impl()
86 SfxPreviewBase_Impl::SfxPreviewBase_Impl( Window* pParent ) in SfxPreviewBase_Impl() argument
87 : Window(pParent, 0 ), pMetaFile() in SfxPreviewBase_Impl()
169 Window* pParent, const ResId& rResId, SfxObjectShellLock &rDocSh ) in SfxPreviewWin() argument
170 : Window(pParent, rResId), rDocShell( rDocSh ) in SfxPreviewWin()
361 Window *pParent = Application::GetDefDialogParent(); in IMPL_LINK() local
372 Application::SetDefDialogParent( pParent ); in IMPL_LINK()
697 SfxNewFileDialog::SfxNewFileDialog(Window *pParent, sal_uInt16 nFlags) in SfxNewFileDialog() argument
698 : SfxModalDialog( pParent, SfxResId( DLG_NEW_FILE ) ) in SfxNewFileDialog()
/trunk/main/svx/source/tbxctrls/
H A Dfontworkgallery.cxx80 FontWorkGalleryDialog::FontWorkGalleryDialog( SdrView* pSdrView, Window* pParent, sal_uInt16 /*nSID… in FontWorkGalleryDialog() argument
81 ModalDialog( pParent, SVX_RES( RID_SVX_MDLG_FONTWORK_GALLERY ) ), in FontWorkGalleryDialog()
494 virtual ::Window* createPopupWindow( ::Window* pParent );
513 ::Window* FontworkAlignmentControl::createPopupWindow( ::Window* pParent ) in createPopupWindow() argument
515 return new FontworkAlignmentWindow( *this, m_xFrame, pParent ); in createPopupWindow()
734 virtual ::Window* createPopupWindow( ::Window* pParent );
751 ::Window* FontworkCharacterSpacingControl::createPopupWindow( ::Window* pParent ) in createPopupWindow() argument
753 return new FontworkCharacterSpacingWindow( *this, m_xFrame, pParent ); in createPopupWindow()
799 FontworkCharacterSpacingDialog::FontworkCharacterSpacingDialog( Window* pParent, sal_Int32 nScale ) in FontworkCharacterSpacingDialog() argument
800 : ModalDialog( pParent, SVX_RES( RID_SVX_MDLG_FONTWORK_CHARSPACING ) ), in FontworkCharacterSpacingDialog()
/trunk/main/svtools/source/control/
H A Dsvxbox.cxx68 SvxListBox::SvxListBox(Window* pParent, WinBits nBits) : in SvxListBox() argument
69 ListBox(pParent, nBits) in SvxListBox()
75 SvxListBox::SvxListBox(Window* pParent, const ResId& rId): in SvxListBox() argument
76 ListBox(pParent, rId) in SvxListBox()
334 SvxComboBox::SvxComboBox(Window* pParent, WinBits nBits, sal_uInt16 nStyleBits) : in SvxComboBox() argument
335 ComboBox(pParent, nBits), in SvxComboBox()
342 SvxComboBox::SvxComboBox(Window* pParent, const ResId& rId, sal_uInt16 nStyleBits ): in SvxComboBox() argument
343 ComboBox(pParent, rId), in SvxComboBox()
/trunk/main/toolkit/source/layout/core/
H A Dimport.cxx56 ElementBase *pParent, in WidgetElement() argument
59 : ElementBase( nUid, rName, attributes, pParent, pImport ) in WidgetElement()
74 if ( pParent ) in WidgetElement()
75 xParent = ((WidgetElement *) pParent)->mpWidget->getPeer(); in WidgetElement()
103 else if ( pParent == NULL ) in WidgetElement()
181 ElementBase* pParent, in ElementBase() argument
185 , mpParent( pParent ) in ElementBase()
/trunk/main/vcl/inc/vcl/
H A Dscrbar.hxx77 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
96 explicit ScrollBar( Window* pParent, WinBits nStyle = WB_VERT );
97 explicit ScrollBar( Window* pParent, const ResId& );
155 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
159 explicit ScrollBarBox( Window* pParent, WinBits nStyle = 0 );
160 explicit ScrollBarBox( Window* pParent, const ResId& );

Completed in 156 milliseconds

12345678910>>...86