Home
last modified time | relevance | path

Searched refs:SEQ (Results 1 – 25 of 38) sorted by relevance

12

/trunk/main/extensions/source/scanner/
H A Dscanunx.cxx85 SEQ( sal_Int8 ) BitmapTransporter::getDIB() throw() in SEQ() function
95 SEQ( sal_Int8 ) aValue( nBytes ); in SEQ()
244 SEQ( sal_Int8 ) ScannerManager::getDIB() throw() in SEQ() function
246 return SEQ( sal_Int8 )(); in SEQ()
251 SEQ( ScannerContext ) ScannerManager::getAvailableScanners() throw() in SEQ() function
265 SEQ( ScannerContext ) aRet(1); in SEQ()
271 return SEQ( ScannerContext )(); in SEQ()
H A Dscanner.cxx79 SEQ( sal_Int8 ) SAL_CALL ScannerManager::getMaskDIB() throw() in SEQ() function
81 return SEQ( sal_Int8 )(); in SEQ()
93 SEQ( OUString ) ScannerManager::getSupportedServiceNames_Static() throw () in SEQ() function
95 SEQ( OUString ) aSNS( 1 ); in SEQ()
H A Dscanner.hxx57 #define SEQ( _def_Obj ) Sequence< _def_Obj > macro
86 virtual SEQ( ScannerContext ) SAL_CALL getAvailableScanners() throw();
94 virtual SEQ( sal_Int8 ) SAL_CALL getDIB() throw();
95 virtual SEQ( sal_Int8 ) SAL_CALL getMaskDIB() throw();
H A Dscanwin.cxx925 SEQ( sal_Int8 ) ScannerManager::getDIB() throw() in SEQ() function
927 SEQ( sal_Int8 ) aRet; in SEQ()
966 aRet = SEQ( sal_Int8 )( sizeof( BITMAPFILEHEADER ) + nDIBSize ); in SEQ()
987 SEQ( ScannerContext ) SAL_CALL ScannerManager::getAvailableScanners() throw() in SEQ() function
990 SEQ( ScannerContext ) aRet( 1 ); in SEQ()
H A Dsane.hxx54 virtual SEQ( sal_Int8 ) SAL_CALL getDIB() throw();
55 virtual SEQ( sal_Int8 ) SAL_CALL getMaskDIB() throw() { return SEQ( sal_Int8 )(); } in SEQ() function in BitmapTransporter
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.hxx59 #define SEQ( _def_Obj ) NMSP_UNO::Sequence< _def_Obj > macro
91 virtual void SAL_CALL initialize( const SEQ( NMSP_UNO::Any )& aArguments )
99 virtual SEQ( rtl::OUString ) SAL_CALL getSupportedServiceNames()
109 virtual SEQ( REF( com::sun::star::drawing::XCustomShapeHandle ) ) SAL_CALL getInteraction()
117 SEQ( rtl::OUString ) SAL_CALL EnhancedCustomShapeEngine_getSupportedServiceNames()
H A DEnhancedCustomShapeEngine.cxx68 SEQ( rtl::OUString ) SAL_CALL EnhancedCustomShapeEngine_getSupportedServiceNames() in SEQ() function
71 SEQ( rtl::OUString ) aRet(1); in SEQ()
101 void SAL_CALL EnhancedCustomShapeEngine::initialize( const SEQ( NMSP_UNO::Any )& aArguments ) in initialize()
105 SEQ( NMSP_BEANS::PropertyValue ) aParameter; in initialize()
133 SEQ( rtl::OUString ) SAL_CALL EnhancedCustomShapeEngine::getSupportedServiceNames() in SEQ() function
453 SEQ( REF( com::sun::star::drawing::XCustomShapeHandle ) ) SAL_CALL EnhancedCustomShapeEngine::getIn… in SEQ() function
463 SEQ( REF( com::sun::star::drawing::XCustomShapeHandle ) ) aSeq( nHdlCount ); in SEQ()
/trunk/main/filter/source/msfilter/powerpoint/
H A Dpptimporter.cxx54 SEQ( NMSP_RTL::OUString ) SAL_CALL PptImporter_getSupportedServiceNames() in SEQ() function
57 SEQ( NMSP_RTL::OUString ) aRet(1); in SEQ()
101 sal_Bool SAL_CALL PptImporter::filter( const SEQ( NMSP_BEANS::PropertyValue )& aDescriptor ) in filter()
139 void SAL_CALL PptImporter::initialize( const SEQ( NMSP_UNO::Any )& /* aArguments */ ) in initialize()
155 SEQ( NMSP_RTL::OUString ) SAL_CALL PptImporter::getSupportedServiceNames() in SEQ() function
H A Dpptimporter.hxx57 virtual sal_Bool SAL_CALL filter( const SEQ( NMSP_BEANS::PropertyValue )& aDescriptor )
67 virtual void SAL_CALL initialize( const SEQ( NMSP_UNO::Any )& aArguments )
75 virtual SEQ( NMSP_RTL::OUString ) SAL_CALL getSupportedServiceNames()
84 SEQ( NMSP_RTL::OUString ) SAL_CALL PptImporter_getSupportedServiceNames()
H A Dppttoxml.hxx42 sal_Bool filter( const SEQ( NMSP_BEANS::PropertyValue )& aDescriptor,
H A Dpptimporteruno.cxx66 create_PptImporter, SEQ( NMSP_RTL::OUString )( &aServiceName, 1 ) ) ); in component_getFactory()
H A Dpptcom.hxx68 #define SEQ( _def_Obj ) NMSP_UNO::Sequence< _def_Obj > macro
/trunk/main/filter/source/filtertracer/
H A Dfiltertracer.cxx44 SEQ( rtl::OUString ) SAL_CALL FilterTracer_getSupportedServiceNames() in SEQ() function
47 SEQ( rtl::OUString ) aRet(1); in SEQ()
103 void SAL_CALL FilterTracer::initialize( const SEQ( NMSP_UNO::Any )& aArguments ) in initialize()
107 SEQ( NMSP_BEANS::PropertyValue ) aParameter; in initialize()
157 SEQ( rtl::OUString ) SAL_CALL FilterTracer::getSupportedServiceNames() in SEQ() function
200 SEQ( sal_Int8 ) aData( sClass.getLength() + sMethod.getLength() + sMessage.getLength() ); in logp()
H A Dfiltertracer.hxx64 #define SEQ( _def_Obj ) NMSP_UNO::Sequence< _def_Obj > macro
148 virtual void SAL_CALL initialize( const SEQ( NMSP_UNO::Any )& aArguments )
156 virtual SEQ( rtl::OUString ) SAL_CALL getSupportedServiceNames()
179 SEQ( rtl::OUString ) SAL_CALL FilterTracer_getSupportedServiceNames()
H A Dfiltertraceruno.cxx66 create_FilterTracer, SEQ( rtl::OUString )( &aServiceName, 1 ) ) ); in component_getFactory()
/trunk/main/scaddins/source/analysis/
H A Danalysis.cxx273 SEQ( STRING ) AnalysisAddIn::getSupportedServiceNames_Static() in SEQ() function
275 SEQ( STRING ) aRet(2); in SEQ()
314 SEQ( STRING ) SAL_CALL AnalysisAddIn::getSupportedServiceNames() THROWDEF_RTE in SEQ() function
713 const SEQ( uno::Any )& aOptVLst ) THROWDEF_RTE_IAE in getMultinomial()
764 const SEQ( double )& rList = aCoeffList[ n1 ]; in getSeriessum()
848 double SAL_CALL AnalysisAddIn::getGcd( constREFXPS& xOpt, const SEQSEQ( double )& aVLst, const SEQ(… in getGcd()
873 double SAL_CALL AnalysisAddIn::getLcm( constREFXPS& xOpt, const SEQSEQ( double )& aVLst, const SEQ(… in getLcm()
1185 STRING SAL_CALL AnalysisAddIn::getImproduct( constREFXPS&, const SEQSEQ( STRING )& aNum1, const SEQ in getImproduct()
1233 STRING SAL_CALL AnalysisAddIn::getImsum( constREFXPS&, const SEQSEQ( STRING )& aNum1, const SEQ( CS… in getImsum()
H A Danalysis.hxx90 static SEQ( STRING ) getSupportedServiceNames_Static();
114 virtual SEQ( STRING ) SAL_CALL getSupportedServiceNames( ) THROWDEF_RTE;
131 …getMultinomial( constREFXPS& xOpt, const SEQSEQ( sal_Int32 )& aVLst, const SEQ( com::sun::star::un…
140 …virtual double SAL_CALL getGcd( constREFXPS& xOpt, const SEQSEQ( double )& aVLst, const SEQ( A…
141 …virtual double SAL_CALL getLcm( constREFXPS& xOpt, const SEQSEQ( double )& aVLst, const SEQ( A…
188 …CALL getImsum( constREFXPS& xOpt, const SEQSEQ( STRING )& aNum1, const SEQ( ANY )& aFollowingP…
H A Danalysisdefs.hxx31 #define SEQ(c) CSS::uno::Sequence< c > macro
33 #define SEQofLocName SEQ( CSS::sheet::LocalizedName )
35 #define SEQ_ANY SEQ(ANY)
/trunk/main/extensions/source/xmlextract/
H A Dxmxtrct.cxx41 SEQ( sal_Int8 ) maSeq;
69 SEQ( sal_Int8 ) aReadSeq; in XMXLockBytes()
H A Dxmxcom.hxx57 #define SEQ( _def_Obj ) NMSP_UNO::Sequence< _def_Obj > macro
H A Dxmxuno.cxx64 SEQ( NMSP_RTL::OUString )( &aServiceName, 1 ) ) ); in component_getFactory()
/trunk/main/filter/source/svg/
H A Dsvgwriter.hxx88 #define SEQ( _def_Obj ) NMSP_UNO::Sequence< _def_Obj > macro
259 const SEQ( sal_Int8 )& rMtfSeq ) throw( NMSP_UNO::RuntimeException );
/trunk/main/animations/source/animcore/
H A Danimcore.cxx536 IMPL_NODE_FACTORY( SEQ, "animcore::SequenceTimeContainer", "com.sun.star.animations.SequenceTimeCon…
569 case AnimationNodeType::SEQ: in queryInterface()
679 case AnimationNodeType::SEQ: in initTypeProvider()
758 case AnimationNodeType::SEQ: in getImplementationName()
806 case AnimationNodeType::SEQ: in getSupportedServiceNames()
H A Dfactreg.hxx35 DECL_NODE_FACTORY( SEQ );
/trunk/main/oox/source/ppt/
H A Dtimenode.cxx69 case AnimationNodeType::SEQ: in getServiceName()
552 case AnimationNodeType::SEQ: in setNode()

Completed in 91 milliseconds

12