Home
last modified time | relevance | path

Searched refs:xSubTitle (Results 1 – 3 of 3) sorted by relevance

/trunk/main/framework/source/fwe/helper/
H A Dtitlehelper.cxx188 … css::uno::Reference< css::frame::XTitle > xSubTitle(m_xSubTitle.get (), css::uno::UNO_QUERY); in titleChanged() local
193 if (aEvent.Source != xSubTitle) in titleChanged()
666 …css::uno::Reference< css::frame::XTitle > xSubTitle(xController->getModel (), css::uno::UNO_QUERY); in impl_startListeningForController() local
667 impl_setSubTitle (xSubTitle); in impl_startListeningForController()
681 impl_setSubTitle (xSubTitle); in impl_updateListeningForFrame()
685 void TitleHelper::impl_setSubTitle (const css::uno::Reference< css::frame::XTitle >& xSubTitle) in impl_setSubTitle() argument
692 if (xOldSubTitle == xSubTitle) 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() local
722 if (xSubTitle.is ()) in impl_getSubTitle()
[all …]
/trunk/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx236 Reference< XTitle > xSubTitle( xDiaTitled->getTitleObject()); in createTree() local
237 if( xSubTitle.is()) in createTree()
239 … ObjectIdentifier( ObjectIdentifier::createClassifiedIdentifierForObject( xSubTitle, xModel ) ) ); in createTree()
/trunk/main/framework/inc/framework/
H A Dtitlehelper.hxx183 void impl_setSubTitle (const css::uno::Reference< css::frame::XTitle >& xSubTitle);

Completed in 30 milliseconds