/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/ |
H A D | _XAccessibleComponent.java | 625 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()
|
/trunk/main/offapi/com/sun/star/xml/sax/ |
H A D | XFastParser.idl | 77 /** 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 D | XFastTokenHandler.idl | 43 <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 D | XFastAttributeList.idl | 50 <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 D | XFastContextHandler.idl | 95 /** receives notification of the end of an known element. 111 /** receives notification of the beginning of a known child element.
|
H A D | XFastSerializer.idl | 110 /** receives notification of the end of an known element. 118 /** receives notification of the end of an known element.
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | XUnitConversion.idl | 57 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 D | XWindow2.idl | 53 /** 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 D | XKeyHandler.idl | 57 when known, with that of other handlers.</p> 81 when known, with that of other handlers.</p>
|
/trunk/main/offapi/com/sun/star/embed/ |
H A D | XEncryptionProtectedStorage.idl | 75 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
|
/trunk/main/offapi/com/sun/star/i18n/ |
H A D | XTextConversion.idl | 79 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 D | reservedWords.idl | 67 //! Yes, this must be the count of known reserved words and one more than 69 /// Count of known reserved words.
|
/trunk/main/offapi/com/sun/star/ucb/ |
H A D | PropertiesManager.idl | 35 /** 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
|
/trunk/main/solenv/bin/ |
H A D | linkoo | 200 my $known = 0; 203 $known = 1; 206 if (!$known) {
|
/trunk/main/odk/examples/java/ConverterServlet/ |
H A D | README | 17 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.
|
/trunk/main/offapi/com/sun/star/configuration/backend/ |
H A D | InteractionHandler.idl | 36 known requests via GUI dialogs. 38 <P>The well known requests handled by this service include
|
/trunk/main/offapi/com/sun/star/util/ |
H A D | XAtomServer.idl | 99 already known atom 108 the last known atom
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | RowSet.idl | 51 set of properties like a DataSource and a Command and other properties known of 79 /** allows locating columns which's name is known only.
|
/trunk/main/offapi/com/sun/star/linguistic2/ |
H A D | XConversionDictionaryList.idl | 110 when <var>nConversionDictionaryType</var> is not known by the implementation. 167 when <var>nConversionDictionaryType</var> is not known by the implementation,
|
/trunk/main/configmgr/source/ |
H A D | xcuparser.cxx | 1104 bool known = i != set->getMembers().end(); in handleSetNode() local 1105 if (known && !state_.top().locked && in handleSetNode() 1112 if (known) { in handleSetNode()
|
/trunk/main/offapi/com/sun/star/resource/ |
H A D | XLocale.idl | 114 a sequence of all ISO country codes known to the component. 122 a sequence of all ISO language codes known to the component.
|
/trunk/main/offapi/com/sun/star/task/ |
H A D | InteractionHandler.idl | 38 … 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:
|
/trunk/main/solenv/gbuild/ |
H A D | CustomTarget.mk | 52 $(error CustomTarget: no or invalid repository given; known repositories: \
|
H A D | StaticLibrary.mk | 51 $$(eval $$(call gb_Output_info,Currently known static libraries are: $(sort $(gb_StaticLibrary_KNOW…
|
H A D | JavaClassSet.mk | 51 $(error JavaClassSet: no or invalid repository given; known repositories: \
|