Home
last modified time | relevance | path

Searched refs:sChild (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/toolkit/test/accessibility/
H A DAccessibleContextHandler.java62 String sChild = new String(); in createChild() local
68 sChild = "Description: " + in createChild()
73 sChild = "Role: " + nRole + " (" + NameProvider.getRoleName(nRole) + ")"; in createChild()
77 sChild = "Has parent: " + (xParent!=null ? "yes" : "no"); in createChild()
86 sChild = ""; in createChild()
95 if (sChild.compareTo ("") != 0) in createChild()
96 sChild += ", "; in createChild()
97 sChild += NameProvider.getStateName(i); in createChild()
102 sChild += "no state set"; in createChild()
103 sChild = "State set: " + sChild; in createChild()
[all …]
/aoo4110/main/framework/source/accelerators/
H A Dstorageholder.cxx170 const ::rtl::OUString& sChild = *pIt; in openPath() local
172 sCheckPath += sChild; in openPath()
195 …xChild = StorageHolder::openSubStorageWithFallback(xParent, sChild, nOpenMode, sal_True); // TODO … in openPath()
224 sRelPath += sChild; in openPath()
251 const ::rtl::OUString& sChild = *pIt; in getAllPathStorages() local
253 sCheckPath += sChild; in getAllPathStorages()
268 sRelPath += sChild; in getAllPathStorages()
/aoo4110/main/sw/source/ui/misc/
H A Dredlndlg.cxx664 String sChild; in InsertChilds() local
715 sChild = GetRedlineText(rRedln, pData->aDateTime, nStack); in InsertChilds()
717 SvLBoxEntry* pChild = pTable->InsertEntry(sChild, pData, pParent->pTLBParent); in InsertChilds()

Completed in 22 milliseconds