Lines Matching refs:pFactory
55 StatusIndicator::StatusIndicator(StatusIndicatorFactory* pFactory) in DEFINE_XINTERFACE_2()
58 , m_xFactory (pFactory) in DEFINE_XINTERFACE_2()
79 StatusIndicatorFactory* pFactory = (StatusIndicatorFactory*)xFactory.get(); in start() local
80 pFactory->start(this, sText, nRange); in start()
95 StatusIndicatorFactory* pFactory = (StatusIndicatorFactory*)xFactory.get(); in end() local
96 pFactory->end(this); in end()
111 StatusIndicatorFactory* pFactory = (StatusIndicatorFactory*)xFactory.get(); in reset() local
112 pFactory->reset(this); in reset()
127 StatusIndicatorFactory* pFactory = (StatusIndicatorFactory*)xFactory.get(); in setText() local
128 pFactory->setText(this, sText); in setText()
143 StatusIndicatorFactory* pFactory = (StatusIndicatorFactory*)xFactory.get(); in setValue() local
144 pFactory->setValue(this, nValue); in setValue()