Lines Matching refs:SAL_CALL

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 …virtual void SAL_CALL setFormula( const css::uno::Any& rFormula ) throw (css::uno::RuntimeExcept…
167 virtual css::uno::Any SAL_CALL getFormulaArray() throw (css::uno::RuntimeException);
168 …virtual void SAL_CALL setFormulaArray(const css::uno::Any& rFormula) throw (css::uno::RuntimeExc…
169 virtual css::uno::Any SAL_CALL getFormulaR1C1() throw (css::uno::RuntimeException);
170 …virtual void SAL_CALL setFormulaR1C1( const css::uno::Any &rFormula ) throw (css::uno::RuntimeEx…
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 …virtual void SAL_CALL setNumberFormat( const css::uno::Any& rNumberFormat ) throw ( css::script::B…
177 …virtual css::uno::Any SAL_CALL getNumberFormat() throw (css::script::BasicErrorException, css::uno…
178 …virtual void SAL_CALL setMergeCells( const css::uno::Any& bMerge ) throw (css::script::BasicErrorE…
179 …virtual css::uno::Any SAL_CALL getMergeCells() throw (css::script::BasicErrorException, css::uno::…
180 …virtual void SAL_CALL setWrapText( const css::uno::Any& bIsWrapped ) throw (css::script::BasicErro…
181 …virtual css::uno::Any SAL_CALL getWrapText() throw (css::script::BasicErrorException, css::uno::Ru…
182 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL getEntireRow() throw (css::uno::RuntimeE…
183 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL getEntireColumn() throw (css::uno::Runti…
184 …virtual css::uno::Reference< ov::excel::XComment > SAL_CALL getComment() throw (css::uno::RuntimeE…
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 …virtual void SAL_CALL setColumnWidth( const css::uno::Any& _columnwidth ) throw (css::uno::Runtime…
189 virtual css::uno::Any SAL_CALL getRowHeight() throw (css::uno::RuntimeException);
190 …virtual void SAL_CALL setRowHeight( const css::uno::Any& _rowheight ) throw (css::uno::RuntimeExce…
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 …virtual css::uno::Reference< ov::excel::XWorksheet > SAL_CALL getWorksheet() throw (css::uno::Runt…
197 virtual css::uno::Any SAL_CALL getPageBreak() throw (css::uno::RuntimeException);
198 …virtual void SAL_CALL setPageBreak( const css::uno::Any& _pagebreak ) throw (css::uno::RuntimeExce…
199 …virtual css::uno::Reference< ov::excel::XValidation > SAL_CALL getValidation() throw (css::uno::Ru…
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 …virtual void SAL_CALL setShowDetail(const css::uno::Any& aShowDetail) throw (css::uno::RuntimeExce…
206 …virtual css::uno::Reference< ov::excel::XComment > SAL_CALL AddComment( const css::uno::Any& Text …
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);
216 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Offset( const css::uno::Any &nRowOffset,…
218 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL CurrentRegion() throw (css::uno::Runtime…
219 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL CurrentArray() throw (css::uno::RuntimeE…
220 …virtual ::rtl::OUString SAL_CALL Characters( const css::uno::Any& nIndex, const css::uno::Any& nCo…
223 …virtual ::rtl::OUString SAL_CALL Address( const css::uno::Any& RowAbsolute, const css::uno::Any& C…
225 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Cells( const css::uno::Any &nRow, const …
227 virtual void SAL_CALL Select() throw (css::uno::RuntimeException);
228 virtual void SAL_CALL Activate() throw (css::uno::RuntimeException);
229 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Rows( const css::uno::Any& nIndex ) thr…
230 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Columns( const css::uno::Any &nIndex ) …
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);
233 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Resize( const css::uno::Any& RowSize, co…
235 …virtual css::uno::Reference< ov::excel::XFont > SAL_CALL Font() throw ( css::script::BasicErrorExc…
236 …virtual css::uno::Reference< ov::excel::XInterior > SAL_CALL Interior( ) throw ( css::script::Bas…
237 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Range( const css::uno::Any &Cell1, const…
239 virtual css::uno::Any SAL_CALL getCellRange( ) throw (css::uno::RuntimeException);
241 …virtual void SAL_CALL PasteSpecial( const css::uno::Any& Paste, const css::uno::Any& Operation, co…
242 …virtual ::sal_Bool SAL_CALL Replace( const ::rtl::OUString& What, const ::rtl::OUString& Replaceme…
243 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Find( const css::uno::Any& What, const c…
244 …virtual void SAL_CALL Sort( const css::uno::Any& Key1, const css::uno::Any& Order1, const css::uno…
245 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL End( ::sal_Int32 Direction ) throw (css…
246 …virtual css::uno::Reference< ov::excel::XCharacters > SAL_CALL characters( const css::uno::Any& St…
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 …virtual css::uno::Any SAL_CALL Borders( const css::uno::Any& ) throw ( css::script::BasicErrorExce…
250 virtual css::uno::Any SAL_CALL BorderAround( const css::uno::Any& LineStyle,
252 …virtual void SAL_CALL TextToColumns( const css::uno::Any& Destination, const css::uno::Any& DataTy…
256 …virtual css::uno::Any SAL_CALL Hyperlinks( const css::uno::Any& aIndex ) throw (css::uno::RuntimeE…
258 …virtual void SAL_CALL AutoFilter( const css::uno::Any& Field, const css::uno::Any& Criteria1, cons…
259 …virtual void SAL_CALL Insert( const css::uno::Any& Shift, const css::uno::Any& CopyOrigin ) throw …
260 virtual void SAL_CALL Autofit() throw (css::uno::RuntimeException);
261 …virtual void SAL_CALL PrintOut( const css::uno::Any& From, const css::uno::Any& To, const css::uno…
262 …virtual void SAL_CALL AutoFill( const css::uno::Reference< ov::excel::XRange >& Destination, const…
263 void SAL_CALL Calculate( ) throw (css::script::BasicErrorException, css::uno::RuntimeException);
264 …virtual void SAL_CALL AutoOutline( ) throw (css::script::BasicErrorException, css::uno::RuntimeEx…
265 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Item( const ::css::uno::Any& row, const …
266 …virtual void SAL_CALL ClearOutline( ) throw (css::script::BasicErrorException, css::uno::RuntimeE…
267 …virtual void SAL_CALL Ungroup( ) throw (css::script::BasicErrorException, css::uno::RuntimeExcept…
268 …virtual void SAL_CALL Group( ) throw (css::script::BasicErrorException, css::uno::RuntimeExceptio…
269 …virtual void SAL_CALL Merge( const css::uno::Any& Across ) throw (css::script::BasicErrorException…
270 …virtual void SAL_CALL UnMerge( ) throw (css::script::BasicErrorException, css::uno::RuntimeExcept…
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 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Next() throw (css::script::BasicErrorExc…
274 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Previous() throw (css::script::BasicErro…
275 …virtual void SAL_CALL RemoveSubtotal( ) throw (css::script::BasicErrorException, css::uno::Runtim…
276 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL MergeArea() throw (css::script::BasicErr…
277 …virtual void SAL_CALL Subtotal( ::sal_Int32 GroupBy, ::sal_Int32 Function, const css::uno::Sequenc…
279 …virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() throw (cs…
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()
301 …virtual sal_Bool SAL_CALL GoalSeek( const css::uno::Any& Goal, const css::uno::Reference< ov::exce…
302 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL SpecialCells( const css::uno::Any& _oTyp…