Lines Matching refs:xFactory
74 …css::uno::Reference< css::task::XStatusIndicatorFactory > xFactory(m_xFactory.get(), css::uno::UNO… in start() local
77 if (xFactory.is()) in start()
79 StatusIndicatorFactory* pFactory = (StatusIndicatorFactory*)xFactory.get(); in start()
90 …css::uno::Reference< css::task::XStatusIndicatorFactory > xFactory(m_xFactory.get(), css::uno::UNO… in end() local
93 if (xFactory.is()) in end()
95 StatusIndicatorFactory* pFactory = (StatusIndicatorFactory*)xFactory.get(); in end()
106 …css::uno::Reference< css::task::XStatusIndicatorFactory > xFactory(m_xFactory.get(), css::uno::UNO… in reset() local
109 if (xFactory.is()) in reset()
111 StatusIndicatorFactory* pFactory = (StatusIndicatorFactory*)xFactory.get(); in reset()
122 …css::uno::Reference< css::task::XStatusIndicatorFactory > xFactory(m_xFactory.get(), css::uno::UNO… in setText() local
125 if (xFactory.is()) in setText()
127 StatusIndicatorFactory* pFactory = (StatusIndicatorFactory*)xFactory.get(); in setText()
138 …css::uno::Reference< css::task::XStatusIndicatorFactory > xFactory(m_xFactory.get(), css::uno::UNO… in setValue() local
141 if (xFactory.is()) in setValue()
143 StatusIndicatorFactory* pFactory = (StatusIndicatorFactory*)xFactory.get(); in setValue()