Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 6788) sorted by relevance

12345678910>>...272

/AOO41X/main/scaddins/source/analysis/
H A Danalysisadd.idl8 * "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 …]
/AOO41X/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl8 * "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 …]
/AOO41X/main/cli_ure/qa/climaker/
H A Dtypes.idl8 * "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 …]
/AOO41X/main/oovbaapi/ooo/vba/excel/
H A DXRange.idl8 * "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 DXApplication.idl8 * "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 DXGlobals.idl8 * "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 );
67in] 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 DXWorksheet.idl8 * "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 DSheetObjects.idl8 * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
32 drawing objects and drawing controls embedded in sheets. All these symbols
33 are deprecated in VBA and kept for compatibility with old VBA scripts. */
42 of drawing objects in a single sheet.
47 <li>ChartObjects: chart objects embedded in the sheet,</li>
63 <p>These symbols are now deprecated in VBA but kept for compatibility with
73 @param Left Position of the left border in points (1/72 inch).
74 @param Top Position of the top border in points (1/72 inch).
75 @param Width Width of the object in points (1/72 inch).
[all …]
H A DXAxis.idl8 * "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 …]
/AOO41X/main/offapi/com/sun/star/awt/
H A DXGraphics.idl8 * "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 …]
/AOO41X/main/codemaker/test/cppumaker/
H A Dtypes.idl8 * "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 …]
/AOO41X/main/codemaker/test/javamaker/
H A Dtypes.idl8 * "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 …]
/AOO41X/main/scp2/source/ooo/
H A Dmodule_langpack.ulf8 * "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 …]
/AOO41X/main/extensions/test/ole/AxTestComponents/
H A DAxTestComponents.idl8 * "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 …]
/AOO41X/main/offapi/com/sun/star/i18n/
H A DXBreakIterator.idl8 * "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 DXCharacterClassification.idl8 * "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 …]
/AOO41X/main/extensions/test/ole/idl/
H A Doletest.idl8 * "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 …]
/AOO41X/main/oovbaapi/ooo/vba/
H A DXApplicationBase.idl8 * "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 );
48in] 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 );
/AOO41X/main/offapi/com/sun/star/xforms/
H A DXFormsUIHelper1.idl8 * "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 …]
/AOO41X/main/offapi/com/sun/star/mozilla/
H A DXPluginInstancePeer.idl8 * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
63 /** Alters the plugin's window size in the browser window.
65 @param width [in]: the new window width
66 @param height [in]: the new window height
70 boolean setWindowSize( [in] long width, [in] long heigth );
76 /** Show status / hint message in browser's message area.
78 @param message [in]: the string to be displayed
80 [oneway] void showStatusMessage( [in] string message );
89 @param document [in]: the active document
[all …]
/AOO41X/main/udkapi/com/sun/star/test/bridge/
H A DXBridgeTest.idl8 * "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 …]
/AOO41X/main/offapi/com/sun/star/embed/
H A DXStorage.idl8 * "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 …]
/AOO41X/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DXCallback_Impl.idl8 * "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 …]
/AOO41X/main/soltools/testhxx/
H A Dcreate.pl26 $in = <> || die 'no input';
27 chomp $in;
29 1 while $in =~ s!\s+-I\s*[^/]\S*\s*! !g; # discard relative includes
30 $in =~ s!(\s+-I\s*)$solarversion(\S*)!$1\${SOLARVERSION}$2!og;
32 $in =~ s!\s+-o\s*\S+! -o /dev/null! || die 'bad input: no -o';
33 $in =~ s!\S+/testhxx.cxx!-x c++ /proc/self/fd/0!
36 print STDOUT $in,
40 1 while $in =~ s!\s+-I\s*[^/]\S*\s*! !g; # discard relative includes
41 $in =~ s!(\s+-I\s*)$solarversion(\S*)!$1\${SOLARVERSION}$2!og;
43 $in =~ s!\s+-o\s*\S+! -o /dev/null! || die 'bad input: no -o';
[all …]
/AOO41X/main/offapi/com/sun/star/sdbc/
H A DXRowUpdate.idl8 * "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 …]

12345678910>>...272