/aoo41x/main/solenv/bin/ |
H A D | guw.pl | 112 $d1 = $2; 122 $d1 = $2; 129 $d1 = $2; 136 $d1 = $2; 143 $d1 = $2; 151 $d1 = $2; 159 $d1 = $2; 166 $d1 = $2; 173 $d1 =~ s/\+/\\\+/ ; 186 $d1 = $1; [all …]
|
/aoo41x/main/sc/addin/datefunc/ |
H A D | dfa.cl | 254 * @param d1 - date value (in StarCalc representation based 12/30/1899), usually the older date 263 void CALLTYPE ScDate_GetDiffWeeks(double *r, double *d1, double *d2, double *dMode) 269 if ( d1 ) nDays1=(long)floor(*d1)+nNullDate; 299 * @param d1 - date value, start date 308 void CALLTYPE ScDate_GetDiffMonths(double *r, double *d1, double *d2, double *dMode) 318 if ( d1 ) nDays1=(long)floor(*d1)+nNullDate; 346 * @param d1 - date value, start date 355 void CALLTYPE ScDate_GetDiffYears(double *r, double *d1, double *d2, double *dMode) 365 if ( d1 ) nDays1=(long)floor(*d1)+nNullDate; 371 ScDate_GetDiffMonths(r,d1,d2,dMode);
|
/aoo41x/main/svx/source/toolbars/ |
H A D | extrusionbar.cxx | 1012 static bool compare_direction( const Direction3D& d1, const Direction3D& d2 ) in compare_direction() argument 1014 …if( ((d1.DirectionX < 0) && (d2.DirectionX < 0)) || ((d1.DirectionX == 0) && (d2.DirectionX == 0))… in compare_direction() 1016 …if( ((d1.DirectionY < 0) && (d2.DirectionY < 0)) || ((d1.DirectionY == 0) && (d2.DirectionY == 0))… in compare_direction() 1018 …if( ((d1.DirectionZ < 0) && (d2.DirectionZ < 0)) || ((d1.DirectionZ == 0) && (d2.DirectionZ == 0))… in compare_direction()
|
/aoo41x/main/sw/sdi/ |
H A D | wviewsh.sdi | 25 [ uuid = "B47F0DE7-1E1F-11d1-89CA-008029E4B0B1" ] 32 [ uuid="B47F0DE8-1E1F-11d1-89CA-008029E4B0B1" ] 40 [ uuid = "B47F0DE9-1E1F-11d1-89CA-008029E4B0B1"] 48 uuid = "B47F0DEA-1E1F-11d1-89CA-008029E4B0B1"
|
/aoo41x/test/testuno/source/fvt/uno/sd/file/ |
H A D | CheckFileProperties.java | 179 private boolean DurationEquals(Duration d1, Duration d2){ in DurationEquals() argument 181 if(d1.Seconds == d2.Seconds && in DurationEquals() 182 d1.Minutes == d2.Minutes && in DurationEquals() 183 d1.Hours == d2.Hours && in DurationEquals() 184 d1.Days == d2.Days && in DurationEquals() 185 d1.Months == d2.Months && in DurationEquals() 186 d1.Years == d2.Years) in DurationEquals()
|
/aoo41x/main/ |
H A D | set_soenv.in | 2443 { my ( $variable, $d1, $d2 ); 2476 { my ( $variable, $d1, $d2 ); 2500 { my ( $variable, $d1 ); 2565 my ( $variable, $d1, $sep, @split_var ); 2576 foreach $d1 ( @split_var ) { 2577 if ( $d1 =~ /(?:^\/[\w\.~ ]+)+/ ) { 2578 if ( $d1 =~ / / ) { 2580 chomp( $d1 = qx{cygpath -d "$d1"} ); 2583 chomp( $d1 = qx{cygpath -w "$d1"} );
|
/aoo41x/main/idlc/source/ |
H A D | errorhandler.cxx | 533 ErrorCode e, AstDeclaration const * d1, AstDeclaration const * d2) in error2() argument 536 fprintf(stderr, "'%s', '%s'\n", d1->getScopedName().getStr(), in error2() 541 void ErrorHandler::error3(ErrorCode e, AstDeclaration* d1, AstDeclaration* d2, AstDeclaration* d3) in error3() argument 544 fprintf(stderr, "'%s', '%s', '%s'\n", d1->getScopedName().getStr(), in error3()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_m68k/ |
H A D | uno2cpp.cxx | 44 void MapReturn(long d0, long d1, typelib_TypeClass eReturnType, long *pRegisterReturn) in MapReturn() argument 53 pRegisterReturn[1] = d1; in MapReturn() 131 register long d1 asm("d1"); in callVirtualMethod() 133 MapReturn(d0, d1, eReturnType, (long*)pRegisterReturn); in callVirtualMethod()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | TSortIndex.cxx | 64 double d1 = lhs.second->getKeyDouble(i); in operator ()() local 67 if (d1 < d2) in operator ()() 69 else if (d1 > d2) in operator ()()
|
/aoo41x/main/xmlsecurity/test_docs/CAs/Root_10/demoCA/newcerts/ |
H A D | 1000.pem | 15 00:e4:d5:66:14:88:9f:79:41:50:b0:d1:a0:1b:98: 37 05:39:5a:43:5c:b4:51:25:9a:ec:f4:93:d1:f0:f6:91:dd:a3: 40 7e:1b:d1:16:d9:12:76:5c:2d:3f:9d:70:66:aa:39:34:f0:ec:
|
/aoo41x/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/ |
H A D | 1007.pem | 15 00:d1:99:9c:20:2e:65:ee:0f:ce:cb:8a:d8:70:c8: 36 24:af:11:b6:1a:5c:d1:bf:70:93:85:c0:2e:10:96:4d:b7:ad: 41 c3:38:35:2d:e5:ac:a7:11:4a:3e:a2:b2:d1:14:91:ba:b0:d8:
|
H A D | 1021.pem | 20 c4:12:af:96:ca:ac:b9:ea:23:fd:93:f7:7d:5b:d1: 36 8b:ca:d2:93:cb:d1:cc:a9:67:a3:be:75:cf:ca:cd:22:78:cc: 41 47:e3:d6:73:d1:40:89:e8:9a:ba:53:14:5c:3a:de:a9:85:a8:
|
H A D | 1013.pem | 38 43:25:76:b6:0d:06:36:6c:0e:08:5f:15:45:c6:cc:d1:62:18: 40 7d:49:70:30:69:9f:c8:22:94:32:40:83:d3:d1:9d:1c:2a:64:
|
H A D | 1015.pem | 18 80:ba:fb:f3:fc:81:ad:aa:47:18:eb:fc:d1:76:de: 38 d7:dd:5d:79:d1:7f:9a:95:b6:bd:1d:43:cc:2c:aa:7a:40:c4:
|
H A D | 1005.pem | 19 e2:80:24:f0:5c:6d:77:f2:dc:ef:90:d6:d1:78:22: 42 09:ee:6a:08:45:b4:73:e9:d1:18:c2:38:1d:86:53:53:6d:bf:
|
H A D | 100F.pem | 18 f0:d1:54:18:0a:ed:68:0a:a2:33:e5:9f:f0:3d:7f: 39 b7:3f:59:d1:0a:67:03:a4:32:63:cd:b1:b6:5c:68:bb:bb:e2:
|
H A D | 1019.pem | 22 46:81:ea:90:df:44:0c:6c:bb:f8:47:c8:e9:79:d1: 37 2c:60:56:dc:2f:b7:01:ac:75:58:f6:82:8f:91:63:e2:91:d1:
|
/aoo41x/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/demoCA/ |
H A D | cacert.pem | 15 00:e4:d5:66:14:88:9f:79:41:50:b0:d1:a0:1b:98: 37 05:39:5a:43:5c:b4:51:25:9a:ec:f4:93:d1:f0:f6:91:dd:a3: 40 7e:1b:d1:16:d9:12:76:5c:2d:3f:9d:70:66:aa:39:34:f0:ec:
|
/aoo41x/main/sc/sdi/ |
H A D | tabvwsh.sdi | 229 uuid ( "86DB0400-4EE6-11d1-89CB-008029E4B0B1" ) 236 uuid ( "E8DBA2C1-4C5E-11d1-89CB-008029E4B0B1" ) 245 uuid ( "BA09AF20-4C70-11d1-89CB-008029E4B0B1" ) 252 uuid ( "D2C2C540-4C8B-11d1-89CB-008029E4B0B1" )
|
/aoo41x/main/i18npool/source/search/ |
H A D | levdis.cxx | 251 int nP, nQ, nR, nPij, d1, d2; in WLD() local 277 d1 = d2; // WLD( X(i-1), Y(j-1) ) in WLD() 295 npDistance[i] = Min3( d1 + nPij, d2 + nQ, npDistance[i-1] + nR ); in WLD() 300 if ( nReplacePos < 0 && nPij && npDistance[i] == d1 + nPij ) in WLD()
|
/aoo41x/main/odk/source/com/sun/star/lib/loader/ |
H A D | InstallationFinder.java | 508 int d1 = Character.digit(oooUrl.charAt(n + 1), 16); in getCanonicalPathFromFileURL() local 510 if (d1 < 0 || d2 < 0) { in getCanonicalPathFromFileURL() 513 int d = 16 * d1 + d2; in getCanonicalPathFromFileURL()
|
/aoo41x/main/idlc/inc/idlc/ |
H A D | errorhandler.hxx | 109 ErrorCode e, AstDeclaration const * d1, AstDeclaration const * d2); 110 void error3(ErrorCode e, AstDeclaration* d1, AstDeclaration* d2, AstDeclaration* d3);
|
/aoo41x/main/basic/source/comp/ |
H A D | exprnode.cxx | 218 short d1 = pLeft->GetDepth(); in GetDepth() local 220 return( (d1 < d2 ) ? d2 : d1 ) + 1; in GetDepth()
|
/aoo41x/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/demoCA/newcerts/ |
H A D | 1001.pem | 39 c5:7e:7e:9f:04:49:a0:1e:fc:93:8e:b3:d1:cf:39:e3:41:89: 40 c3:06:51:3f:15:d5:02:49:2a:0b:15:d1:25:30:12:b6:2a:f9:
|
/aoo41x/main/xmlsecurity/test_docs/CAs/Root_3/demoCA/newcerts/ |
H A D | 1000.pem | 19 e8:95:6f:67:d1:10:cd:7b:dd:65:38:d6:25:ec:63: 20 39:ba:2e:ea:13:58:8e:7a:82:8e:10:d1:7b:77:7a:
|