Lines Matching refs:ScaDateAddIn

228     static uno::Reference< uno::XInterface > xInst = (cppu::OWeakObject*) new ScaDateAddIn();  in ScaDateAddIn_CreateInstance()
249 OUString::createFromAscii( pImplName ) == ScaDateAddIn::getImplementationName_Static() ) in component_getFactory()
253 ScaDateAddIn::getImplementationName_Static(), in component_getFactory()
255 ScaDateAddIn::getSupportedServiceNames_Static() ) ); in component_getFactory()
275 ScaDateAddIn::ScaDateAddIn() : in ScaDateAddIn() function in ScaDateAddIn
282 ScaDateAddIn::~ScaDateAddIn() in ~ScaDateAddIn()
296 void ScaDateAddIn::InitDefLocales() in InitDefLocales()
307 const lang::Locale& ScaDateAddIn::GetLocale( sal_uInt32 nIndex ) in GetLocale()
315 ResMgr& ScaDateAddIn::GetResMgr() throw( uno::RuntimeException ) in GetResMgr()
326 void ScaDateAddIn::InitData() in InitData()
346 OUString ScaDateAddIn::GetDisplFuncStr( sal_uInt16 nResId ) throw( uno::RuntimeException ) in GetDisplFuncStr()
351 OUString ScaDateAddIn::GetFuncDescrStr( sal_uInt16 nResId, sal_uInt16 nStrIndex ) throw( uno::Runti… in GetFuncDescrStr()
369 OUString ScaDateAddIn::getImplementationName_Static() in getImplementationName_Static()
374 uno::Sequence< OUString > ScaDateAddIn::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
385 OUString SAL_CALL ScaDateAddIn::getServiceName() throw( uno::RuntimeException ) in getServiceName()
393 OUString SAL_CALL ScaDateAddIn::getImplementationName() throw( uno::RuntimeException ) in getImplementationName()
398 sal_Bool SAL_CALL ScaDateAddIn::supportsService( const OUString& aServiceName ) throw( uno::Runtime… in supportsService()
404 uno::Sequence< OUString > SAL_CALL ScaDateAddIn::getSupportedServiceNames() throw( uno::RuntimeExce… in getSupportedServiceNames()
411 void SAL_CALL ScaDateAddIn::setLocale( const lang::Locale& eLocale ) throw( uno::RuntimeException ) in setLocale()
417 lang::Locale SAL_CALL ScaDateAddIn::getLocale() throw( uno::RuntimeException ) in getLocale()
430 OUString SAL_CALL ScaDateAddIn::getProgrammaticFuntionName( const OUString& ) throw( uno::RuntimeEx… in getProgrammaticFuntionName()
437 OUString SAL_CALL ScaDateAddIn::getDisplayFunctionName( const OUString& aProgrammaticName ) throw( … in getDisplayFunctionName()
457 OUString SAL_CALL ScaDateAddIn::getFunctionDescription( const OUString& aProgrammaticName ) throw( … in getFunctionDescription()
468 OUString SAL_CALL ScaDateAddIn::getDisplayArgumentName( in getDisplayArgumentName()
486 OUString SAL_CALL ScaDateAddIn::getArgumentDescription( in getArgumentDescription()
504 OUString SAL_CALL ScaDateAddIn::getProgrammaticCategoryName( in getProgrammaticCategoryName()
530 OUString SAL_CALL ScaDateAddIn::getDisplayCategoryName( in getDisplayCategoryName()
539 uno::Sequence< sheet::LocalizedName > SAL_CALL ScaDateAddIn::getCompatibilityNames( in getCompatibilityNames()
749 sal_Int32 SAL_CALL ScaDateAddIn::getDiffWeeks( in getDiffWeeks()
787 sal_Int32 SAL_CALL ScaDateAddIn::getDiffMonths( in getDiffMonths()
833 sal_Int32 SAL_CALL ScaDateAddIn::getDiffYears( in getDiffYears()
858 sal_Int32 SAL_CALL ScaDateAddIn::getIsLeapYear( in getIsLeapYear()
875 sal_Int32 SAL_CALL ScaDateAddIn::getDaysInMonth( in getDaysInMonth()
892 sal_Int32 SAL_CALL ScaDateAddIn::getDaysInYear( in getDaysInYear()
921 sal_Int32 SAL_CALL ScaDateAddIn::getWeeksInYear( in getWeeksInYear()
951 OUString SAL_CALL ScaDateAddIn::getRot13( const OUString& aSrcString ) throw( uno::RuntimeException… in getRot13()