Lines Matching refs:xComp
279 Reference< lang::XComponent > xComp( xInstance, UNO_QUERY ); in try_dispose() local
280 if (xComp.is()) in try_dispose()
282 xComp->dispose(); in try_dispose()
286 static inline void try_dispose( Reference< lang::XComponent > const & xComp ) in try_dispose() argument
289 if (xComp.is()) in try_dispose()
291 xComp->dispose(); in try_dispose()
720 Reference< lang::XComponent > xComp; in disposing() local
721 pEntry->value >>= xComp; in disposing()
722 if (xComp.is()) in disposing()
726 xTDMgr = xComp; in disposing()
730 xAC = xComp; in disposing()
734 xPolicy = xComp; in disposing()
738 xComp->dispose(); in disposing()