Home
last modified time | relevance | path

Searched refs:pathRepresentation (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/configmgr/source/ !
H A Ddata.cxx206 rtl::OUString const & pathRepresentation, in resolvePathRepresentation() argument
210 if (pathRepresentation.getLength() == 0 || pathRepresentation[0] != '/') { in resolvePathRepresentation()
213 pathRepresentation), in resolvePathRepresentation()
219 sal_Int32 n = parseSegment(pathRepresentation, 1, &seg, &setElement, 0); in resolvePathRepresentation()
224 pathRepresentation), in resolvePathRepresentation()
246 if (n != pathRepresentation.getLength() && in resolvePathRepresentation()
247 pathRepresentation[n++] != '/') in resolvePathRepresentation()
251 pathRepresentation), in resolvePathRepresentation()
255 if (n == pathRepresentation.getLength()) { in resolvePathRepresentation()
267 pathRepresentation, n, &seg, &setElement, &templateName); in resolvePathRepresentation()
[all …]
H A Drootaccess.cxx72 Components & components, rtl::OUString const & pathRepresentation, in RootAccess() argument
74 Access(components), pathRepresentation_(pathRepresentation), in RootAccess()
H A Ddata.hxx80 rtl::OUString const & pathRepresentation,
H A Dcomponents.cxx237 rtl::OUString const & pathRepresentation, in resolvePathRepresentation() argument
242 pathRepresentation, canonicRepresentation, path, finalizedLayer); in resolvePathRepresentation()
H A Dcomponents.hxx71 rtl::OUString const & pathRepresentation,