SmModel Class Reference

#include <unomodel.hxx>

List of all members.

Public Member Functions

 SmModel (SfxObjectShell *pObjSh=0)
virtual ~SmModel () throw ()
virtual ::com::sun::star::uno::Any
SAL_CALL 
queryInterface (const::com::sun::star::uno::Type &aType) throw (::com::sun::star::uno::RuntimeException)
virtual void SAL_CALL acquire () throw ()
virtual void SAL_CALL release () throw ()
virtual ::com::sun::star::uno::Sequence<
::com::sun::star::uno::Type
> SAL_CALL 
getTypes () throw (::com::sun::star::uno::RuntimeException)
virtual sal_Int64 SAL_CALL getSomething (const::com::sun::star::uno::Sequence< sal_Int8 > &aIdentifier) throw (::com::sun::star::uno::RuntimeException)
virtual sal_Int32 SAL_CALL getRendererCount (const::com::sun::star::uno::Any &rSelection, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > &rxOptions) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException)
virtual ::com::sun::star::uno::Sequence<
::com::sun::star::beans::PropertyValue
> SAL_CALL 
getRenderer (sal_Int32 nRenderer, const ::com::sun::star::uno::Any &rSelection, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > &rxOptions) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException)
virtual void SAL_CALL render (sal_Int32 nRenderer, const ::com::sun::star::uno::Any &rSelection, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > &rxOptions) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException)
virtual rtl::OUString SAL_CALL getImplementationName (void) throw ( ::com::sun::star::uno::RuntimeException )
virtual BOOL SAL_CALL supportsService (const rtl::OUString &ServiceName) throw ( ::com::sun::star::uno::RuntimeException )
virtual ::com::sun::star::uno::Sequence<
rtl::OUString > SAL_CALL 
getSupportedServiceNames (void) throw ( ::com::sun::star::uno::RuntimeException )
virtual void SAL_CALL setParent (const::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > &xParent) throw ( ::com::sun::star::lang::NoSupportException, ::com::sun::star::uno::RuntimeException )
static::com::sun::star::uno::Sequence<
rtl::OUString > 
getSupportedServiceNames_Static ()

Static Public Member Functions

static const ::com::sun::star::uno::Sequence<
sal_Int8 > & 
getUnoTunnelId ()
::rtl::OUString getImplementationName_Static ()

Protected Member Functions

virtual void _setPropertyValues (const comphelper::PropertyMapEntry **ppEntries, const ::com::sun::star::uno::Any *pValues) throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException )
virtual void _getPropertyValues (const comphelper::PropertyMapEntry **ppEntries,::com::sun::star::uno::Any *pValue) throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException )


Detailed Description

Definition at line 63 of file unomodel.hxx.


Constructor & Destructor Documentation

SmModel::SmModel ( SfxObjectShell *  pObjSh = 0  ) 

Definition at line 285 of file unomodel.cxx.

SmModel::~SmModel (  )  throw () [virtual]

Definition at line 291 of file unomodel.cxx.


Member Function Documentation

virtual void SmModel::_setPropertyValues ( const comphelper::PropertyMapEntry **  ppEntries,
const ::com::sun::star::uno::Any *  pValues 
) throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException ) [protected, virtual]

virtual void SmModel::_getPropertyValues ( const comphelper::PropertyMapEntry **  ppEntries,
::com::sun::star::uno::Any *  pValue 
) throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException ) [protected, virtual]

virtual ::com::sun::star::uno::Any SAL_CALL SmModel::queryInterface ( const ::com::sun::star::uno::Type &  aType  )  throw (::com::sun::star::uno::RuntimeException)

void SAL_CALL SmModel::acquire (  )  throw () [virtual]

Definition at line 317 of file unomodel.cxx.

void SAL_CALL SmModel::release (  )  throw () [virtual]

Definition at line 324 of file unomodel.cxx.

uno::Sequence< uno::Type > SAL_CALL SmModel::getTypes (  )  throw (::com::sun::star::uno::RuntimeException)

Definition at line 331 of file unomodel.cxx.

const uno::Sequence< sal_Int8 > & SmModel::getUnoTunnelId (  )  [static]

Definition at line 352 of file unomodel.cxx.

Referenced by SmXMLExport::_ExportContent(), SmXMLImport::endDocument(), SmXMLWrapper::Export(), and SmXMLWrapper::Import().

virtual sal_Int64 SAL_CALL SmModel::getSomething ( const ::com::sun::star::uno::Sequence< sal_Int8 > &  aIdentifier  )  throw (::com::sun::star::uno::RuntimeException) [virtual]

virtual sal_Int32 SAL_CALL SmModel::getRendererCount ( const ::com::sun::star::uno::Any &  rSelection,
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > &  rxOptions 
) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException) [virtual]

virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL SmModel::getRenderer ( sal_Int32  nRenderer,
const ::com::sun::star::uno::Any &  rSelection,
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > &  rxOptions 
) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException)

virtual void SAL_CALL SmModel::render ( sal_Int32  nRenderer,
const ::com::sun::star::uno::Any &  rSelection,
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > &  rxOptions 
) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException) [virtual]

OUString SmModel::getImplementationName ( void   )  throw ( ::com::sun::star::uno::RuntimeException ) [virtual]

Definition at line 400 of file unomodel.cxx.

References getImplementationName_Static().

virtual BOOL SAL_CALL SmModel::supportsService ( const rtl::OUString &  ServiceName  )  throw ( ::com::sun::star::uno::RuntimeException ) [virtual]

uno::Sequence< OUString > SmModel::getSupportedServiceNames ( void   )  throw ( ::com::sun::star::uno::RuntimeException )

Definition at line 424 of file unomodel.cxx.

References getSupportedServiceNames_Static().

virtual void SAL_CALL SmModel::setParent ( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > &  xParent  )  throw ( ::com::sun::star::lang::NoSupportException, ::com::sun::star::uno::RuntimeException ) [virtual]

uno::Sequence< OUString > SmModel::getSupportedServiceNames_Static (  ) 

Definition at line 429 of file unomodel.cxx.

References C2U.

Referenced by getSupportedServiceNames().

rtl::OUString SmModel::getImplementationName_Static (  )  [static]

Definition at line 406 of file unomodel.cxx.

Referenced by getImplementationName().


The documentation for this class was generated from the following files:
Generated on Wed Feb 20 17:23:22 2008 for maths by  doxygen 1.5.1