Lines Matching refs:pParent

641 SfxDocumentDescPage::SfxDocumentDescPage( Window * pParent, const SfxItemSet& rItemSet )  :  in SfxDocumentDescPage()  argument
643 SfxTabPage( pParent, SfxResId( TP_DOCINFODESC ), rItemSet ), in SfxDocumentDescPage()
662 SfxTabPage *SfxDocumentDescPage::Create(Window *pParent, const SfxItemSet &rItemSet) in Create() argument
664 return new SfxDocumentDescPage(pParent, rItemSet); in Create()
784 SfxDocumentPage::SfxDocumentPage( Window* pParent, const SfxItemSet& rItemSet ) : in SfxDocumentPage() argument
786 SfxTabPage( pParent, SfxResId( TP_DOCINFODOC ), rItemSet ), in SfxDocumentPage()
946 SfxTabPage* SfxDocumentPage::Create( Window* pParent, const SfxItemSet& rItemSet ) in Create() argument
948 return new SfxDocumentPage( pParent, rItemSet ); in Create()
1159 SfxInternetPage::SfxInternetPage( Window* pParent, const SfxItemSet& rItemSet ) : in SfxInternetPage() argument
1161 SfxTabPage( pParent, SfxResId( TP_DOCINFORELOAD ), rItemSet ), in SfxInternetPage()
1425 SfxTabPage *SfxInternetPage::Create( Window* pParent, const SfxItemSet& rItemSet ) in Create() argument
1427 return new SfxInternetPage(pParent, rItemSet); in Create()
1502 SfxDocumentInfoDialog::SfxDocumentInfoDialog( Window* pParent, in SfxDocumentInfoDialog() argument
1505 SfxTabDialog( 0, pParent, SfxResId( SID_DOCINFO ), &rItemSet ) in SfxDocumentInfoDialog()
1567 CustomPropertiesYesNoButton::CustomPropertiesYesNoButton( Window* pParent, const ResId& rResId ) : in CustomPropertiesYesNoButton() argument
1568 Control( pParent, rResId ), in CustomPropertiesYesNoButton()
1606 DurationDialog_Impl( Window* pParent, const util::Duration& rDuration );
1615 Window* pParent, const util::Duration& rDuration) in DurationDialog_Impl() argument
1616 : ModalDialog( pParent, SfxResId( RID_EDIT_DURATIONS ) ), in DurationDialog_Impl()
1673 CustomPropertiesDurationField::CustomPropertiesDurationField( Window* pParent, const ResId& rResId,… in CustomPropertiesDurationField() argument
1674 Edit( pParent, rResId ), m_pLine( pLine ) in CustomPropertiesDurationField()
1720 CustomPropertiesEditButton::CustomPropertiesEditButton( Window* pParent, const ResId& rResId, Custo… in CustomPropertiesEditButton() argument
1721 PushButton( pParent, rResId ), m_pLine( pLine ) in CustomPropertiesEditButton()
1759 CustomPropertyLine::CustomPropertyLine( Window* pParent ) : in CustomPropertyLine() argument
1760 m_aNameBox ( pParent, SfxResId( SFX_CB_PROPERTY_NAME ) ), in CustomPropertyLine()
1761 m_aTypeBox ( pParent, SfxResId( SFX_LB_PROPERTY_TYPE ), this ), in CustomPropertyLine()
1762 m_aValueEdit ( pParent, SfxResId( SFX_ED_PROPERTY_VALUE ), this ), in CustomPropertyLine()
1763 m_aDateField ( pParent, SfxResId( SFX_FLD_DATE), this), in CustomPropertyLine()
1764 m_aTimeField ( pParent, SfxResId( SFX_FLD_TIME), this), in CustomPropertyLine()
1766 m_aDurationField( pParent, SfxResId( SFX_FLD_DURATION), this), in CustomPropertyLine()
1767 m_aEditButton( pParent, SfxResId( SFX_PB_EDIT ), this), in CustomPropertyLine()
1768 m_aYesNoButton ( pParent, SfxResId( SFX_WIN_PROPERTY_YESNO ) ), in CustomPropertyLine()
1769 m_aRemoveButton ( pParent, SfxResId( SFX_PB_PROPERTY_REMOVE ), this ), in CustomPropertyLine()
1798 CustomPropertiesWindow::CustomPropertiesWindow( Window* pParent, const ResId& rResId ) : in CustomPropertiesWindow() argument
1800 Window( pParent, rResId ), in CustomPropertiesWindow()
1976 Window* pParent = GetParent()->GetParent(); in ValidateLine() local
1977 if ( QueryBox( pParent, SfxResId( SFX_QB_WRONG_TYPE ) ).Execute() == RET_OK ) in ValidateLine()
2319 CustomPropertiesControl::CustomPropertiesControl( Window* pParent, const ResId& rResId ) : in CustomPropertiesControl() argument
2321 Control( pParent, rResId ), in CustomPropertiesControl()
2404 SfxCustomPropertiesPage::SfxCustomPropertiesPage( Window* pParent, const SfxItemSet& rItemSet ) : in SfxCustomPropertiesPage() argument
2406 SfxTabPage( pParent, SfxResId( TP_CUSTOMPROPERTIES ), rItemSet ), in SfxCustomPropertiesPage()
2482 SfxTabPage* SfxCustomPropertiesPage::Create( Window* pParent, const SfxItemSet& rItemSet ) in Create() argument
2484 return new SfxCustomPropertiesPage( pParent, rItemSet ); in Create()