Lines Matching refs:UNO_QUERY

72 … 		( xFactory->createInstance ( OUString::createFromAscii( FIXEDTEXT_SERVICENAME	) ), UNO_QUERY ) ;  in ProgressMonitor()
73 … ( xFactory->createInstance ( OUString::createFromAscii( FIXEDTEXT_SERVICENAME ) ), UNO_QUERY ) ; in ProgressMonitor()
74 … ( xFactory->createInstance ( OUString::createFromAscii( FIXEDTEXT_SERVICENAME ) ), UNO_QUERY ) ; in ProgressMonitor()
75 … ( xFactory->createInstance ( OUString::createFromAscii( FIXEDTEXT_SERVICENAME ) ), UNO_QUERY ) ; in ProgressMonitor()
76 …> ( xFactory->createInstance ( OUString::createFromAscii( BUTTON_SERVICENAME ) ), UNO_QUERY ) ; in ProgressMonitor()
77 … ( xFactory->createInstance ( OUString::createFromAscii( SERVICENAME_PROGRESSBAR ) ), UNO_QUERY ) ; in ProgressMonitor()
80 Reference< XControl > xRef_Topic_Top ( m_xTopic_Top , UNO_QUERY ) ; in ProgressMonitor()
81 Reference< XControl > xRef_Text_Top ( m_xText_Top , UNO_QUERY ) ; in ProgressMonitor()
82 Reference< XControl > xRef_Topic_Bottom ( m_xTopic_Bottom , UNO_QUERY ) ; in ProgressMonitor()
83 Reference< XControl > xRef_Text_Bottom ( m_xText_Bottom , UNO_QUERY ) ; in ProgressMonitor()
84 Reference< XControl > xRef_Button ( m_xButton , UNO_QUERY ) ; in ProgressMonitor()
85 Reference< XControl > xRef_ProgressBar ( m_xProgressBar , UNO_QUERY ) ; in ProgressMonitor()
88 …> ( xFactory->createInstance ( OUString::createFromAscii( FIXEDTEXT_MODELNAME ) ), UNO_QUERY ) ) ; in ProgressMonitor()
89 …> ( xFactory->createInstance ( OUString::createFromAscii( FIXEDTEXT_MODELNAME ) ), UNO_QUERY ) ) ; in ProgressMonitor()
90 …> ( xFactory->createInstance ( OUString::createFromAscii( FIXEDTEXT_MODELNAME ) ), UNO_QUERY ) ) ; in ProgressMonitor()
91 …> ( xFactory->createInstance ( OUString::createFromAscii( FIXEDTEXT_MODELNAME ) ), UNO_QUERY ) ) ; in ProgressMonitor()
92 …l > ( xFactory->createInstance ( OUString::createFromAscii( BUTTON_MODELNAME ) ), UNO_QUERY ) ) ; in ProgressMonitor()
105 Reference< XWindow > xWindowRef_ProgressBar( m_xProgressBar, UNO_QUERY ); in ProgressMonitor()
501 Reference< XLayoutConstrains > xTopicLayout_Top ( m_xTopic_Top , UNO_QUERY ) ; in getPreferredSize()
502 Reference< XLayoutConstrains > xTopicLayout_Bottom ( m_xTopic_Bottom , UNO_QUERY ) ; in getPreferredSize()
503 Reference< XLayoutConstrains > xButtonLayout ( m_xButton , UNO_QUERY ) ; in getPreferredSize()
504 Reference< XWindow > xProgressBarWindow ( m_xProgressBar , UNO_QUERY ) ; in getPreferredSize()
600 Reference< XControl > xRef_Topic_Top ( m_xTopic_Top , UNO_QUERY ) ; in dispose()
601 Reference< XControl > xRef_Text_Top ( m_xText_Top , UNO_QUERY ) ; in dispose()
602 Reference< XControl > xRef_Topic_Bottom ( m_xTopic_Bottom , UNO_QUERY ) ; in dispose()
603 Reference< XControl > xRef_Text_Bottom ( m_xText_Bottom , UNO_QUERY ) ; in dispose()
604 Reference< XControl > xRef_Button ( m_xButton , UNO_QUERY ) ; in dispose()
605 Reference< XControl > xRef_ProgressBar ( m_xProgressBar , UNO_QUERY ) ; in dispose()
746 Reference< XLayoutConstrains > xTopicLayout_Top ( m_xTopic_Top , UNO_QUERY ) ; in impl_recalcLayout()
747 Reference< XLayoutConstrains > xTextLayout_Top ( m_xText_Top , UNO_QUERY ) ; in impl_recalcLayout()
748 Reference< XLayoutConstrains > xTopicLayout_Bottom ( m_xTopic_Bottom , UNO_QUERY ) ; in impl_recalcLayout()
749 Reference< XLayoutConstrains > xTextLayout_Bottom ( m_xText_Bottom , UNO_QUERY ) ; in impl_recalcLayout()
750 Reference< XLayoutConstrains > xButtonLayout ( m_xButton , UNO_QUERY ) ; in impl_recalcLayout()
835 Reference< XWindow > xRef_Topic_Top ( m_xTopic_Top , UNO_QUERY ) ; in impl_recalcLayout()
836 Reference< XWindow > xRef_Text_Top ( m_xText_Top , UNO_QUERY ) ; in impl_recalcLayout()
837 Reference< XWindow > xRef_Topic_Bottom ( m_xTopic_Bottom , UNO_QUERY ) ; in impl_recalcLayout()
838 Reference< XWindow > xRef_Text_Bottom ( m_xText_Bottom , UNO_QUERY ) ; in impl_recalcLayout()
839 Reference< XWindow > xRef_Button ( m_xButton , UNO_QUERY ) ; in impl_recalcLayout()
840 Reference< XWindow > xRef_ProgressBar ( m_xProgressBar , UNO_QUERY ) ; in impl_recalcLayout()