Home
last modified time | relevance | path

Searched refs:var (Results 26 – 50 of 199) sorted by relevance

12345678

/aoo4110/main/offapi/com/sun/star/frame/
H A DXFramesSupplier.idl78 frame specified by <var>Frame</var>.
83 at the creator frame with <var>this</var> as the current argument. Then it broadcasts
88 Note: Given parameter <var>Frame</var> must already exist inside the container
H A DXFrame.idl67 <var>xWindow</var>. Thus, the previous owner is not allowed to
164 "_self", "_top", "_blank" etc. <var>SearchFlags</var> is ignored when
165 comparing these names with <var>TargetFrameName</var>; further steps are
166 controlled by <var>SearchFlags</var>. If allowed, the name of the frame
195 … optional parameter to regulate search if no special target was used for <var>TargetFrameName</var>
/aoo4110/main/udkapi/com/sun/star/uri/
H A DUriReferenceFactory.idl52 &ldquo;<code>.</code>&rdquo;. A scheme&nbsp;<var>s</var> is transformed into
53 a string&nbsp;<var>s</var>&prime; character-by-character, by translating
63 <var>s</var>&prime;, then that service is used. It is an error if that
/aoo4110/main/extensions/test/ole/MfcControl/
H A DMfcControlCtl.cpp282 COleVariant var; in inObject() local
288 hr= val->Invoke( id, IID_NULL, LOCALE_USER_DEFAULT, DISPATCH_PROPERTYGET, &params, &var,0,0); in inObject()
292 if( var.vt== VT_BSTR) in inObject()
293 bstr= var.bstrVal; in inObject()
345 COleVariant var; in outObject() local
358 hr= pDisp->Invoke( id, IID_NULL, LOCALE_USER_DEFAULT, DISPATCH_PROPERTYPUT, &params, &var,0,0); in outObject()
/aoo4110/main/offapi/com/sun/star/linguistic2/
H A DXSpellChecker.idl77 <P>If <var>aLocale</var> is not supported an
98 <NULL/> if <var>aWord</var> is spelled correctly using
99 <var>aLocale</var>. Otherwise, an XSpellAlternatives
/aoo4110/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 DTextConversionResult.idl48 <p>If there is no convertible word found in the text, <var>startPos</var>
49 and <var>endPos</var> for Boundary equal 0.
/aoo4110/main/offapi/com/sun/star/ui/
H A DXImageManager.idl121 <var>aCommandURLSequence</var> contains an invalid command
141 <var>aCommandURLSequence</var> contains an invalid command URL a
159 If the <var>aCommandURLSequence</var> contains an invalid command URL a
182 <var>aCommandURLSequence</var> contains an invalid command URL a
/aoo4110/main/udkapi/com/sun/star/beans/
H A DXHierarchicalPropertySet.idl115 if <var>aValue</var> is not a legal value for this property or
116 if <var>aHierarchicalPropertyName</var> is not a well-formed
146 if <var>aHierarchicalPropertyName</var> is not a well-formed
H A DGetPropertyTolerantResult.idl58 <p>The value is undefined if <var>Result</var> is not
67 <p>The value is undefined if <var>Result</var> is not
H A DXHierarchicalPropertySetInfo.idl68 if <var>aHierarchicalName</var> is not a well-formed
87 if <var>aHierarchicalName</var> is not a well-formed
/aoo4110/main/soltools/cpp/
H A DTest.txt89 #define CAT( var ) fix##.var
95 #define CAT2( var ) fix##var::fix##var
/aoo4110/main/udkapi/com/sun/star/io/
H A DXInputStream.idl59 put into the sequence. A difference between <var>nBytesToRead</var>
101 <var>nMaxBytesToRead</var>.
124 /** skips the next <var>nBytesToSkip</var> bytes (must be positive).
/aoo4110/main/offapi/com/sun/star/ucb/
H A DXContentProviderManager.idl66 <type>XContentIdentifier</type> that matches the <var>Scheme</var>
72 the HTTP content provider on the <var>Scheme</var> <code>http</code>,
74 <var>Scheme</var> <code>"http://www.dont.go"([/?#].*)?</code>.
/aoo4110/main/postprocess/rebase/
H A Drebase.pl93 foreach my $var ( 'C', 'b', 'e', 'l', 'R', 'N' ) {
94 if ($options_hash{$var} ) {
95 $options_string .= "-$var $options_hash{$var} ";
/aoo4110/main/offapi/com/sun/star/sheet/
H A DXViewSplitable.idl85 <p>To split only horizontally, specify <var>nPixelY</var> as 0.
86 To split only vertically, specify <var>nPixelX</var> as 0.</p>
/aoo4110/main/migrationanalysis/src/driver_docs/sources/
H A DCommonPreparation.bas59 var As Variant, currDoc As Object) As Boolean
77 DoPreparation = Prepare_HeaderFooter_GraphicFrames(docAnalysis, myIssue, var, currDoc)
101 var As Variant, currDoc As Object) As Boolean
113 Set aProp = var 'Safe as we know that a DocumentProperty is being passed in
/aoo4110/main/offapi/com/sun/star/text/
H A DLineNumberingSettings.idl73 /** Line numbers are shown on every <var>LineInterval</var>th line.
85 /** The line separator is shown every <var>SeparatorLineDistance</var>th line.
H A DLineNumberingProperties.idl71 /** Line numbers are shown on every <var>Interval</var>th line.
81 /** The line separator is shown every <var>SeparatorInterval</var>th line.
/aoo4110/main/udkapi/com/sun/star/script/
H A DXEventAttacherManager.idl97 <p>The parameters <var>ListenerType</var> and
98 <var>EventMethod</var> are equivalent to the first two
133 <p>The index <var>n</var> of all entries with <code>n &amp;gt;=
H A DContextInformation.idl66 /** contains the first column in the <var>StartLine</var> associated with
79 /** contains the first column in the <var>EndLine</var> that is NOT
H A DXEngine.idl79 <p>The arguments given in <var>aArgs</var> can be ignored by
89 <p>The arguments given in <var>aArgs</var> can be ignored by
/aoo4110/main/offapi/com/sun/star/awt/tree/
H A DXMutableTreeDataModel.idl65 /** changes the root node of this model to <var>RootNode</var>.
71 if <var>RootNode</var> is not a valid node of this <type>XTreeDataModel</type>.
H A DXTreeEditListener.idl53 <var>Node</var> is requested by calling <member>XTreeControl::startEditingAtNode()</member>.
66 of <var>Node</var> is finished and was not canceled.
/aoo4110/main/extensions/source/ole/
H A Djscriptclasses.cxx148 VARIANT var; in Set() local
149 VariantInit( &var); in Set()
150 if( SUCCEEDED( hr= VariantChangeType( &var, &type, 0, VT_BSTR))) in Set()
151 m_bstrType= var.bstrVal; in Set()

Completed in 87 milliseconds

12345678