| /AOO42X/main/filter/source/msfilter/powerpoint/ |
| H A D | pptimporter.cxx | 43 throw( NMSP_UNO::RuntimeException ) in PptImporter_getImplementationName() 49 throw( NMSP_UNO::RuntimeException ) in PptImporter_supportsService() 55 throw( NMSP_UNO::RuntimeException ) in SEQ() 72 …xHdl = REF( NMSP_SAX::XDocumentHandler ) ( xFact->createInstance( sService ), NMSP_UNO::UNO_Q… in PptImporter() 73 xImporter = REF( NMSP_DOCUMENT::XImporter )( xHdl, NMSP_UNO::UNO_QUERY ); in PptImporter() 75 catch( NMSP_UNO::Exception & ) in PptImporter() 102 throw ( NMSP_UNO::RuntimeException ) in filter() 109 …REF( NMSP_UNO::XInterface ) xWriter( xServiceFactory->createInstance( B2UCONST( "com.sun.star.xml.… in filter() 111 …tStream( (::cppu::OWeakObject*) new NMSP_UTL::OOutputStreamWrapper( aStrm ), NMSP_UNO::UNO_QUERY ); in filter() 112 REF( NMSP_IO::XActiveDataSource ) xDataSource( xWriter , NMSP_UNO::UNO_QUERY ); in filter() [all …]
|
| H A D | pptimporter.hxx | 58 throw ( NMSP_UNO::RuntimeException ); 60 throw ( NMSP_UNO::RuntimeException ); 64 throw ( NMSP_LANG::IllegalArgumentException, NMSP_UNO::RuntimeException ); 67 virtual void SAL_CALL initialize( const SEQ( NMSP_UNO::Any )& aArguments ) 68 throw ( NMSP_UNO::Exception, NMSP_UNO::RuntimeException ); 72 throw ( NMSP_UNO::RuntimeException ); 74 throw ( NMSP_UNO::RuntimeException ); 76 throw ( NMSP_UNO::RuntimeException ); 81 throw ( NMSP_UNO::RuntimeException ); 83 throw( NMSP_UNO::RuntimeException ); [all …]
|
| H A D | pptcom.hxx | 57 #define NMSP_UNO com::sun::star::uno macro 67 #define REF( _def_Obj ) NMSP_UNO::Reference< _def_Obj > 68 #define SEQ( _def_Obj ) NMSP_UNO::Sequence< _def_Obj > 69 #define ANY NMSP_UNO::Any
|
| H A D | pptimporteruno.cxx | 36 static REF( NMSP_UNO::XInterface ) SAL_CALL create_PptImporter( const REF( NMSP_LANG::XMultiService… in REF() 38 return REF( NMSP_UNO::XInterface )( *new PptImporter( rxFact ) ); in REF()
|
| /AOO42X/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShapeEngine.hxx | 50 #define NMSP_UNO com::sun::star::uno macro 58 #define REF( _def_Obj ) NMSP_UNO::Reference< _def_Obj > 59 #define SEQ( _def_Obj ) NMSP_UNO::Sequence< _def_Obj > 91 virtual void SAL_CALL initialize( const SEQ( NMSP_UNO::Any )& aArguments ) 92 throw ( NMSP_UNO::Exception, NMSP_UNO::RuntimeException ); 96 throw ( NMSP_UNO::RuntimeException ); 98 throw ( NMSP_UNO::RuntimeException ); 100 throw ( NMSP_UNO::RuntimeException ); 104 throw ( NMSP_UNO::RuntimeException ); 106 throw ( NMSP_UNO::RuntimeException ); [all …]
|
| H A D | EnhancedCustomShapeEngine.cxx | 59 throw( NMSP_UNO::RuntimeException ) in EnhancedCustomShapeEngine_getImplementationName() 64 throw( NMSP_UNO::RuntimeException ) in EnhancedCustomShapeEngine_supportsService() 69 throw( NMSP_UNO::RuntimeException ) in SEQ() 101 void SAL_CALL EnhancedCustomShapeEngine::initialize( const SEQ( NMSP_UNO::Any )& aArguments ) in initialize() 102 throw ( NMSP_UNO::Exception, NMSP_UNO::RuntimeException ) in initialize() 124 throw( NMSP_UNO::RuntimeException ) in getImplementationName() 129 throw( NMSP_UNO::RuntimeException ) in supportsService() 134 throw ( NMSP_UNO::RuntimeException ) in SEQ() 261 throw ( NMSP_UNO::RuntimeException ) in REF() 353 throw ( NMSP_UNO::RuntimeException ) in getTextBounds() [all …]
|
| /AOO42X/main/filter/source/filtertracer/ |
| H A D | filtertracer.hxx | 55 #define NMSP_UNO com::sun::star::uno macro 63 #define REF( _def_Obj ) NMSP_UNO::Reference< _def_Obj > 64 #define SEQ( _def_Obj ) NMSP_UNO::Sequence< _def_Obj > 148 virtual void SAL_CALL initialize( const SEQ( NMSP_UNO::Any )& aArguments ) 149 throw ( NMSP_UNO::Exception, NMSP_UNO::RuntimeException ); 153 throw ( NMSP_UNO::RuntimeException ); 155 throw ( NMSP_UNO::RuntimeException ); 157 throw ( NMSP_UNO::RuntimeException ); 176 throw ( NMSP_UNO::RuntimeException ); 178 throw( NMSP_UNO::RuntimeException ); [all …]
|
| H A D | filtertracer.cxx | 35 throw( NMSP_UNO::RuntimeException ) in FilterTracer_getImplementationName() 40 throw( NMSP_UNO::RuntimeException ) in FilterTracer_supportsService() 45 throw( NMSP_UNO::RuntimeException ) in SEQ() 60 …REF( NMSP_UNO::XInterface ) xObj( rxMgr->createInstance( ::rtl::OUString::createFromAscii( "com.su… in FilterTracer() 103 void SAL_CALL FilterTracer::initialize( const SEQ( NMSP_UNO::Any )& aArguments ) in initialize() 104 throw ( NMSP_UNO::Exception, NMSP_UNO::RuntimeException ) in initialize() 148 throw( NMSP_UNO::RuntimeException ) in getImplementationName() 153 throw( NMSP_UNO::RuntimeException ) in supportsService() 158 throw ( NMSP_UNO::RuntimeException ) in SEQ()
|
| H A D | filtertraceruno.cxx | 36 static REF( NMSP_UNO::XInterface ) SAL_CALL create_FilterTracer( const REF( NMSP_LANG::XMultiServic… in REF() 38 return REF( NMSP_UNO::XInterface )( *new FilterTracer( rxFact ) ); in REF()
|
| /AOO42X/main/filter/source/svg/ |
| H A D | svgwriter.hxx | 80 #define NMSP_UNO com::sun::star::uno macro 87 #define REF( _def_Obj ) NMSP_UNO::Reference< _def_Obj > 88 #define SEQ( _def_Obj ) NMSP_UNO::Sequence< _def_Obj > 253 …virtual NMSP_UNO::Any SAL_CALL queryInterface( const NMSP_UNO::Type & rType ) throw( NMSP… 259 … const SEQ( sal_Int8 )& rMtfSeq ) throw( NMSP_UNO::RuntimeException );
|
| H A D | svgwriter.cxx | 1023 …_SAX::XExtendedDocumentHandler ) xExtDocHandler( mrExport.GetDocHandler(), NMSP_UNO::UNO_QUERY ); in ImplWriteBmp() 1971 ANY SAL_CALL SVGWriter::queryInterface( const NMSP_UNO::Type & rType ) throw( NMSP_UNO::RuntimeExce… in queryInterface() 1996 const SEQ( sal_Int8 )& rMtfSeq ) throw( NMSP_UNO::RuntimeException ) in write()
|
| H A D | svgexport.cxx | 1314 …REF( NMSP_SAX::XExtendedDocumentHandler ) xExtDocHandler( GetDocHandler(), NMSP_UNO::UNO_QUERY ); in writeMtf()
|
| /AOO42X/main/extensions/source/xmlextract/ |
| H A D | xmxcom.hxx | 50 #define NMSP_UNO ::com::sun::star::uno macro 56 #define REF( _def_Obj ) NMSP_UNO::Reference< _def_Obj > 57 #define SEQ( _def_Obj ) NMSP_UNO::Sequence< _def_Obj > 58 #define ANY NMSP_UNO::Any
|
| H A D | xmxuno.cxx | 37 static REF( NMSP_UNO::XInterface ) SAL_CALL create_XMLExtractor( const REF( NMSP_LANG::XMultiServic… in REF() 39 return REF( NMSP_UNO::XInterface )( *new XMLExtractor( rxFact ) ); in REF()
|
| H A D | xmxtrct.hxx | 47 …SAL_CALL extract( const REF( NMSP_IO::XInputStream )& rxIStm ) throw( NMSP_UNO::RuntimeException…
|
| H A D | xmxtrct.cxx | 157 …Extractor::extract( const REF( NMSP_IO::XInputStream )& rxIStm ) throw( NMSP_UNO::RuntimeException… in REF()
|