Home
last modified time | relevance | path

Searched refs:INTPAR (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx40 #define INTPAR sal_True // first parameter is internal macro
63 FUNCDATA( Gcd, DOUBLE, INTPAR, 1, FDCat_Math ),
64 FUNCDATA( Lcm, DOUBLE, INTPAR, 1, FDCat_Math ),
69 FUNCDATA( Bin2Oct, UNIQUE, INTPAR, 2, FDCat_Tech ),
71 FUNCDATA( Bin2Hex, UNIQUE, INTPAR, 2, FDCat_Tech ),
72 FUNCDATA( Oct2Bin, UNIQUE, INTPAR, 2, FDCat_Tech ),
74 FUNCDATA( Oct2Hex, UNIQUE, INTPAR, 2, FDCat_Tech ),
75 FUNCDATA( Dec2Bin, UNIQUE, INTPAR, 2, FDCat_Tech ),
76 FUNCDATA( Dec2Hex, UNIQUE, INTPAR, 2, FDCat_Tech ),
77 FUNCDATA( Dec2Oct, UNIQUE, INTPAR, 2, FDCat_Tech ),
[all …]
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx122 #define INTPAR sal_True // first parameter is internal macro
129 FUNCDATA( DiffWeeks, 3, ScaCat_DateTime, UNIQUE, INTPAR ),
130 FUNCDATA( DiffMonths, 3, ScaCat_DateTime, UNIQUE, INTPAR ),
131 FUNCDATA( DiffYears, 3, ScaCat_DateTime, UNIQUE, INTPAR ),
132 FUNCDATA( IsLeapYear, 1, ScaCat_DateTime, UNIQUE, INTPAR ),
133 FUNCDATA( DaysInMonth, 1, ScaCat_DateTime, UNIQUE, INTPAR ),
134 FUNCDATA( DaysInYear, 1, ScaCat_DateTime, UNIQUE, INTPAR ),
135 FUNCDATA( WeeksInYear, 1, ScaCat_DateTime, UNIQUE, INTPAR ),

Completed in 37 milliseconds