Lines Matching refs:aColumnLabelPostfixes
118 StringArray aColumnLabelPostfixes; // postfixes to append to the column labels in implApplySettings() local
122 aColumnLabelPostfixes.reserve(getSettings().aSelectedFields.getLength()); in implApplySettings()
142 aColumnLabelPostfixes.push_back(s_sEmptyString); in implApplySettings()
149 aColumnLabelPostfixes.push_back(s_sEmptyString); in implApplySettings()
158 aColumnLabelPostfixes.push_back(s_sEmptyString); in implApplySettings()
163 aColumnLabelPostfixes.push_back(s_sEmptyString); in implApplySettings()
168 aColumnLabelPostfixes.push_back(s_sEmptyString); in implApplySettings()
173 aColumnLabelPostfixes.push_back(String(ModuleRes(RID_STR_DATEPOSTFIX))); in implApplySettings()
177 aColumnLabelPostfixes.push_back(String(ModuleRes(RID_STR_TIMEPOSTFIX))); in implApplySettings()
182 aColumnLabelPostfixes.push_back(s_sEmptyString); in implApplySettings()
187 && aColumnServiceNames.size() == aColumnLabelPostfixes.size(), in implApplySettings()
195 ConstStringArrayIterator pColumnLabelPostfix = aColumnLabelPostfixes.begin(); in implApplySettings()