Home
last modified time | relevance | path

Searched refs:m_xSubTitle (Results 1 – 4 of 4) sorted by relevance

/trunk/main/framework/source/fwe/helper/
H A Dtitlehelper.cxx67 , m_xSubTitle () in TitleHelper()
188 … css::uno::Reference< css::frame::XTitle > xSubTitle(m_xSubTitle.get (), css::uno::UNO_QUERY); in titleChanged()
691 … css::uno::Reference< css::frame::XTitle > xOldSubTitle(m_xSubTitle.get(), css::uno::UNO_QUERY); in impl_setSubTitle()
695 m_xSubTitle = xSubTitle; in impl_setSubTitle()
717 … css::uno::Reference< css::frame::XTitle > xSubTitle(m_xSubTitle.get (), css::uno::UNO_QUERY); in impl_getSubTitle()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDocumentWrapper.cxx765 if( !m_xSubTitle.is() ) in getSubTitle()
768 m_xSubTitle = new TitleWrapper( TitleHelper::SUB_TITLE, m_spChart2ModelContact ); in getSubTitle()
770 return m_xSubTitle; in getSubTitle()
988 DisposeHelper::DisposeAndClear( m_xSubTitle ); in dispose()
1543 else if( rSource.Source == m_xSubTitle ) in _disposing()
1544 m_xSubTitle.set( 0 ); in _disposing()
/trunk/main/framework/inc/framework/
H A Dtitlehelper.hxx202 css::uno::WeakReference< css::frame::XTitle > m_xSubTitle; member in framework::TitleHelper
/trunk/main/chart2/source/controller/inc/
H A DChartDocumentWrapper.hxx210 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > m_xSubTitle;

Completed in 37 milliseconds