Home
last modified time | relevance | path

Searched refs:prefix (Results 26 – 50 of 289) sorted by relevance

12345678910>>...12

/trunk/main/soltools/mkdepend/
H A Dcppsetup.c130 char prefix[300]; local
134 sprintf (prefix, "\"%s\":%d", filename, lineno);
135 prefixlen = strlen(prefix);
136 fprintf (stderr, "%s: %s", prefix, pd->line);
/trunk/main/xmloff/source/core/
H A Dnmspmap.cxx195 const ::rtl::OUString & prefix( (*aIter).second->sPrefix ); in GetAttrNameByKey() local
196 if (prefix.getLength()) // not default namespace in GetAttrNameByKey()
199 sAttrName.append( prefix ); in GetAttrNameByKey()
257 const OUString & prefix( (*aIter).second->sPrefix ); in GetQNameByKey() local
258 if (prefix.getLength()) // not default namespace in GetQNameByKey()
260 sQName.append( prefix ); in GetQNameByKey()
/trunk/main/
H A Daclocal.m4151 installed software in a non-standard prefix.
194 # If your package is configured with a different prefix to python,
259 dnl Use the values of $prefix and $exec_prefix for the corresponding
264 AC_SUBST([PYTHON_PREFIX], ['${prefix}'])
286 [if test "x$prefix" = xNONE
290 am_py_prefix=$prefix
292 …istutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(0,0,prefix='$am_py_prefix'))"…
330 …istutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix='$am_py_exec_prefi…
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXConfiguration.idl65 only when their resource URL matches this prefix, i.e. when it
66 begins with this prefix or is equal to it. Characters with
68 usage the prefix specifies the type of a resource. A typical
69 value is "private:resource/floater/", which is the prefix for
71 level are matched against this prefix.
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXNode.idl176 The namespace prefix of this node, or null if it is unspecified.
259 The namespace prefix of this node, or null if it is unspecified.
261 <p>INVALID_CHARACTER_ERR: Raised if the specified prefix contains an illegal character,
264 <p>NAMESPACE_ERR: Raised if the specified prefix is malformed per the Namespaces
266 prefix is "xml" and the namespaceURI of this node is different from
268 … specified prefix is "xmlns" and the namespaceURI of this node is different from
272 void setPrefix([in] string prefix) raises (DOMException);
H A DXDocument.idl72 … specification, if the qualifiedName has a prefix and the namespaceURI is null, if
73 … the qualifiedName has a prefix that is "xml" and the namespaceURI is different from
74 … " http://www.w3.org/XML/1998/namespace", or if the qualifiedName, or its prefix, is
113 XML specification, if the qualifiedName has a prefix and the namespaceURI is
114 null, or if the qualifiedName has a prefix that is "xml" and the namespaceURI
/trunk/main/dbaccess/source/ui/imagelists/
H A Ddbimagelists.src51 prefix = "sc" ;
58 prefix = "sch" ;
65 prefix = "lc" ;
72 prefix = "lch" ;
/trunk/main/offapi/com/sun/star/ucb/
H A DXContentProviderManager.idl89 <li><code>simple = simple-prefix / simple-authority / simple-domain</code></li>
90 <li><code>translation = trans-prefix / trans-authority / trans-domain</code></li>
91 <li><code>simple-prefix = [string] ".*"</code></li>
92 <li><code>trans-prefix = [string] "(.*)->" [string] "\1"</code></li>
106 by arbitrary characters (<code>&lt;simple-prefix&gt:</code>), or
/trunk/main/sysui/desktop/share/
H A Dtranslate.pl34 my ($prefix, $ext, $key);
54 $prefix = $ARGV[0];
88 $outfile = "$workdir/$prefix$_.$ext";
/trunk/main/l10ntools/source/help/
H A DHelpCompiler.hxx295 void addEntryToJarFile(const std::string &prefix,
297 void addEntryToJarFile(const std::string &prefix,
299 void addEntryToJarFile(const std::string &prefix,
301 void addEntryToJarFile(const std::string &prefix,
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java182 String prefix = "uno:localoffice"; in setUnoUrl() local
183 if ( url.startsWith(prefix) ) in setUnoUrl()
184 parseUnoUrlWithOfficePath( url, prefix ); in setUnoUrl()
526 private void parseUnoUrlWithOfficePath(String url, String prefix) in parseUnoUrlWithOfficePath() argument
534 String params = url.substring(prefix.length(), idx + 1); in parseUnoUrlWithOfficePath()
/trunk/main/codemaker/source/codemaker/
H A Dglobal.cxx75 const OString prefix ) in createFileNameFromType() argument
93 length += prefix.getLength() + type.getLength() + postfix.getLength(); in createFileNameFromType()
116 if ( !prefix.isEmpty() ) in createFileNameFromType()
118 tmpStr = type.replaceAt(type.lastIndexOf('/')+1, 0, prefix); in createFileNameFromType()
/trunk/main/testtools/source/servicetests/
H A DRemoteServiceTest.java94 final String prefix) {
95 new Thread("Pipe: " + prefix) {
105 out.println(prefix + s);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DXMLStylesImporter.java170 String prefix = (String) set.getPropertyValue("Prefix"); in createTestEnvironment()
171 logF.println("Prefix returned = '" + prefix + "'") ; in createTestEnvironment()
172 return impPrefix.equals(prefix) ; in createTestEnvironment()
/trunk/main/offapi/com/sun/star/xml/
H A DAttributeContainer.idl38 name with its namespace prefix. The type and value of an attribute is stored
40 <code>AttributeData</code>, you must use a prefix in the name and you must
41 use a namespace, if you use a prefix.
/trunk/main/xmlreader/inc/xmlreader/
H A Dxmlreader.hxx72 int getNamespaceId(Span const & prefix) const;
86 Span prefix; member
92 prefix(thePrefix), nsId(theNsId) {} in NamespaceData()
/trunk/main/solenv/bin/
H A Dzipdep.pl60 $prefix = '';
85 print " \\\n\t" . $prefix . &convert_slashes($_);
263 $arg =~ /^-prefix$/ and $prefix = shift @ARGV and next;
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DXMLParserFactory.java128 String prefix = "com.sun.org.apache.xml.internal."; in write()
131 prefix + "serialize.XMLSerializer" , true, cl); in write()
133 prefix + "serialize.OutputFormat", true, cl); in write()
/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmldocumentwrapper_xmlsecimpl.cxx240 const xmlChar* pNsPrefix = pNsDef->prefix; in sendStartElement()
243 if (pNsDef->prefix == NULL) in sendStartElement()
275 ouAttrName = rtl::OUString(RTL_UTF8_USTRINGPARAM( (sal_Char*)pAttrNs->prefix)) in sendStartElement()
445 if (pNs->prefix != NULL) in getNodeQName()
447 rtl::OString sPrefix((const sal_Char*)pNs->prefix); in getNodeQName()
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.hxx73 FileStream& o, char const * prefix, sal_Bool bExtended=sal_False);
202 FileStream & out, char const * prefix, sal_uInt32 index,
206 FileStream & out, char const * prefix, sal_uInt16 methodIndex,
210 FileStream & out, char const * prefix, rtl::OUString const & name,
/trunk/main/extensions/workben/
H A Dtestpgp.cxx549 const char *prefix)
555 prefix, pBuffer, sizeof(pBuffer));
567 const char *prefix)
573 prefix, pBuffer, sizeof(pBuffer));
/trunk/main/unoxml/source/dom/
H A Dattr.cxx218 void SAL_CALL CAttr::setPrefix(const OUString& prefix) in setPrefix() argument
228 OUStringToOString(prefix, RTL_TEXTENCODING_UTF8); in setPrefix()
230 CNode::setPrefix(prefix); in setPrefix()
/trunk/main/bridges/test/com/sun/star/lib/
H A DTestBed.java90 final String prefix) { in pipe() argument
91 new Thread("Pipe: " + prefix) { in pipe()
101 out.println(prefix + s); in pipe()
/trunk/main/instsetoo_native/util/
H A Dopenoffice.lst.README49 BASISPACKAGEPREFIX name prefix for the installation packages
51 UREPACKAGEPREFIX name prefix for the URE installation packages
53 SOLSUREPACKAGEPREFIX name prefix for the URE installation packages
/trunk/main/codemaker/source/idlmaker/
H A Didltype.hxx76 virtual ::rtl::OString dumpHeaderDefine(FileStream& o, sal_Char* prefix );
78 …leStream& o, const ::rtl::OString& genTypeName, const ::rtl::OString& typeName, sal_Char* prefix );
80 virtual void dumpDepIncludes(FileStream& o, const ::rtl::OString& typeName, sal_Char* prefix);

Completed in 137 milliseconds

12345678910>>...12