Lines Matching refs:SVX_RES

619 	: TabPage( pParent, SVX_RES(SID_REDLIN_VIEW_PAGE)),  in SvxTPView()
620 aViewData ( this, SVX_RES( DG_VIEW) ), in SvxTPView()
621 PbAccept ( this, SVX_RES(PB_ACCEPT ) ), in SvxTPView()
622 PbReject ( this, SVX_RES(PB_REJECT ) ), in SvxTPView()
623 PbAcceptAll ( this, SVX_RES(PB_ACCEPTALL ) ), in SvxTPView()
624 PbRejectAll ( this, SVX_RES(PB_REJECTALL ) ), in SvxTPView()
625 PbUndo ( this, SVX_RES(PB_UNDO ) ), in SvxTPView()
626 aTitle1 ( SVX_RES( STR_TITLE1 ) ), // lokale Resource in SvxTPView()
627 aTitle2 ( SVX_RES( STR_TITLE2 ) ), in SvxTPView()
628 aTitle3 ( SVX_RES( STR_TITLE3 ) ), in SvxTPView()
629 aTitle4 ( SVX_RES( STR_TITLE4 ) ), in SvxTPView()
630 aTitle5 ( SVX_RES( STR_TITLE5 ) ), in SvxTPView()
631 aStrMyName ( SVX_RES( STR_VIEW) ) in SvxTPView()
633 aViewData.SetAccessibleName(String(SVX_RES(STR_TREE))); in SvxTPView()
803 : TabPage( pParent, SVX_RES(SID_REDLIN_FILTER_PAGE)), in SvxTPFilter()
805 aCbDate ( this, SVX_RES( CB_DATE ) ), in SvxTPFilter()
806 aLbDate ( this, SVX_RES( LB_DATE ) ), in SvxTPFilter()
807 aDfDate ( this, SVX_RES( DF_DATE ) ), in SvxTPFilter()
808 aTfDate ( this, SVX_RES( TF_DATE ) ), in SvxTPFilter()
809 aIbClock ( this, SVX_RES( IB_CLOCK ) ), in SvxTPFilter()
810 aFtDate2 ( this, SVX_RES( FT_DATE2 ) ), in SvxTPFilter()
811 aDfDate2 ( this, SVX_RES( DF_DATE2 ) ), in SvxTPFilter()
812 aTfDate2 ( this, SVX_RES( TF_DATE2 ) ), in SvxTPFilter()
813 aIbClock2 ( this, SVX_RES( IB_CLOCK2) ), in SvxTPFilter()
814 aCbAuthor ( this, SVX_RES( CB_AUTOR ) ), in SvxTPFilter()
815 aLbAuthor ( this, SVX_RES( LB_AUTOR ) ), in SvxTPFilter()
816 aCbRange ( this, SVX_RES( CB_RANGE ) ), in SvxTPFilter()
817 aEdRange ( this, SVX_RES( ED_RANGE ) ), in SvxTPFilter()
818 aBtnRange ( this, SVX_RES( BTN_REF ) ), in SvxTPFilter()
819 aLbAction ( this, SVX_RES( LB_ACTION ) ), in SvxTPFilter()
820 aCbComment ( this, SVX_RES( CB_COMMENT) ), in SvxTPFilter()
821 aEdComment ( this, SVX_RES( ED_COMMENT) ), in SvxTPFilter()
822 aActionStr ( SVX_RES( STR_ACTION) ), in SvxTPFilter()
823 aStrMyName ( SVX_RES( STR_FILTER) ), in SvxTPFilter()
826 aLbDate.SetAccessibleName( String( SVX_RES( STR_DATE_COMBOX) ) ); in SvxTPFilter()
827 aDfDate.SetAccessibleName( String( SVX_RES( STR_DATE_SPIN) ) ); in SvxTPFilter()
828 aTfDate.SetAccessibleName( String( SVX_RES( STR_DATE_TIME_SPIN) ) ); in SvxTPFilter()
829 aDfDate2.SetAccessibleName( String( SVX_RES( STR_DATE_SPIN1) ) ); in SvxTPFilter()
830 aTfDate2.SetAccessibleName( String( SVX_RES( STR_DATE_TIME_SPIN1) ) ); in SvxTPFilter()
832 aLbAction.SetAccessibleName( String( SVX_RES( STR_ACTION) ) ); in SvxTPFilter()
834 Image aImgTimeHC( SVX_RES( IMG_TIME_H ) ); in SvxTPFilter()