Home
last modified time | relevance | path

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

/trunk/main/comphelper/inc/comphelper/
H A Duno3.hxx242 …com::sun::star::uno::XAggregation >& _rxAggregate, ::com::sun::star::uno::Reference<iface>& _rxOut) in query_aggregation() argument
244 _rxOut = static_cast<iface*>(NULL); in query_aggregation()
250 _rxOut = *(::com::sun::star::uno::Reference<iface>*)aCheck.getValue(); in query_aggregation()
252 return _rxOut.is(); in query_aggregation()
262 …ool query_interface(const InterfaceRef& _rxObject, ::com::sun::star::uno::Reference<iface>& _rxOut) in query_interface() argument
264 _rxOut = static_cast<iface*>(NULL); in query_interface()
271 _rxOut = *(::com::sun::star::uno::Reference<iface>*)aCheck.getValue(); in query_interface()
272 return _rxOut.is(); in query_interface()
/trunk/main/dbaccess/source/ui/inc/
H A DTableController.hxx141 …d Save(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectOutputStream>& _rxOut);
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx684 void OTableController::Save(const Reference< XObjectOutputStream>& _rxOut) in Save() argument
686 OStreamSection aSection(_rxOut.get()); in Save()

Completed in 28 milliseconds