Lines Matching refs:xStatusBar
878 Reference< XUIElement > xStatusBar; in implts_createProgressBar() local
884 xStatusBar = Reference< XUIElement >( m_aStatusBarElement.m_xUIElement, UNO_QUERY ); in implts_createProgressBar()
900 if ( xStatusBar.is() ) in implts_createProgressBar()
902 Reference< awt::XWindow > xWindow( xStatusBar->getRealInterface(), UNO_QUERY ); in implts_createProgressBar()
975 Reference< XUIElement > xStatusBar; in implts_setStatusBarPosSize() local
981 xStatusBar = Reference< XUIElement >( m_aStatusBarElement.m_xUIElement, UNO_QUERY ); in implts_setStatusBarPosSize()
986 if ( xStatusBar.is() ) in implts_setStatusBarPosSize()
987 xWindow = Reference< awt::XWindow >( xStatusBar->getRealInterface(), UNO_QUERY ); in implts_setStatusBarPosSize()
1014 Reference< XUIElement > xStatusBar; in implts_showProgressBar() local
1020 xStatusBar = Reference< XUIElement >( m_aStatusBarElement.m_xUIElement, UNO_QUERY ); in implts_showProgressBar()
1027 if ( xStatusBar.is() && !m_aStatusBarElement.m_bMasterHide ) in implts_showProgressBar()
1029 xWindow = Reference< awt::XWindow >( xStatusBar->getRealInterface(), UNO_QUERY ); in implts_showProgressBar()
1070 Reference< awt::XWindow > xStatusBar; in implts_hideProgressBar() local
1076 … xStatusBar = Reference< awt::XWindow >( xStatusBarElement->getRealInterface(), UNO_QUERY ); in implts_hideProgressBar()
1077 bInternalStatusBar = xStatusBar != xWindow; in implts_hideProgressBar()
1101 Reference< ui::XUIElement > xStatusBar = m_aStatusBarElement.m_xUIElement; in implts_showStatusBar() local
1106 if ( xStatusBar.is() ) in implts_showStatusBar()
1108 Reference< awt::XWindow > xWindow( xStatusBar->getRealInterface(), UNO_QUERY ); in implts_showStatusBar()
1127 Reference< ui::XUIElement > xStatusBar = m_aStatusBarElement.m_xUIElement; in implts_hideStatusBar() local
1132 if ( xStatusBar.is() ) in implts_hideStatusBar()
1134 Reference< awt::XWindow > xWindow( xStatusBar->getRealInterface(), UNO_QUERY ); in implts_hideStatusBar()
1757 uno::Reference< ui::XUIElement > xStatusBar( m_aStatusBarElement.m_xUIElement ); in getElements() local
1774 if ( xStatusBar.is() ) in getElements()
1784 aSeq[nStatusBarIndex] = xStatusBar; in getElements()
2529 Reference< XUIElement > xStatusBar( m_aStatusBarElement.m_xUIElement ); in implts_getStatusBarSize() local
2533 if ( bStatusBarVisible && bVisible && xStatusBar.is() ) in implts_getStatusBarSize()
2534 xWindow = Reference< awt::XWindow >( xStatusBar->getRealInterface(), UNO_QUERY ); in implts_getStatusBarSize()
2535 else if ( xProgressBar.is() && !xStatusBar.is() && bProgressBarVisible ) in implts_getStatusBarSize()