Home
last modified time | relevance | path

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

12345678910>>...12

/aoo4110/main/xmloff/source/table/
H A DXMLTableExport.cxx65 #define _MAP(name,prefix,token,type,context) { name, sizeof(name)-1, prefix, token, type, context,… argument
66 #define CMAP(name,prefix,token,type,context) _MAP(name,prefix,token,type|XML_TYPE_PROP_TABLE_COLUMN… argument
67 #define RMAP(name,prefix,token,type,context) _MAP(name,prefix,token,type|XML_TYPE_PROP_TABLE_ROW,co… argument
/aoo4110/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()
/aoo4110/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.
/aoo4110/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…
H A Dfetch_tarballs.sh212 prefix=`echo $line | sed 's/:.*$//'`
213 if [ -n "$prefix" ]; then
214 eval value=\$$prefix
/aoo4110/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
/aoo4110/main/sysui/desktop/share/
H A Dtranslate.pl34 my ($prefix, $ext, $key);
54 $prefix = $ARGV[0];
88 $outfile = "$workdir/$prefix$_.$ext";
/aoo4110/main/dbaccess/source/ui/imagelists/
H A Ddbimagelists.src51 prefix = "sc";
58 prefix = "sch";
65 prefix = "lc";
72 prefix = "lch";
/aoo4110/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
/aoo4110/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,
/aoo4110/main/openssl/
H A Dopenssl.patch48 …'^my \$dir;$', 'my $dir = "' . $openssldir . '";', '^my \$prefix;$', 'my $prefix = "' . $prefix . …
53 …^my \$dir;$', 'my $dir = "' . $openssldir . '";', '^my \$prefix;$', 'my $prefix = "' . $prefix . …
/aoo4110/main/testtools/source/servicetests/
H A DRemoteServiceTest.java94 final String prefix) {
95 new Thread("Pipe: " + prefix) {
105 out.println(prefix + s);
/aoo4110/main/qadevOOo/tests/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()
/aoo4110/main/bean/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()
/aoo4110/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()
/aoo4110/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.
/aoo4110/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()
/aoo4110/main/solenv/bin/
H A Dzipdep.pl60 $prefix = '';
85 print " \\\n\t" . $prefix . &convert_slashes($_);
263 $arg =~ /^-prefix$/ and $prefix = shift @ARGV and next;
/aoo4110/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()
/aoo4110/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,
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/extensions/workben/
H A Dtestpgp.cxx549 const char *prefix)
555 prefix, pBuffer, sizeof(pBuffer));
567 const char *prefix)
573 prefix, pBuffer, sizeof(pBuffer));

Completed in 148 milliseconds

12345678910>>...12