Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/form/
H A Dfmobj.cxx370 Reference< XInterface > xSourceContainer = xSourceAsChild->getParent(); in clonedFrom() local
379 ensureModelEnv(xSourceContainer, m_xEnvironmentHistory); in clonedFrom()
480 Reference< XIndexContainer > xSourceContainer(xTopLevelSouce, UNO_QUERY); in ensureModelEnv() local
481 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 14 milliseconds