Home
last modified time | relevance | path

Searched refs:simple (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/trunk/main/offapi/com/sun/star/ucb/
H A DXContentProviderManager.idl87 <li><code>regexp = scheme / simple / translation</code></li>
89 <li><code>simple = simple-prefix / simple-authority / simple-domain</code></li>
91 <li><code>simple-prefix = [string] ".*"</code></li>
93 <li><code>simple-authority = [string] "([/?#].*)?"</code></li>
95 <li><code>simple-domain = [string] "[^/?#]*" string "([/?#].*)?"</code></li>
104 templates backwards compatible. The <code>&lt;simple&gt:</code>
106 by arbitrary characters (<code>&lt;simple-prefix&gt:</code>), or
108 (<code>&lt;simple-authority&gt:</code>), or by arbitrary characters not
113 match the same URLs as their <code>&lt;simple&gt:</code> counterparts,
119 as their <code>&lt;simple&gt:</code> counterparts.
/trunk/main/connectivity/source/simpledbt/
H A Ddbtfactory.hxx39 :public simple::IDataAccessToolsFactory
43 ::rtl::Reference< simple::IDataAccessTypeConversion > m_xTypeConversionHelper;
44 ::rtl::Reference< simple::IDataAccessTools > m_xToolsHelper;
50 virtual ::rtl::Reference< simple::ISQLParser > createSQLParser(
55 virtual ::rtl::Reference< simple::IDataAccessCharSet > createCharsetHelper( ) const;
57 virtual ::rtl::Reference< simple::IDataAccessTypeConversion > getTypeConversionHelper();
59 virtual ::rtl::Reference< simple::IDataAccessTools > getDataAccessTools();
H A Ddbtfactory.cxx75 …::rtl::Reference< simple::IDataAccessTypeConversion > ODataAccessToolsFactory::getTypeConversionHe… in getTypeConversionHelper()
81 …::rtl::Reference< simple::IDataAccessCharSet > ODataAccessToolsFactory::createCharsetHelper( ) con… in createCharsetHelper()
87 ::rtl::Reference< simple::IDataAccessTools > ODataAccessToolsFactory::getDataAccessTools() in getDataAccessTools()
101 …::rtl::Reference< simple::ISQLParser > ODataAccessToolsFactory::createSQLParser(const Reference< X… in createSQLParser()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DINodeVisitor.java41 import org.apache.openoffice.ooxml.schema.model.simple.BuiltIn;
42 import org.apache.openoffice.ooxml.schema.model.simple.List;
43 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
44 import org.apache.openoffice.ooxml.schema.model.simple.SimpleContent;
45 import org.apache.openoffice.ooxml.schema.model.simple.SimpleType;
46 import org.apache.openoffice.ooxml.schema.model.simple.SimpleTypeReference;
47 import org.apache.openoffice.ooxml.schema.model.simple.Union;
H A DNodeVisitorAdapter.java41 import org.apache.openoffice.ooxml.schema.model.simple.BuiltIn;
42 import org.apache.openoffice.ooxml.schema.model.simple.List;
43 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
44 import org.apache.openoffice.ooxml.schema.model.simple.SimpleContent;
45 import org.apache.openoffice.ooxml.schema.model.simple.SimpleType;
46 import org.apache.openoffice.ooxml.schema.model.simple.SimpleTypeReference;
47 import org.apache.openoffice.ooxml.schema.model.simple.Union;
/trunk/main/offapi/com/sun/star/configuration/
H A DHierarchyAccess.idl68 <p>Elements of this container that are not simple values
83 returns an <atom>any</atom> holding either a simple value or an interface
84 on another HierarchyAccess if the child is not a simple value.
92 returns an <atom>any</atom> holding either a simple value or an interface
93 on another HierarchyAccess if the descendant is not a simple value.
103 <p>Exact names can be obtained for simple or hierarchical names for use in
110 <p>If an inexact name could be matched to either a simple or a hierarchical
111 name, the simple (immediate child) name is preferred.
140 <p>If elements that are not simple values, but objects themselves, support
163 <p>If elements that are not simple values, but objects themselves, support
/trunk/main/offapi/com/sun/star/animations/
H A DXAnimationNode.idl56 The offset is measured in parent simple time.</li>
71 /** defines the length of the simple duration.
75 <li><atom>double</atom> specifies the length of the simple duration in seconds.</li>
76 <li><const>Timing::INDEFINITE</const> specifies the simple duration as indefinite.</li>
78 …<li><void/> the simple duration for the element is defined to be the implicit duration of the elem…
91 The offset is measured in parent simple time.</li>
122 /** the number of iterations of the simple duration.
129 A fractional value describes a portion of the simple duration.
148 to repeat the simple duration in seconds.</li>
213 simple duration.
[all …]
H A DAnimationFill.idl55 …/** Specifies that the element will not extend past the end of the last instance of the simple dur…
58 …/** Specifies that the element will extend past the end of the last instance of the simple duratio…
61 …e", except that the element is always frozen to extend to the end of the simple duration of the pa…
67 …s on whether the element specifies any of the attributes that define the simple or active duration:
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DSimpleTypeDescriptorFactory.java22 package org.apache.openoffice.ooxml.schema.simple;
32 import org.apache.openoffice.ooxml.schema.model.simple.BuiltIn;
33 import org.apache.openoffice.ooxml.schema.model.simple.List;
34 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
35 import org.apache.openoffice.ooxml.schema.model.simple.SimpleType;
36 import org.apache.openoffice.ooxml.schema.model.simple.SimpleTypeReference;
37 import org.apache.openoffice.ooxml.schema.model.simple.Union;
H A DDateTimeNode.java22 package org.apache.openoffice.ooxml.schema.simple;
27 import org.apache.openoffice.ooxml.schema.model.simple.BuiltInType;
28 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
H A DBlobNode.java22 package org.apache.openoffice.ooxml.schema.simple;
27 import org.apache.openoffice.ooxml.schema.model.simple.BuiltInType;
28 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
H A DNumberNode.java22 package org.apache.openoffice.ooxml.schema.simple;
28 import org.apache.openoffice.ooxml.schema.model.simple.BuiltInType;
29 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DParserTablesGenerator.java46 import org.apache.openoffice.ooxml.schema.simple.BlobNode;
47 import org.apache.openoffice.ooxml.schema.simple.DateTimeNode;
48 import org.apache.openoffice.ooxml.schema.simple.ISimpleTypeNode;
49 import org.apache.openoffice.ooxml.schema.simple.ISimpleTypeNodeVisitor;
50 import org.apache.openoffice.ooxml.schema.simple.NumberNode;
51 import org.apache.openoffice.ooxml.schema.simple.SimpleTypeContainer;
52 import org.apache.openoffice.ooxml.schema.simple.SimpleTypeDescriptor;
53 import org.apache.openoffice.ooxml.schema.simple.StringNode;
54 import org.apache.openoffice.ooxml.schema.simple.UnionNode;
/trunk/main/sw/source/ui/dbui/
H A Dswdbtoolsclient.cxx36 using namespace ::connectivity::simple;
171 ::rtl::Reference< ::connectivity::simple::IDataAccessTools >
185 ::rtl::Reference< ::connectivity::simple::IDataAccessTypeConversion >
206 ::rtl::Reference< ::connectivity::simple::IDataAccessTools > xAccess = getDataAccessTools(); in getDataSource()
221 ::rtl::Reference< ::connectivity::simple::IDataAccessTools > xAccess = getDataAccessTools(); in getDefaultNumberFormat()
237 ::rtl::Reference< ::connectivity::simple::IDataAccessTypeConversion > xConversion = in getFormattedValue()
/trunk/main/desktop/test/deployment/update/
H A Dreadme.txt25 simple,
31 desktop/test/deployment/update/simple/plain1.oxt
35 http://extensions.openoffice.org/testarea/desktop/simple/update/plain1.update.xml
39 http://extensions.openoffice.org/testarea/desktop/simple/update/plain1.oxt
46 .../update/simple/update
59 are the subfolder defect, simple, updatefeed, wrong_url, etc.
/trunk/main/sw/inc/
H A Dswdbtoolsclient.hxx37 ::rtl::Reference< ::connectivity::simple::IDataAccessTools > m_xDataAccessTools;
38 ::rtl::Reference< ::connectivity::simple::IDataAccessTypeConversion > m_xAccessTypeConversion;
39 ::rtl::Reference< ::connectivity::simple::IDataAccessToolsFactory > m_xDataAccessFactory;
45 …SW_DLLPRIVATE ::rtl::Reference< ::connectivity::simple::IDataAccessTools > getDataAccessTools();
46 …SW_DLLPRIVATE ::rtl::Reference< ::connectivity::simple::IDataAccessTypeConversion > getAccessTypeC…
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java58 import org.apache.openoffice.ooxml.schema.model.simple.BuiltIn;
59 import org.apache.openoffice.ooxml.schema.model.simple.List;
60 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
61 import org.apache.openoffice.ooxml.schema.model.simple.SimpleContent;
62 import org.apache.openoffice.ooxml.schema.model.simple.SimpleType;
63 import org.apache.openoffice.ooxml.schema.model.simple.SimpleTypeReference;
64 import org.apache.openoffice.ooxml.schema.model.simple.Union;
/trunk/main/svx/inc/svx/
H A Ddbtoolsclient.hxx53 static ::connectivity::simple::createDataAccessToolsFactoryFunction
59 mutable ::rtl::Reference< ::connectivity::simple::IDataAccessToolsFactory > m_xDataAccessFactory;
68 const ::rtl::Reference< ::connectivity::simple::IDataAccessToolsFactory >&
82 mutable ::rtl::Reference< ::connectivity::simple::IDataAccessTools > m_xDataAccessTools;
90 …const ::rtl::Reference< ::connectivity::simple::IDataAccessTools >& getDataAccessTools() const { r… in getDataAccessTools()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DValidatingCreator.java53 import org.apache.openoffice.ooxml.schema.model.simple.BuiltIn;
54 import org.apache.openoffice.ooxml.schema.model.simple.List;
55 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
56 import org.apache.openoffice.ooxml.schema.model.simple.SimpleContent;
57 import org.apache.openoffice.ooxml.schema.model.simple.SimpleType;
58 import org.apache.openoffice.ooxml.schema.model.simple.SimpleTypeReference;
59 import org.apache.openoffice.ooxml.schema.model.simple.Union;
/trunk/main/sal/test/
H A Dbootstrap53 # simple macro expansion
57 # simple quoting
61 # simple ini access
65 # ini access with simple macro expansion
H A Dbootstrap.bat53 rem simple macro expansion
57 rem simple quoting
61 rem simple ini access
65 rem ini access with simple macro expansion
/trunk/main/svx/source/inc/
H A Dsqlparserclient.hxx47 mutable ::rtl::Reference< ::connectivity::simple::ISQLParser > m_xParser;
55 inline ::rtl::Reference< ::connectivity::simple::ISQLParseNode > predicateTree( in predicateTree()
62 ::rtl::Reference< ::connectivity::simple::ISQLParseNode > xReturn; in predicateTree()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java56 import org.apache.openoffice.ooxml.schema.model.simple.List;
57 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
58 import org.apache.openoffice.ooxml.schema.model.simple.SimpleContent;
59 import org.apache.openoffice.ooxml.schema.model.simple.SimpleType;
60 import org.apache.openoffice.ooxml.schema.model.simple.SimpleTypeReference;
61 import org.apache.openoffice.ooxml.schema.model.simple.Union;
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/
H A DRequestVisitor.java33 import org.apache.openoffice.ooxml.schema.model.simple.List;
34 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
35 import org.apache.openoffice.ooxml.schema.model.simple.SimpleTypeReference;
/trunk/main/offapi/com/sun/star/logging/
H A DXSimpleLogRing.idl37 /** a simple log ring allowing to collect a limited number of last events
40 The intention of this interface is to provide a simple possibility
43 simple, the strings should be produced by the preprocessor mainly.

Completed in 109 milliseconds

12345678910>>...14