Lines Matching refs:Model

85 #define DBG_INVARIANT() DBG_INVARIANT_TYPE(Model)
97 void Model::ensureAtLeastOneInstance() in ensureAtLeastOneInstance()
109 Model::Model() : in Model() function in Model
135 Model::~Model() throw() in ~Model()
143 Model* lcl_getModel( const Reference<XUnoTunnel>& xTunnel ) in lcl_getModel()
145 Model* pModel = NULL; in lcl_getModel()
147 pModel = reinterpret_cast<Model*>( in lcl_getModel()
148 xTunnel->getSomething( Model::getUnoTunnelID() ) ); in lcl_getModel()
152 Model* Model::getModel( const Reference<XModel>& xModel ) in getModel()
157 EvaluationContext Model::getEvaluationContext() in getEvaluationContext()
181 Model::IntSequence_t Model::getUnoTunnelID() in getUnoTunnelID()
187 Model::XDocument_t Model::getForeignSchema() const in getForeignSchema()
192 void Model::setForeignSchema( const XDocument_t& rDocument ) in setForeignSchema()
197 rtl::OUString Model::getSchemaRef() const in getSchemaRef()
202 void Model::setSchemaRef( const rtl::OUString& rSchemaRef ) in setSchemaRef()
207 Model::XNameContainer_t Model::getNamespaces() const in getNamespaces()
212 void Model::setNamespaces( const XNameContainer_t& rNamespaces ) in setNamespaces()
218 bool Model::getExternalData() const in getExternalData()
223 void Model::setExternalData( bool _bData ) in setExternalData()
229 void Model::dbg_assertInvariant() const in dbg_assertInvariant()
295 void Model::addMIP( void* pTag, const XNode_t& xNode, const MIP& rMIP ) in addMIP()
304 void Model::removeMIPs( void* pTag ) in removeMIPs()
322 MIP Model::queryMIP( const XNode_t& xNode ) const in queryMIP()
351 void Model::rebind() in rebind()
367 void Model::deferNotifications( bool bDefer ) in deferNotifications()
380 bool Model::setSimpleContent( const XNode_t& xConstNode, in setSimpleContent()
443 void Model::loadInstance( sal_Int32 nInstance ) in loadInstance()
482 void Model::loadInstances() in loadInstances()
492 bool Model::isInitialized() const in isInitialized()
497 bool Model::isValid() const in isValid()
516 rtl::OUString Model::getID() in getID()
523 void Model::setID( const rtl::OUString& sID ) in setID()
530 void Model::initialize() in initialize()
543 void Model::rebuild() in rebuild()
552 void Model::recalculate() in recalculate()
558 void Model::revalidate() in revalidate()
564 void Model::refresh() in refresh()
571 void SAL_CALL Model::submitWithInteraction( in submitWithInteraction()
593 void Model::submit( const rtl::OUString& sID ) in submit()
599 Model::XDataTypeRepository_t SAL_CALL Model::getDataTypeRepository( ) in getDataTypeRepository()
612 Model::XSet_t Model::getInstances() in getInstances()
618 Model::XDocument_t Model::getInstanceDocument( const rtl::OUString& rName ) in getInstanceDocument()
630 Model::XDocument_t SAL_CALL Model::getDefaultInstance() in getDefaultInstance()
646 Model::XPropertySet_t SAL_CALL Model::createBinding() in createBinding()
653 Model::XPropertySet_t Model::cloneBinding( const XPropertySet_t& xBinding ) in cloneBinding()
662 Model::XPropertySet_t Model::getBinding( const rtl::OUString& sId ) in getBinding()
669 Model::XSet_t Model::getBindings() in getBindings()
682 Model::XSubmission_t Model::createSubmission() in createSubmission()
689 Model::XSubmission_t Model::cloneSubmission(const XPropertySet_t& xSubmission) in cloneSubmission()
699 Model::XSubmission_t Model::getSubmission( const rtl::OUString& sId ) in getSubmission()
709 Model::XSet_t Model::getSubmissions() in getSubmissions()
739 … new DirectPropertyAccessor< Model, type >( this, &Model::set##property, &Model::get##property ) );
743 new APIPropertyAccessor< Model, type >( this, &Model::set##property, &Model::get##property ) );
747 …new BooleanPropertyAccessor< Model, bool >( this, &Model::set##property, &Model::get##property ) );
749 void Model::initializePropertySet() in initializePropertySet()
758 void Model::update() in update()
765 sal_Int64 Model::getSomething( const IntSequence_t& xId ) in getSomething()
771 Sequence<sal_Int8> Model::getImplementationId() in getImplementationId()
783 xforms::Model* pModel) in operator <<=()
789 bool operator >>= ( xforms::Model* pModel, in operator >>=()
798 pModel = reinterpret_cast<xforms::Model*>( in operator >>=()
799 xTunnel->getSomething( xforms::Model::getUnoTunnelID() ) ); in operator >>=()