Home
last modified time | relevance | path

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

12345678910>>...13

/aoo41x/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.
/aoo41x/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()
H A Dparser_s.hxx40 :public simple::ISQLParser
50 virtual ::rtl::Reference< simple::ISQLParseNode > predicateTree(
H A Dstaticdbtools_s.hxx39 :public simple::IDataAccessTypeConversion
40 ,public simple::IDataAccessTools
/aoo41x/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 hierachical
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
H A DSimpleSetAccess.idl73 <p>All set elements, if they are not just simple values, but whole trees,
81 one predefined type or if the elements are of a simple type and
H A DGroupAccess.idl111 for simple (non-object) properties and the group contains such properties.
124 for simple (non-object) properties and the group contains such properties.
/aoo41x/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:
H A DAnimationEndSync.idl57 indefinite or unresolved begin times will keep the simple duration of the
67 the host language must define the simple duration for the element.
/aoo41x/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()
/aoo41x/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.
/aoo41x/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…
/aoo41x/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()
/aoo41x/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
/aoo41x/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()
/aoo41x/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.
/aoo41x/main/offapi/com/sun/star/document/
H A DXDocumentRecovery.idl52 …the document actually has been modified. So, the most simple implementation could simply delegate …
54 …second simple implementation, the <em>most</em> simple one would, still egitimately, always return…
/aoo41x/main/desktop/test/deployment/update/simple/
H A Dreadme.txt1 The folder contains only simple extension. That is, they only contain
21 … <src xlink:href="http://extensions.openoffice.org/testarea/desktop/simple/plain1.update.xml" />
/aoo41x/main/udkapi/com/sun/star/script/
H A DXTypeConverter.idl76 /** Converts the value <code>aFrom</code> to the specified simple type
81 <type scope="com::sun::star::uno">TypeClass</type> is not simple,
/aoo41x/main/udkapi/com/sun/star/test/performance/
H A DXPerformanceTest.idl41 /** struct of simple types to be carried
70 <li>functions kept simple, thus there is (nearly) no execution time of the function itself</li>
/aoo41x/main/udkapi/com/sun/star/container/
H A DXContainerQuery.idl43 /** supports simple query feature on a container
58 So it's possible to combine different parameters as one simple command
/aoo41x/main/offapi/com/sun/star/configuration/backend/
H A DUpdatableLayer.idl75 <p> Depending of the actual type (simple, i.e pure <type>XLayer</type> or
108 or all simple data be merged into the main layer.

Completed in 72 milliseconds

12345678910>>...13