Searched refs:xSourceContainer (Results 1 – 1 of 1) sorted by relevance
370 Reference< XInterface > xSourceContainer = xSourceAsChild->getParent(); in clonedFrom() local379 ensureModelEnv(xSourceContainer, m_xEnvironmentHistory); in clonedFrom()480 Reference< XIndexContainer > xSourceContainer(xTopLevelSouce, UNO_QUERY); in ensureModelEnv() local481 DBG_ASSERT(xSourceContainer.is(), "FmFormObj::ensureModelEnv : the top level source is invalid !"); in ensureModelEnv()488 …DBG_ASSERT(nIndex<xSourceContainer->getCount(), "FmFormObj::ensureModelEnv : invalid access path !… in ensureModelEnv()490 xSourceContainer->getByIndex(nIndex) >>= xSourceForm; in ensureModelEnv()517 xSourceContainer->getByIndex(nCurrentSourceIndex) >>= xCurrentSourceForm; in ensureModelEnv()604 xSourceContainer = Reference< XIndexContainer > (xSourceForm, UNO_QUERY); in ensureModelEnv()605 …DBG_ASSERT(xDestContainer.is() && xSourceContainer.is(), "FmFormObj::ensureModelEnv : invalid cont… in ensureModelEnv()
Completed in 31 milliseconds