Lines Matching refs:SfxResId

60 	SfxTabPage( pParent, SfxResId( TP_MANAGE_STYLES ), rAttrSet ),  in SfxManageStyleSheetPage()
62 aNameFt ( this, SfxResId( FT_NAME ) ), in SfxManageStyleSheetPage()
63 aNameEd ( this, SfxResId( ED_NAME ) ), in SfxManageStyleSheetPage()
64 aNameMLE ( this, SfxResId( MLE_NAME ) ), in SfxManageStyleSheetPage()
65 aAutoCB ( this, SfxResId( CB_AUTO ) ), in SfxManageStyleSheetPage()
67 aFollowFt ( this, SfxResId( FT_NEXT ) ), in SfxManageStyleSheetPage()
68 aFollowLb ( this, SfxResId( LB_NEXT ) ), in SfxManageStyleSheetPage()
70 aBaseFt ( this, SfxResId( FT_BASE ) ), in SfxManageStyleSheetPage()
71 aBaseLb ( this, SfxResId( LB_BASE ) ), in SfxManageStyleSheetPage()
73 aFilterFt ( this, SfxResId( FT_REGION ) ), in SfxManageStyleSheetPage()
74 aFilterLb ( this, SfxResId( LB_REGION ) ), in SfxManageStyleSheetPage()
76 aDescGb ( this, SfxResId( GB_DESC ) ), in SfxManageStyleSheetPage()
77 aDescFt ( this, SfxResId( FT_DESC ) ), in SfxManageStyleSheetPage()
78 aDescED ( this, SfxResId( ED_DESC ) ), in SfxManageStyleSheetPage()
130 String aNoName( SfxResId( STR_NONAME ) ); in SfxManageStyleSheetPage()
189 aBaseLb.InsertEntry( String( SfxResId( STR_NONE ) ) ); in SfxManageStyleSheetPage()
520 aBaseLb.SelectEntry( String( SfxResId( STR_NONE ) ) ); in Reset()
524 if ( String( SfxResId( STR_STANDARD ) ) == aName ) in Reset()
627 InfoBox aBox( this, SfxResId( MSG_TABPAGE_INVALIDNAME ) ); in DeactivatePage()
644 InfoBox aBox( this, SfxResId( MSG_TABPAGE_INVALIDSTYLE ) ); in DeactivatePage()
657 if ( String( SfxResId( STR_NONE ) ) == aParentEntry || aParentEntry == pStyle->GetName() ) in DeactivatePage()
664 InfoBox aBox( this, SfxResId( MSG_TABPAGE_INVALIDPARENT ) ); in DeactivatePage()