Home
last modified time | relevance | path

Searched refs:NMSP_UNO (Results 1 – 16 of 16) sorted by relevance

/aoo42x/main/filter/source/msfilter/powerpoint/
H A Dpptimporter.cxx43 throw( NMSP_UNO::RuntimeException ) in PptImporter_getImplementationName()
49 throw( NMSP_UNO::RuntimeException ) in PptImporter_supportsService()
55 throw( NMSP_UNO::RuntimeException ) in SEQ()
75 catch( NMSP_UNO::Exception & ) in PptImporter()
102 throw ( NMSP_UNO::RuntimeException ) in filter()
126 throw ( NMSP_UNO::RuntimeException ) in cancel()
133 throw ( NMSP_LANG::IllegalArgumentException, NMSP_UNO::RuntimeException) in setTargetDocument()
140 throw ( NMSP_UNO::Exception, NMSP_UNO::RuntimeException ) in initialize()
146 throw( NMSP_UNO::RuntimeException ) in getImplementationName()
151 throw( NMSP_UNO::RuntimeException ) in supportsService()
[all …]
H A Dpptimporter.hxx58 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 Dpptcom.hxx57 #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 Dpptimporteruno.cxx36 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 DEnhancedCustomShapeEngine.hxx50 #define NMSP_UNO com::sun::star::uno macro
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 );
108 throw ( NMSP_UNO::RuntimeException );
114 throw ( NMSP_UNO::RuntimeException );
116 throw( NMSP_UNO::RuntimeException );
[all …]
H A DEnhancedCustomShapeEngine.cxx59 throw( NMSP_UNO::RuntimeException ) in EnhancedCustomShapeEngine_getImplementationName()
64 throw( NMSP_UNO::RuntimeException ) in EnhancedCustomShapeEngine_supportsService()
69 throw( NMSP_UNO::RuntimeException ) in SEQ()
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()
374 throw ( NMSP_UNO::RuntimeException ) in getLineGeometry()
[all …]
/aoo42x/main/filter/source/filtertracer/
H A Dfiltertracer.hxx55 #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 Dfiltertracer.cxx35 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 Dfiltertraceruno.cxx36 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 Dsvgwriter.hxx80 #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_UNO::R…
259 const SEQ( sal_Int8 )& rMtfSeq ) throw( NMSP_UNO::RuntimeException );
H A Dsvgwriter.cxx1023 …REF( NMSP_SAX::XExtendedDocumentHandler ) xExtDocHandler( mrExport.GetDocHandler(), NMSP_UNO::UNO_… 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 Dsvgexport.cxx1314 REF( NMSP_SAX::XExtendedDocumentHandler ) xExtDocHandler( GetDocHandler(), NMSP_UNO::UNO_QUERY ); in writeMtf()
/aoo42x/main/extensions/source/xmlextract/
H A Dxmxcom.hxx50 #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 Dxmxuno.cxx37 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 Dxmxtrct.hxx47 …) SAL_CALL extract( const REF( NMSP_IO::XInputStream )& rxIStm ) throw( NMSP_UNO::RuntimeException…
H A Dxmxtrct.cxx157 …Extractor::extract( const REF( NMSP_IO::XInputStream )& rxIStm ) throw( NMSP_UNO::RuntimeException… in REF()

Completed in 57 milliseconds