Lines Matching refs:container

278 …void SAL_CALL setParentStyle( const ::rtl::OUString& aParentStyle ) throw (container::NoSuchElemen…
417 …uno::Reference< container::XNameContainer> xAttribs = ::comphelper::NameContainer_createInstance(:… in OStyle()
418 …LEN("UserDefinedAttributes"), ++i,nBound,::getCppuType((uno::Reference<container::XNameContainer>… in OStyle()
467 void SAL_CALL OStyle::setParentStyle( const ::rtl::OUString& /*aParentStyle*/ ) throw (container::N… in setParentStyle()
592 uno::Reference< container::XIndexAccess > m_xViewData;
593 uno::Reference< container::XNameAccess > m_xStyles;
594 uno::Reference< container::XNameAccess> m_xXMLNamespaceMap;
595 uno::Reference< container::XNameAccess> m_xGradientTable;
596 uno::Reference< container::XNameAccess> m_xHatchTable;
597 uno::Reference< container::XNameAccess> m_xBitmapTable;
598 uno::Reference< container::XNameAccess> m_xTransparencyGradientTable;
599 uno::Reference< container::XNameAccess> m_xDashTable;
600 uno::Reference< container::XNameAccess> m_xMarkerTable;
1109 uno::Reference< report::XSection > SAL_CALL OReportDefinition::getReportHeader() throw (container::… in getReportHeader()
1113 throw container::NoSuchElementException(); in getReportHeader()
1117 uno::Reference< report::XSection > SAL_CALL OReportDefinition::getPageHeader() throw (container::No… in getPageHeader()
1121 throw container::NoSuchElementException(); in getPageHeader()
1131 uno::Reference< report::XSection > SAL_CALL OReportDefinition::getPageFooter() throw (container::No… in getPageFooter()
1135 throw container::NoSuchElementException(); in getPageFooter()
1139 uno::Reference< report::XSection > SAL_CALL OReportDefinition::getReportFooter() throw (container::… in getReportFooter()
1143 throw container::NoSuchElementException(); in getReportFooter()
1198 uno::Reference< container::XChild > xChild; in getParent()
1208 m_aProps->m_xParent = uno::Reference< container::XChild >(Parent,uno::UNO_QUERY); in setParent()
1210 uno::Reference< container::XChild > xChild; in setParent()
1410 …ller( const uno::Reference< frame::XController >& _xController ) throw (container::NoSuchElementEx… in setCurrentController()
1415 throw container::NoSuchElementException(); in setCurrentController()
2091 uno::Reference< container::XIndexAccess > SAL_CALL OReportDefinition::getViewData( ) throw (uno::R… in getViewData()
2101 … uno::Reference< container::XIndexContainer > xContainer(m_pImpl->m_xViewData,uno::UNO_QUERY); in getViewData()
2122 void SAL_CALL OReportDefinition::setViewData( const uno::Reference< container::XIndexAccess >& Data… in setViewData()
2169 uno::Reference<container::XNameAccess> xNameAccess(m_pImpl->m_xStorage,uno::UNO_QUERY); in getDocumentSubStoragesNames()
2404 uno::Reference< container::XChild > xChild(xDataProvider,uno::UNO_QUERY); in createInstance()
2503 typedef ::cppu::WeakImplHelper2< container::XNameContainer,
2504 container::XIndexAccess
2518 …OStylesHelper(const uno::Type _aType = ::getCppuType(static_cast< uno::Reference< container::XElem…
2521 …aName, const uno::Any& aElement ) throw(lang::IllegalArgumentException, container::ElementExistExc…
2522 …virtual void SAL_CALL removeByName( const ::rtl::OUString& Name ) throw(container::NoSuchElementEx…
2525 …aName, const uno::Any& aElement ) throw(lang::IllegalArgumentException, container::NoSuchElementEx…
2535 …virtual uno::Any SAL_CALL getByName( const ::rtl::OUString& aName ) throw(container::NoSuchElement…
2574 uno::Any SAL_CALL OStylesHelper::getByName( const ::rtl::OUString& aName ) throw(container::NoSuchE… in getByName()
2579 throw container::NoSuchElementException(); in getByName()
2603 …aName, const uno::Any& aElement ) throw(lang::IllegalArgumentException, container::ElementExistExc… in insertByName()
2607 throw container::ElementExistException(); in insertByName()
2615 void SAL_CALL OStylesHelper::removeByName( const ::rtl::OUString& aName ) throw(container::NoSuchEl… in removeByName()
2620 throw container::NoSuchElementException(); in removeByName()
2626 …aName, const uno::Any& aElement ) throw(lang::IllegalArgumentException, container::NoSuchElementEx… in replaceByName()
2631 throw container::NoSuchElementException(); in replaceByName()
2637 uno::Reference< container::XNameAccess > SAL_CALL OReportDefinition::getStyleFamilies( ) throw (un… in getStyleFamilies()
2644 uno::Reference< container::XNameContainer> xStyles(m_pImpl->m_xStyles,uno::UNO_QUERY); in getStyleFamilies()
2646 …uno::Reference< container::XNameContainer> xPageStyles = new OStylesHelper(::getCppuType(static_ca… in getStyleFamilies()
2651 …uno::Reference< container::XNameContainer> xFrameStyles = new OStylesHelper(::getCppuType(static_c… in getStyleFamilies()
2656 …uno::Reference< container::XNameContainer> xGraphicStyles = new OStylesHelper(::getCppuType(static… in getStyleFamilies()