Searched refs:xInteractionAbort (Results 1 – 7 of 7) sorted by relevance
118 Reference< task::XInteractionAbort > xInteractionAbort( in handle_() local120 if (xInteractionAbort.is()) { in handle_()121 xInteractionAbort->select(); in handle_()
174 … uno::Reference< task::XInteractionAbort > xInteractionAbort( pConts[ pos ], uno::UNO_QUERY ); in handle() local175 if ( xInteractionAbort.is() ) in handle()176 xInteractionAbort->select(); in handle()
826 …css::uno::Reference< css::task::XInteractionAbort > xInteractionAbort( pConts[ pos ], css::uno::UN… in handle() local827 if (xInteractionAbort.is()) in handle()829 xInteractionAbort->select(); in handle()
331 Reference<task::XInteractionAbort> xInteractionAbort( in handle() local333 if (xInteractionAbort.is()) { in handle()334 xInteractionAbort->select(); in handle()
557 uno::Reference< task::XInteractionAbort > xInteractionAbort( in handle() local559 if (xInteractionAbort.is()) { in handle()560 xInteractionAbort->select(); in handle()
723 cssu::Reference< css::task::XInteractionAbort > xInteractionAbort( in handle() local725 if (xInteractionAbort.is()) { in handle()726 xInteractionAbort->select(); in handle()
507 … uno::Reference< task::XInteractionAbort > xInteractionAbort( pConts[ pos ], uno::UNO_QUERY ); in handle() local508 if (xInteractionAbort.is()) { in handle()509 xInteractionAbort->select(); in handle()
Completed in 55 milliseconds