Home
last modified time | relevance | path

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

/aoo42x/main/forms/source/component/
H A DFormattedField.cxx650 Reference<XForm> xNextParentForm(xParent, UNO_QUERY); in calcFormFormatsSupplier() local
651 while (!xNextParentForm.is() && xParent.is()) in calcFormFormatsSupplier()
654 xNextParentForm = xNextParentForm.query( xParent ); in calcFormFormatsSupplier()
657 if (!xNextParentForm.is()) in calcFormFormatsSupplier()
664 Reference< XRowSet > xRowSet( xNextParentForm, UNO_QUERY ); in calcFormFormatsSupplier()

Completed in 27 milliseconds