1*92a7df6cSAndrew Rist#************************************************************** 2*92a7df6cSAndrew Rist# 3*92a7df6cSAndrew Rist# Licensed to the Apache Software Foundation (ASF) under one 4*92a7df6cSAndrew Rist# or more contributor license agreements. See the NOTICE file 5*92a7df6cSAndrew Rist# distributed with this work for additional information 6*92a7df6cSAndrew Rist# regarding copyright ownership. The ASF licenses this file 7*92a7df6cSAndrew Rist# to you under the Apache License, Version 2.0 (the 8*92a7df6cSAndrew Rist# "License"); you may not use this file except in compliance 9*92a7df6cSAndrew Rist# with the License. You may obtain a copy of the License at 10*92a7df6cSAndrew Rist# 11*92a7df6cSAndrew Rist# http://www.apache.org/licenses/LICENSE-2.0 12*92a7df6cSAndrew Rist# 13*92a7df6cSAndrew Rist# Unless required by applicable law or agreed to in writing, 14*92a7df6cSAndrew Rist# software distributed under the License is distributed on an 15*92a7df6cSAndrew Rist# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*92a7df6cSAndrew Rist# KIND, either express or implied. See the License for the 17*92a7df6cSAndrew Rist# specific language governing permissions and limitations 18*92a7df6cSAndrew Rist# under the License. 19*92a7df6cSAndrew Rist# 20*92a7df6cSAndrew Rist#************************************************************** 21cdf0e10cSrcweir# x-no-translate 22cdf0e10cSrcweir 23cdf0e10cSrcweir## 24cdf0e10cSrcweir# Any configuration will happen here. 25cdf0e10cSrcweirorg.pentaho.reporting.libraries.formula.datesystem.StartYear=1930 26cdf0e10cSrcweirorg.pentaho.reporting.libraries.formula.datesystem.ExcelHack=false 27cdf0e10cSrcweir 28cdf0e10cSrcweir# 29cdf0e10cSrcweir# A list of all known functions. 30cdf0e10cSrcweir# 31cdf0e10cSrcweir 32cdf0e10cSrcweir## 33cdf0e10cSrcweir# Meta data functions 34cdf0e10cSrcweirorg.pentaho.reporting.libraries.formula.functions.metadata.Author.class=com.sun.star.report.function.metadata.AuthorFunction 35cdf0e10cSrcweirorg.pentaho.reporting.libraries.formula.functions.metadata.Author.description=com.sun.star.report.function.metadata.AuthorFunctionDescription 36cdf0e10cSrcweirorg.pentaho.reporting.libraries.formula.functions.metadata.Title.class=com.sun.star.report.function.metadata.TitleFunction 37cdf0e10cSrcweirorg.pentaho.reporting.libraries.formula.functions.metadata.Title.description=com.sun.star.report.function.metadata.TitleFunctionDescription 38