Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/form/
H A Dfmpgeimp.cxx411 Reference< XIndexAccess > xFormsByIndex( xForms, UNO_QUERY_THROW ); in getDefaultForm() local
412 xForm.set( xFormsByIndex->getByIndex(0), UNO_QUERY_THROW ); in getDefaultForm()
498 … Reference< ::com::sun::star::container::XIndexAccess > xFormsByIndex( getForms(), UNO_QUERY ); in findPlaceInFormComponentHierarchy() local
499 …DBG_ASSERT(xFormsByIndex.is(), "FmFormPageImpl::findPlaceInFormComponentHierarchy : no index acces… in findPlaceInFormComponentHierarchy()
500 sal_Int32 nCount = xFormsByIndex->getCount(); in findPlaceInFormComponentHierarchy()
504 xFormsByIndex->getByIndex(i) >>= xToSearch; in findPlaceInFormComponentHierarchy()

Completed in 22 milliseconds