Searched refs:xNextParentForm (Results 1 – 1 of 1) sorted by relevance
650 Reference<XForm> xNextParentForm(xParent, UNO_QUERY); in calcFormFormatsSupplier() local651 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 23 milliseconds