Lines Matching refs:SfxResId
204 : SfxModalDialog( NULL, SfxResId( DLG_VERSIONS ) ) in SfxVersionDialog()
205 , aNewGroup( this, SfxResId( GB_NEWVERSIONS ) ) in SfxVersionDialog()
206 , aSaveButton( this, SfxResId( PB_SAVE ) ) in SfxVersionDialog()
207 , aSaveCheckBox( this, SfxResId( CB_SAVEONCLOSE ) ) in SfxVersionDialog()
208 , aExistingGroup( this, SfxResId( GB_OLDVERSIONS ) ) in SfxVersionDialog()
209 , aDateTimeText( this, SfxResId( FT_DATETIME ) ) in SfxVersionDialog()
210 , aSavedByText( this, SfxResId( FT_SAVEDBY ) ) in SfxVersionDialog()
211 , aCommentText( this, SfxResId( FT_COMMENTS ) ) in SfxVersionDialog()
212 , aVersionBox( this, SfxResId( TLB_VERSIONS ) ) in SfxVersionDialog()
213 , aCloseButton( this, SfxResId( PB_CLOSE ) ) in SfxVersionDialog()
214 , aOpenButton( this, SfxResId( PB_OPEN ) ) in SfxVersionDialog()
215 , aViewButton( this, SfxResId( PB_VIEW ) ) in SfxVersionDialog()
216 , aDeleteButton( this, SfxResId( PB_DELETE ) ) in SfxVersionDialog()
217 , aCompareButton( this, SfxResId( PB_COMPARE ) ) in SfxVersionDialog()
218 , aHelpButton( this, SfxResId( PB_HELP ) ) in SfxVersionDialog()
470 : SfxModalDialog( pParent, SfxResId( DLG_COMMENTS ) ) in SfxViewVersionDialog_Impl()
471 , aDateTimeText( this, SfxResId( FT_DATETIME ) ) in SfxViewVersionDialog_Impl()
472 , aSavedByText( this, SfxResId( FT_SAVEDBY ) ) in SfxViewVersionDialog_Impl()
473 , aEdit( this, SfxResId( ME_VERSIONS ) ) in SfxViewVersionDialog_Impl()
474 , aOKButton( this, SfxResId( PB_OK ) ) in SfxViewVersionDialog_Impl()
475 , aCancelButton( this, SfxResId( PB_CANCEL ) ) in SfxViewVersionDialog_Impl()
476 , aCloseButton( this, SfxResId( PB_CLOSE ) ) in SfxViewVersionDialog_Impl()
477 , aHelpButton( this, SfxResId( PB_HELP ) ) in SfxViewVersionDialog_Impl()