Home
last modified time | relevance | path

Searched refs:namespace (Results 1 – 25 of 261) sorted by relevance

1234567891011

/trunk/main/solenv/bin/
H A Dmake_ext_update_info.pl161 && $descNS eq $parser->namespace($name))
167 && $descNS eq $parser->namespace($name))
176 && $descNS eq $parser->namespace($name))
184 && $descNS eq $parser->namespace($name))
258 && $descNS eq $parser->namespace($name))
264 && $descNS eq $parser->namespace($name))
278 && $descNS eq $parser->namespace($name))
316 && $descNS eq $parser->namespace($name)) {
389 && $descNS eq $parser->namespace($name)) {
501 my $ns = $parser->namespace($attr);
[all …]
/trunk/main/vcl/inc/
H A Dwindow.h60 namespace com {
61 namespace sun {
62 namespace star {
67 namespace com {
68 namespace sun {
74 namespace com {
75 namespace sun {
77 namespace awt {
81 namespace uno {
90 namespace dnd {
[all …]
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui.h47 namespace com { namespace sun { namespace star {
48 namespace container {
51 namespace frame {
54 namespace awt {
57 namespace uno {
60 namespace deployment {
65 namespace svt {
69 namespace dp_gui {
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/chart/
H A DChartRawReportTarget.java127 final String namespace = ReportTargetUtil.getNamespaceFromAttribute(attrs); in startOther() local
128 if (!isFilteredNamespace(namespace)) in startOther()
133 processElement(attrs, namespace, elementType); in startOther()
153 final String namespace = ReportTargetUtil.getNamespaceFromAttribute(attrs); in endOther() local
154 if (!isFilteredNamespace(namespace)) in endOther()
158 if (OfficeNamespaces.TABLE_NS.equals(namespace)) in endOther()
173 else if (OfficeNamespaces.CHART_NS.equals(namespace) && "chart".equals(elementType)) in endOther()
196 …private void processElement(final AttributeMap attrs, final String namespace, final String element… in processElement() argument
203 if (OfficeNamespaces.TABLE_NS.equals(namespace)) in processElement()
241 xmlWriter.writeTag(namespace, elementType, attrList, XmlWriter.OPEN); in processElement()
/trunk/main/embedserv/source/inc/
H A Dcommon.h36 namespace com { namespace sun { namespace star {
37 namespace lang {
40 namespace frame {
43 namespace beans {
46 namespace io {
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStylesWriter.java44 import org.jfree.layouting.namespace.Namespaces;
244 final String namespace = element.getNamespace(); in writeElement() local
246 xmlWriter.writeTag(namespace, type, attrList, XmlWriterSupport.CLOSE); in writeElement()
253 final String namespace = section.getNamespace(); in writeSection() local
257 xmlWriter.writeTag(namespace, type, attrList, XmlWriterSupport.CLOSE); in writeSection()
261 xmlWriter.writeTag(namespace, type, attrList, XmlWriterSupport.OPEN); in writeSection()
318 protected boolean isFilteredNamespace(final String namespace) in isFilteredNamespace() argument
320 if (Namespaces.LIBLAYOUT_NAMESPACE.equals(namespace)) in isFilteredNamespace()
324 if (JFreeReportInfo.REPORT_NAMESPACE.equals(namespace)) in isFilteredNamespace()
328 if (JFreeReportInfo.COMPATIBILITY_NAMESPACE.equals(namespace)) in isFilteredNamespace()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java205 final String namespace = ReportTargetUtil.getNamespaceFromAttribute(attrs); in startOther() local
206 if (isRepeatingSection() || isFilteredNamespace(namespace)) in startOther()
218 if (OfficeNamespaces.DRAWING_NS.equals(namespace) && OfficeToken.FRAME.equals(elementType)) in startOther()
254 if (OfficeNamespaces.TABLE_NS.equals(namespace) && OfficeToken.TABLE.equals(elementType)) in startOther()
270 processElement(attrs, namespace, elementType); in startOther()
446 … final String numColSpanStr = (String) attrs.getAttribute(namespace, NUMBERCOLUMNSSPANNED); in processElement()
476 attrs.setAttribute(namespace, NUMBERCOLUMNSSPANNED, "" + span); in processElement()
488 xmlWriter.writeTag(namespace, elementType, attrList, XmlWriter.OPEN); in processElement()
659 final String namespace = ReportTargetUtil.getNamespaceFromAttribute(attrs); in endOther() local
660 if (isFilteredNamespace(namespace)) in endOther()
[all …]
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastAttributeList.idl53 this attributes. If an attribute also has a namespace, that must be registered
65 If the attribute name has a namespace that was registered with the
68 the integer token of the namespace combined with an arithmetic
82 If the attribute name has a namespace that was registered with the
85 the integer token of the namespace combined with an arithmetic
104 If the attribute name has a namespace that was registered with the
107 the integer token of the namespace combined with an arithmetic
127 If the attribute name has a namespace that was registered with the
130 the integer token of the namespace combined with an arithmetic
149 If the attribute name has a namespace that was registered with the
[all …]
H A DXFastSAXSerializable.idl66 a list of namespace declarations that will be added to the root
71 which may lead to duplicate namespace declarations on export,
74 e.g. "office", and the second is the numeric namespace identifier.
77 a list of namespace url / namespace token pairs. you need
78 to register all namespace in order to have them recognized
H A DXFastContextHandler.idl64 If the element has a namespace that was registered with the
67 and the integer token of the namespace combined with an arithmetic
83 contains the namespace url (not the prefix!) of this element.
117 <br>If the element has a namespace that was registered with the
121 namespace combined with an arithmetic <b>or</b> operation.
135 contains the namespace url (not the prefix!) of this element.
H A DXFastSerializer.idl79 If the element has a namespace that was registered with the
82 and the integer token of the namespace combined with an arithmetic
98 contains the namespace url (not the prefix!) of this element.
132 If the element has a namespace that was registered with the
135 and the integer token of the namespace combined with an arithmetic
151 contains the namespace url (not the prefix!) of this element.
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.h38 namespace srrp = System::Runtime::Remoting::Proxies;
39 namespace srrm = System::Runtime::Remoting::Messaging;
40 namespace srr = System::Runtime::Remoting;
41 namespace sr = System::Reflection;
42 namespace sc = System::Collections;
43 using namespace uno;
45 namespace cli_uno
H A Dcli_environment.h30 using namespace System;
31 using namespace System::Collections;
32 using namespace System::Runtime::Serialization;
34 namespace cli_uno
/trunk/main/graphite/
H A Dgraphite-2.3.1_stlportemu.patch5 } // namespace gr
19 -namespace stdext = _STLP_STD;
21 +namespace hashmap_ns = std;
23 +namespace hashmap_ns = _STLP_STD;
25 +namespace hashmap_ns = stdext;
28 namespace gr
/trunk/main/cppu/inc/com/sun/star/uno/
H A DSequence.h36 namespace rtl
41 namespace com
43 namespace sun
45 namespace star
47 namespace uno
H A Dgenfunc.h30 namespace com
32 namespace sun
34 namespace star
36 namespace uno
/trunk/main/offapi/com/sun/star/xml/input/
H A DXNamespaceMapping.idl32 /** Interface to map XML namespace URI strings to ordinals (URI-id, short uid).
38 /** Creates a unique ordinal passing an XML namespace URI.
41 XML namespace URI
47 /** Gets the corresponding XML namespace URI passing a uid (created using
53 XML namespace URI
H A DXAttributes.idl53 /** Gets attribute index passing a namespace uid and a localname.
56 namespace uid
73 /** Gets the namespace uid of an attribute.
78 namespace uid of attribute or -1, if invalid index
103 namespace uid
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java539 final String namespace = ReportTargetUtil.getNamespaceFromAttribute(attrs); in startOther() local
542 if (ObjectUtilities.equal(JFreeReportInfo.REPORT_NAMESPACE, namespace)) in startOther()
554 else if (isFilteredNamespace(namespace)) in startOther()
568 final boolean isTableNS = ObjectUtilities.equal(OfficeNamespaces.TABLE_NS, namespace); in startOther()
585 if (ObjectUtilities.equal(OfficeNamespaces.TEXT_NS, namespace)) in startOther()
709 xmlWriter.writeTag(namespace, elementType, attrList, XmlWriterSupport.OPEN); in startOther()
1015 final String namespace = ReportTargetUtil.getNamespaceFromAttribute(attrs); in startTable() local
1018 xmlWriter.writeTag(namespace, elementType, attrList, XmlWriterSupport.OPEN); in startTable()
1302 final String namespace = ReportTargetUtil.getNamespaceFromAttribute(attrs); in endOther() local
1305 … final boolean isInternalNS = ObjectUtilities.equal(JFreeReportInfo.REPORT_NAMESPACE, namespace); in endOther()
[all …]
/trunk/main/oox/source/token/
H A Dnamespaces.hxx.tail27 /** Returns the raw token identifier without namespace of the passed token. */
30 /** Returns the namespace without token identifier of the passed token. */
35 #define OOX_TOKEN( namespace, token ) (::oox::NMSP_##namespace | ::oox::XML_##token)
58 } // namespace oox
/trunk/main/i18nutil/source/utility/
H A Dcasefolding_data.h28 namespace com { namespace sun { namespace star { namespace i18n {
/trunk/main/i18npool/inc/
H A Dbullet.h24 namespace com { namespace sun { namespace star { namespace i18n {
/trunk/main/desktop/source/deployment/registry/script/
H A Ddp_lib_container.h33 namespace css = ::com::sun::star;
35 namespace dp_registry {
36 namespace backend {
37 namespace script {
/trunk/main/sw/source/core/inc/
H A Dunofldmid.h29 namespace com { namespace sun { namespace star { namespace uno {
/trunk/main/i18npool/source/transliteration/data/
H A Dnumberchar.h26 namespace com { namespace sun { namespace star { namespace i18n {

Completed in 91 milliseconds

1234567891011