Home
last modified time | relevance | path

Searched refs:fullPath (Results 1 – 4 of 4) sorted by relevance

/trunk/main/reportbuilder/java/com/sun/star/report/util/
H A DManifestWriter.java61 public void addEntry(final String fullPath, final String mimeType) in addEntry() argument
63 if (fullPath == null) in addEntry()
71 if ("META-INF/manifest.xml".equals(fullPath)) in addEntry()
75 entries.put(fullPath, mimeType); in addEntry()
/trunk/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx1164 OUString fullPath; in exportTo() local
1166 fullPath = url_.copy( baseURLlen + 1 ); in exportTo()
1169 fullPath += OUSTR("/"); in exportTo()
1173 pattribs[ 0 ].Value <<= fullPath; in exportTo()
1461 OUString fullPath, mediaType; in scanBundle() local
1465 if (fullPath.getLength() > 0 && mediaType.getLength() > 0) in scanBundle()
1469 attribs[i].Value >>= fullPath; in scanBundle()
1475 if (fullPath.getLength() == 0 || mediaType.getLength() == 0 || in scanBundle()
1489 const OUString url( makeURL( packageRootURL, fullPath ) ); in scanBundle()
/trunk/main/registry/source/
H A Dkeyimpl.cxx1034 OUString fullPath; in getStoreDir() local
1040 fullPath = OUString(); in getStoreDir()
1044 fullPath = m_name.copy(0, m_name.lastIndexOf('/') + 1); in getStoreDir()
1053 rStoreDir.create(getStoreFile(), fullPath, relativName, accessMode); in getStoreDir()
/trunk/main/basctl/source/basicide/
H A Dmoduldl2.cxx1368 OUString fullPath = aLibName; in ExportAsPackage() local
1369 fullPath += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/") ); in ExportAsPackage()
1370 pattribs[ 0 ].Value <<= fullPath; in ExportAsPackage()

Completed in 47 milliseconds