Lines Matching refs:ScTestAddIn

53 SMART_UNO_IMPLEMENTATION( ScTestAddIn, UsrObject );
76 aImpl += ScTestAddIn::getImplementationName_Static(); in component_writeInfo()
82 uno::Sequence <rtl::OUString> aSequ = ScTestAddIn::getSupportedServiceNames_Static(); in component_writeInfo()
102 if ( pServiceManager && UString(pImplName) == ScTestAddIn::getImplementationName_Static() ) in component_getFactory()
106 ScTestAddIn::getImplementationName_Static(), in component_getFactory()
108 ScTestAddIn::getSupportedServiceNames_Static() ) ); in component_getFactory()
124 ScTestAddIn::ScTestAddIn() in ScTestAddIn() function in ScTestAddIn
128 ScTestAddIn::~ScTestAddIn() in ~ScTestAddIn()
132 UString ScTestAddIn::getImplementationName_Static() in getImplementationName_Static()
137 ::com::sun::star::uno::Sequence< ::rtl::OUString > ScTestAddIn::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
149 static uno::Reference<uno::XInterface> xInst = (cppu::OWeakObject*)new ScTestAddIn(); in ScTestAddIn_CreateInstance()
156 UString ScTestAddIn::getProgrammaticFuntionName(const UString& aDisplayName) in getProgrammaticFuntionName()
163 UString ScTestAddIn::getDisplayFunctionName(const UString& aProgrammaticName) in getDisplayFunctionName()
182 UString ScTestAddIn::getFunctionDescription(const UString& aProgrammaticName) in getFunctionDescription()
201 UString ScTestAddIn::getDisplayArgumentName(const UString& aProgrammaticFunctionName, in getDisplayArgumentName()
254 UString ScTestAddIn::getArgumentDescription(const UString& aProgrammaticFunctionName, in getArgumentDescription()
307 UString ScTestAddIn::getProgrammaticCategoryName(const UString& aProgrammaticFunctionName) in getProgrammaticCategoryName()
326 UString ScTestAddIn::getDisplayCategoryName(const UString& aProgrammaticFunctionName) in getDisplayCategoryName()
336 void ScTestAddIn::setLocale(const lang::Locale& eLocale) THROWS( (UsrSystemException) ) in setLocale()
343 ::com::sun::star::lang::Locale SAL_CALL ScTestAddIn::getLocale( ) throw(::com::sun::star::uno::Run… in getLocale()
350 sal_Int32 SAL_CALL ScTestAddIn::countParams( const ::com::sun::star::uno::Sequence< ::com::sun::sta… in countParams()
355 double SAL_CALL ScTestAddIn::addOne( double fValue ) throw(::com::sun::star::uno::RuntimeException) in addOne()
360 ::rtl::OUString SAL_CALL ScTestAddIn::repeatStr( const ::rtl::OUString& aStr, sal_Int32 nCount ) th… in repeatStr()
370 ::rtl::OUString SAL_CALL ScTestAddIn::getDateString( const ::com::sun::star::uno::Reference< ::com:… in getDateString()
398 sal_Int32 SAL_CALL ScTestAddIn::getColorValue( const ::com::sun::star::uno::Reference< ::com::sun::… in getColorValue()
440 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< double > > SAL_CALL ScTestAddIn::… in transpose()
460 …uno::Sequence< ::com::sun::star::uno::Sequence< sal_Int32 > > SAL_CALL ScTestAddIn::transposeInt( … in transposeInt()
480 ::rtl::OUString SAL_CALL ScTestAddIn::repeatMultiple( sal_Int32 nCount, const ::com::sun::star::uno… in repeatMultiple()
516 ::com::sun::star::uno::Any SAL_CALL ScTestAddIn::getStrOrVal( sal_Int32 nFlag ) throw(::com::sun::s… in getStrOrVal()
544 ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XVolatileResult > SAL_CALL ScTestAddIn::… in callAsync()
565 ::rtl::OUString SAL_CALL ScTestAddIn::getServiceName( ) throw(::com::sun::star::uno::RuntimeExcept… in getServiceName()
572 ::rtl::OUString SAL_CALL ScTestAddIn::getImplementationName( ) throw(::com::sun::star::uno::Runtim… in getImplementationName()
577 sal_Bool SAL_CALL ScTestAddIn::supportsService( const ::rtl::OUString& ServiceName ) throw(::com::s… in supportsService()
583 ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL ScTestAddIn::getSupportedServiceNames( … in getSupportedServiceNames()