Searched refs:xViewSupp (Results 1 – 2 of 2) sorted by relevance
174 Reference< XViewsSupplier > xViewSupp; in updateTableObjectList() local190 xViewSupp.set( xTableSupp, UNO_QUERY ); in updateTableObjectList()191 if ( xViewSupp.is() ) in updateTableObjectList()193 xViews = xViewSupp->getViews(); in updateTableObjectList()
227 Reference< XViewsSupplier > xViewSupp( _rxConnection, UNO_QUERY ); in UpdateTableList() local228 if ( xViewSupp.is() ) in UpdateTableList()230 xViews = xViewSupp->getViews(); in UpdateTableList()
Completed in 14 milliseconds