| /trunk/main/oovbaapi/ooo/vba/excel/ |
| H A D | XRange.idl | 76 [attribute] any Value; 77 [attribute] any Formula; 78 [attribute] any FormulaArray; 79 [attribute] any FormulaR1C1; 87 [attribute] any Hidden; 88 [attribute] any ColumnWidth; 89 [attribute, readonly ] any Width; 91 [attribute] any RowHeight; 92 [attribute, readonly ] any Height; 93 [attribute, readonly ] any Top; [all …]
|
| H A D | XApplication.idl | 49 [attribute, readonly] any Selection; 60 [attribute] any CutCopyMode; 61 [attribute] any StatusBar; 69 //any CommandBars( [in] any Index ); 70 any Workbooks( [in] any Index ); 71 any Worksheets( [in] any Index ); 72 any Windows( [in] any Index ); 73 any WorksheetFunction(); 74 any Evaluate( [in] string Name ); 75 any Dialogs( [in] any DialogIndex ); [all …]
|
| H A D | XGlobals.idl | 56 [attribute, readonly] any Selection; 59 [attribute, readonly] any Debug; 63 XRange Cells([in] any RowIndex, [in] any ColumnIndex); 64 XRange Columns([in] any Index); 65 any CommandBars( [in] any Index ); 66 any Evaluate( [in] string Name ); 67 …any 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(); [all …]
|
| H A D | XWorksheet.idl | 77 void Move([in] any Before,[in] any After ); 78 void Copy([in] any Before,[in] any After ); 79 void Paste([in] any Destination,[in] any Link); 81 …void Protect([in] any Password,[in] any DrawingObjects ,[in] any Contents,[in] any Scenarios,[in] … 82 void Unprotect([in] any Password ); 83 …void CheckSpelling([in] any CustomDictionary,[in] any IgnoreUppercase, [in] any AlwaysSuggest,[in]… 86 XRange Range([in] any Cell1, [in] any Cell2 ); 87 any ChartObjects([in] any Index); 88 any PivotTables([in] any Index); 89 any Comments([in] any Index); [all …]
|
| H A D | XWindow.idl | 40 [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 D | XFormat.idl | 45 any Borders( [in] any Item ) 54 void setNumberFormat([in] any NumberFormat) 57 any getNumberFormat() 60 void setNumberFormatLocal([in] any NumberFormatLocal) 63 any getNumberFormatLocal() 66 void setIndentLevel([in] any IndentLevel) 69 any getIndentLevel() 72 void setHorizontalAlignment([in] any HorizontalAlignment) 75 any getHorizontalAlignment() 78 void setVerticalAlignment([in] any VerticalAlignment) [all …]
|
| H A D | XWorksheets.idl | 43 [attribute] any Visible; 44 any 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 );
|
| H A D | XWorkbooks.idl | 43 any Add([in] any Template); 44 …any Open([in] string Filename, [in] any UpdateLinks, [in] any ReadOnly, [in] any Format, [in] any …
|
| /trunk/main/oovbaapi/ooo/vba/ |
| H A D | XApplicationBase.idl | 43 [attribute, readonly] any VBE; 47 any CommandBars( [in] any Index ); 48 …any 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 …
|
| /trunk/main/oovbaapi/ooo/vba/word/ |
| H A D | XSelection.idl | 58 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 D | XDocuments.idl | 43 any Add([in] any Template, [in] any NewTemplate, [in] any DocumentType, [in] any Visible); 44 …any 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 D | XDocument.idl | 47 [attribute] any AttachedTemplate; 49 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 ); [all …]
|
| H A D | XFind.idl | 41 [attribute] any Replacement; 50 [attribute] any Style; 52 boolean Execute([in] /* string */ any FindText, 53 [in] /* boolean */ any MatchCase, 54 [in] /* boolean */ any MatchWholeWord, 55 [in] /* boolean */ any MatchWildcards, 56 [in] /* boolean */ any MatchSoundsLike, 57 [in] /* boolean */ any MatchAllWordForms, 58 [in] /* boolean */ any Forward, 59 [in] /* long */ any Wrap, [all …]
|
| /trunk/main/extensions/workben/ |
| H A D | pythonautotest.cxx | 325 UsrAny any( (INT32) 1); in checkInvokation() local 326 (seq.getArray())[0] = any; in checkInvokation() 328 any = (*pRef)->invoke( L"count" , seq , Sequence<INT16>(), Sequence<UsrAny>() ); in checkInvokation() 329 int nOldSize = any.getINT32(); in checkInvokation() 331 any = (*pRef)->invoke( L"append" , seq , Sequence<INT16>(), Sequence<UsrAny>() ); in checkInvokation() 332 any = (*pRef)->invoke( L"count" , seq , Sequence<INT16>(), Sequence<UsrAny>() ); in checkInvokation() 334 OSL_ASSERT( nOldSize + 1 == any.getINT32() ); in checkInvokation() 441 UsrAny any = xInvoke->getValue( L"nIntTest" ); in main() local 443 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_LONG ); in main() 444 OSL_ASSERT( any.getINT32() == 5 ); in main() [all …]
|
| /trunk/main/scaddins/source/analysis/ |
| H A D | analysisadd.idl | 61 [in] long nStartDate, [in] long nDays, [in] any aHolidays ) 67 [in] long StartDate, [in] long EndDate, [in] any Mode ) 91 [in] long StartDate, [in] long EndDate, [in] any Holidays ) 106 [in] sequence< any > aOptVLst ) 135 [in] sequence< any > OptionalValList ) 142 [in] sequence< any > OptionalValList ) 168 [in] string BinaryNum, [in] any Places ) 178 [in] string BinaryNum, [in] any Places ) 184 [in] string OctalNum, [in] any Places ) 194 [in] string OctalNum, [in] any Places ) [all …]
|
| /trunk/main/extensions/test/stm/ |
| H A D | datatest.cxx | 921 UsrAny any; in testObject() local 922 any.setINT32( 0x83482 ); in testObject() 923 rProp->setPropertyValue( L"long" , any ); in testObject() 925 any.setFloat( 42.23 ); in testObject() 926 rProp->setPropertyValue( L"float" , any ); in testObject() 928 any.setDouble( 233.321412 ); in testObject() 929 rProp->setPropertyValue( L"double" , any ); in testObject() 931 any.setBOOL( TRUE ); in testObject() 932 rProp->setPropertyValue( L"bool" , any ); in testObject() 934 any.setBYTE( 130 ); in testObject() [all …]
|
| /trunk/main/testtools/source/bridgetest/idl/ |
| H A D | bridgetest.idl | 110 * complex types adding string, inteface, any 116 any Any; 212 [in] com::sun::star::uno::XInterface xInterface, [in] any aAny, 228 [inout] com::sun::star::uno::XInterface xInterface, [inout] any aAny, 241 [out] com::sun::star::uno::XInterface xInterface, [out] any aAny, 284 [attribute] any Any; 299 [in] TestPolyStruct<sequence<any> > arg1, 300 [out] TestPolyStruct<sequence<any> > arg2); 305 TestPolyStruct<any> getNullPolyAny(); 316 any transportAny( [in] any value ); [all …]
|
| /trunk/main/ |
| H A D | LICENSE_category_b | 52 1.5. "Executable" means Covered Code in any form other than Source 66 subsequently acquired, any and all of the rights conveyed herein. 68 1.9. "Modifications" means any addition to or deletion from the 69 substance or structure of either the Original Code or any previous 75 B. Any new file that contains any part of the Original Code or 83 1.10.1. "Patent Claims" means any patent claim(s), now owned or 85 and apparatus claims, in any patent Licensable by grantor. 89 any associated interface definition files, scripts used to control 100 For legal entities, "You" includes any entity which controls, is 160 granted: 1) for any code that Contributor has deleted from the [all …]
|
| H A D | LICENSE_ALv2 | 31 "Object" form shall mean any form resulting from mechanical 41 "Derivative Works" shall mean any work, whether in Source or Object 49 "Contribution" shall mean any work of authorship, including 50 the original version of the Work and any modifications or additions 55 means any form of electronic, verbal, or written communication sent 63 "Contributor" shall mean Licensor and any individual or Legal Entity 83 institute patent litigation against any entity (including a 86 or contributory patent infringement, then any patent licenses 91 Work or Derivative Works thereof in any medium, with or without 95 (a) You must give any other recipients of the Work or [all …]
|
| /trunk/main/io/test/stm/ |
| H A D | datatest.cxx | 962 Any any; in testObject() local 964 any <<= i; in testObject() 965 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("long")) , any ); in testObject() 968 any <<= f; in testObject() 969 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("float")) , any ); in testObject() 972 any <<= d; in testObject() 973 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("double")) , any ); in testObject() 976 any.setValue( &b , getCppuBooleanType() ); in testObject() 977 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("bool")) , any ); in testObject() 980 any <<= by; in testObject() [all …]
|
| /trunk/main/io/source/connector/ |
| H A D | ctr_socket.cxx | 63 const Any & any; member 65 callError(const Any & any); 71 : any(aAny) in callError() 77 xStreamListener->error(any); in operator ()() 148 Any any; in read() local 149 any <<= ioException; in read() 151 notifyListeners(this, &_error, callError(any)); in read() 164 Any any; in read() local 165 any <<= ioException; in read() 167 notifyListeners(this, &_error, callError(any)); in read() [all …]
|
| /trunk/main/cli_ure/qa/climaker/ |
| H A D | types.idl | 84 [in] type aType, [in] any aAny, [in] Enum2 aEnum, [in] Struct1 aStruct, 93 [out] type aType, [out] any aAny, [out] Enum2 aEnum, [out] Struct1 aStruct, 104 [inout] type aType, [inout] any aAny, [inout] Enum2 aEnum, 122 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) [all …]
|
| /trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
| H A D | AccessibleValueImpl.java | 40 public static java.lang.Number toNumber(java.lang.Object any) { in toNumber() argument 42 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() [all …]
|
| /trunk/ |
| H A D | LICENSE | 30 "Object" form shall mean any form resulting from mechanical 40 "Derivative Works" shall mean any work, whether in Source or Object 48 "Contribution" shall mean any work of authorship, including 49 the original version of the Work and any modifications or additions 54 means any form of electronic, verbal, or written communication sent 62 "Contributor" shall mean Licensor and any individual or Legal Entity 82 institute patent litigation against any entity (including a 85 or contributory patent infringement, then any patent licenses 90 Work or Derivative Works thereof in any medium, with or without 94 (a) You must give any other recipients of the Work or [all …]
|
| /trunk/main/helpauthoring/license/ |
| H A D | LICENSE | 31 "Object" form shall mean any form resulting from mechanical 41 "Derivative Works" shall mean any work, whether in Source or Object 49 "Contribution" shall mean any work of authorship, including 50 the original version of the Work and any modifications or additions 55 means any form of electronic, verbal, or written communication sent 63 "Contributor" shall mean Licensor and any individual or Legal Entity 83 institute patent litigation against any entity (including a 86 or contributory patent infringement, then any patent licenses 91 Work or Derivative Works thereof in any medium, with or without 95 (a) You must give any other recipients of the Work or [all …]
|