Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/form/
H A Dfmobj.cxx489 Reference< XPropertySet > xSourceForm; in ensureModelEnv() local
490 xSourceContainer->getByIndex(nIndex) >>= xSourceForm; in ensureModelEnv()
491 DBG_ASSERT(xSourceForm.is(), "FmFormObj::ensureModelEnv : invalid source form !"); in ensureModelEnv()
494 …mphelper::hasProperty(FM_PROP_COMMAND, xSourceForm) && ::comphelper::hasProperty(FM_PROP_COMMANDTY… in ensureModelEnv()
495 …&& ::comphelper::hasProperty(FM_PROP_DATASOURCE, xSourceForm), "FmFormObj::ensureModelEnv : invali… in ensureModelEnv()
499 aSrcCursorSource = xSourceForm->getPropertyValue(FM_PROP_COMMAND); in ensureModelEnv()
500 aSrcCursorSourceType = xSourceForm->getPropertyValue(FM_PROP_COMMANDTYPE); in ensureModelEnv()
501 aSrcDataSource = xSourceForm->getPropertyValue(FM_PROP_DATASOURCE); in ensureModelEnv()
604 xSourceContainer = Reference< XIndexContainer > (xSourceForm, UNO_QUERY); in ensureModelEnv()

Completed in 17 milliseconds