Lines Matching refs:sun
76 public com::sun::star::sheet::XSpreadsheetDocument,
77 public com::sun::star::document::XActionLockable,
78 public com::sun::star::sheet::XCalculatable,
79 public com::sun::star::util::XProtectable,
80 public com::sun::star::drawing::XDrawPagesSupplier,
81 public com::sun::star::sheet::XGoalSeek,
82 public com::sun::star::sheet::XConsolidatable,
83 public com::sun::star::sheet::XDocumentAuditing,
84 public com::sun::star::style::XStyleFamiliesSupplier,
85 public com::sun::star::view::XRenderable,
86 public com::sun::star::document::XLinkAuthorizer,
87 public com::sun::star::document::XLinkTargetSupplier,
88 public com::sun::star::beans::XPropertySet,
90 public com::sun::star::lang::XServiceInfo,
91 public ::com::sun::star::util::XChangesNotifier
98 com::sun::star::uno::Reference<com::sun::star::uno::XAggregation> xNumberAgg;
99 com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xDrawGradTab;
100 com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xDrawHatchTab;
101 com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xDrawBitmapTab;
102 com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xDrawTrGradTab;
103 com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xDrawMarkerTab;
104 com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xDrawDashTab;
105 com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xChartDataProv;
106 com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xObjProvider;
110 sal_Bool FillRenderMarkData( const com::sun::star::uno::Any& aSelection,
111 … const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& rOptions,
113 com::sun::star::uno::Reference<com::sun::star::uno::XAggregation> GetFormatter();
141 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rProperties =
142 … ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >() );
144 virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
145 const ::com::sun::star::uno::Type & rType )
146 throw(::com::sun::star::uno::RuntimeException);
155 virtual ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheets > SAL_CALL
156 getSheets() throw(::com::sun::star::uno::RuntimeException);
159 virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > SAL_CALL
160 getStyleFamilies() throw(::com::sun::star::uno::RuntimeException);
163 virtual sal_Int32 SAL_CALL getRendererCount( const ::com::sun::star::uno::Any& aSelection,
164 const ::com::sun::star::uno::Sequence<
165 ::com::sun::star::beans::PropertyValue >& xOptions )
166 throw (::com::sun::star::lang::IllegalArgumentException,
167 ::com::sun::star::uno::RuntimeException);
168 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL
169 … getRenderer( sal_Int32 nRenderer, const ::com::sun::star::uno::Any& aSelection,
170 const ::com::sun::star::uno::Sequence<
171 ::com::sun::star::beans::PropertyValue >& xOptions )
172 throw (::com::sun::star::lang::IllegalArgumentException,
173 ::com::sun::star::uno::RuntimeException);
174 … virtual void SAL_CALL render( sal_Int32 nRenderer, const ::com::sun::star::uno::Any& aSelection,
175 const ::com::sun::star::uno::Sequence<
176 ::com::sun::star::beans::PropertyValue >& xOptions )
177 throw (::com::sun::star::lang::IllegalArgumentException,
178 ::com::sun::star::uno::RuntimeException);
181 …virtual sal_Bool SAL_CALL authorizeLinks( const ::rtl::OUString& rURL ) throw( ::com::sun::star::u…
183 virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > SAL_CALL
184 getLinks() throw(::com::sun::star::uno::RuntimeException);
187 virtual sal_Bool SAL_CALL isActionLocked() throw(::com::sun::star::uno::RuntimeException);
188 virtual void SAL_CALL addActionLock() throw(::com::sun::star::uno::RuntimeException);
189 virtual void SAL_CALL removeActionLock() throw(::com::sun::star::uno::RuntimeException);
191 throw(::com::sun::star::uno::RuntimeException);
192 virtual sal_Int16 SAL_CALL resetActionLocks() throw(::com::sun::star::uno::RuntimeException);
194 virtual void SAL_CALL lockControllers() throw (::com::sun::star::uno::RuntimeException);
195 virtual void SAL_CALL unlockControllers() throw (::com::sun::star::uno::RuntimeException);
198 virtual void SAL_CALL calculate() throw(::com::sun::star::uno::RuntimeException);
199 virtual void SAL_CALL calculateAll() throw(::com::sun::star::uno::RuntimeException);
201 throw(::com::sun::star::uno::RuntimeException);
203 throw(::com::sun::star::uno::RuntimeException);
207 throw(::com::sun::star::uno::RuntimeException);
209 throw(::com::sun::star::lang::IllegalArgumentException,
210 ::com::sun::star::uno::RuntimeException);
211 virtual sal_Bool SAL_CALL isProtected() throw(::com::sun::star::uno::RuntimeException);
214 virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPages > SAL_CALL
215 getDrawPages() throw(::com::sun::star::uno::RuntimeException);
220 virtual ::com::sun::star::sheet::GoalResult SAL_CALL seekGoal(
221 const ::com::sun::star::table::CellAddress& aFormulaPosition,
222 const ::com::sun::star::table::CellAddress& aVariablePosition,
224 throw(::com::sun::star::uno::RuntimeException);
227 virtual ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XConsolidationDescriptor >
229 throw(::com::sun::star::uno::RuntimeException);
230 virtual void SAL_CALL consolidate( const ::com::sun::star::uno::Reference<
231 ::com::sun::star::sheet::XConsolidationDescriptor >& xDescriptor )
232 throw(::com::sun::star::uno::RuntimeException);
235 virtual void SAL_CALL refreshArrows() throw(::com::sun::star::uno::RuntimeException);
238 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess > SAL_CALL get…
239 throw (::com::sun::star::uno::RuntimeException);
242 virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo >
244 throw(::com::sun::star::uno::RuntimeException);
246 const ::com::sun::star::uno::Any& aValue )
247 throw(::com::sun::star::beans::UnknownPropertyException,
248 ::com::sun::star::beans::PropertyVetoException,
249 ::com::sun::star::lang::IllegalArgumentException,
250 ::com::sun::star::lang::WrappedTargetException,
251 ::com::sun::star::uno::RuntimeException);
252 virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue(
254 throw(::com::sun::star::beans::UnknownPropertyException,
255 ::com::sun::star::lang::WrappedTargetException,
256 ::com::sun::star::uno::RuntimeException);
258 const ::com::sun::star::uno::Reference<
259 … ::com::sun::star::beans::XPropertyChangeListener >& xListener )
260 throw(::com::sun::star::beans::UnknownPropertyException,
261 ::com::sun::star::lang::WrappedTargetException,
262 ::com::sun::star::uno::RuntimeException);
264 const ::com::sun::star::uno::Reference<
265 … ::com::sun::star::beans::XPropertyChangeListener >& aListener )
266 throw(::com::sun::star::beans::UnknownPropertyException,
267 ::com::sun::star::lang::WrappedTargetException,
268 ::com::sun::star::uno::RuntimeException);
270 const ::com::sun::star::uno::Reference<
271 … ::com::sun::star::beans::XVetoableChangeListener >& aListener )
272 throw(::com::sun::star::beans::UnknownPropertyException,
273 ::com::sun::star::lang::WrappedTargetException,
274 ::com::sun::star::uno::RuntimeException);
276 const ::com::sun::star::uno::Reference<
277 … ::com::sun::star::beans::XVetoableChangeListener >& aListener )
278 throw(::com::sun::star::beans::UnknownPropertyException,
279 ::com::sun::star::lang::WrappedTargetException,
280 ::com::sun::star::uno::RuntimeException);
283 virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
285 throw(::com::sun::star::uno::Exception,
286 ::com::sun::star::uno::RuntimeException);
287 virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
289 const ::com::sun::star::uno::Sequence<
290 ::com::sun::star::uno::Any >& Arguments )
291 throw(::com::sun::star::uno::Exception,
292 ::com::sun::star::uno::RuntimeException);
293 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getAvailableServiceNames()
294 throw(::com::sun::star::uno::RuntimeException);
298 throw(::com::sun::star::uno::RuntimeException);
300 throw(::com::sun::star::uno::RuntimeException);
301 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
302 throw(::com::sun::star::uno::RuntimeException);
305 virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence<
307 throw(::com::sun::star::uno::RuntimeException);
309 static const com::sun::star::uno::Sequence<sal_Int8>& getUnoTunnelId();
310 static ScModelObj* getImplementation( const com::sun::star::uno::Reference<
311 com::sun::star::uno::XInterface> xObj );
314 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes()
315 throw(::com::sun::star::uno::RuntimeException);
316 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()
317 throw(::com::sun::star::uno::RuntimeException);
320 virtual void SAL_CALL addChangesListener( const ::com::sun::star::uno::Reference<
321 ::com::sun::star::util::XChangesListener >& aListener )
322 throw (::com::sun::star::uno::RuntimeException);
323 virtual void SAL_CALL removeChangesListener( const ::com::sun::star::uno::Reference<
324 ::com::sun::star::util::XChangesListener >& aListener )
325 throw (::com::sun::star::uno::RuntimeException);
330 com::sun::star::drawing::XDrawPages,
331 com::sun::star::lang::XServiceInfo>,
337 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage >
347 virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage > SAL_CALL
349 throw(::com::sun::star::uno::RuntimeException);
350 virtual void SAL_CALL remove( const ::com::sun::star::uno::Reference<
351 ::com::sun::star::drawing::XDrawPage >& xPage )
352 throw(::com::sun::star::uno::RuntimeException);
355 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
356 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
357 throw(::com::sun::star::lang::IndexOutOfBoundsException,
358 ::com::sun::star::lang::WrappedTargetException,
359 ::com::sun::star::uno::RuntimeException);
362 virtual ::com::sun::star::uno::Type SAL_CALL getElementType()
363 throw(::com::sun::star::uno::RuntimeException);
364 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException);
368 throw(::com::sun::star::uno::RuntimeException);
370 throw(::com::sun::star::uno::RuntimeException);
371 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
372 throw(::com::sun::star::uno::RuntimeException);
377 com::sun::star::sheet::XSpreadsheets,
378 com::sun::star::sheet::XCellRangesAccess,
379 com::sun::star::container::XEnumerationAccess,
380 com::sun::star::container::XIndexAccess,
381 com::sun::star::lang::XServiceInfo>,
398 throw(::com::sun::star::uno::RuntimeException);
400 throw(::com::sun::star::uno::RuntimeException);
403 throw(::com::sun::star::uno::RuntimeException);
407 virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCell >
409 …throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
411 virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange >
413 …throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
415 …virtual ::com::sun::star::uno::Sequence < ::com::sun::star::uno::Reference< ::com::sun::star::tabl…
417 … throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
421 const ::com::sun::star::uno::Any& aElement )
422 throw(::com::sun::star::lang::IllegalArgumentException,
423 ::com::sun::star::container::ElementExistException,
424 ::com::sun::star::lang::WrappedTargetException,
425 ::com::sun::star::uno::RuntimeException);
427 throw(::com::sun::star::container::NoSuchElementException,
428 ::com::sun::star::lang::WrappedTargetException,
429 ::com::sun::star::uno::RuntimeException);
433 const ::com::sun::star::uno::Any& aElement )
434 throw(::com::sun::star::lang::IllegalArgumentException,
435 ::com::sun::star::container::NoSuchElementException,
436 ::com::sun::star::lang::WrappedTargetException,
437 ::com::sun::star::uno::RuntimeException);
440 virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > SAL_CALL
441 createEnumeration() throw(::com::sun::star::uno::RuntimeException);
444 virtual ::com::sun::star::uno::Type SAL_CALL getElementType()
445 throw(::com::sun::star::uno::RuntimeException);
446 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException);
449 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
450 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
451 throw(::com::sun::star::lang::IndexOutOfBoundsException,
452 ::com::sun::star::lang::WrappedTargetException,
453 ::com::sun::star::uno::RuntimeException);
456 virtual ::com::sun::star::uno::Any SAL_CALL getByName( const ::rtl::OUString& aName )
457 throw(::com::sun::star::container::NoSuchElementException,
458 ::com::sun::star::lang::WrappedTargetException,
459 ::com::sun::star::uno::RuntimeException);
460 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getElementNames()
461 throw(::com::sun::star::uno::RuntimeException);
463 throw(::com::sun::star::uno::RuntimeException);
467 throw(::com::sun::star::uno::RuntimeException);
469 throw(::com::sun::star::uno::RuntimeException);
470 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
471 throw(::com::sun::star::uno::RuntimeException);
476 com::sun::star::table::XTableColumns,
477 com::sun::star::container::XEnumerationAccess,
478 com::sun::star::container::XNameAccess,
479 com::sun::star::beans::XPropertySet,
480 com::sun::star::lang::XServiceInfo>,
501 throw(::com::sun::star::uno::RuntimeException);
503 throw(::com::sun::star::uno::RuntimeException);
506 virtual ::com::sun::star::uno::Any SAL_CALL getByName( const ::rtl::OUString& aName )
507 throw(::com::sun::star::container::NoSuchElementException,
508 ::com::sun::star::lang::WrappedTargetException,
509 ::com::sun::star::uno::RuntimeException);
510 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getElementNames()
511 throw(::com::sun::star::uno::RuntimeException);
513 throw(::com::sun::star::uno::RuntimeException);
516 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
517 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
518 throw(::com::sun::star::lang::IndexOutOfBoundsException,
519 ::com::sun::star::lang::WrappedTargetException,
520 ::com::sun::star::uno::RuntimeException);
523 virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > SAL_CALL
524 createEnumeration() throw(::com::sun::star::uno::RuntimeException);
527 virtual ::com::sun::star::uno::Type SAL_CALL getElementType()
528 throw(::com::sun::star::uno::RuntimeException);
529 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException);
532 virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo >
534 throw(::com::sun::star::uno::RuntimeException);
536 const ::com::sun::star::uno::Any& aValue )
537 throw(::com::sun::star::beans::UnknownPropertyException,
538 ::com::sun::star::beans::PropertyVetoException,
539 ::com::sun::star::lang::IllegalArgumentException,
540 ::com::sun::star::lang::WrappedTargetException,
541 ::com::sun::star::uno::RuntimeException);
542 virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue(
544 throw(::com::sun::star::beans::UnknownPropertyException,
545 ::com::sun::star::lang::WrappedTargetException,
546 ::com::sun::star::uno::RuntimeException);
548 const ::com::sun::star::uno::Reference<
549 … ::com::sun::star::beans::XPropertyChangeListener >& xListener )
550 throw(::com::sun::star::beans::UnknownPropertyException,
551 ::com::sun::star::lang::WrappedTargetException,
552 ::com::sun::star::uno::RuntimeException);
554 const ::com::sun::star::uno::Reference<
555 … ::com::sun::star::beans::XPropertyChangeListener >& aListener )
556 throw(::com::sun::star::beans::UnknownPropertyException,
557 ::com::sun::star::lang::WrappedTargetException,
558 ::com::sun::star::uno::RuntimeException);
560 const ::com::sun::star::uno::Reference<
561 … ::com::sun::star::beans::XVetoableChangeListener >& aListener )
562 throw(::com::sun::star::beans::UnknownPropertyException,
563 ::com::sun::star::lang::WrappedTargetException,
564 ::com::sun::star::uno::RuntimeException);
566 const ::com::sun::star::uno::Reference<
567 … ::com::sun::star::beans::XVetoableChangeListener >& aListener )
568 throw(::com::sun::star::beans::UnknownPropertyException,
569 ::com::sun::star::lang::WrappedTargetException,
570 ::com::sun::star::uno::RuntimeException);
574 throw(::com::sun::star::uno::RuntimeException);
576 throw(::com::sun::star::uno::RuntimeException);
577 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
578 throw(::com::sun::star::uno::RuntimeException);
583 com::sun::star::table::XTableRows,
584 com::sun::star::container::XEnumerationAccess,
585 com::sun::star::beans::XPropertySet,
586 com::sun::star::lang::XServiceInfo>,
606 throw(::com::sun::star::uno::RuntimeException);
608 throw(::com::sun::star::uno::RuntimeException);
611 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
612 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
613 throw(::com::sun::star::lang::IndexOutOfBoundsException,
614 ::com::sun::star::lang::WrappedTargetException,
615 ::com::sun::star::uno::RuntimeException);
618 virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > SAL_CALL
619 createEnumeration() throw(::com::sun::star::uno::RuntimeException);
622 virtual ::com::sun::star::uno::Type SAL_CALL getElementType()
623 throw(::com::sun::star::uno::RuntimeException);
624 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException);
627 virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo >
629 throw(::com::sun::star::uno::RuntimeException);
631 const ::com::sun::star::uno::Any& aValue )
632 throw(::com::sun::star::beans::UnknownPropertyException,
633 ::com::sun::star::beans::PropertyVetoException,
634 ::com::sun::star::lang::IllegalArgumentException,
635 ::com::sun::star::lang::WrappedTargetException,
636 ::com::sun::star::uno::RuntimeException);
637 virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue(
639 throw(::com::sun::star::beans::UnknownPropertyException,
640 ::com::sun::star::lang::WrappedTargetException,
641 ::com::sun::star::uno::RuntimeException);
643 const ::com::sun::star::uno::Reference<
644 … ::com::sun::star::beans::XPropertyChangeListener >& xListener )
645 throw(::com::sun::star::beans::UnknownPropertyException,
646 ::com::sun::star::lang::WrappedTargetException,
647 ::com::sun::star::uno::RuntimeException);
649 const ::com::sun::star::uno::Reference<
650 … ::com::sun::star::beans::XPropertyChangeListener >& aListener )
651 throw(::com::sun::star::beans::UnknownPropertyException,
652 ::com::sun::star::lang::WrappedTargetException,
653 ::com::sun::star::uno::RuntimeException);
655 const ::com::sun::star::uno::Reference<
656 … ::com::sun::star::beans::XVetoableChangeListener >& aListener )
657 throw(::com::sun::star::beans::UnknownPropertyException,
658 ::com::sun::star::lang::WrappedTargetException,
659 ::com::sun::star::uno::RuntimeException);
661 const ::com::sun::star::uno::Reference<
662 … ::com::sun::star::beans::XVetoableChangeListener >& aListener )
663 throw(::com::sun::star::beans::UnknownPropertyException,
664 ::com::sun::star::lang::WrappedTargetException,
665 ::com::sun::star::uno::RuntimeException);
669 throw(::com::sun::star::uno::RuntimeException);
671 throw(::com::sun::star::uno::RuntimeException);
672 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
673 throw(::com::sun::star::uno::RuntimeException);
678 com::sun::star::beans::XPropertySet,
679 com::sun::star::lang::XServiceInfo>,
692 virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo >
694 throw(::com::sun::star::uno::RuntimeException);
696 const ::com::sun::star::uno::Any& aValue )
697 throw(::com::sun::star::beans::UnknownPropertyException,
698 ::com::sun::star::beans::PropertyVetoException,
699 ::com::sun::star::lang::IllegalArgumentException,
700 ::com::sun::star::lang::WrappedTargetException,
701 ::com::sun::star::uno::RuntimeException);
702 virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue(
704 throw(::com::sun::star::beans::UnknownPropertyException,
705 ::com::sun::star::lang::WrappedTargetException,
706 ::com::sun::star::uno::RuntimeException);
708 const ::com::sun::star::uno::Reference<
709 … ::com::sun::star::beans::XPropertyChangeListener >& xListener )
710 throw(::com::sun::star::beans::UnknownPropertyException,
711 ::com::sun::star::lang::WrappedTargetException,
712 ::com::sun::star::uno::RuntimeException);
714 const ::com::sun::star::uno::Reference<
715 … ::com::sun::star::beans::XPropertyChangeListener >& aListener )
716 throw(::com::sun::star::beans::UnknownPropertyException,
717 ::com::sun::star::lang::WrappedTargetException,
718 ::com::sun::star::uno::RuntimeException);
720 const ::com::sun::star::uno::Reference<
721 … ::com::sun::star::beans::XVetoableChangeListener >& aListener )
722 throw(::com::sun::star::beans::UnknownPropertyException,
723 ::com::sun::star::lang::WrappedTargetException,
724 ::com::sun::star::uno::RuntimeException);
726 const ::com::sun::star::uno::Reference<
727 … ::com::sun::star::beans::XVetoableChangeListener >& aListener )
728 throw(::com::sun::star::beans::UnknownPropertyException,
729 ::com::sun::star::lang::WrappedTargetException,
730 ::com::sun::star::uno::RuntimeException);
734 throw(::com::sun::star::uno::RuntimeException);
736 throw(::com::sun::star::uno::RuntimeException);
737 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
738 throw(::com::sun::star::uno::RuntimeException);
743 com::sun::star::sheet::XSheetAnnotations,
744 com::sun::star::container::XEnumerationAccess,
745 com::sun::star::lang::XServiceInfo>,
762 virtual void SAL_CALL insertNew( const ::com::sun::star::table::CellAddress& aPosition,
764 throw(::com::sun::star::uno::RuntimeException);
766 throw(::com::sun::star::uno::RuntimeException);
769 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
770 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
771 throw(::com::sun::star::lang::IndexOutOfBoundsException,
772 ::com::sun::star::lang::WrappedTargetException,
773 ::com::sun::star::uno::RuntimeException);
776 virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > SAL_CALL
777 createEnumeration() throw(::com::sun::star::uno::RuntimeException);
780 virtual ::com::sun::star::uno::Type SAL_CALL getElementType()
781 throw(::com::sun::star::uno::RuntimeException);
782 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException);
786 throw(::com::sun::star::uno::RuntimeException);
788 throw(::com::sun::star::uno::RuntimeException);
789 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
790 throw(::com::sun::star::uno::RuntimeException);
795 com::sun::star::sheet::XScenarios,
796 com::sun::star::container::XEnumerationAccess,
797 com::sun::star::container::XIndexAccess,
798 com::sun::star::lang::XServiceInfo>,
817 const ::com::sun::star::uno::Sequence<
818 ::com::sun::star::table::CellRangeAddress >& aRanges,
820 throw(::com::sun::star::uno::RuntimeException);
822 throw(::com::sun::star::uno::RuntimeException);
825 virtual ::com::sun::star::uno::Any SAL_CALL getByName( const ::rtl::OUString& aName )
826 throw(::com::sun::star::container::NoSuchElementException,
827 ::com::sun::star::lang::WrappedTargetException,
828 ::com::sun::star::uno::RuntimeException);
829 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getElementNames()
830 throw(::com::sun::star::uno::RuntimeException);
832 throw(::com::sun::star::uno::RuntimeException);
835 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
836 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
837 throw(::com::sun::star::lang::IndexOutOfBoundsException,
838 ::com::sun::star::lang::WrappedTargetException,
839 ::com::sun::star::uno::RuntimeException);
842 virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > SAL_CALL
843 createEnumeration() throw(::com::sun::star::uno::RuntimeException);
846 virtual ::com::sun::star::uno::Type SAL_CALL getElementType()
847 throw(::com::sun::star::uno::RuntimeException);
848 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException);
852 throw(::com::sun::star::uno::RuntimeException);
854 throw(::com::sun::star::uno::RuntimeException);
855 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
856 throw(::com::sun::star::uno::RuntimeException);