Searched refs:xParentRowSet (Results 1 – 1 of 1) sorted by relevance
2628 Reference< XRowSet > xParentRowSet( m_xParent, UNO_QUERY_THROW ); in loaded() local2629 xParentRowSet->addRowSetListener( this ); in loaded()2648 Reference< XRowSet > xParentRowSet( m_xParent, UNO_QUERY_THROW ); in unloading() local2649 xParentRowSet->removeRowSetListener( this ); in unloading()2666 Reference<XRowSet> xParentRowSet(m_xParent, UNO_QUERY); in reloading() local2667 if (xParentRowSet.is()) in reloading()2668 xParentRowSet->removeRowSetListener(this); in reloading()2680 Reference<XRowSet> xParentRowSet(m_xParent, UNO_QUERY); in reloaded() local2681 if (xParentRowSet.is()) in reloaded()2682 xParentRowSet->addRowSetListener(this); in reloaded()
Completed in 27 milliseconds