| /AOO42X/main/scaddins/source/analysis/ |
| H A D | analysisadd.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 45 …sequence< com::sun::star::sheet::LocalizedName > getCompatibilityNames ( [in] string aProgrammatic… 55 // [in] com::sun::star::beans::XPropertySet xOptions, 56 // [in] long Mode, [in] double f1, [in] double f2, [in] double f3 ); 60 [in] com::sun::star::beans::XPropertySet xOptions, 61 [in] long nStartDate, [in] long nDays, [in] any aHolidays ) 66 [in] com::sun::star::beans::XPropertySet xOptions, 67 [in] long StartDate, [in] long EndDate, [in] any Mode ) 72 [in] com::sun::star::beans::XPropertySet xOptions, [all …]
|
| /AOO42X/main/testtools/source/bridgetest/idl/ |
| H A D | bridgetest.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 68 * equal to max size returned in registers on x86_64 76 * equal to max size returned in registers on ia64 86 * bigger than max size returned in registers on ia64 127 * typedef used in interface 144 void callRecursivly( [in] XRecursiveCall xCall , [in] long nToCall ); 149 long fn11([in] long arg); // return 11 * arg 150 string fn12([in] string arg); // return "12" + arg 154 long fn21([in] long arg); // return 21 * arg [all …]
|
| /AOO42X/main/cli_ure/qa/climaker/ |
| H A D | types.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 77 PolyStruct<char,long> testPolyStruct([in] PolyStruct<char, long> val); 80 void inParameters([in] boolean aBool, [in] byte aByte, [in] short aShort, 81 [in] unsigned short aUShort, [in] long aLong, [in] unsigned long aULong, 82 [in] hyper aHyper, [in] unsigned hyper aUHyper, [in] float aFloat, 83 [in] double aDouble, [in] char aChar, [in] string aString, 84 [in] type aType, [in] any aAny, [in] Enum2 aEnum, [in] Struct1 aStruct, 85 [in] com::sun::star::uno::XInterface aXInterface, 86 [in] com::sun::star::lang::XComponent aXComponent, [all …]
|
| /AOO42X/main/oovbaapi/ooo/vba/excel/ |
| H A D | XRange.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 102 XComment AddComment( [in] any Text ); 112 …XRange Item([in] any RowIndex, [in] any ColumnIndex) raises(com::sun::star::script::BasicErrorExce… 113 XRange Offset([in] any RowOffset, [in] any ColumnOffset); 116 string Characters([in] any Start, [in] any Length); 117 …string Address( [in] any RowAbsolute, [in] any ColumnAbsolute, [in] any ReferenceStyle, [in] any E… 118 XRange Cells([in] any RowIndex, [in] any ColumnIndex); 122 XRange Rows( [in] any RowIndex ); 124 XRange Columns( [in] any ColumnIndex ); [all …]
|
| H A D | XApplication.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 69 //any CommandBars( [in] any Index ); 70 any Workbooks( [in] any Index ); 71 any Worksheets( [in] any Index ); 72 any Windows( [in] any Index ); 74 any Evaluate( [in] string Name ); 75 any Dialogs( [in] any DialogIndex ); 76 any Range( [in] any Cell1, [in] any Cell2 ); 77 any Names( [in] any Index ); [all …]
|
| H A D | XGlobals.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 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 …in] XRange Arg1, [in] XRange Arg2, [in] /*Optional*/ any Arg3, [in] /*Optional*/ any Arg4, [in] /*… 69 any WorkSheets( [in] any Index ); 70 any WorkBooks( [in] any Index ); 72 any Windows( [in] any Index ); [all …]
|
| H A D | XWorksheet.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 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); [all …]
|
| H A D | XAxis.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 47 void setDisplayUnit([in] long DisplayUnit) 53 void setCrosses([in] long Crosses) 59 void setCrossesAt([in] double CrossesAt) 65 void setType([in] long Type) 71 void setHasTitle([in] boolean HasTitle) 77 void setMinorUnit([in] double MinorUnit) 83 void setMinorUnitIsAuto([in] boolean MinorUnitIsAuto) 89 void setReversePlotOrder([in] boolean ReversePlotOrder) [all …]
|
| /AOO42X/main/offapi/com/sun/star/awt/ |
| H A D | XGraphics.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 82 [oneway] void selectFont( [in] FontDescriptor aDescription ); 86 [oneway] void setClipRegion( [in] XRegion Clipping ); 90 [oneway] void intersectClipRegion( [in] XRegion xClipping ); 105 [oneway] void clear( [in] Rectangle aRect ); 109 [oneway] void copy( [in] XDevice xSource, 110 [in] long nSourceX, 111 [in] long nSourceY, 112 [in] long nSourceWidth, [all …]
|
| H A D | XImageConsumer.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 51 [oneway] void init( [in] long Width, 52 [in] long Height ); 59 [oneway] void setColorModel( [in] short BitCount, 60 [in] sequence<long> RGBAPal, 61 [in] long RedMask, 62 [in] long GreenMask, 63 [in] long BlueMask, 64 [in] long AlphaMask ); [all …]
|
| /AOO42X/main/codemaker/test/cppumaker/ |
| H A D | types.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 25 later in the build process in offuh: */ 98 create2([in] any... create2) 105 create3([in] sequence<any> S1) 111 create4([in] long javamaker, [in] long S1, [in] long create4); 114 [in] boolean p1, 115 [in] byte p2, 116 [in] short p3, 117 [in] unsigned short p4, [all …]
|
| /AOO42X/main/codemaker/test/javamaker/src/test/idl/test/codemaker/javamaker/ |
| H A D | types.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 195 create2([in] any... create2) 202 create3([in] sequence<any> S1) 208 create4([in] long javamaker, [in] long S1, [in] long create4); 211 [in] boolean p1, 212 [in] byte p2, 213 [in] short p3, 214 [in] unsigned short p4, 215 [in] long p5, [all …]
|
| /AOO42X/main/scp2/source/ooo/ |
| H A D | module_langpack.ulf | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 34 en-US = "Installs English support in %PRODUCTNAME %PRODUCTVERSION" 40 en-US = "Installs German support in %PRODUCTNAME %PRODUCTVERSION" 46 en-US = "Installs French support in %PRODUCTNAME %PRODUCTVERSION" 52 en-US = "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION" 58 en-US = "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION" 64 en-US = "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION" 70 en-US = "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION" 76 en-US = "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION" [all …]
|
| /AOO42X/main/extensions/test/ole/AxTestComponents/ |
| H A D | AxTestComponents.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 40 [id(82), helpstring("method inBool")] HRESULT inBool([in]VARIANT_BOOL val); 41 [id(1), helpstring("method inByte")] HRESULT inByte([in] unsigned char val); 42 [id(2), helpstring("method inShort")] HRESULT inShort([in] short val); 43 [id(3), helpstring("method inLong")] HRESULT inLong([in] long val); 44 [id(4), helpstring("method inString")] HRESULT inString([in] BSTR val); 45 [id(5), helpstring("method inFloat")] HRESULT inFloat([in] float val); 46 [id(6), helpstring("method inDouble")] HRESULT inDouble([in] double val); 47 [id(7), helpstring("method inVariant")] HRESULT inVariant([in] VARIANT val); [all …]
|
| /AOO42X/main/offapi/com/sun/star/i18n/ |
| H A D | XBreakIterator.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 53 contains the base routines for iteration in Unicode string. Iterates over 62 /** Traverses specified number of characters/cells in Text from 69 If you want to traverse in the opposite direction use 72 long nextCharacters( [in] string aText, [in] long nStartPos, 73 [in] ::com::sun::star::lang::Locale aLocale, 74 [in] short nCharacterIteratorMode, 75 [in] long nCount, [out] long nDone ); 78 /** Traverses specified number of characters/cells in Text from [all …]
|
| H A D | XCharacterClassification.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 92 string toUpper( [in] string aText, [in] long nPos, [in] long nCount, 93 [in] com::sun::star::lang::Locale aLocale ); 99 string toLower( [in] string aText, [in] long nPos, [in] long nCount, 100 [in] com::sun::star::lang::Locale aLocale ); 106 string toTitle( [in] string aText, [in] long nPos, [in] long nCount, 107 [in] com::sun::star::lang::Locale aLocale ); 111 short getType( [in] string aText, [in] long nPos ); 117 short getCharacterDirection( [in] string aText, [in] long nPos ); [all …]
|
| /AOO42X/main/extensions/test/ole/idl/ |
| H A D | oletest.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 35 sequence<byte> methodByte( [in] sequence<byte> aSeq ); 36 sequence<float> methodFloat( [in] sequence<float> aSeq); 37 sequence<double> methodDouble( [in] sequence<double> aSeq); 38 sequence<boolean> methodBool( [in] sequence<boolean> aSeq); 39 sequence<short> methodShort( [in] sequence<short> aSeq); 40 sequence<unsigned short> methodUShort( [in] sequence<unsigned short> aSeq); 41 sequence<long> methodLong( [in] sequence<long> aSeq); 42 sequence<unsigned long> methodULong( [in] sequence<unsigned long> aSeq); [all …]
|
| /AOO42X/main/oovbaapi/ooo/vba/ |
| H A D | XApplicationBase.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 47 any CommandBars( [in] any Index ); 48 …in] string Macro, [in] /*Optional*/ any Arg1, [in] /*Optional*/ any Arg2, [in] /*Optional*/ any Ar… 49 …void OnTime( [in] any EarliestTime, [in] string Procedure, [in] any LatestTime, [in] any Schedule … 50 float CentimetersToPoints([in] float Centimeters );
|
| /AOO42X/main/offapi/com/sun/star/xforms/ |
| H A D | XFormsUIHelper1.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 71 <b>This interfaces is for UI use only, and will likely be unsupported in 76 string getDefaultServiceNameForNode( [in] com::sun::star::xml::dom::XNode xNode ); 78 string getDefaultBindingExpressionForNode( [in] com::sun::star::xml::dom::XNode xNode ); 80 string getNodeDisplayName( [in] com::sun::star::xml::dom::XNode xNode, 81 [in] boolean bDetail ); 83 string getNodeName( [in] com::sun::star::xml::dom::XNode xNode ); 85 string getBindingName( [in] com::sun::star::beans::XPropertySet xBinding, 86 [in] boolean bDetail ); [all …]
|
| /AOO42X/main/offapi/com/sun/star/mozilla/ |
| H A D | XPluginInstancePeer.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 64 /** Alters the plugin's window size in the browser window. 66 @param width [in]: the new window width 67 @param height [in]: the new window height 71 boolean setWindowSize( [in] long width, [in] long height ); 77 /** Show status / hint message in browser's message area. 79 @param message [in]: the string to be displayed 81 [oneway] void showStatusMessage( [in] string message ); 90 @param document [in]: the active document [all …]
|
| /AOO42X/main/udkapi/com/sun/star/test/bridge/ |
| H A D | XBridgeTest.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 92 * typedef used in interface 103 void callRecursivly( [in] XRecursiveCall xCall , [in] long nToCall ); 114 * in parameter test, tests by calls reference also (complex types) 116 [oneway] void setValues( [in] boolean bBool, [in] char cChar, [in] byte nByte, 117 [in] short nShort, [in] unsigned short nUShort, 118 [in] long nLong, [in] unsigned long nULong, 119 [in] hyper nHyper, [in] unsigned hyper nUHyper, 120 [in] float fFloat, [in] double fDouble, [all …]
|
| /AOO42X/main/offapi/com/sun/star/embed/ |
| H A D | XStorage.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 96 specified name exists in a storage. 113 in <type scope="com::sun::star::lang">DisposedException</type>. 134 this storage is in invalid state for any reason 140 in case of io errors during copying 145 void copyToStorage( [in] XStorage xDest ) 155 In case the stream is open in readonly mode the 164 a mode the stream should be open in, 168 this storage is in invalid state for any reason [all …]
|
| /AOO42X/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/ |
| H A D | XCallback_Impl.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 43 …lpstring("method outValuesMixed")] HRESULT outValuesMixed([in] long val, [out] long* pval, [in] BS… 68 … [id(21), helpstring("method inoutInterface")] HRESULT inoutInterface([in,out] IDispatch** ppdisp); 69 … [id(22), helpstring("method inoutStruct")] HRESULT inoutStruct([in,out] IDispatch** inoutVal); 70 [id(23), helpstring("method inoutEnum")] HRESULT inoutEnum([in,out] long * inoutVal); 71 …[id(24), helpstring("method inoutSeqAny")] HRESULT inoutSeqAny([in,out] SAFEARRAY(VARIANT)* pArray… 72 [id(25), helpstring("method inoutAny")] HRESULT inoutAny([in,out] VARIANT* inoutVal); 73 … [id(26), helpstring("method inoutBool")] HRESULT inoutBool([in,out] VARIANT_BOOL * inoutVal); 74 [id(27), helpstring("method inoutChar")] HRESULT inoutChar([in,out] short* inoutVal); [all …]
|
| /AOO42X/main/winaccessibility/source/UAccCOMIDL/ |
| H A D | ia2_api_all.idl | 11 * Redistribution and use in source and binary forms, with or without 18 * 2. Redistributions in binary form must reproduce the above 20 * disclaimer in the documentation and/or other materials 47 * mark may be used in accordance with the Linux Foundation Trademark 68 * Redistribution and use in source and binary forms, with or without 75 * 2. Redistributions in binary form must reproduce the above 77 * disclaimer in the documentation and/or other materials 104 * mark may be used in accordance with the Linux Foundation Trademark 111 This enum is used in IAccessible2::scrollTo and IAccessibleText::scrollSubstringTo. 190 /** These constants define which coordinate system a point is located in. [all …]
|
| /AOO42X/main/offapi/com/sun/star/sdbc/ |
| H A D | XRowUpdate.idl | 8 * "License"); you may not use this file except in compliance 13 * Unless required by applicable law or agreed to in writing, 53 /** is used to update data which is collected in a row. 64 void updateNull([in]long columnIndex) raises (SQLException); 75 void updateBoolean([in]long columnIndex, [in]boolean x) raises (SQLException); 86 void updateByte([in]long columnIndex, [in]byte x) raises (SQLException); 97 void updateShort([in]long columnIndex, [in]short x) raises (SQLException); 108 void updateInt([in]long columnIndex, [in]long x) raises (SQLException); 119 void updateLong([in]long columnIndex, [in]hyper x) raises (SQLException); 130 void updateFloat([in]long columnIndex, [in]float x) raises (SQLException); [all …]
|