Lines Matching refs:sun

42 com::sun::star::uno::Reference< com::sun::star::uno::XInterface > SAL_CALL
44 const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& );
47 com::sun::star::lang::XInitialization,
48 com::sun::star::chart::XDiagram,
49 com::sun::star::chart::XAxisXSupplier,
50 com::sun::star::chart::XAxisYSupplier,
51 com::sun::star::chart::XStatisticDisplay,
52 com::sun::star::lang::XServiceName,
53 com::sun::star::lang::XServiceInfo,
54 com::sun::star::util::XRefreshable,
55 com::sun::star::lang::XLocalizable >
58 ::com::sun::star::uno::Reference< ::com::sun::star::chart::XChartDocument > mxChartDoc;
59 ::com::sun::star::lang::Locale maLocale;
61 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > mxMyRedLine;
62 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > mxMyText;
70 static ::com::sun::star::uno::Sequence< ::rtl::OUString > getSupportedServiceNames_Static();
72 …sal_Bool getLogicalPosition( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >…
75 ::com::sun::star::awt::Point& aOutPosition );
78 …virtual void SAL_CALL initialize( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::An…
79 throw( ::com::sun::star::uno::Exception,
80 ::com::sun::star::uno::RuntimeException );
83 …virtual ::rtl::OUString SAL_CALL getDiagramType() throw( ::com::sun::star::uno::RuntimeException );
84 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getData…
85 throw( ::com::sun::star::lang::IndexOutOfBoundsException,
86 ::com::sun::star::uno::RuntimeException );
87 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getData…
88 throw( ::com::sun::star::lang::IndexOutOfBoundsException,
89 ::com::sun::star::uno::RuntimeException );
92 virtual ::com::sun::star::awt::Size SAL_CALL getSize()
93 throw( ::com::sun::star::uno::RuntimeException );
94 virtual void SAL_CALL setSize( const ::com::sun::star::awt::Size& )
95 throw( ::com::sun::star::beans::PropertyVetoException,
96 ::com::sun::star::uno::RuntimeException );
97 virtual ::com::sun::star::awt::Point SAL_CALL getPosition()
98 throw( ::com::sun::star::uno::RuntimeException );
99 virtual void SAL_CALL setPosition( const ::com::sun::star::awt::Point& )
100 throw( ::com::sun::star::uno::RuntimeException );
103 virtual rtl::OUString SAL_CALL getShapeType() throw( com::sun::star::uno::RuntimeException );
106 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > SAL_CALL getXAxisTit…
107 throw( ::com::sun::star::uno::RuntimeException );
108 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getXAxi…
109 throw( ::com::sun::star::uno::RuntimeException );
110 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getXMai…
111 throw( ::com::sun::star::uno::RuntimeException );
112 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getXHel…
113 throw( ::com::sun::star::uno::RuntimeException );
116 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > SAL_CALL getYAxisTit…
117 throw( ::com::sun::star::uno::RuntimeException );
118 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getYAxi…
119 throw( ::com::sun::star::uno::RuntimeException );
120 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getYHel…
121 throw( ::com::sun::star::uno::RuntimeException );
122 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getYMai…
123 throw( ::com::sun::star::uno::RuntimeException );
126 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getUpBa…
127 throw( ::com::sun::star::uno::RuntimeException );
128 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getDown…
129 throw( ::com::sun::star::uno::RuntimeException );
130 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getMinM…
131 throw( ::com::sun::star::uno::RuntimeException );
134 virtual ::rtl::OUString SAL_CALL getServiceName() throw( ::com::sun::star::uno::RuntimeException );
137 …virtual ::rtl::OUString SAL_CALL getImplementationName() throw( ::com::sun::star::uno::RuntimeExce…
139 throw( ::com::sun::star::uno::RuntimeException );
140 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
141 throw( ::com::sun::star::uno::RuntimeException );
144 virtual void SAL_CALL refresh() throw( ::com::sun::star::uno::RuntimeException );
145 …virtual void SAL_CALL addRefreshListener( const ::com::sun::star::uno::Reference< ::com::sun::star…
146 throw( ::com::sun::star::uno::RuntimeException );
147 …virtual void SAL_CALL removeRefreshListener( const ::com::sun::star::uno::Reference< ::com::sun::s…
148 throw( ::com::sun::star::uno::RuntimeException );
151 virtual void SAL_CALL setLocale( const ::com::sun::star::lang::Locale& eLocale )
152 throw( ::com::sun::star::uno::RuntimeException );
153 virtual ::com::sun::star::lang::Locale SAL_CALL getLocale()
154 throw( ::com::sun::star::uno::RuntimeException );