Searched refs:xFormsByIndex (Results 1 – 1 of 1) sorted by relevance
411 Reference< XIndexAccess > xFormsByIndex( xForms, UNO_QUERY_THROW ); in getDefaultForm() local412 xForm.set( xFormsByIndex->getByIndex(0), UNO_QUERY_THROW ); in getDefaultForm()498 … Reference< ::com::sun::star::container::XIndexAccess > xFormsByIndex( getForms(), UNO_QUERY ); in findPlaceInFormComponentHierarchy() local499 …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 28 milliseconds