Lines Matching refs:Reference

117 	ImpXMLEXPPageMasterInfo(const SdXMLExport& rExp, const Reference<XDrawPage>& xPage);
135 const Reference<XDrawPage>& xPage) in ImpXMLEXPPageMasterInfo()
144 Reference <beans::XPropertySet> xPropSet(xPage, UNO_QUERY); in ImpXMLEXPPageMasterInfo()
149 Reference< beans::XPropertySetInfo > xPropsInfo( xPropSet->getPropertySetInfo() ); in ImpXMLEXPPageMasterInfo()
181 Reference <container::XNamed> xMasterNamed(xPage, UNO_QUERY); in ImpXMLEXPPageMasterInfo()
411 …const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFa… in DECLARE_LIST()
441 void SAL_CALL SdXMLExport::setSourceDocument( const Reference< lang::XComponent >& xDoc ) in setSourceDocument()
496 Reference< style::XStyleFamiliesSupplier > xFamSup( GetModel(), UNO_QUERY ); in setSourceDocument()
503 Reference < drawing::XMasterPagesSupplier > xMasterPagesSupplier(GetModel(), UNO_QUERY); in setSourceDocument()
515 Reference <XDrawPagesSupplier> xDrawPagesSupplier(GetModel(), UNO_QUERY); in setSourceDocument()
541 Reference<presentation::XHandoutMasterSupplier> xHandoutSupp(GetModel(), UNO_QUERY); in setSourceDocument()
544 Reference<XDrawPage> xHandoutPage(xHandoutSupp->getHandoutMasterPage()); in setSourceDocument()
547 Reference<drawing::XShapes> xShapes(xHandoutPage, UNO_QUERY); in setSourceDocument()
561 Reference< drawing::XShapes > xMasterPage; in setSourceDocument()
571 Reference<presentation::XPresentationPage> xPresPage; in setSourceDocument()
574 Reference<XDrawPage> xNotesPage(xPresPage->getNotesPage()); in setSourceDocument()
577 Reference<drawing::XShapes> xShapes(xNotesPage, UNO_QUERY); in setSourceDocument()
593 Reference< drawing::XShapes > xPage; in setSourceDocument()
603 Reference<presentation::XPresentationPage> xPresPage; in setSourceDocument()
606 Reference<XDrawPage> xNotesPage(xPresPage->getNotesPage()); in setSourceDocument()
609 Reference<drawing::XShapes> xShapes(xNotesPage, UNO_QUERY); in setSourceDocument()
661 sal_uInt32 SdXMLExport::ImpRecursiveObjectCount(Reference< drawing::XShapes > xShapes) in ImpRecursiveObjectCount()
672 Reference< drawing::XShapes > xGroup; in ImpRecursiveObjectCount()
758 Reference< beans::XPropertyState > mxState;
759 Reference< beans::XPropertySet > mxSet;
762 ImpDefaultMapper( Reference< beans::XPropertyState >& rxState );
765 …virtual Reference< beans::XPropertySetInfo > SAL_CALL getPropertySetInfo() throw(uno::RuntimeExcep…
770 …virtual void SAL_CALL addPropertyChangeListener( const OUString& aPropertyName, const Reference< b…
771 …virtual void SAL_CALL removePropertyChangeListener( const OUString& aPropertyName, const Reference
772 …virtual void SAL_CALL addVetoableChangeListener( const OUString& PropertyName, const Reference< be…
773 …virtual void SAL_CALL removeVetoableChangeListener( const OUString& PropertyName, const Reference<…
776 ImpDefaultMapper::ImpDefaultMapper( Reference< beans::XPropertyState >& rxState ) in ImpDefaultMapper()
782 Reference< beans::XPropertySetInfo > SAL_CALL ImpDefaultMapper::getPropertySetInfo() throw(uno::Run… in getPropertySetInfo()
798 void SAL_CALL ImpDefaultMapper::addPropertyChangeListener( const OUString&, const Reference< beans:… in addPropertyChangeListener()
799 void SAL_CALL ImpDefaultMapper::removePropertyChangeListener( const OUString&, const Reference< bea… in removePropertyChangeListener()
800 void SAL_CALL ImpDefaultMapper::addVetoableChangeListener( const OUString&, const Reference< beans:… in addVetoableChangeListener()
801 void SAL_CALL ImpDefaultMapper::removeVetoableChangeListener( const OUString&, const Reference< bea… in removeVetoableChangeListener()
840 Reference< presentation::XHandoutMasterSupplier > xHandoutSupp( GetModel(), UNO_QUERY ); in ImpPrepAutoLayoutInfos()
843 Reference< XDrawPage > xHandoutPage( xHandoutSupp->getHandoutMasterPage() ); in ImpPrepAutoLayoutInfos()
855 Reference<XDrawPage> xDrawPage; in ImpPrepAutoLayoutInfos()
866 sal_Bool SdXMLExport::ImpPrepAutoLayoutInfo(const Reference<XDrawPage>& xPage, OUString& rName) in ImpPrepAutoLayoutInfo()
871 Reference <beans::XPropertySet> xPropSet(xPage, UNO_QUERY); in ImpPrepAutoLayoutInfo()
885 Reference < drawing::XMasterPageTarget > xMasterPageInt(xPage, UNO_QUERY); in ImpPrepAutoLayoutInfo()
888 Reference<XDrawPage> xUsedMasterPage(xMasterPageInt->getMasterPage()); in ImpPrepAutoLayoutInfo()
891 Reference < container::XNamed > xMasterNamed(xUsedMasterPage, UNO_QUERY); in ImpPrepAutoLayoutInfo()
1372 ImpXMLEXPPageMasterInfo* SdXMLExport::ImpGetOrCreatePageMasterInfo( Reference< XDrawPage > xMasterP… in ImpGetOrCreatePageMasterInfo()
1402 Reference< XHandoutMasterSupplier > xHMS( GetModel(), UNO_QUERY ); in ImpPrepPageMasterInfos()
1405 Reference< XDrawPage > xMasterPage( xHMS->getHandoutMasterPage() ); in ImpPrepPageMasterInfos()
1417 Reference< XDrawPage > xMasterPage( mxDocMasterPages->getByIndex(nMPageId), UNO_QUERY ); in ImpPrepPageMasterInfos()
1429 Reference< presentation::XPresentationPage > xPresPage(xMasterPage, UNO_QUERY); in ImpPrepPageMasterInfos()
1432 Reference< XDrawPage > xNotesPage(xPresPage->getNotesPage()); in ImpPrepPageMasterInfos()
1538 Reference<XDrawPage> xDrawPage; in ImpPrepDrawPageInfos()
1542 Reference< presentation::XPresentationPage > xPresPage(xDrawPage, UNO_QUERY); in ImpPrepDrawPageInfos()
1613 HeaderFooterPageSettingsImpl SdXMLExport::ImpPrepDrawPageHeaderFooterDecls( const Reference<XDrawPa… in ImpPrepDrawPageHeaderFooterDecls()
1619 Reference< XPropertySet > xSet( xDrawPage, UNO_QUERY_THROW ); in ImpPrepDrawPageHeaderFooterDecls()
1620 Reference< XPropertySetInfo > xInfo( xSet->getPropertySetInfo() ); in ImpPrepDrawPageHeaderFooterDecls()
1746 OUString SdXMLExport::ImpCreatePresPageStyleName( Reference<XDrawPage> xDrawPage, bool bExportBackg… in ImpCreatePresPageStyleName()
1753 Reference< beans::XPropertySet > xPropSet1(xDrawPage, UNO_QUERY); in ImpCreatePresPageStyleName()
1756 Reference< beans::XPropertySet > xPropSet; in ImpCreatePresPageStyleName()
1765 Reference< beans::XPropertySet > xPropSet2; in ImpCreatePresPageStyleName()
1766 Reference< beans::XPropertySetInfo > xInfo( xPropSet1->getPropertySetInfo() ); in ImpCreatePresPageStyleName()
1815 Reference<XDrawPage> xDrawPage; in ImpPrepMasterPageInfos()
1822 Reference< presentation::XHandoutMasterSupplier > xHandoutSupp( GetModel(), UNO_QUERY ); in ImpPrepMasterPageInfos()
1825 Reference< XDrawPage > xHandoutPage( xHandoutSupp->getHandoutMasterPage() ); in ImpPrepMasterPageInfos()
1843 Reference<container::XNamed> xNamed; in ImpWritePresentationStyles()
1885 uno::Reference<document::XDocumentPropertiesSupplier> xPropSup(GetModel(), in _ExportMeta()
1887 uno::Reference<document::XDocumentProperties> xDocProps( in _ExportMeta()
1907 …uno::Reference<drawing::XDrawPage> xDrawPage( mxDocDrawPages->getByIndex(nPageInd), uno::UNO_QUERY… in _ExportContent()
1914 Reference < container::XNamed > xNamed(xDrawPage, UNO_QUERY); in _ExportContent()
1924 Reference < drawing::XMasterPageTarget > xMasterPageInt(xDrawPage, UNO_QUERY); in _ExportContent()
1927 Reference<XDrawPage> xUsedMasterPage(xMasterPageInt->getMasterPage()); in _ExportContent()
1930 Reference < container::XNamed > xMasterNamed(xUsedMasterPage, UNO_QUERY); in _ExportContent()
1945 Reference< beans::XPropertySet > xProps( xDrawPage, UNO_QUERY ); in _ExportContent()
1987 uno::Reference< ::com::sun::star::animations::XAnimationNodeSupplier > xAnimNodeSupplier; in _ExportContent()
2026 Reference< drawing::XShapes > xExportShapes(xDrawPage, UNO_QUERY); in _ExportContent()
2049 Reference< presentation::XPresentationPage > xPresPage(xDrawPage, UNO_QUERY); in _ExportContent()
2052 Reference< XDrawPage > xNotesPage(xPresPage->getNotesPage()); in _ExportContent()
2055 Reference< drawing::XShapes > xShapes(xNotesPage, UNO_QUERY); in _ExportContent()
2090 Reference< XPresentationSupplier > xPresSupplier( GetModel(), UNO_QUERY ); in exportPresentationSettings()
2094 Reference< XPropertySet > xPresProps( xPresSupplier->getPresentation(), UNO_QUERY ); in exportPresentationSettings()
2204 Reference< container::XNameContainer > xShows; in exportPresentationSettings()
2209 Reference< XCustomPresentationSupplier > xSup( GetModel(), UNO_QUERY ); in exportPresentationSettings()
2228 Reference< XIndexContainer > xShow; in exportPresentationSettings()
2229 Reference< XNamed > xPageName; in exportPresentationSettings()
2294 Reference< beans::XPropertySet > xInfoSet( getExportInfo() ); in _ExportStyles()
2297 Reference< beans::XPropertySetInfo > xInfoSetInfo( xInfoSet->getPropertySetInfo() ); in _ExportStyles()
2313 Reference< beans::XPropertySet > xInfoSet( getExportInfo() ); in _ExportAutoStyles()
2316 Reference< beans::XPropertySetInfo > xInfoSetInfo( xInfoSet->getPropertySetInfo() ); in _ExportAutoStyles()
2358 Reference< presentation::XHandoutMasterSupplier > xHandoutSupp( GetModel(), UNO_QUERY ); in _ExportAutoStyles()
2361 Reference< XDrawPage > xHandoutPage( xHandoutSupp->getHandoutMasterPage() ); in _ExportAutoStyles()
2364 Reference< drawing::XShapes > xShapes(xHandoutPage, UNO_QUERY); in _ExportAutoStyles()
2374 Reference< XDrawPage > xMasterPage(mxDocMasterPages->getByIndex(nMPageId), UNO_QUERY ); in _ExportAutoStyles()
2383 Reference < container::XNamed > xNamed(xMasterPage, UNO_QUERY); in _ExportAutoStyles()
2394 Reference< drawing::XShapes > xMasterShapes(xMasterPage, UNO_QUERY); in _ExportAutoStyles()
2400 Reference< presentation::XPresentationPage > xPresPage(xMasterPage, UNO_QUERY); in _ExportAutoStyles()
2403 Reference< XDrawPage > xNotesPage(xPresPage->getNotesPage()); in _ExportAutoStyles()
2409 Reference< drawing::XShapes > xShapes(xNotesPage, UNO_QUERY); in _ExportAutoStyles()
2432 Reference<XDrawPage> xDrawPage( mxDocDrawPages->getByIndex(nPageInd), UNO_QUERY ); in _ExportAutoStyles()
2440 Reference < drawing::XMasterPageTarget > xMasterPageInt(xDrawPage, UNO_QUERY); in _ExportAutoStyles()
2443 Reference<XDrawPage> xUsedMasterPage(xMasterPageInt->getMasterPage()); in _ExportAutoStyles()
2446 Reference < container::XNamed > xMasterNamed(xUsedMasterPage, UNO_QUERY); in _ExportAutoStyles()
2461 Reference< drawing::XShapes > xDrawShapes(xDrawPage, UNO_QUERY); in _ExportAutoStyles()
2468 Reference< presentation::XPresentationPage > xPresPage(xDrawPage, UNO_QUERY); in _ExportAutoStyles()
2471 Reference< XDrawPage > xNotesPage(xPresPage->getNotesPage()); in _ExportAutoStyles()
2477 Reference< drawing::XShapes > xShapes(xNotesPage, UNO_QUERY); in _ExportAutoStyles()
2516 Reference< presentation::XHandoutMasterSupplier > xHandoutSupp( GetModel(), UNO_QUERY ); in _ExportMasterStyles()
2519 Reference< XDrawPage > xHandoutPage( xHandoutSupp->getHandoutMasterPage() ); in _ExportMasterStyles()
2545 Reference< drawing::XShapes > xShapes(xHandoutPage, UNO_QUERY); in _ExportMasterStyles()
2555 Reference< XDrawPage > xMasterPage( mxDocMasterPages->getByIndex(nMPageId), UNO_QUERY ); in _ExportMasterStyles()
2560 Reference < container::XNamed > xNamed(xMasterPage, UNO_QUERY); in _ExportMasterStyles()
2592 Reference< drawing::XShapes > xMasterShapes(xMasterPage, UNO_QUERY); in _ExportMasterStyles()
2599 Reference< presentation::XPresentationPage > xPresPage(xMasterPage, UNO_QUERY); in _ExportMasterStyles()
2602 Reference< XDrawPage > xNotesPage(xPresPage->getNotesPage()); in _ExportMasterStyles()
2605 Reference< drawing::XShapes > xShapes(xNotesPage, UNO_QUERY); in _ExportMasterStyles()
2632 void SdXMLExport::exportFormsElement( Reference< XDrawPage > xDrawPage ) in exportFormsElement()
2636 Reference< form::XFormsSupplier2 > xFormsSupplier( xDrawPage, UNO_QUERY ); in exportFormsElement()
2659 Reference< beans::XPropertySet > xPropSet( GetModel(), UNO_QUERY ); in GetViewSettings()
2684 Reference< lang::XMultiServiceFactory > xFac( GetModel(), UNO_QUERY ); in GetConfigurationSettings()
2687Reference< beans::XPropertySet > xProps( xFac->createInstance( OUString( RTL_CONSTASCII_USTRINGPAR… in GetConfigurationSettings()
2753 OUString SdXMLExport::getNavigationOrder( const Reference< XDrawPage >& xDrawPage ) in getNavigationOrder()
2758 Reference< XPropertySet > xSet( xDrawPage, UNO_QUERY_THROW ); in getNavigationOrder()
2759Reference< XIndexAccess > xNavOrder( xSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM… in getNavigationOrder()
2761 Reference< XIndexAccess > xZOrderAccess( xDrawPage, UNO_QUERY ); in getNavigationOrder()
2770 …OUString sId( getInterfaceToIdentifierMapper().registerReference( Reference< XInterface >( xNavOrd… in getNavigationOrder()
2788 void SdXMLExport::collectAnnotationAutoStyles( const Reference<XDrawPage>& xDrawPage ) in collectAnnotationAutoStyles()
2790 Reference< XAnnotationAccess > xAnnotationAccess( xDrawPage, UNO_QUERY ); in collectAnnotationAutoStyles()
2793Reference< XAnnotationEnumeration > xAnnotationEnumeration( xAnnotationAccess->createAnnotationEnu… in collectAnnotationAutoStyles()
2798Reference< XAnnotation > xAnnotation( xAnnotationEnumeration->nextElement(), UNO_QUERY_THROW ); in collectAnnotationAutoStyles()
2799 Reference< XText > xText( xAnnotation->getTextRange() ); in collectAnnotationAutoStyles()
2811 void SdXMLExport::exportAnnotations( const Reference<XDrawPage>& xDrawPage ) in exportAnnotations()
2817 Reference< XAnnotationAccess > xAnnotationAccess( xDrawPage, UNO_QUERY ); in exportAnnotations()
2820Reference< XAnnotationEnumeration > xAnnotationEnumeration( xAnnotationAccess->createAnnotationEnu… in exportAnnotations()
2826Reference< XAnnotation > xAnnotation( xAnnotationEnumeration->nextElement(), UNO_QUERY_THROW ); in exportAnnotations()
2865 …com::sun::star::uno::Reference < com::sun::star::text::XText > xText( xAnnotation->getTextRange() … in exportAnnotations()
2891 uno::Reference< uno::XInterface > SAL_CALL classname##_createInstance(const uno::Reference< lang::X…