Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/form/
H A Dfmobj.cxx510 Reference< XPropertySet > xCurrentSourceForm, xCurrentDestForm; in ensureModelEnv() local
517 xSourceContainer->getByIndex(nCurrentSourceIndex) >>= xCurrentSourceForm; in ensureModelEnv()
518 DBG_ASSERT(xCurrentSourceForm.is(), "FmFormObj::ensureModelEnv : invalid form ancestor (2) !"); in ensureModelEnv()
520 if (::comphelper::hasProperty(FM_PROP_DATASOURCE, xCurrentSourceForm)) in ensureModelEnv()
524 …if ( ::comphelper::compare(xCurrentSourceForm->getPropertyValue(FM_PROP_COMMAND), aSrcCursorSource) in ensureModelEnv()
525 …&& ::comphelper::compare(xCurrentSourceForm->getPropertyValue(FM_PROP_COMMANDTYPE), aSrcCursorSour… in ensureModelEnv()
526 … && ::comphelper::compare(xCurrentSourceForm->getPropertyValue(FM_PROP_DATASOURCE), aSrcDataSource) in ensureModelEnv()
581 ::comphelper::copyProperties( xCurrentSourceForm, xCurrentDestForm ); in ensureModelEnv()

Completed in 16 milliseconds