Searched refs:xCurrentDestForm (Results 1 – 1 of 1) sorted by relevance
510 Reference< XPropertySet > xCurrentSourceForm, xCurrentDestForm; in ensureModelEnv() local548 xDestContainer->getByIndex(nCurrentDestIndex) >>= xCurrentDestForm; in ensureModelEnv()549 DBG_ASSERT(xCurrentDestForm.is(), "FmFormObj::ensureModelEnv : invalid destination form !"); in ensureModelEnv()551 if (::comphelper::hasProperty(FM_PROP_DATASOURCE, xCurrentDestForm)) in ensureModelEnv()555 … if ( ::comphelper::compare(xCurrentDestForm->getPropertyValue(FM_PROP_COMMAND), aSrcCursorSource) in ensureModelEnv()556 …&& ::comphelper::compare(xCurrentDestForm->getPropertyValue(FM_PROP_COMMANDTYPE), aSrcCursorSource… in ensureModelEnv()557 … && ::comphelper::compare(xCurrentDestForm->getPropertyValue(FM_PROP_DATASOURCE), aSrcDataSource) in ensureModelEnv()578 xCurrentDestForm.set( in ensureModelEnv()581 ::comphelper::copyProperties( xCurrentSourceForm, xCurrentDestForm ); in ensureModelEnv()584 xDestContainer->insertByIndex(nCurrentDestIndex, makeAny(xCurrentDestForm)); in ensureModelEnv()[all …]
Completed in 29 milliseconds