Lines Matching refs:RuntimeException

99 	double getCalcColWidth( const css::table::CellRangeAddress& ) throw (css::uno::RuntimeException);
100 double getCalcRowHeight( const css::table::CellRangeAddress& ) throw (css::uno::RuntimeException);
103 …v::excel::XRange > getEntireColumnOrRow( bool bColumn = true ) throw( css::uno::RuntimeException );
105 …FillDateMode nFillDateMode, double fStep, double fEndValue ) throw( css::uno::RuntimeException );
107 void ClearContents( sal_Int32 nFlags, bool bFireEvent ) throw (css::uno::RuntimeException);
109 css::uno::Any getValue( ValueGetter& rValueGetter ) throw (css::uno::RuntimeException);
110 … css::uno::Any& aValue, ValueSetter& setter, bool bFireEvent ) throw ( css::uno::RuntimeException);
112 …s::uno::Any getFormulaValue( formula::FormulaGrammar::Grammar ) throw (css::uno::RuntimeException);
113 …y& aValue, formula::FormulaGrammar::Grammar, bool bFireEvent ) throw ( css::uno::RuntimeException);
115 …o::Reference< ov::excel::XRange > getArea( sal_Int32 nIndex ) throw( css::uno::RuntimeException );
116 ScCellRangeObj* getCellRangeObj( ) throw ( css::uno::RuntimeException );
117 ScCellRangesObj* getCellRangesObj() throw ( css::uno::RuntimeException );
119 …up( bool bUnGroup = false ) throw ( css::script::BasicErrorException, css::uno::RuntimeException );
122 css::awt::Point getPosition() throw ( css::uno::RuntimeException );
128 virtual ScCellRangesBase* getCellRangesBase() throw ( css::uno::RuntimeException );
129 virtual SfxItemSet* getCurrentDataSet( ) throw ( css::uno::RuntimeException );
135 ScDocument* getScDocument() throw (css::uno::RuntimeException);
136 ScDocShell* getScDocShell() throw (css::uno::RuntimeException);
141 css::uno::Reference< css::frame::XModel > getUnoModel() throw (css::uno::RuntimeException);
142 …odel( const css::uno::Reference< ov::excel::XRange >& rxRange ) throw (css::uno::RuntimeException);
144 const ScRangeList& getScRangeList() throw (css::uno::RuntimeException);
145 …List( const css::uno::Reference< ov::excel::XRange >& rxRange ) throw (css::uno::RuntimeException);
154 …ressConvention eConv = formula::FormulaGrammar::CONV_XL_A1 ) throw ( css::uno::RuntimeException );
160 …st css::uno::Any &nRowIndex, const css::uno::Any &nColumnIndex ) throw(css::uno::RuntimeException);
163 virtual css::uno::Any SAL_CALL getValue() throw (css::uno::RuntimeException);
164 …virtual void SAL_CALL setValue( const css::uno::Any& aValue ) throw ( css::uno::RuntimeException
165 virtual css::uno::Any SAL_CALL getFormula() throw (css::uno::RuntimeException);
166 …ual void SAL_CALL setFormula( const css::uno::Any& rFormula ) throw (css::uno::RuntimeException);
167 virtual css::uno::Any SAL_CALL getFormulaArray() throw (css::uno::RuntimeException);
168 … void SAL_CALL setFormulaArray(const css::uno::Any& rFormula) throw (css::uno::RuntimeException);
169 virtual css::uno::Any SAL_CALL getFormulaR1C1() throw (css::uno::RuntimeException);
170 …void SAL_CALL setFormulaR1C1( const css::uno::Any &rFormula ) throw (css::uno::RuntimeException);
171 virtual ::sal_Int32 SAL_CALL getCount() throw (css::uno::RuntimeException);
172 virtual ::sal_Int32 SAL_CALL getRow() throw (css::uno::RuntimeException);
173 virtual ::sal_Int32 SAL_CALL getColumn() throw (css::uno::RuntimeException);
174 virtual ::rtl::OUString SAL_CALL getText() throw (css::uno::RuntimeException);
176 …s::uno::Any& rNumberFormat ) throw ( css::script::BasicErrorException, css::uno::RuntimeException);
177 …ny SAL_CALL getNumberFormat() throw (css::script::BasicErrorException, css::uno::RuntimeException);
178 …const css::uno::Any& bMerge ) throw (css::script::BasicErrorException, css::uno::RuntimeException);
179 …:Any SAL_CALL getMergeCells() throw (css::script::BasicErrorException, css::uno::RuntimeException);
180 …t css::uno::Any& bIsWrapped ) throw (css::script::BasicErrorException, css::uno::RuntimeException);
181 …o::Any SAL_CALL getWrapText() throw (css::script::BasicErrorException, css::uno::RuntimeException);
182 …ss::uno::Reference< ov::excel::XRange > SAL_CALL getEntireRow() throw (css::uno::RuntimeException);
183 …:uno::Reference< ov::excel::XRange > SAL_CALL getEntireColumn() throw (css::uno::RuntimeException);
184 …ss::uno::Reference< ov::excel::XComment > SAL_CALL getComment() throw (css::uno::RuntimeException);
185 virtual css::uno::Any SAL_CALL getHidden() throw (css::uno::RuntimeException);
186 virtual void SAL_CALL setHidden( const css::uno::Any& _hidden ) throw (css::uno::RuntimeException);
187 virtual css::uno::Any SAL_CALL getColumnWidth() throw (css::uno::RuntimeException);
188 …id SAL_CALL setColumnWidth( const css::uno::Any& _columnwidth ) throw (css::uno::RuntimeException);
189 virtual css::uno::Any SAL_CALL getRowHeight() throw (css::uno::RuntimeException);
190 …l void SAL_CALL setRowHeight( const css::uno::Any& _rowheight ) throw (css::uno::RuntimeException);
191 virtual css::uno::Any SAL_CALL getWidth() throw (css::uno::RuntimeException);
192 virtual css::uno::Any SAL_CALL getHeight() throw (css::uno::RuntimeException);
193 virtual css::uno::Any SAL_CALL getTop() throw (css::uno::RuntimeException);
194 virtual css::uno::Any SAL_CALL getLeft() throw (css::uno::RuntimeException);
196 …uno::Reference< ov::excel::XWorksheet > SAL_CALL getWorksheet() throw (css::uno::RuntimeException);
197 virtual css::uno::Any SAL_CALL getPageBreak() throw (css::uno::RuntimeException);
198 …l void SAL_CALL setPageBreak( const css::uno::Any& _pagebreak ) throw (css::uno::RuntimeException);
199 …o::Reference< ov::excel::XValidation > SAL_CALL getValidation() throw (css::uno::RuntimeException);
200 virtual css::uno::Any SAL_CALL getPrefixCharacter() throw (css::uno::RuntimeException);
201 virtual css::uno::Any SAL_CALL getShowDetail() throw (css::uno::RuntimeException);
202 … void SAL_CALL setShowDetail(const css::uno::Any& aShowDetail) throw (css::uno::RuntimeException);
206 …el::XComment > SAL_CALL AddComment( const css::uno::Any& Text ) throw (css::uno::RuntimeException);
207 virtual void SAL_CALL Clear() throw (css::uno::RuntimeException);
208 virtual void SAL_CALL ClearComments() throw (css::uno::RuntimeException);
209 virtual void SAL_CALL ClearContents() throw (css::uno::RuntimeException);
210 virtual void SAL_CALL ClearFormats() throw (css::uno::RuntimeException);
211 virtual css::uno::Any SAL_CALL HasFormula() throw (css::uno::RuntimeException);
212 virtual void SAL_CALL FillLeft() throw (css::uno::RuntimeException);
213 virtual void SAL_CALL FillRight() throw (css::uno::RuntimeException);
214 virtual void SAL_CALL FillUp() throw (css::uno::RuntimeException);
215 virtual void SAL_CALL FillDown() throw (css::uno::RuntimeException);
217 throw (css::uno::RuntimeException);
218 …s::uno::Reference< ov::excel::XRange > SAL_CALL CurrentRegion() throw (css::uno::RuntimeException);
219 …ss::uno::Reference< ov::excel::XRange > SAL_CALL CurrentArray() throw (css::uno::RuntimeException);
221 throw (css::uno::RuntimeException);
223 …onst css::uno::Any& External, const css::uno::Any& RelativeTo ) throw (css::uno::RuntimeException);
226 throw (css::uno::RuntimeException);
227 virtual void SAL_CALL Select() throw (css::uno::RuntimeException);
228 virtual void SAL_CALL Activate() throw (css::uno::RuntimeException);
229 …::excel::XRange > SAL_CALL Rows( const css::uno::Any& nIndex ) throw (css::uno::RuntimeException);
230 …xcel::XRange > SAL_CALL Columns( const css::uno::Any &nIndex ) throw (css::uno::RuntimeException);
231 virtual void SAL_CALL Copy( const css::uno::Any& Destination ) throw (css::uno::RuntimeException);
232 virtual void SAL_CALL Cut( const css::uno::Any& Destination ) throw (css::uno::RuntimeException);
234 throw (css::uno::RuntimeException);
235 …cel::XFont > SAL_CALL Font() throw ( css::script::BasicErrorException, css::uno::RuntimeException);
236 …ior > SAL_CALL Interior( ) throw ( css::script::BasicErrorException, css::uno::RuntimeException) ;
237 …Range( const css::uno::Any &Cell1, const css::uno::Any &Cell2 ) throw (css::uno::RuntimeException);
238 …Cell1, const css::uno::Any &Cell2, bool bForceUseInpuRangeTab ) throw (css::uno::RuntimeException);
239 virtual css::uno::Any SAL_CALL getCellRange( ) throw (css::uno::RuntimeException);
240 …ange( const css::uno::Reference< ov::excel::XRange >& rxRange ) throw (css::uno::RuntimeException);
241 …nst css::uno::Any& SkipBlanks, const css::uno::Any& Transpose ) throw (css::uno::RuntimeException);
242 …s::uno::Any& SearchFormat, const css::uno::Any& ReplaceFormat ) throw (css::uno::RuntimeException);
243 …t css::uno::Any& MatchByte, const css::uno::Any& SearchFormat ) throw (css::uno::RuntimeException);
244 … css::uno::Any& DataOption2, const css::uno::Any& DataOption3 ) throw (css::uno::RuntimeException);
245 …nce< ov::excel::XRange > SAL_CALL End( ::sal_Int32 Direction ) throw (css::uno::RuntimeException);
246 …ters( const css::uno::Any& Start, const css::uno::Any& Length ) throw (css::uno::RuntimeException);
247 virtual void SAL_CALL Delete( const css::uno::Any& Shift ) throw (css::uno::RuntimeException);
248 virtual css::uno::Any SAL_CALL Areas( const css::uno::Any& ) throw (css::uno::RuntimeException);
249 …ders( const css::uno::Any& ) throw ( css::script::BasicErrorException, css::uno::RuntimeException);
251 …, const css::uno::Any& ColorIndex, const css::uno::Any& Color ) throw (css::uno::RuntimeException);
255 …ThousandsSeparator, const css::uno::Any& TrailingMinusNumbers ) throw (css::uno::RuntimeException);
256 …ss::uno::Any SAL_CALL Hyperlinks( const css::uno::Any& aIndex ) throw (css::uno::RuntimeException);
258 …ss::uno::Any& Criteria2, const css::uno::Any& VisibleDropDown ) throw (css::uno::RuntimeException);
259 …( const css::uno::Any& Shift, const css::uno::Any& CopyOrigin ) throw (css::uno::RuntimeException);
260 virtual void SAL_CALL Autofit() throw (css::uno::RuntimeException);
261 …nst css::uno::Any& Collate, const css::uno::Any& PrToFileName ) throw (css::uno::RuntimeException);
262 … ov::excel::XRange >& Destination, const css::uno::Any& Type ) throw (css::uno::RuntimeException) ;
263 void SAL_CALL Calculate( ) throw (css::script::BasicErrorException, css::uno::RuntimeException);
264 …void SAL_CALL AutoOutline( ) throw (css::script::BasicErrorException, css::uno::RuntimeException);
265 …const css::uno::Any& column ) throw (css::script::BasicErrorException, css::uno::RuntimeException);
266 …oid SAL_CALL ClearOutline( ) throw (css::script::BasicErrorException, css::uno::RuntimeException);
267 …ual void SAL_CALL Ungroup( ) throw (css::script::BasicErrorException, css::uno::RuntimeException);
268 …rtual void SAL_CALL Group( ) throw (css::script::BasicErrorException, css::uno::RuntimeException);
269 …const css::uno::Any& Across ) throw (css::script::BasicErrorException, css::uno::RuntimeException);
270 …ual void SAL_CALL UnMerge( ) throw (css::script::BasicErrorException, css::uno::RuntimeException);
271 virtual css::uno::Any SAL_CALL getStyle() throw (css::uno::RuntimeException);
272 virtual void SAL_CALL setStyle( const css::uno::Any& _style ) throw (css::uno::RuntimeException);
273 …cel::XRange > SAL_CALL Next() throw (css::script::BasicErrorException, css::uno::RuntimeException);
274 …:XRange > SAL_CALL Previous() throw (css::script::BasicErrorException, css::uno::RuntimeException);
275 …d SAL_CALL RemoveSubtotal( ) throw (css::script::BasicErrorException, css::uno::RuntimeException);
276 …XRange > SAL_CALL MergeArea() throw (css::script::BasicErrorException, css::uno::RuntimeException);
277 …:uno::Any& SummaryBelowData ) throw (css::script::BasicErrorException, css::uno::RuntimeException);
279 …ce< css::container::XEnumeration > SAL_CALL createEnumeration() throw (css::uno::RuntimeException);
281 virtual css::uno::Type SAL_CALL getElementType() throw (css::uno::RuntimeException) in getElementType()
286 virtual sal_Bool SAL_CALL hasElements() throw (css::uno::RuntimeException);
288 ::rtl::OUString SAL_CALL getDefaultMethodName( ) throw (css::uno::RuntimeException);
290 …::rtl::OUString SAL_CALL getDefaultPropertyName( ) throw (css::uno::RuntimeException) { return ::… in getDefaultPropertyName()
300 …ntext, const css::uno::Any &Cell1, const css::uno::Any &Cell2 ) throw (css::uno::RuntimeException);
301 … const css::uno::Reference< ov::excel::XRange >& ChangingCell ) throw (css::uno::RuntimeException);