Home
last modified time | relevance | path

Searched refs:known (Results 1 – 25 of 166) sorted by relevance

1234567

/aoo42x/main/qadevOOo/tests/java/ifc/accessibility/
H A D_XAccessibleComponent.java625 Rectangle known = (Rectangle) KnownBounds.get(k); in isCovered() local
626 Covered = (known.X < p.X); in isCovered()
627 Covered &= (known.Y < p.Y); in isCovered()
628 Covered &= (p.Y < known.Y+known.Height); in isCovered()
629 Covered &= (p.X < known.X+known.Width); in isCovered()
/aoo42x/main/offapi/com/sun/star/xml/sax/
H A DXFastParser.idl77 /** specifies a SAX parser that uses integer values for known xml names
98 the elements local name is known but it uses a namespace that is unknown.
107 <member>XFastContextHandler::createFastChildContext</member> for known
117 <member>XFastContextHandler::startFastElement</member> for known elements or
121 <member>XFastContextHandler::endFastElement</member> for known elements or
153 /** must be registered to translate known xml names to integer tokens.
159 /** registers a known namespace url with the given integer token.<br>
H A DXFastTokenHandler.idl43 <const>FastToken::NAMESPACE</const>. If a string identifier is not known
54 if the identifier is not known to this instance.
73 if the identifier is not known to this instance.
H A DXFastAttributeList.idl50 <br>Attributes are separated into known attributes and unknown attributes.
51 <p>Known attributes have a local name that is known to the <type>XFastTokenHandler</token>
55 the local name is known.
H A DXFastContextHandler.idl95 /** receives notification of the end of an known element.
111 /** receives notification of the beginning of a known child element.
H A DXFastSerializer.idl110 /** receives notification of the end of an known element.
118 /** receives notification of the end of an known element.
/aoo42x/main/offapi/com/sun/star/embed/
H A DXEncryptionProtectedStorage.idl75 be already known by the object; if a different one is
85 known by the object; if a different one is set
95 be already known by the object; if a different one is
/aoo42x/main/offapi/com/sun/star/awt/
H A DXUnitConversion.idl57 A given <type>Point</type> in a well known type
84 A given <type>Size</type> in a well known type
97 A given <type>Size</type> in a well known type
H A DXWindow2.idl53 /** sets the inner bounds of the window, also known as the client size
63 /** returns the inner bounds of the window, also known as the client size.
H A DXKeyHandler.idl57 when known, with that of other handlers.</p>
81 when known, with that of other handlers.</p>
/aoo42x/main/offapi/com/sun/star/i18n/
H A DXTextConversion.idl79 when <var>nConversionDictionaryType</var> is not known by the implementation,
113 when <var>nConversionDictionaryType</var> is not known by the implementation,
141 when <var>nConversionDictionaryType</var> is not known by the implementation,
H A DreservedWords.idl67 //! Yes, this must be the count of known reserved words and one more than
69 /// Count of known reserved words.
/aoo42x/main/offapi/com/sun/star/ucb/
H A DPropertiesManager.idl35 /** This service provides access to the meta data of the well known
45 /** This interface provides access to the meta data of the well known
/aoo42x/main/solenv/bin/
H A Dlinkoo200 my $known = 0;
203 $known = 1;
206 if (!$known) {
/aoo42x/main/odk/examples/java/ConverterServlet/
H A DREADME17 is similar to a normal Jar file) file, please make these classes also known to your web server.
23 5. Make the servlet class known to your web server.
/aoo42x/main/offapi/com/sun/star/configuration/backend/
H A DInteractionHandler.idl36 known requests via GUI dialogs.
38 <P>The well known requests handled by this service include
/aoo42x/main/offapi/com/sun/star/util/
H A DXAtomServer.idl99 already known atom
108 the last known atom
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DRowSet.idl51 set of properties like a DataSource and a Command and other properties known of
79 /** allows locating columns which's name is known only.
/aoo42x/main/offapi/com/sun/star/linguistic2/
H A DXConversionDictionaryList.idl110 when <var>nConversionDictionaryType</var> is not known by the implementation.
167 when <var>nConversionDictionaryType</var> is not known by the implementation,
/aoo42x/main/configmgr/source/
H A Dxcuparser.cxx1104 bool known = i != set->getMembers().end(); in handleSetNode() local
1105 if (known && !state_.top().locked && in handleSetNode()
1112 if (known) { in handleSetNode()
/aoo42x/main/offapi/com/sun/star/resource/
H A DXLocale.idl114 a sequence of all ISO country codes known to the component.
122 a sequence of all ISO language codes known to the component.
/aoo42x/main/offapi/com/sun/star/task/
H A DInteractionHandler.idl38 … for a lot of well known interactions. Additionally, there's a configuration module which allows to
43 The following well-known requests can be dealt with by the built-in handlers:
/aoo42x/main/solenv/gbuild/
H A DCustomTarget.mk52 $(error CustomTarget: no or invalid repository given; known repositories: \
H A DStaticLibrary.mk51 $$(eval $$(call gb_Output_info,Currently known static libraries are: $(sort $(gb_StaticLibrary_KNOW…
H A DJavaClassSet.mk51 $(error JavaClassSet: no or invalid repository given; known repositories: \

Completed in 87 milliseconds

1234567