Lines Matching refs:SchResId
93 : OWizardPage( pParent, SchResId(TP_RANGECHOOSER) ) in RangeChooserTabPage()
95 , m_aFT_Caption( this, SchResId( FT_CAPTION_FOR_WIZARD ) ) in RangeChooserTabPage()
96 , m_aFT_Range( this, SchResId( FT_RANGE ) ) in RangeChooserTabPage()
97 , m_aED_Range( this, SchResId( ED_RANGE ) ) in RangeChooserTabPage()
98 , m_aIB_Range( this, SchResId( IB_RANGE ) ) in RangeChooserTabPage()
99 , m_aRB_Rows( this, SchResId( RB_DATAROWS ) ) in RangeChooserTabPage()
100 , m_aRB_Columns( this, SchResId( RB_DATACOLS ) ) in RangeChooserTabPage()
101 , m_aCB_FirstRowAsLabel( this, SchResId( CB_FIRST_ROW_ASLABELS ) ) in RangeChooserTabPage()
102 , m_aCB_FirstColumnAsLabel( this, SchResId( CB_FIRST_COLUMN_ASLABELS ) ) in RangeChooserTabPage()
142 this->SetText( String(SchResId(STR_PAGE_DATA_RANGE)) ); in RangeChooserTabPage()
143 m_aIB_Range.SetQuickHelpText( String(SchResId(STR_TIP_SELECT_RANGE)) ); in RangeChooserTabPage()
365 rtl::OUString aTitle = String( SchResId( STR_PAGE_DATA_RANGE ) ); in IMPL_LINK()