| /trunk/main/extensions/source/scanner/ |
| H A D | scanunx.cxx | 85 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 D | scanner.cxx | 79 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 D | scanner.hxx | 57 #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 D | scanwin.cxx | 925 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 D | sane.hxx | 54 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/filter/source/filtertracer/ |
| H A D | filtertracer.cxx | 42 SEQ( rtl::OUString ) SAL_CALL FilterTracer_getSupportedServiceNames() in SEQ() function 44 SEQ( rtl::OUString ) aRet(1); in SEQ() 100 void SAL_CALL FilterTracer::initialize( const SEQ( NMSP_UNO::Any )& aArguments ) in initialize() 103 SEQ( NMSP_BEANS::PropertyValue ) aParameter; in initialize() 151 SEQ( rtl::OUString ) SAL_CALL FilterTracer::getSupportedServiceNames() in SEQ() function 190 … SEQ( sal_Int8 ) aData( sClass.getLength() + sMethod.getLength() + sMessage.getLength() ); in logp()
|
| H A D | filtertracer.hxx | 64 #define SEQ( _def_Obj ) NMSP_UNO::Sequence< _def_Obj > macro 148 virtual void SAL_CALL initialize( const SEQ( NMSP_UNO::Any )& aArguments ); 153 virtual SEQ( rtl::OUString ) SAL_CALL getSupportedServiceNames(); 173 SEQ( rtl::OUString ) SAL_CALL FilterTracer_getSupportedServiceNames();
|
| H A D | filtertraceruno.cxx | 66 create_FilterTracer, SEQ( rtl::OUString )( &aServiceName, 1 ) ) ); in component_getFactory()
|
| /trunk/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShapeEngine.hxx | 59 #define SEQ( _def_Obj ) NMSP_UNO::Sequence< _def_Obj > macro 91 virtual void SAL_CALL initialize( const SEQ( NMSP_UNO::Any )& aArguments ); 96 virtual SEQ( rtl::OUString ) SAL_CALL getSupportedServiceNames(); 102 virtual SEQ( REF( com::sun::star::drawing::XCustomShapeHandle ) ) SAL_CALL getInteraction(); 107 SEQ( rtl::OUString ) SAL_CALL EnhancedCustomShapeEngine_getSupportedServiceNames();
|
| H A D | EnhancedCustomShapeEngine.cxx | 66 SEQ( rtl::OUString ) SAL_CALL EnhancedCustomShapeEngine_getSupportedServiceNames() in SEQ() function 68 SEQ( rtl::OUString ) aRet(1); in SEQ() 98 void SAL_CALL EnhancedCustomShapeEngine::initialize( const SEQ( NMSP_UNO::Any )& aArguments ) in initialize() 101 SEQ( NMSP_BEANS::PropertyValue ) aParameter; in initialize() 127 SEQ( rtl::OUString ) SAL_CALL EnhancedCustomShapeEngine::getSupportedServiceNames() in SEQ() function 443 SEQ( REF( com::sun::star::drawing::XCustomShapeHandle ) ) SAL_CALL EnhancedCustomShapeEngine::getIn… in SEQ() function 452 SEQ( REF( com::sun::star::drawing::XCustomShapeHandle ) ) aSeq( nHdlCount ); in SEQ()
|
| /trunk/main/filter/source/msfilter/powerpoint/ |
| H A D | pptimporter.cxx | 52 SEQ( NMSP_RTL::OUString ) SAL_CALL PptImporter_getSupportedServiceNames() in SEQ() function 54 SEQ( NMSP_RTL::OUString ) aRet(1); in SEQ() 98 sal_Bool SAL_CALL PptImporter::filter( const SEQ( NMSP_BEANS::PropertyValue )& aDescriptor ) in filter() 133 void SAL_CALL PptImporter::initialize( const SEQ( NMSP_UNO::Any )& /* aArguments */ ) in initialize() 146 SEQ( NMSP_RTL::OUString ) SAL_CALL PptImporter::getSupportedServiceNames() in SEQ() function
|
| H A D | pptimporter.hxx | 57 virtual sal_Bool SAL_CALL filter( const SEQ( NMSP_BEANS::PropertyValue )& aDescriptor ); 64 virtual void SAL_CALL initialize( const SEQ( NMSP_UNO::Any )& aArguments ); 69 virtual SEQ( NMSP_RTL::OUString ) SAL_CALL getSupportedServiceNames(); 75 SEQ( NMSP_RTL::OUString ) SAL_CALL PptImporter_getSupportedServiceNames();
|
| H A D | ppttoxml.hxx | 42 sal_Bool filter( const SEQ( NMSP_BEANS::PropertyValue )& aDescriptor,
|
| H A D | pptimporteruno.cxx | 66 create_PptImporter, SEQ( NMSP_RTL::OUString )( &aServiceName, 1 ) ) ); in component_getFactory()
|
| H A D | pptcom.hxx | 68 #define SEQ( _def_Obj ) NMSP_UNO::Sequence< _def_Obj > macro
|
| /trunk/main/scaddins/source/analysis/ |
| H A D | analysis.hxx | 89 static SEQ( STRING ) getSupportedServiceNames_Static(); 113 virtual SEQ( STRING ) SAL_CALL getSupportedServiceNames( ); 130 …getMultinomial( constREFXPS& xOpt, const SEQSEQ( sal_Int32 )& aVLst, const SEQ( com::sun::star::un… 139 …virtual double SAL_CALL getGcd( constREFXPS& xOpt, const SEQSEQ( double )& aVLst, const SEQ( A… 140 …virtual double SAL_CALL getLcm( constREFXPS& xOpt, const SEQSEQ( double )& aVLst, const SEQ( A… 187 …CALL getImsum( constREFXPS& xOpt, const SEQSEQ( STRING )& aNum1, const SEQ( ANY )& aFollowingP…
|
| H A D | analysis.cxx | 273 SEQ( STRING ) AnalysisAddIn::getSupportedServiceNames_Static() in SEQ() function 275 SEQ( STRING ) aRet(2); in SEQ() 314 SEQ( STRING ) SAL_CALL AnalysisAddIn::getSupportedServiceNames() in SEQ() function 713 const SEQ( uno::Any )& aOptVLst ) 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 D | analysisdefs.hxx | 31 #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 D | xmxtrct.cxx | 41 SEQ( sal_Int8 ) maSeq; 69 SEQ( sal_Int8 ) aReadSeq; in XMXLockBytes()
|
| H A D | xmxcom.hxx | 57 #define SEQ( _def_Obj ) NMSP_UNO::Sequence< _def_Obj > macro
|
| H A D | xmxuno.cxx | 64 SEQ( NMSP_RTL::OUString )( &aServiceName, 1 ) ) ); in component_getFactory()
|
| /trunk/main/filter/source/svg/ |
| H A D | svgwriter.hxx | 88 #define SEQ( _def_Obj ) NMSP_UNO::Sequence< _def_Obj > macro 259 const SEQ( sal_Int8 )& rMtfSeq );
|
| /trunk/main/animations/source/animcore/ |
| H A D | animcore.cxx | 535 IMPL_NODE_FACTORY( SEQ, "animcore::SequenceTimeContainer", "com.sun.star.animations.SequenceTimeCon… 568 case AnimationNodeType::SEQ: in queryInterface() 678 case AnimationNodeType::SEQ: in initTypeProvider() 757 case AnimationNodeType::SEQ: in getImplementationName() 805 case AnimationNodeType::SEQ: in getSupportedServiceNames()
|
| H A D | factreg.hxx | 35 DECL_NODE_FACTORY( SEQ );
|
| /trunk/main/oox/source/ppt/ |
| H A D | timenode.cxx | 69 case AnimationNodeType::SEQ: in getServiceName() 552 case AnimationNodeType::SEQ: in setNode()
|