Searched refs:sChild (Results 1 – 3 of 3) sorted by relevance
62 String sChild = new String(); in createChild() local68 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 …]
170 const ::rtl::OUString& sChild = *pIt; in openPath() local172 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() local253 sCheckPath += sChild; in getAllPathStorages()268 sRelPath += sChild; in getAllPathStorages()
664 String sChild; in InsertChilds() local715 sChild = GetRedlineText(rRedln, pData->aDateTime, nStack); in InsertChilds()717 SvLBoxEntry* pChild = pTable->InsertEntry(sChild, pData, pParent->pTLBParent); in InsertChilds()
Completed in 24 milliseconds