Lines Matching refs:xComp
66 Reference< XComponent > xComp( m_xStatusIndicatorImpl ); in start() local
67 if ( xComp.is() ) in start()
69 ProgressBarWrapper* pProgressBar = (ProgressBarWrapper*)xComp.get(); in start()
78 Reference< XComponent > xComp( m_xStatusIndicatorImpl ); in end() local
79 if ( xComp.is() ) in end()
81 ProgressBarWrapper* pProgressBar = (ProgressBarWrapper*)xComp.get(); in end()
90 Reference< XComponent > xComp( m_xStatusIndicatorImpl ); in reset() local
91 if ( xComp.is() ) in reset()
93 ProgressBarWrapper* pProgressBar = (ProgressBarWrapper*)xComp.get(); in reset()
103 Reference< XComponent > xComp( m_xStatusIndicatorImpl ); in setText() local
104 if ( xComp.is() ) in setText()
106 ProgressBarWrapper* pProgressBar = (ProgressBarWrapper*)xComp.get(); in setText()
116 Reference< XComponent > xComp( m_xStatusIndicatorImpl ); in setValue() local
117 if ( xComp.is() ) in setValue()
119 ProgressBarWrapper* pProgressBar = (ProgressBarWrapper*)xComp.get(); in setValue()