Lines Matching refs:comphelper

373 …::comphelper::getProcessServiceFactory()->createInstance(::rtl::OUString::createFromAscii("com.sun…  in clonedFrom()
461 if (::comphelper::query_interface((Reference< XInterface >)xParent,xChild)) in lcl_getFormComponentAccessPath()
494 …DBG_ASSERT(::comphelper::hasProperty(FM_PROP_COMMAND, xSourceForm) && ::comphelper::hasProperty(FM… in ensureModelEnv()
495 …&& ::comphelper::hasProperty(FM_PROP_DATASOURCE, xSourceForm), "FmFormObj::ensureModelEnv : invali… 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()
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()
579 …::comphelper::getProcessServiceFactory()->createInstance(::rtl::OUString::createFromAscii( "com.su… in ensureModelEnv()
581 ::comphelper::copyProperties( xCurrentSourceForm, xCurrentDestForm ); in ensureModelEnv()