Searched refs:UNIQUE (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 36 #define UNIQUE sal_False // function name does not exist in Calc macro 57 FUNCDATA( Multinomial, UNIQUE, STDPAR, 1, FDCat_Math ), 58 FUNCDATA( Seriessum, UNIQUE, STDPAR, 4, FDCat_Math ), 59 FUNCDATA( Quotient, UNIQUE, STDPAR, 2, FDCat_Math ), 60 FUNCDATA( Mround, UNIQUE, STDPAR, 2, FDCat_Math ), 61 FUNCDATA( Sqrtpi, UNIQUE, STDPAR, 1, FDCat_Math ), 62 FUNCDATA( Randbetween, UNIQUE, STDPAR, 2, FDCat_Math ), 65 FUNCDATA( Besseli, UNIQUE, STDPAR, 2, FDCat_Tech ), 66 FUNCDATA( Besselj, UNIQUE, STDPAR, 2, FDCat_Tech ), 67 FUNCDATA( Besselk, UNIQUE, STDPAR, 2, FDCat_Tech ), [all …]
|
/aoo42x/main/scaddins/source/datefunc/ |
H A D | datefunc.cxx | 118 #define UNIQUE sal_False // function name does not exist in Calc 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 ), 136 FUNCDATA( Rot13, 1, ScaCat_Text, UNIQUE, STDPAR )
|
/aoo42x/main/connectivity/source/drivers/ado/ |
H A D | ADatabaseMetaDataImpl.cxx | 512 nKeyType = KeyType::UNIQUE; in MapKeyRule() 529 case KeyType::UNIQUE: in Map2KeyRule()
|
/aoo42x/main/offapi/com/sun/star/sdbcx/ |
H A D | KeyType.idl | 41 const long UNIQUE = 2;
|
/aoo42x/main/connectivity/source/parse/ |
H A D | sqlflex.l | 387 UNIQUE {SQL_NEW_KEYWORD(SQL_TOKEN_UNIQUE); }
|
/aoo42x/main/connectivity/source/drivers/adabas/ |
H A D | BTables.cxx | 276 else if(nKeyType == KeyType::UNIQUE) in createTable()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | dbtools2.cxx | 293 else if(nKeyType == KeyType::UNIQUE) in createStandardKeyStatement()
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | DbTools.java | 612 } else if (keyType == KeyType.UNIQUE) { in createStandardKeyStatement()
|
Completed in 75 milliseconds