Lines Matching refs:star

40 	typedef ::cppu::WeakComponentImplHelper2< com::sun::star::report::XReportEngine
41 ,com::sun::star::lang::XServiceInfo> ReportEngineBase;
42 typedef ::cppu::PropertySetMixin<com::sun::star::report::XReportEngine> ReportEnginePropertySet;
48 …typedef ::std::multimap< ::rtl::OUString, ::com::sun::star::uno::Any , ::comphelper::UStringMixLes…
49 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext;
50 ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition > m_xReport;
51 ::com::sun::star::uno::Reference< ::com::sun::star::task::XStatusIndicator> m_StatusIndicator;
52 …::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > m_xActiveConne…
64 …prepareSet(_sProperty, ::com::sun::star::uno::makeAny(_member), ::com::sun::star::uno::makeAny(_Va… in set()
81 …lementationReference< OReportEngineJFree ,::com::sun::star::report::XReportEngine,::com::sun::star
83 …OReportEngineJFree(const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >&…
87 … supportsService( const ::rtl::OUString& ServiceName ) throw (::com::sun::star::uno::RuntimeExcept…
88 …virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw(::com::sun::star::uno::RuntimeExc…
89 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) t…
91 …static ::com::sun::star::uno::Sequence< ::rtl::OUString > getSupportedServiceNames_Static(void) th…
92 …static ::rtl::OUString getImplementationName_Static(void) throw( ::com::sun::star::uno::RuntimeExc…
93 static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
94 …create(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xConte…
97 …ual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getProp…
98star::uno::Any& aValue ) throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::sta…
99star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& PropertyName ) throw (::com::sun:…
100star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw (::com…
101star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& aListener ) throw (::com…
102star::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw (::com…
103star::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw (::com…
107 …al ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition > SAL_CALL getRep…
108star::uno::Reference< ::com::sun::star::report::XReportDefinition >& _reportdefinition ) throw (::…
109 …irtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > SAL_CALL getActiveC…
110star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _activeconnection ) throw (::com::sun…
111 …tual ::com::sun::star::uno::Reference< ::com::sun::star::task::XStatusIndicator > SAL_CALL getStat…
112 …or( const ::com::sun::star::uno::Reference< ::com::sun::star::task::XStatusIndicator >& _statusind…
113 virtual ::sal_Int32 SAL_CALL getMaxRows() throw (::com::sun::star::uno::RuntimeException);
114 …virtual void SAL_CALL setMaxRows( ::sal_Int32 _MaxRows ) throw (::com::sun::star::uno::RuntimeExce…
116star::uno::Reference< ::com::sun::star::frame::XModel > SAL_CALL createDocumentModel( ) throw (::…
117star::uno::Reference< ::com::sun::star::frame::XModel > SAL_CALL createDocumentAlive( const ::com:…
118star::uno::Reference< ::com::sun::star::frame::XModel > SAL_CALL createDocumentAlive( const ::com:…
119star::util::URL SAL_CALL createDocument( ) throw (::com::sun::star::lang::DisposedException, ::co…
120 …LL interrupt( ) throw (::com::sun::star::lang::DisposedException, ::com::sun::star::uno::Exceptio…
123 virtual void SAL_CALL dispose() throw(::com::sun::star::uno::RuntimeException);
124 …Listener(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > & aListe… in addEventListener()
128 …Listener(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > & aListe… in removeEventListener()