Home
last modified time | relevance | path

Searched refs:valid (Results 26 – 50 of 336) sorted by relevance

12345678910>>...14

/aoo4110/main/offapi/com/sun/star/text/
H A DDocumentIndexLevelFormat.idl93 <p>Tab stop is right aligned. Only valid for tab stops.</p>
97 <p>Position of the tab stop. Only valid for tab stops.</p>
101 <p>Fill character in tab stops. Only valid for tab stops.</p>
109 <p>Text. Only valid in user defined text.</p>
H A DShape.idl58 <p> The value is valid only if the
65 <p> The value is valid only if the
82 <p> It is only valid if "HoriOrient" is HoriOrientation_NONE.</p>
104 It is only valid if <member>TextEmbeddedObject::VertOrient</member> is
H A DBaseFrame.idl74 <p>This interface is valid before the text frame is attached
80 both measured in 100th mm. The size is not valid if the
92 <p>This interface is valid before the text frame is attached to
/aoo4110/main/offapi/com/sun/star/linguistic2/
H A DXHyphenator.idl73 <P>A valid hyphenation position is a hyphenation position that
83 /** tries to find a valid hyphenation position relative
90 the XHyphenatedWord for the last valid hyphenation position
92 If there is no such valid hyphenation position, <NULL/> is returned.
133 <P>The hyphenation position does not need to be a valid one to be an
/aoo4110/main/scripting/source/storage/
H A DScriptURI.cxx133 m_valid = values.valid; in set_values()
159 results.valid = sal_True; in parseIt()
166 results.valid=sal_False; in parseIt()
/aoo4110/main/offapi/com/sun/star/awt/
H A DXExtendedToolkit.idl107 The returned value is a valid reference to a top-level window.
109 when the specified index is outside the valid range.
131 If this is a valid reference it is inserted into the list of
157 If this is a valid reference it is inserted into the list of
183 If this is a valid reference it is inserted into the list of
H A DXAnimatedImages.idl84 if the <code>i_index</code> is not a valid index.
105 if the <code>i_index</code> is not a valid index.
128 if the <code>i_index</code> is not a valid index.
149 if the <code>i_index</code> is not a valid index.
/aoo4110/main/offapi/com/sun/star/accessibility/
H A DXAccessibleTextMarkup.idl69 markup type is out of valid range.</p>
86 is out of valid range.</p>
88 markup type is out of valid range.</p>
113 markup type is out of valid range.</p>
H A DXAccessibleMultiLineText.idl61 The valid range is 0..length.
86 The valid range is 0..getLineNumberAtIndex(getCharacterCount()).
115 or invalid if the paragraph object does not have a valid caret
136 if the paragraph does not have a valid caret position.
/aoo4110/main/pyuno/source/module/
H A Dpyuno_runtime.cxx254 c->valid = 1; in create()
335 if( runtime.is() && impl->cargo->valid ) in initialize()
352 return runtime.is() && impl->cargo->valid; in isInitialized()
360 if( !runtime.is() || ! impl->cargo->valid ) in finalize()
366 impl->cargo->valid = false; in finalize()
413 if( ! impl->cargo->valid ) in any2PyObject()
659 if( ! impl->cargo->valid ) in pyObject2Any()
/aoo4110/main/winaccessibility/source/UAccCOM/
H A DAccHyperLink.cpp224 STDMETHODIMP CAccHyperLink::get_valid(/* [retval][out] */ boolean __RPC_FAR *valid) in get_valid() argument
232 if(valid == NULL) in get_valid()
241 *valid = GetXInterface()->isValid(); in get_valid()
/aoo4110/main/offapi/com/sun/star/chart2/data/
H A DXDataProvider.idl52 same arguments must return a valid XDataSequence object. If
71 describing valid values for this list.</p>
114 return a valid XDataSequence object. If <FALSE/> is returned,
129 if the given range does not contain a valid range
/aoo4110/main/solenv/gbuild/
H A DHelper.mk138 $$(eval $$(call gb_Output_error,$(1) is not a valid group for executables. Valid groups are: $$(gb_…
147 $$(eval $$(call gb_Output_error,$(1) is not a valid group for libraries. Valid groups are: $$(gb_Li…
156 $$(eval $$(call gb_Output_error,$(1) is not a valid group for static libraries. Valid groups are: $…
/aoo4110/main/filter/source/xslt/import/wordml/
H A Dwordml2ooo_props.xsl170 <!-- could be simplified: is "b" actually a valid value of w:b/@val ? -->
196 <!-- could be simplified: is "b-cs" actually a valid value of w:b-cs/@val -->
214 <!-- could be simplified: is "i" actually a valid value of w:i/@val ? -->
240 <!-- could be simplified: is "i-cs" actually a valid value of w:i-cs/@val -->
259 <!-- could be simplified: is "caps" actually a valid value of w:caps/@val -->
278 <!-- could be simplified: is "smallCaps" actually a valid value of w:smallCaps/@val -->
/aoo4110/main/udkapi/com/sun/star/java/
H A DXJavaVM.idl67 as a <atom>hyper</atom> integer. The pointer is guaranteed to be valid
69 <type scope="com::sun::star::java">XJavaVM</type> is valid (but the
81 to be valid as long as the reference to this
82 <type scope="com::sun::star::java">XJavaVM</type> is valid. Again, if
/aoo4110/main/offapi/com/sun/star/rdf/
H A DURI.idl57 if the argument does not represent a valid URI
73 if the arguments do not represent a valid URI
85 if the argument is not a valid constant from <type>URIs</type>
/aoo4110/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DError.ulf164 en-US = "The path [2] contains words that are not valid in folders."
170 en-US = "[2] is not a valid short file name."
248 en-US = "The key [2] is not valid. Verify that you entered the correct key."
263 en-US = "No valid source could be found for product [2]. The Windows Installer cannot continue."
290 en-US = "The path [2] is not valid. Please specify a valid path."
308 en-US = "A valid destination folder for the installation could not be determined."
/aoo4110/main/offapi/com/sun/star/resource/
H A DXStringResourceResolver.idl142 Returns a sequence of all valid Resource IDs for the current locale
144 @return a sequence of all valid Resource IDs
150 Returns a sequence of all valid Resource IDs for a specific locale
161 @return a sequence of all valid Resource IDs
/aoo4110/main/qadevOOo/tests/java/ifc/registry/
H A D_XSimpleRegistry.java365 boolean valid = true; in _isValid()
368 valid = oObj.isValid(); in _isValid()
371 tRes.tested("isValid()", valid); in _isValid()
/aoo4110/main/offapi/com/sun/star/xml/sax/
H A DXFastParser.idl84 finds a valid xml file with the given <type>InputSource</type>, it calls
95 or if the <type>XFastTokenHandler</type> does not return a valid
115 <p>If a valid context is returned this context gets a start event by a call to
123 <p>It is valid to return one instance of <type>XFastContextHandler</type> more
/aoo4110/main/offapi/com/sun/star/view/
H A DXRenderable.idl59 <p> If the selection contains a valid XModel interface,
75 <p> If the selection contains a valid XModel interface,
91 <p> If the selection contains a valid XModel interface,
/aoo4110/main/connectivity/source/resource/
H A Dconn_shared_res.src304 Text [ en-US ] = "The column name '$columnname$' is not valid.";
513 Text [ en-US ] = "The query can not be executed. It contains no valid table.";
517 Text [ en-US ] = "The query can not be executed. It contains no valid columns.";
525 Text [ en-US ] = "The URL '$URL$' is not valid. A connection can not be created.";
539 Text [ en-US ] = "The execution of the query doesn't return a valid result set.";
619 …Text [ en-US ] = "The given URL contains no valid local file system path. Please check the locatio…
/aoo4110/main/scripting/workben/data/testdata/
H A DScriptStorage.csv2 _getImplementations;description=Try to get a valid implementation;logicalname=script://MemoryUtils.…
3 _getAllImplementations;description=Try to get all valid implementations;location=doc_with_beanshell…
/aoo4110/main/udkapi/com/sun/star/registry/
H A DDefaultRegistry.idl53 <dd> checks if the local registry is valid. If the interface is not <NULL/>
54 the local registry should always be valid.
117 If this variable was set, it must contain a full path to a valid system registry.
/aoo4110/main/offapi/com/sun/star/sdbcx/
H A DXRowLocate.idl41 Bookmarks are only valid in the scope of the current result set and
59 /** moves the cursor to the row identified by an valid bookmark.
109 A bookmark that is not valid, or incorrectly formed, will cause an exception.

Completed in 72 milliseconds

12345678910>>...14