Lines Matching refs:sPrefix
152 OUString sPrefix(C2U(cDataSourceHistory)); in BibConfig() local
153 sPrefix += C2U("/"); in BibConfig()
154 sPrefix += pNodeNames[nNode]; in BibConfig()
155 sPrefix += C2U("/"); in BibConfig()
156 pHistoryNames[0] = sPrefix; in BibConfig()
158 pHistoryNames[1] = sPrefix; in BibConfig()
160 pHistoryNames[2] = sPrefix; in BibConfig()
173 sPrefix += C2U("Fields"); in BibConfig()
174 Sequence< OUString > aAssignmentNodeNames = GetNodeNames(sPrefix); in BibConfig()
181 OUString sSubPrefix(sPrefix); in BibConfig()
279 OUString sPrefix(C2U(cDataSourceHistory)); in Commit() local
280 sPrefix += C2U("/_"); in Commit()
281 sPrefix += OUString::valueOf(i); in Commit()
282 sPrefix += C2U("/"); in Commit()
283 pNodeValues[nIndex].Name = sPrefix; in Commit()
286 pNodeValues[nIndex].Name = sPrefix; in Commit()
289 pNodeValues[nIndex].Name = sPrefix; in Commit()
294 sPrefix += C2U("Fields"); in Commit()
298 ClearNodeSet( sPrefix ); in Commit()
303 OUString sSubPrefix(sPrefix); in Commit()
314 SetSetProperties( sPrefix, aAssignmentValues ); in Commit()