Lines Matching refs:star

75 					public com::sun::star::sheet::XSpreadsheetDocument,
76 public com::sun::star::document::XActionLockable,
77 public com::sun::star::sheet::XCalculatable,
78 public com::sun::star::util::XProtectable,
79 public com::sun::star::drawing::XDrawPagesSupplier,
80 public com::sun::star::sheet::XGoalSeek,
81 public com::sun::star::sheet::XConsolidatable,
82 public com::sun::star::sheet::XDocumentAuditing,
83 public com::sun::star::style::XStyleFamiliesSupplier,
84 public com::sun::star::view::XRenderable,
85 public com::sun::star::document::XLinkTargetSupplier,
86 public com::sun::star::beans::XPropertySet,
88 public com::sun::star::lang::XServiceInfo,
89 public ::com::sun::star::util::XChangesNotifier
96 com::sun::star::uno::Reference<com::sun::star::uno::XAggregation> xNumberAgg;
97 com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xDrawGradTab;
98 com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xDrawHatchTab;
99 com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xDrawBitmapTab;
100 com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xDrawTrGradTab;
101 com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xDrawMarkerTab;
102 com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xDrawDashTab;
103 com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xChartDataProv;
104 com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xObjProvider;
108 sal_Bool FillRenderMarkData( const com::sun::star::uno::Any& aSelection,
109 … const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& rOptions,
111 com::sun::star::uno::Reference<com::sun::star::uno::XAggregation> GetFormatter();
139 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rProperties =
140 … ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >() );
142 virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
143 const ::com::sun::star::uno::Type & rType )
144 throw(::com::sun::star::uno::RuntimeException);
153 virtual ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheets > SAL_CALL
154 getSheets() throw(::com::sun::star::uno::RuntimeException);
157 virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > SAL_CALL
158 getStyleFamilies() throw(::com::sun::star::uno::RuntimeException);
161 virtual sal_Int32 SAL_CALL getRendererCount( const ::com::sun::star::uno::Any& aSelection,
162 const ::com::sun::star::uno::Sequence<
163 ::com::sun::star::beans::PropertyValue >& xOptions )
164 throw (::com::sun::star::lang::IllegalArgumentException,
165 ::com::sun::star::uno::RuntimeException);
166 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL
167 getRenderer( sal_Int32 nRenderer, const ::com::sun::star::uno::Any& aSelection,
168 const ::com::sun::star::uno::Sequence<
169 ::com::sun::star::beans::PropertyValue >& xOptions )
170 throw (::com::sun::star::lang::IllegalArgumentException,
171 ::com::sun::star::uno::RuntimeException);
172 virtual void SAL_CALL render( sal_Int32 nRenderer, const ::com::sun::star::uno::Any& aSelection,
173 const ::com::sun::star::uno::Sequence<
174 ::com::sun::star::beans::PropertyValue >& xOptions )
175 throw (::com::sun::star::lang::IllegalArgumentException,
176 ::com::sun::star::uno::RuntimeException);
179 virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > SAL_CALL
180 getLinks() throw(::com::sun::star::uno::RuntimeException);
183 virtual sal_Bool SAL_CALL isActionLocked() throw(::com::sun::star::uno::RuntimeException);
184 virtual void SAL_CALL addActionLock() throw(::com::sun::star::uno::RuntimeException);
185 virtual void SAL_CALL removeActionLock() throw(::com::sun::star::uno::RuntimeException);
187 throw(::com::sun::star::uno::RuntimeException);
188 virtual sal_Int16 SAL_CALL resetActionLocks() throw(::com::sun::star::uno::RuntimeException);
190 virtual void SAL_CALL lockControllers() throw (::com::sun::star::uno::RuntimeException);
191 virtual void SAL_CALL unlockControllers() throw (::com::sun::star::uno::RuntimeException);
194 virtual void SAL_CALL calculate() throw(::com::sun::star::uno::RuntimeException);
195 virtual void SAL_CALL calculateAll() throw(::com::sun::star::uno::RuntimeException);
197 throw(::com::sun::star::uno::RuntimeException);
199 throw(::com::sun::star::uno::RuntimeException);
203 throw(::com::sun::star::uno::RuntimeException);
205 throw(::com::sun::star::lang::IllegalArgumentException,
206 ::com::sun::star::uno::RuntimeException);
207 virtual sal_Bool SAL_CALL isProtected() throw(::com::sun::star::uno::RuntimeException);
210 virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPages > SAL_CALL
211 getDrawPages() throw(::com::sun::star::uno::RuntimeException);
216 virtual ::com::sun::star::sheet::GoalResult SAL_CALL seekGoal(
217 const ::com::sun::star::table::CellAddress& aFormulaPosition,
218 const ::com::sun::star::table::CellAddress& aVariablePosition,
220 throw(::com::sun::star::uno::RuntimeException);
223 virtual ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XConsolidationDescriptor >
225 throw(::com::sun::star::uno::RuntimeException);
226 virtual void SAL_CALL consolidate( const ::com::sun::star::uno::Reference<
227 ::com::sun::star::sheet::XConsolidationDescriptor >& xDescriptor )
228 throw(::com::sun::star::uno::RuntimeException);
231 virtual void SAL_CALL refreshArrows() throw(::com::sun::star::uno::RuntimeException);
234 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess > SAL_CALL get…
235 throw (::com::sun::star::uno::RuntimeException);
238 virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo >
240 throw(::com::sun::star::uno::RuntimeException);
242 const ::com::sun::star::uno::Any& aValue )
243 throw(::com::sun::star::beans::UnknownPropertyException,
244 ::com::sun::star::beans::PropertyVetoException,
245 ::com::sun::star::lang::IllegalArgumentException,
246 ::com::sun::star::lang::WrappedTargetException,
247 ::com::sun::star::uno::RuntimeException);
248 virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue(
250 throw(::com::sun::star::beans::UnknownPropertyException,
251 ::com::sun::star::lang::WrappedTargetException,
252 ::com::sun::star::uno::RuntimeException);
254 const ::com::sun::star::uno::Reference<
255 ::com::sun::star::beans::XPropertyChangeListener >& xListener )
256 throw(::com::sun::star::beans::UnknownPropertyException,
257 ::com::sun::star::lang::WrappedTargetException,
258 ::com::sun::star::uno::RuntimeException);
260 const ::com::sun::star::uno::Reference<
261 ::com::sun::star::beans::XPropertyChangeListener >& aListener )
262 throw(::com::sun::star::beans::UnknownPropertyException,
263 ::com::sun::star::lang::WrappedTargetException,
264 ::com::sun::star::uno::RuntimeException);
266 const ::com::sun::star::uno::Reference<
267 ::com::sun::star::beans::XVetoableChangeListener >& aListener )
268 throw(::com::sun::star::beans::UnknownPropertyException,
269 ::com::sun::star::lang::WrappedTargetException,
270 ::com::sun::star::uno::RuntimeException);
272 const ::com::sun::star::uno::Reference<
273 ::com::sun::star::beans::XVetoableChangeListener >& aListener )
274 throw(::com::sun::star::beans::UnknownPropertyException,
275 ::com::sun::star::lang::WrappedTargetException,
276 ::com::sun::star::uno::RuntimeException);
279 virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
281 throw(::com::sun::star::uno::Exception,
282 ::com::sun::star::uno::RuntimeException);
283 virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
285 const ::com::sun::star::uno::Sequence<
286 ::com::sun::star::uno::Any >& Arguments )
287 throw(::com::sun::star::uno::Exception,
288 ::com::sun::star::uno::RuntimeException);
289 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getAvailableServiceNames()
290 throw(::com::sun::star::uno::RuntimeException);
294 throw(::com::sun::star::uno::RuntimeException);
296 throw(::com::sun::star::uno::RuntimeException);
297 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
298 throw(::com::sun::star::uno::RuntimeException);
301 virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence<
303 throw(::com::sun::star::uno::RuntimeException);
305 static const com::sun::star::uno::Sequence<sal_Int8>& getUnoTunnelId();
306 static ScModelObj* getImplementation( const com::sun::star::uno::Reference<
307 com::sun::star::uno::XInterface> xObj );
310 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes()
311 throw(::com::sun::star::uno::RuntimeException);
312 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()
313 throw(::com::sun::star::uno::RuntimeException);
316 virtual void SAL_CALL addChangesListener( const ::com::sun::star::uno::Reference<
317 ::com::sun::star::util::XChangesListener >& aListener )
318 throw (::com::sun::star::uno::RuntimeException);
319 virtual void SAL_CALL removeChangesListener( const ::com::sun::star::uno::Reference<
320 ::com::sun::star::util::XChangesListener >& aListener )
321 throw (::com::sun::star::uno::RuntimeException);
326 com::sun::star::drawing::XDrawPages,
327 com::sun::star::lang::XServiceInfo>,
333 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage >
343 virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage > SAL_CALL
345 throw(::com::sun::star::uno::RuntimeException);
346 virtual void SAL_CALL remove( const ::com::sun::star::uno::Reference<
347 ::com::sun::star::drawing::XDrawPage >& xPage )
348 throw(::com::sun::star::uno::RuntimeException);
351 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
352 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
353 throw(::com::sun::star::lang::IndexOutOfBoundsException,
354 ::com::sun::star::lang::WrappedTargetException,
355 ::com::sun::star::uno::RuntimeException);
358 virtual ::com::sun::star::uno::Type SAL_CALL getElementType()
359 throw(::com::sun::star::uno::RuntimeException);
360 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException);
364 throw(::com::sun::star::uno::RuntimeException);
366 throw(::com::sun::star::uno::RuntimeException);
367 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
368 throw(::com::sun::star::uno::RuntimeException);
373 com::sun::star::sheet::XSpreadsheets,
374 com::sun::star::sheet::XCellRangesAccess,
375 com::sun::star::container::XEnumerationAccess,
376 com::sun::star::container::XIndexAccess,
377 com::sun::star::lang::XServiceInfo>,
394 throw(::com::sun::star::uno::RuntimeException);
396 throw(::com::sun::star::uno::RuntimeException);
399 throw(::com::sun::star::uno::RuntimeException);
403 virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCell >
405 …throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
407 virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange >
409 …throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
411 …virtual ::com::sun::star::uno::Sequence < ::com::sun::star::uno::Reference< ::com::sun::star::tabl…
413 … throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
417 const ::com::sun::star::uno::Any& aElement )
418 throw(::com::sun::star::lang::IllegalArgumentException,
419 ::com::sun::star::container::ElementExistException,
420 ::com::sun::star::lang::WrappedTargetException,
421 ::com::sun::star::uno::RuntimeException);
423 throw(::com::sun::star::container::NoSuchElementException,
424 ::com::sun::star::lang::WrappedTargetException,
425 ::com::sun::star::uno::RuntimeException);
429 const ::com::sun::star::uno::Any& aElement )
430 throw(::com::sun::star::lang::IllegalArgumentException,
431 ::com::sun::star::container::NoSuchElementException,
432 ::com::sun::star::lang::WrappedTargetException,
433 ::com::sun::star::uno::RuntimeException);
436 virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > SAL_CALL
437 createEnumeration() throw(::com::sun::star::uno::RuntimeException);
440 virtual ::com::sun::star::uno::Type SAL_CALL getElementType()
441 throw(::com::sun::star::uno::RuntimeException);
442 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException);
445 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
446 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
447 throw(::com::sun::star::lang::IndexOutOfBoundsException,
448 ::com::sun::star::lang::WrappedTargetException,
449 ::com::sun::star::uno::RuntimeException);
452 virtual ::com::sun::star::uno::Any SAL_CALL getByName( const ::rtl::OUString& aName )
453 throw(::com::sun::star::container::NoSuchElementException,
454 ::com::sun::star::lang::WrappedTargetException,
455 ::com::sun::star::uno::RuntimeException);
456 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getElementNames()
457 throw(::com::sun::star::uno::RuntimeException);
459 throw(::com::sun::star::uno::RuntimeException);
463 throw(::com::sun::star::uno::RuntimeException);
465 throw(::com::sun::star::uno::RuntimeException);
466 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
467 throw(::com::sun::star::uno::RuntimeException);
472 com::sun::star::table::XTableColumns,
473 com::sun::star::container::XEnumerationAccess,
474 com::sun::star::container::XNameAccess,
475 com::sun::star::beans::XPropertySet,
476 com::sun::star::lang::XServiceInfo>,
497 throw(::com::sun::star::uno::RuntimeException);
499 throw(::com::sun::star::uno::RuntimeException);
502 virtual ::com::sun::star::uno::Any SAL_CALL getByName( const ::rtl::OUString& aName )
503 throw(::com::sun::star::container::NoSuchElementException,
504 ::com::sun::star::lang::WrappedTargetException,
505 ::com::sun::star::uno::RuntimeException);
506 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getElementNames()
507 throw(::com::sun::star::uno::RuntimeException);
509 throw(::com::sun::star::uno::RuntimeException);
512 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
513 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
514 throw(::com::sun::star::lang::IndexOutOfBoundsException,
515 ::com::sun::star::lang::WrappedTargetException,
516 ::com::sun::star::uno::RuntimeException);
519 virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > SAL_CALL
520 createEnumeration() throw(::com::sun::star::uno::RuntimeException);
523 virtual ::com::sun::star::uno::Type SAL_CALL getElementType()
524 throw(::com::sun::star::uno::RuntimeException);
525 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException);
528 virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo >
530 throw(::com::sun::star::uno::RuntimeException);
532 const ::com::sun::star::uno::Any& aValue )
533 throw(::com::sun::star::beans::UnknownPropertyException,
534 ::com::sun::star::beans::PropertyVetoException,
535 ::com::sun::star::lang::IllegalArgumentException,
536 ::com::sun::star::lang::WrappedTargetException,
537 ::com::sun::star::uno::RuntimeException);
538 virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue(
540 throw(::com::sun::star::beans::UnknownPropertyException,
541 ::com::sun::star::lang::WrappedTargetException,
542 ::com::sun::star::uno::RuntimeException);
544 const ::com::sun::star::uno::Reference<
545 ::com::sun::star::beans::XPropertyChangeListener >& xListener )
546 throw(::com::sun::star::beans::UnknownPropertyException,
547 ::com::sun::star::lang::WrappedTargetException,
548 ::com::sun::star::uno::RuntimeException);
550 const ::com::sun::star::uno::Reference<
551 ::com::sun::star::beans::XPropertyChangeListener >& aListener )
552 throw(::com::sun::star::beans::UnknownPropertyException,
553 ::com::sun::star::lang::WrappedTargetException,
554 ::com::sun::star::uno::RuntimeException);
556 const ::com::sun::star::uno::Reference<
557 ::com::sun::star::beans::XVetoableChangeListener >& aListener )
558 throw(::com::sun::star::beans::UnknownPropertyException,
559 ::com::sun::star::lang::WrappedTargetException,
560 ::com::sun::star::uno::RuntimeException);
562 const ::com::sun::star::uno::Reference<
563 ::com::sun::star::beans::XVetoableChangeListener >& aListener )
564 throw(::com::sun::star::beans::UnknownPropertyException,
565 ::com::sun::star::lang::WrappedTargetException,
566 ::com::sun::star::uno::RuntimeException);
570 throw(::com::sun::star::uno::RuntimeException);
572 throw(::com::sun::star::uno::RuntimeException);
573 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
574 throw(::com::sun::star::uno::RuntimeException);
579 com::sun::star::table::XTableRows,
580 com::sun::star::container::XEnumerationAccess,
581 com::sun::star::beans::XPropertySet,
582 com::sun::star::lang::XServiceInfo>,
602 throw(::com::sun::star::uno::RuntimeException);
604 throw(::com::sun::star::uno::RuntimeException);
607 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
608 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
609 throw(::com::sun::star::lang::IndexOutOfBoundsException,
610 ::com::sun::star::lang::WrappedTargetException,
611 ::com::sun::star::uno::RuntimeException);
614 virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > SAL_CALL
615 createEnumeration() throw(::com::sun::star::uno::RuntimeException);
618 virtual ::com::sun::star::uno::Type SAL_CALL getElementType()
619 throw(::com::sun::star::uno::RuntimeException);
620 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException);
623 virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo >
625 throw(::com::sun::star::uno::RuntimeException);
627 const ::com::sun::star::uno::Any& aValue )
628 throw(::com::sun::star::beans::UnknownPropertyException,
629 ::com::sun::star::beans::PropertyVetoException,
630 ::com::sun::star::lang::IllegalArgumentException,
631 ::com::sun::star::lang::WrappedTargetException,
632 ::com::sun::star::uno::RuntimeException);
633 virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue(
635 throw(::com::sun::star::beans::UnknownPropertyException,
636 ::com::sun::star::lang::WrappedTargetException,
637 ::com::sun::star::uno::RuntimeException);
639 const ::com::sun::star::uno::Reference<
640 ::com::sun::star::beans::XPropertyChangeListener >& xListener )
641 throw(::com::sun::star::beans::UnknownPropertyException,
642 ::com::sun::star::lang::WrappedTargetException,
643 ::com::sun::star::uno::RuntimeException);
645 const ::com::sun::star::uno::Reference<
646 ::com::sun::star::beans::XPropertyChangeListener >& aListener )
647 throw(::com::sun::star::beans::UnknownPropertyException,
648 ::com::sun::star::lang::WrappedTargetException,
649 ::com::sun::star::uno::RuntimeException);
651 const ::com::sun::star::uno::Reference<
652 ::com::sun::star::beans::XVetoableChangeListener >& aListener )
653 throw(::com::sun::star::beans::UnknownPropertyException,
654 ::com::sun::star::lang::WrappedTargetException,
655 ::com::sun::star::uno::RuntimeException);
657 const ::com::sun::star::uno::Reference<
658 ::com::sun::star::beans::XVetoableChangeListener >& aListener )
659 throw(::com::sun::star::beans::UnknownPropertyException,
660 ::com::sun::star::lang::WrappedTargetException,
661 ::com::sun::star::uno::RuntimeException);
665 throw(::com::sun::star::uno::RuntimeException);
667 throw(::com::sun::star::uno::RuntimeException);
668 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
669 throw(::com::sun::star::uno::RuntimeException);
674 com::sun::star::beans::XPropertySet,
675 com::sun::star::lang::XServiceInfo>,
688 virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo >
690 throw(::com::sun::star::uno::RuntimeException);
692 const ::com::sun::star::uno::Any& aValue )
693 throw(::com::sun::star::beans::UnknownPropertyException,
694 ::com::sun::star::beans::PropertyVetoException,
695 ::com::sun::star::lang::IllegalArgumentException,
696 ::com::sun::star::lang::WrappedTargetException,
697 ::com::sun::star::uno::RuntimeException);
698 virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue(
700 throw(::com::sun::star::beans::UnknownPropertyException,
701 ::com::sun::star::lang::WrappedTargetException,
702 ::com::sun::star::uno::RuntimeException);
704 const ::com::sun::star::uno::Reference<
705 ::com::sun::star::beans::XPropertyChangeListener >& xListener )
706 throw(::com::sun::star::beans::UnknownPropertyException,
707 ::com::sun::star::lang::WrappedTargetException,
708 ::com::sun::star::uno::RuntimeException);
710 const ::com::sun::star::uno::Reference<
711 ::com::sun::star::beans::XPropertyChangeListener >& aListener )
712 throw(::com::sun::star::beans::UnknownPropertyException,
713 ::com::sun::star::lang::WrappedTargetException,
714 ::com::sun::star::uno::RuntimeException);
716 const ::com::sun::star::uno::Reference<
717 ::com::sun::star::beans::XVetoableChangeListener >& aListener )
718 throw(::com::sun::star::beans::UnknownPropertyException,
719 ::com::sun::star::lang::WrappedTargetException,
720 ::com::sun::star::uno::RuntimeException);
722 const ::com::sun::star::uno::Reference<
723 ::com::sun::star::beans::XVetoableChangeListener >& aListener )
724 throw(::com::sun::star::beans::UnknownPropertyException,
725 ::com::sun::star::lang::WrappedTargetException,
726 ::com::sun::star::uno::RuntimeException);
730 throw(::com::sun::star::uno::RuntimeException);
732 throw(::com::sun::star::uno::RuntimeException);
733 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
734 throw(::com::sun::star::uno::RuntimeException);
739 com::sun::star::sheet::XSheetAnnotations,
740 com::sun::star::container::XEnumerationAccess,
741 com::sun::star::lang::XServiceInfo>,
758 virtual void SAL_CALL insertNew( const ::com::sun::star::table::CellAddress& aPosition,
760 throw(::com::sun::star::uno::RuntimeException);
762 throw(::com::sun::star::uno::RuntimeException);
765 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
766 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
767 throw(::com::sun::star::lang::IndexOutOfBoundsException,
768 ::com::sun::star::lang::WrappedTargetException,
769 ::com::sun::star::uno::RuntimeException);
772 virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > SAL_CALL
773 createEnumeration() throw(::com::sun::star::uno::RuntimeException);
776 virtual ::com::sun::star::uno::Type SAL_CALL getElementType()
777 throw(::com::sun::star::uno::RuntimeException);
778 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException);
782 throw(::com::sun::star::uno::RuntimeException);
784 throw(::com::sun::star::uno::RuntimeException);
785 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
786 throw(::com::sun::star::uno::RuntimeException);
791 com::sun::star::sheet::XScenarios,
792 com::sun::star::container::XEnumerationAccess,
793 com::sun::star::container::XIndexAccess,
794 com::sun::star::lang::XServiceInfo>,
813 const ::com::sun::star::uno::Sequence<
814 ::com::sun::star::table::CellRangeAddress >& aRanges,
816 throw(::com::sun::star::uno::RuntimeException);
818 throw(::com::sun::star::uno::RuntimeException);
821 virtual ::com::sun::star::uno::Any SAL_CALL getByName( const ::rtl::OUString& aName )
822 throw(::com::sun::star::container::NoSuchElementException,
823 ::com::sun::star::lang::WrappedTargetException,
824 ::com::sun::star::uno::RuntimeException);
825 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getElementNames()
826 throw(::com::sun::star::uno::RuntimeException);
828 throw(::com::sun::star::uno::RuntimeException);
831 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
832 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
833 throw(::com::sun::star::lang::IndexOutOfBoundsException,
834 ::com::sun::star::lang::WrappedTargetException,
835 ::com::sun::star::uno::RuntimeException);
838 virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > SAL_CALL
839 createEnumeration() throw(::com::sun::star::uno::RuntimeException);
842 virtual ::com::sun::star::uno::Type SAL_CALL getElementType()
843 throw(::com::sun::star::uno::RuntimeException);
844 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException);
848 throw(::com::sun::star::uno::RuntimeException);
850 throw(::com::sun::star::uno::RuntimeException);
851 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
852 throw(::com::sun::star::uno::RuntimeException);