Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/JavaPartManager/src/org/apache/openoffice/ooxml/framework/part/
H A DRelatedParts.java123 final Set<PartName> aAllNames = new TreeSet<>(); in getAllTargets() local
124 aAllNames.addAll(maIdToTargetMap.values()); in getAllTargets()
125 return aAllNames; in getAllTargets()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx2205 SvStrings aAllNames; in getCellNames() local
2206 lcl_InspectLines(rTblLines, aAllNames); in getCellNames()
2207 uno::Sequence< OUString > aRet(aAllNames.Count()); in getCellNames()
2209 for(sal_uInt16 i = aAllNames.Count(); i; i--) in getCellNames()
2211 String* pObject = aAllNames.GetObject(i-1); in getCellNames()
2213 aAllNames.Remove(i - 1); in getCellNames()
/trunk/main/svx/source/form/
H A Ddatanavi.cxx3301 Sequence< ::rtl::OUString > aAllNames = m_rNamespaces->getElementNames(); in LoadNamespaces() local
3302 const ::rtl::OUString* pAllNames = aAllNames.getConstArray(); in LoadNamespaces()
3303 const ::rtl::OUString* pAllNamesEnd = pAllNames + aAllNames.getLength(); in LoadNamespaces()

Completed in 48 milliseconds