Home
last modified time | relevance | path

Searched refs:any (Results 1 – 25 of 1014) sorted by relevance

12345678910>>...41

/aoo41x/main/oovbaapi/ooo/vba/excel/
H A DXRange.idl117 …string Address( [in] any RowAbsolute, [in] any ColumnAbsolute, [in] any ReferenceStyle, [in] any E…
130 void PasteSpecial([in] any Paste, [in] any Operation,[in] any SkipBlanks, [in] any Transpose);
132any What, [in] any After, [in] any LookIn, [in] any LookAt, [in] any SearchOrder, [in] any SearchD…
134 void Sort( [in] any Key1, [in] any Order1, [in] any Key2, [in] any Type,
135 [in] any Order2, [in] any Key3, [in] any Order3,
136 [in] any Header, [in] any OrderCustom, [in] any MatchCase,
137 [in] any Orientation, [in] any SortMethod, [in] any DataOption1,
145 any Areas( [in] any Item );
146 any BorderAround( [in] any LineStyle, [in] any Weight, [in] any ColorIndex, [in] any Color );
147 …void AutoFilter([in ] any Field, [in] any Criteria1, [in] any Operator, [in] any Criteria2, [in] a…
[all …]
H A DXApplication.idl70 any Workbooks( [in] any Index );
71 any Worksheets( [in] any Index );
72 any Windows( [in] any Index );
75 any Dialogs( [in] any DialogIndex );
76 any Range( [in] any Cell1, [in] any Cell2 );
77 any Names( [in] any Index );
82any Arg3, [in] /*Optional*/ any Arg4, [in] /*Optional*/ any Arg5, [in] /*Optional*/ any Arg6, [in]…
84any Arg3, [in] /*Optional*/ any Arg4, [in] /*Optional*/ any Arg5, [in] /*Optional*/ any Arg6, [in]…
88 any Caller( [in] any Index );
89any GetOpenFilename( [in] any FileFilter, [in] any FilterIndex, [in] any Title, [in] any ButtonTex…
[all …]
H A DXGlobals.idl63 XRange Cells([in] any RowIndex, [in] any ColumnIndex);
65 any CommandBars( [in] any Index );
67any Arg3, [in] /*Optional*/ any Arg4, [in] /*Optional*/ any Arg5, [in] /*Optional*/ any Arg6, [in]…
69 any WorkSheets( [in] any Index );
70 any WorkBooks( [in] any Index );
71 any WorksheetFunction();
72 any Windows( [in] any Index );
73 any Sheets( [in] any Index );
74 any Range( [in] any Cell1, [in] any Cell2 );
76 any Names( [in] any Index );
[all …]
H A DXWorksheet.idl81 …void Protect([in] any Password,[in] any DrawingObjects ,[in] any Contents,[in] any Scenarios,[in]
87 any ChartObjects([in] any Index);
88 any PivotTables([in] any Index);
89 any Comments([in] any Index);
92 any HPageBreaks([in] any Index);
93 any VPageBreaks([in] any Index);
94 any OLEObjects([in] any Index);
95 any Shapes([in] any Index);
104 any Labels( [in] any Index );
115 any Names( [in] any Index );
[all …]
H A DXWindow.idl40 [attribute] any Caption;
53 [attribute] any ScrollColumn;
54 [attribute] any ScrollRow;
55 [attribute] any View;
57 [attribute] any WindowState;
58 [attribute] any Zoom;
59 any SelectedSheets( [in] any Index );
60 void SmallScroll( [in] any Down, [in] any Up, [in] any ToRight, [in] any ToLeft );
61 void LargeScroll( [in] any Down, [in] any Up, [in] any ToRight, [in] any ToLeft );
62 void ScrollWorkbookTabs( [in] any Sheets, [in] any Position );
[all …]
H A DXFormat.idl45 any Borders( [in] any Item )
57 any getNumberFormat()
63 any getNumberFormatLocal()
69 any getIndentLevel()
87 any getOrientation()
93 any getShrinkToFit()
99 any getWrapText()
105 any getLocked()
111 any getFormulaHidden()
117 any getMergeCells()
[all …]
H A DXWorkbooks.idl43 any Add([in] any Template);
44any Open([in] string Filename, [in] any UpdateLinks, [in] any ReadOnly, [in] any Format, [in] any
H A DXWorksheets.idl43 [attribute] any Visible;
44any Add( [in] any Before, [in] any After, [in] any Count, [in] any Type ); …
46 …tOut( [in] any From, [in] any To, [in] any Copies, [in] any Preview, [in] any ActivePrinter, [in]
47 void Select( [in] any Replace );
/aoo41x/main/oovbaapi/ooo/vba/
H A DXApplicationBase.idl43 [attribute, readonly] any VBE;
47 any CommandBars( [in] any Index );
48any Run( [in] string Macro, [in] /*Optional*/ any Arg1, [in] /*Optional*/ any Arg2, [in] /*Optiona…
49 …void OnTime( [in] any EarliestTime, [in] string Procedure, [in] any LatestTime, [in] any Schedule …
/aoo41x/main/oovbaapi/ooo/vba/word/
H A DXSelection.idl58 any Tables( [in] any Index );
59 any Fields( [in] any Index );
61 void HomeKey( [in] any Unit, [in] any Extend );
62 void EndKey( [in] any Unit, [in] any Extend );
63 void Delete( [in] any Unit, [in] any Count );
64 void MoveRight( [in] any Unit, [in] any Count, [in] any Extend );
65 void MoveLeft( [in] any Unit, [in] any Count, [in] any Extend );
66 void MoveDown( [in] any Unit, [in] any Count, [in] any Extend );
72 XRange GoTo( [in] any What, [in] any Which, [in] any Count, [in] any Name );
73 any Information( [in] long Type );
[all …]
H A DXDocuments.idl43 any Add([in] any Template, [in] any NewTemplate, [in] any DocumentType, [in] any Visible);
44any Open([in] string Filename, [in] any ConfirmConversions, [in] any ReadOnly, [in] any AddToRecen…
46 void Close([in] any SaveChanges,[in] any OriginalFormat,[in] any RouteDocument);
H A DXDocument.idl49 XRange Range( [in] any Start, [in] any End );
50 any BuiltInDocumentProperties( [in] any Index );
51 any CustomDocumentProperties( [in] any Index );
52 any Bookmarks( [in] any Index );
53 any Variables( [in] any Index );
54 any Paragraphs( [in] any Index );
55 any Styles( [in] any Index );
56 any Tables( [in] any Index );
57 any Fields( [in] any Index );
58 any Shapes( [in] any Index );
[all …]
H A DXFind.idl41 [attribute] any Replacement;
50 [attribute] any Style;
53 [in] /* boolean */ any MatchCase,
58 [in] /* boolean */ any Forward,
59 [in] /* long */ any Wrap,
60 [in] /* boolean */ any Format,
61 [in] /* string */ any ReplaceWith,
62 [in] /* boolean */ any Replace,
67 [in] /* boolean */ any MatchPrefix,
68 [in] /* boolean */ any MatchSuffix,
[all …]
/aoo41x/main/extensions/workben/
H A Dpythonautotest.cxx325 UsrAny any( (INT32) 1); in checkInvokation() local
326 (seq.getArray())[0] = any; in checkInvokation()
329 int nOldSize = any.getINT32(); in checkInvokation()
444 OSL_ASSERT( any.getINT32() == 5 ); in main()
451 OSL_ASSERT( any.getINT32() == 10 ); in main()
459 UsrAny any = xInvoke->invoke( L"foo" , in main() local
560 OSL_ASSERT( any.getINT32() == 42 ); in main()
573 OSL_ASSERT( any.getDouble() == 1. ); in main()
585 OSL_ASSERT( any.getINT32() == 15 ); in main()
587 any = xInvoke->getValue( L"z" ); in main()
[all …]
/aoo41x/main/scaddins/source/analysis/
H A Danalysisadd.idl106 [in] sequence< any > aOptVLst )
234 [in] double Num1, [in] any Num2 )
250 [in] double Num, [in] any Step )
305 [in] sequence< any > NumberList )
324 [in] sequence< any > OptNums )
390 [in] any Value, [in] long Frequency, [in] any Base )
396 … [in] long Issue, [in] long Settlement, [in] double Rate, [in] any Value, [in] any Base )
403 [in] any Base )
410 [in] any Base )
447 [in] any Base )
[all …]
/aoo41x/main/extensions/test/stm/
H A Ddatatest.cxx921 UsrAny any; in testObject() local
922 any.setINT32( 0x83482 ); in testObject()
925 any.setFloat( 42.23 ); in testObject()
931 any.setBOOL( TRUE ); in testObject()
934 any.setBYTE( 130 ); in testObject()
937 any.setChar( 'h' ); in testObject()
973 UsrAny any; in testObject() local
977 any.setFloat( 42.23 ); in testObject()
983 any.setBOOL( TRUE ); in testObject()
986 any.setBYTE( 130 ); in testObject()
[all …]
/aoo41x/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl110 * complex types adding string, inteface, any
116 any Any;
284 [attribute] any Any;
305 TestPolyStruct<any> getNullPolyAny();
316 any transportAny( [in] any value );
389 [in] any arg13,
403 [in] sequence< any > arg27,
405 [in] sequence< sequence< any > > arg29,
414 [in] TestPolyStruct< any > arg38,
426 [in] TestPolyStruct<any> arg2,
[all …]
/aoo41x/main/io/test/stm/
H A Ddatatest.cxx962 Any any; in testObject() local
964 any <<= i; in testObject()
968 any <<= f; in testObject()
972 any <<= d; in testObject()
980 any <<= by; in testObject()
988 any <<= str; in testObject()
1021 Any any; in testObject() local
1023 any <<= i; in testObject()
1027 any <<= f; in testObject()
1031 any <<= d; in testObject()
[all …]
/aoo41x/main/
H A DLICENSE_category_b178 distribute. You may not offer or impose any terms on any Source Code
361 infringes any patent, then any and all rights granted by such
656 (b) any new file in Source Code Form that contains any Covered
811 behalf of any Contributor. You must make it absolutely clear that any
872 * Should any Covered Software prove defective in any respect, You *
873 * (not any Contributor) assume the cost of any necessary servicing, *
1486 property rights of any other entity. Each Contributor disclaims any liability to
1490 responsibility to secure any other intellectual property rights needed, if any.
1566 requires any other Contributor to pay any damages as a result, the Commercial
1709 responsibility to secure any other intellectual property rights needed, if any.
[all …]
H A DLICENSE_ALv231 "Object" form shall mean any form resulting from mechanical
49 "Contribution" shall mean any work of authorship, including
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
95 (a) You must give any other recipients of the Work or
104 excluding those notices that do not pertain to any part of
127 for any such Derivative Works as a whole, provided Your use,
134 this License, without any additional terms or conditions.
172 of any other Contributor, and only if You agree to indemnify,
173 defend, and hold each Contributor harmless for any liability
[all …]
/aoo41x/main/io/source/connector/
H A Dctr_socket.cxx63 const Any & any; member
65 callError(const Any & any);
71 : any(aAny) in callError()
148 Any any; in read() local
149 any <<= ioException; in read()
164 Any any; in read() local
165 any <<= ioException; in read()
186 Any any; in write() local
187 any <<= ioException; in write()
200 Any any; in write() local
[all …]
/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DAccessibleValueImpl.java42 if(AnyConverter.isByte(any)) { in toNumber()
43 return new Byte(AnyConverter.toByte(any)); in toNumber()
44 } else if (AnyConverter.isShort(any)) { in toNumber()
45 return new Short(AnyConverter.toShort(any)); in toNumber()
46 } else if (AnyConverter.isInt(any)) { in toNumber()
47 return new Integer(AnyConverter.toInt(any)); in toNumber()
48 } else if (AnyConverter.isLong(any)) { in toNumber()
49 return new Long(AnyConverter.toLong(any)); in toNumber()
50 } else if (AnyConverter.isFloat(any)) { in toNumber()
51 return new Float(AnyConverter.toFloat(any)); in toNumber()
[all …]
/aoo41x/main/cli_ure/qa/climaker/
H A Dtypes.idl122 any retAny();
142 [attribute] any attrAny;
163 typedef any Any;
204 any p14;
240 sequence< any > a14;
258 sequence< sequence< any > > aa14;
312 create2([in] any... create2)
319 create3([in] sequence<any> S1)
341 [in] any p14,
379 [in] sequence< any > a14,
[all …]
/aoo41x/main/helpauthoring/license/
H A DLICENSE31 "Object" form shall mean any form resulting from mechanical
49 "Contribution" shall mean any work of authorship, including
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
95 (a) You must give any other recipients of the Work or
104 excluding those notices that do not pertain to any part of
127 for any such Derivative Works as a whole, provided Your use,
134 this License, without any additional terms or conditions.
172 of any other Contributor, and only if You agree to indemnify,
173 defend, and hold each Contributor harmless for any liability
[all …]
/aoo41x/main/extensions/test/ole/idl/
H A Doletest.idl45 sequence<any> methodAny ( [in] sequence<any> aSeq);
63 [attribute] sequence<any> AttrAny;
79 [attribute] any AAny;
126 any methodAnyTest1( [in] any rIn);
127 [attribute] any AttrAny2;
162 any in_methodAny ( [in] any rIn);
185 any other_methodAnyRet();
189 any other_methodAny([in] any rAny, [in] string typeInAny);
221 void outAny( [out] any outAny);
235 [out] any outAny,
[all …]

Completed in 130 milliseconds

12345678910>>...41