Home
last modified time | relevance | path

Searched refs:raises (Results 1 – 25 of 718) sorted by relevance

12345678910>>...29

/trunk/main/oovbaapi/ooo/vba/excel/
H A DXAxis.idl42 raises(com::sun::star::script::BasicErrorException);
45 raises(com::sun::star::script::BasicErrorException);
48 raises(com::sun::star::script::BasicErrorException);
51 raises(com::sun::star::script::BasicErrorException);
54 raises(com::sun::star::script::BasicErrorException);
57 raises(com::sun::star::script::BasicErrorException);
60 raises(com::sun::star::script::BasicErrorException);
63 raises(com::sun::star::script::BasicErrorException);
66 raises(com::sun::star::script::BasicErrorException);
69 raises(com::sun::star::script::BasicErrorException);
[all …]
H A DXTitle.idl45 // XBorder Border( ) raises ( com::sun::star::script::BasicErrorException );
47 XInterior Interior() raises(com::sun::star::script::BasicErrorException);
49 XFont Font() raises(com::sun::star::script::BasicErrorException);
53 string getText() raises(com::sun::star::script::BasicErrorException);
56 //XCharacters Characters() raises(com::sun::star::script::BasicErrorException);
58 void setTop([in] double Top) raises(com::sun::star::script::BasicErrorException);
60 double getTop() raises(com::sun::star::script::BasicErrorException);
64 double getLeft() raises(com::sun::star::script::BasicErrorException);
68 long getOrientation() raises(com::sun::star::script::BasicErrorException);
70 // any Select( ) raises ( com::sun::star::script::BasicErrorException );
[all …]
H A DXFormat.idl46 raises(com::sun::star::script::BasicErrorException);
49 raises(com::sun::star::script::BasicErrorException);
52 raises(com::sun::star::script::BasicErrorException);
55 raises(com::sun::star::script::BasicErrorException);
58 raises(com::sun::star::script::BasicErrorException);
61 raises(com::sun::star::script::BasicErrorException);
64 raises(com::sun::star::script::BasicErrorException);
67 raises(com::sun::star::script::BasicErrorException);
70 raises(com::sun::star::script::BasicErrorException);
73 raises(com::sun::star::script::BasicErrorException);
[all …]
H A DXStyle.idl44 raises(com::sun::star::script::BasicErrorException);
47 raises(com::sun::star::script::BasicErrorException);
50 raises(com::sun::star::script::BasicErrorException);
53 raises(com::sun::star::script::BasicErrorException);
56 raises(com::sun::star::script::BasicErrorException);
59 raises(com::sun::star::script::BasicErrorException);
63 string getValue( ) raises ( com::sun::star::script::BasicErrorException );
71 boolean getIncludeBorder( ) raises ( com::sun::star::script::BasicErrorException );
75 boolean getIncludeFont( ) raises ( com::sun::star::script::BasicErrorException );
79 boolean getIncludeNumber( ) raises ( com::sun::star::script::BasicErrorException );
[all …]
H A DXChart.idl49 long getChartType() raises(com::sun::star::script::BasicErrorException);
51 void setChartType([in] long chartType) raises(com::sun::star::script::BasicErrorException);
53 void Activate() raises(com::sun::star::script::BasicErrorException);
56 long Location() raises (com::sun::star::script::BasicErrorException);
57 long getLocation() raises (com::sun::star::script::BasicErrorException);
61 boolean getHasTitle() raises(com::sun::star::script::BasicErrorException);
63 void setHasTitle([in] boolean bTitle) raises(com::sun::star::script::BasicErrorException);
65 boolean getHasLegend() raises(com::sun::star::script::BasicErrorException);
68 XChartTitle getChartTitle() raises (com::sun::star::script::BasicErrorException);
69 void setPlotBy([in] long xlRowCol) raises(com::sun::star::script::BasicErrorException);
[all …]
H A DXRange.idl120 void AutoOutline() raises(com::sun::star::script::BasicErrorException);
123 void Calculate() raises(com::sun::star::script::BasicErrorException);
153 void ClearOutline() raises(com::sun::star::script::BasicErrorException);
154 void Ungroup() raises(com::sun::star::script::BasicErrorException);
155 void Group() raises(com::sun::star::script::BasicErrorException);
156 void Merge([in] any Across) raises(com::sun::star::script::BasicErrorException);
157 void UnMerge() raises(com::sun::star::script::BasicErrorException);
158 XRange Next( ) raises ( com::sun::star::script::BasicErrorException );
159 XRange Previous( ) raises ( com::sun::star::script::BasicErrorException );
161 void RemoveSubtotal() raises ( com::sun::star::script::BasicErrorException );
[all …]
/trunk/main/offapi/com/sun/star/report/
H A DXReportControlFormat.idl47 set raises ( com::sun::star::beans::UnknownPropertyException );
48 get raises ( com::sun::star::beans::UnknownPropertyException );
55 set raises ( com::sun::star::beans::UnknownPropertyException );
56 get raises ( com::sun::star::beans::UnknownPropertyException );
64 set raises ( com::sun::star::beans::UnknownPropertyException );
65 get raises ( com::sun::star::beans::UnknownPropertyException );
74 set raises ( com::sun::star::beans::UnknownPropertyException );
75 get raises ( com::sun::star::beans::UnknownPropertyException );
82 set raises ( com::sun::star::beans::UnknownPropertyException );
83 get raises ( com::sun::star::beans::UnknownPropertyException );
[all …]
/trunk/main/scaddins/source/analysis/
H A Danalysisadd.idl62 raises( com::sun::star::lang::IllegalArgumentException );
68 raises( com::sun::star::lang::IllegalArgumentException );
74 raises( com::sun::star::lang::IllegalArgumentException );
80 raises( com::sun::star::lang::IllegalArgumentException );
86 raises( com::sun::star::lang::IllegalArgumentException );
92 raises( com::sun::star::lang::IllegalArgumentException );
96 raises( com::sun::star::lang::IllegalArgumentException );
147 raises( com::sun::star::lang::IllegalArgumentException,
152 raises( com::sun::star::lang::IllegalArgumentException,
157 raises( com::sun::star::lang::IllegalArgumentException,
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDatabaseMetaData.idl443 raises (SQLException);
463 raises (SQLException);
733 raises (SQLException);
779 raises (SQLException);
916 raises (SQLException);
1352 raises (SQLException);
1402 raises (SQLException);
1560 raises (SQLException);
1737 raises (SQLException);
2377 raises (SQLException);
[all …]
H A DXResultSetMetaData.idl49 long getColumnCount() raises (SQLException);
82 boolean isSearchable([in]long column) raises (SQLException);
93 boolean isCurrency([in]long column) raises (SQLException);
104 long isNullable([in]long column) raises (SQLException);
115 boolean isSigned([in]long column) raises (SQLException);
171 long getPrecision([in]long column) raises (SQLException);
182 long getScale([in]long column) raises (SQLException);
193 string getTableName([in]long column) raises (SQLException);
215 long getColumnType([in]long column) raises (SQLException);
237 boolean isReadOnly([in]long column) raises (SQLException);
[all …]
H A DXSQLInput.idl96 string readString() raises (SQLException);
114 byte readByte() raises (SQLException);
123 short readShort() raises (SQLException);
132 long readInt() raises (SQLException);
141 hyper readLong() raises (SQLException);
150 float readFloat() raises (SQLException);
242 any readObject() raises (SQLException);
251 XRef readRef() raises (SQLException);
260 XBlob readBlob() raises (SQLException);
269 XClob readClob() raises (SQLException);
[all …]
H A DXSQLOutput.idl114 void writeByte([in]byte x) raises (SQLException);
123 void writeShort([in]short x) raises (SQLException);
132 void writeInt([in]long x) raises (SQLException);
141 void writeLong([in]hyper x) raises (SQLException);
150 void writeFloat([in]float x) raises (SQLException);
196 raises (SQLException);
207 raises (SQLException);
217 raises (SQLException);
261 void writeRef([in]XRef x) raises (SQLException);
270 void writeBlob([in]XBlob x) raises (SQLException);
[all …]
H A DXRowUpdate.idl64 void updateNull([in]long columnIndex) raises (SQLException);
86 void updateByte([in]long columnIndex, [in]byte 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);
175 raises (SQLException);
187 raises (SQLException);
200 raises (SQLException);
215 [in]long length) raises (SQLException);
230 [in]long length) raises (SQLException);
242 raises (SQLException);
[all …]
H A DXRow.idl81 boolean wasNull() raises (SQLException);
114 byte getByte([in]long columnIndex) raises (SQLException);
136 long getInt([in]long columnIndex) raises (SQLException);
147 hyper getLong([in]long columnIndex) raises (SQLException);
193 raises (SQLException);
205 raises (SQLException);
217 raises (SQLException);
243 raises (SQLException);
269 raises (SQLException);
288 raises (SQLException);
[all …]
H A DXResultSet.idl75 boolean next() raises (SQLException);
95 boolean isAfterLast() raises (SQLException);
104 boolean isFirst() raises (SQLException);
124 boolean isLast() raises (SQLException);
132 void beforeFirst() raises (SQLException);
140 void afterLast() raises (SQLException);
149 boolean first() raises (SQLException);
158 boolean last() raises (SQLException);
168 long getRow() raises (SQLException);
256 boolean previous() raises (SQLException);
[all …]
H A DXParameters.idl93 [in]long sqlType) raises (SQLException);
127 [in]string typeName) raises (SQLException);
140 raises (SQLException);
241 raises (SQLException);
254 raises (SQLException);
267 raises (SQLException);
301 [in]long length) raises (SQLException);
321 [in]long length) raises (SQLException);
347 raises (SQLException);
385 raises (SQLException);
[all …]
/trunk/main/udkapi/com/sun/star/registry/
H A DXRegistryKey.idl79 raises( com::sun::star::registry::InvalidRegistryException );
98 raises( com::sun::star::registry::InvalidRegistryException );
108 raises( com::sun::star::registry::InvalidRegistryException );
121 raises( com::sun::star::registry::InvalidRegistryException,
134 raises( com::sun::star::registry::InvalidRegistryException );
148 raises( com::sun::star::registry::InvalidRegistryException,
175 raises( com::sun::star::registry::InvalidRegistryException,
203 raises( com::sun::star::registry::InvalidRegistryException,
231 raises( com::sun::star::registry::InvalidRegistryException,
258 raises( com::sun::star::registry::InvalidRegistryException,
[all …]
/trunk/main/idlc/test/parser/
H A Dattribute.tests37 get raises ();
46 get raises (E1);
55 set raises (E1);
64 get raises (E1);
65 set raises (E1);
74 set raises (E1);
75 get raises (E1);
84 get raises (E1);
85 get raises (E1);
95 get raises (E1);
[all …]
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A Dstringplusdouble.log4 The next compute raises error: s = null, d = null, r = s + d
7 The next compute raises error: s = null, d = 20, r = s + d
14 The next compute raises error: s = 'abc', d = null, r = s + d
16 The next compute raises error: s = 'abc', d = null, r = s & d
18 The next compute raises error: s = 'abc', d = 20, r = s + d
20 The next compute raises error: s = 'abc', d = 20, r = s & d
24 The next compute raises error: s = null, d = null, r = s + d
27 The next compute raises error: s = null, d = 20, r = s + d
37 The next compute raises error: s = 'abc', d = 20, r = s + d
56 The next compute raises error: s = 'abc', d = 20, r = s + d
[all …]
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A Dstringplusdouble.log4 The next compute raises error: s = null, d = null, r = s + d
7 The next compute raises error: s = null, d = 20, r = s + d
14 The next compute raises error: s = 'abc', d = null, r = s + d
16 The next compute raises error: s = 'abc', d = null, r = s & d
18 The next compute raises error: s = 'abc', d = 20, r = s + d
20 The next compute raises error: s = 'abc', d = 20, r = s & d
24 The next compute raises error: s = null, d = null, r = s + d
27 The next compute raises error: s = null, d = 20, r = s + d
37 The next compute raises error: s = 'abc', d = 20, r = s + d
56 The next compute raises error: s = 'abc', d = 20, r = s + d
[all …]
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A Dstringplusdouble.log4 The next compute raises error: s = null, d = null, r = s + d
7 The next compute raises error: s = null, d = 20, r = s + d
14 The next compute raises error: s = 'abc', d = null, r = s + d
16 The next compute raises error: s = 'abc', d = null, r = s & d
18 The next compute raises error: s = 'abc', d = 20, r = s + d
20 The next compute raises error: s = 'abc', d = 20, r = s & d
24 The next compute raises error: s = null, d = null, r = s + d
27 The next compute raises error: s = null, d = 20, r = s + d
37 The next compute raises error: s = 'abc', d = 20, r = s + d
56 The next compute raises error: s = 'abc', d = 20, r = s + d
[all …]
/trunk/main/offapi/com/sun/star/sdb/
H A DXColumnUpdate.idl62 void updateNull() raises (com::sun::star::sdbc::SQLException);
80 void updateByte([in]byte x) raises (com::sun::star::sdbc::SQLException);
89 void updateShort([in]short x) raises (com::sun::star::sdbc::SQLException);
98 void updateInt([in]long x) raises (com::sun::star::sdbc::SQLException);
107 void updateLong([in]hyper x) raises (com::sun::star::sdbc::SQLException);
153 raises (com::sun::star::sdbc::SQLException);
163 raises (com::sun::star::sdbc::SQLException);
173 raises (com::sun::star::sdbc::SQLException);
183 [in]long length) raises (com::sun::star::sdbc::SQLException);
205 raises (com::sun::star::sdbc::SQLException);
[all …]
H A DXColumn.idl80 boolean wasNull() raises (com::sun::star::sdbc::SQLException);
107 byte getByte() raises (com::sun::star::sdbc::SQLException);
116 short getShort() raises (com::sun::star::sdbc::SQLException);
125 long getInt() raises (com::sun::star::sdbc::SQLException);
134 hyper getLong() raises (com::sun::star::sdbc::SQLException);
172 raises (com::sun::star::sdbc::SQLException);
182 raises (com::sun::star::sdbc::SQLException);
192 raises (com::sun::star::sdbc::SQLException);
215 raises (com::sun::star::sdbc::SQLException);
237 raises (com::sun::star::sdbc::SQLException);
[all …]
/trunk/main/oovbaapi/ooo/vba/
H A DXDocumentProperty.idl51 raises (com::sun::star::script::BasicErrorException);
56 raises (com::sun::star::script::BasicErrorException);
59 raises (com::sun::star::script::BasicErrorException);
67 raises (com::sun::star::script::BasicErrorException);
70 raises (com::sun::star::script::BasicErrorException);
74 raises (com::sun::star::script::BasicErrorException);
77 raises (com::sun::star::script::BasicErrorException);
83 raises (com::sun::star::script::BasicErrorException);
86 raises (com::sun::star::script::BasicErrorException);
90 raises (com::sun::star::script::BasicErrorException);
[all …]
/trunk/main/jurt/java/jurt/src/test/idl/com/sun/star/lib/uno/protocols/urp/
H A Dinterfaces.idl86 void method1([in] com::sun::star::uno::XInterface itf) raises( com::sun::star::uno::Exception );
87 void method2([out] com::sun::star::uno::XInterface itf) raises( com::sun::star::uno::Exception );
88 …void method3([inout] com::sun::star::uno::XInterface itf) raises( com::sun::star::uno::Exception );
89 com::sun::star::uno::XInterface method4() raises( com::sun::star::uno::Exception );
91 any returnAny() raises( com::sun::star::uno::Exception );
93 void method() raises( com::sun::star::uno::Exception );
94 void methodWithInParameter([in] string text) raises( com::sun::star::uno::Exception );
95 void methodWithOutParameter([out] string text) raises( com::sun::star::uno::Exception );
96 void methodWithInOutParameter([inout] string text) raises( com::sun::star::uno::Exception );
97 string methodWithResult() raises( com::sun::star::uno::Exception );
[all …]

Completed in 100 milliseconds

12345678910>>...29