Lines Matching refs:sName

78     ::rtl::OUString sName;  in CreateAccessibleBaseName()
84 sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_TITLE_N))); in CreateAccessibleBaseName()
87 sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_OUTLINER_N))); in CreateAccessibleBaseName()
90 sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_SUBTITLE_N))); in CreateAccessibleBaseName()
93 sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_PAGE_N))); in CreateAccessibleBaseName()
96 sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_NOTES_N))); in CreateAccessibleBaseName()
99 sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_HANDOUT_N))); in CreateAccessibleBaseName()
102 sName = ::rtl::OUString ( String(SdResId(SID_SD_A11Y_P_HEADER_N)) ); in CreateAccessibleBaseName()
105 sName = ::rtl::OUString ( String(SdResId(SID_SD_A11Y_P_FOOTER_N)) ); in CreateAccessibleBaseName()
108 sName = ::rtl::OUString ( String(SdResId(SID_SD_A11Y_P_DATE_N)) ); in CreateAccessibleBaseName()
111 sName = ::rtl::OUString ( String(SdResId(SID_SD_A11Y_P_NUMBER_N)) ); in CreateAccessibleBaseName()
114 sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_UNKNOWN_N))); in CreateAccessibleBaseName()
117 sName += ::rtl::OUString (RTL_CONSTASCII_USTRINGPARAM(": ")) in CreateAccessibleBaseName()
121 return sName; in CreateAccessibleBaseName()
196 ::rtl::OUString sName; in GetStyle()
202 sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_TITLE_N_STYLE))); in GetStyle()
205 sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_OUTLINER_N_STYLE))); in GetStyle()
208 sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_SUBTITLE_N_STYLE))); in GetStyle()
211 sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_PAGE_N_STYLE))); in GetStyle()
214 sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_NOTES_N_STYLE))); in GetStyle()
217 sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_HANDOUT_N_STYLE))); in GetStyle()
220 sName = ::rtl::OUString ( String(SdResId(SID_SD_A11Y_P_FOOTER_N_STYLE)) ); in GetStyle()
223 sName = ::rtl::OUString ( String(SdResId(SID_SD_A11Y_P_HEADER_N_STYLE)) ); in GetStyle()
226 sName = ::rtl::OUString ( String(SdResId(SID_SD_A11Y_P_DATE_N_STYLE)) ); in GetStyle()
229 sName = ::rtl::OUString ( String(SdResId(SID_SD_A11Y_P_NUMBER_N_STYLE)) ); in GetStyle()
232 sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_UNKNOWN_N_STYLE))); in GetStyle()
235 sName += ::rtl::OUString (RTL_CONSTASCII_USTRINGPARAM(": ")) in GetStyle()
239 return sName; in GetStyle()