Searched refs:pathRepresentation (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/configmgr/source/ ! |
| H A D | data.cxx | 206 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 D | rootaccess.cxx | 72 Components & components, rtl::OUString const & pathRepresentation, in RootAccess() argument 74 Access(components), pathRepresentation_(pathRepresentation), in RootAccess()
|
| H A D | data.hxx | 80 rtl::OUString const & pathRepresentation,
|
| H A D | components.cxx | 237 rtl::OUString const & pathRepresentation, in resolvePathRepresentation() argument 242 pathRepresentation, canonicRepresentation, path, finalizedLayer); in resolvePathRepresentation()
|
| H A D | components.hxx | 71 rtl::OUString const & pathRepresentation,
|