Lines Matching refs:getModelImpl
178 Model* pModel = getModelImpl(); in getModelID()
260 getModelImpl() == NULL in isUseful()
315 OSL_ENSURE( getModelImpl() != NULL, "need model impl" ); in getEvaluationContext()
316 EvaluationContext aContext = getModelImpl()->getEvaluationContext(); in getEvaluationContext()
323 OSL_ENSURE( getModelImpl() != NULL, "need model impl" ); in getMIPEvaluationContexts()
508 const Model* pModel = getModelImpl(); in isLive()
512 Model* Binding::getModelImpl() const in getModelImpl() function in Binding
514 return getModelImpl( mxModel ); in getModelImpl()
517 Model* Binding::getModelImpl( const Model_t& xModel ) const in getModelImpl() function in Binding
569 OSL_ENSURE( getModelImpl() != NULL, "need model impl" ); in _getMIPEvaluationContexts()
651 Model* pModel = getModelImpl(); in bind()
728 maMIP = getModelImpl()->queryMIP( xNode ); in valueModified()
863 Model* pModel = getModelImpl(); in clear()
956 Model* pModel = getModelImpl(); in _getNamespaces()
968 Model* pModel = getModelImpl(); in _setNamespaces()
1106 bool bSuccess = getModelImpl()->setSimpleContent( xNode, sValue ); in setValue()
1315 Model* pModel = getModelImpl(); in createClone()