Home
last modified time | relevance | path

Searched refs:getModelImpl (Results 1 – 4 of 4) sorted by relevance

/trunk/main/forms/source/xforms/
H A Dbinding.cxx178 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()
[all …]
H A Dbinding.hxx332 xforms::Model* getModelImpl() const;
333 xforms::Model* getModelImpl( const Model_t& xModel ) const;
H A Dsubmission.hxx189 xforms::Model* getModelImpl() const;
190 …xforms::Model* getModelImpl( const com::sun::star::uno::Reference<com::sun::star::xforms::XModel>&…
H A Dsubmission.cxx380 Model* Submission::getModelImpl() const in getModelImpl() function in Submission
679 … _cloneNodes(*getModelImpl(), Reference< XNode >(aFragment, UNO_QUERY), aListItem, bRemoveWSNodes); in createSubmissionDocument()