/aoo41x/main/solenv/bin/ |
H A D | guw.pl | 113 $d2 = myCygpath($2,1); 114 if ( $d2 ne "" ) { 123 $d2 = myCygpath($2,1); 130 $d2 = myCygpath($2,1); 137 $d2 = myCygpath($2,1); 144 $d2 = myCygpath($2,1); 153 $d2 =~ s/\\/\//g ; 160 $d2 = myCygpath($2,1); 167 $d2 = myCygpath($2,1); 169 $d2 = ""; [all …]
|
/aoo41x/main/sc/addin/datefunc/ |
H A D | dfa.cl | 255 * @param d2 - date value (in StarCalc representation based 12/30/1899), usually the younger date 263 void CALLTYPE ScDate_GetDiffWeeks(double *r, double *d1, double *d2, double *dMode) 270 if ( d2 ) nDays2=(long)floor(*d2)+nNullDate; 300 * @param d2 - date value, end date 308 void CALLTYPE ScDate_GetDiffMonths(double *r, double *d1, double *d2, double *dMode) 319 if ( d2 ) nDays2=(long)floor(*d2)+nNullDate; 347 * @param d2 - date value, end date 355 void CALLTYPE ScDate_GetDiffYears(double *r, double *d1, double *d2, double *dMode) 366 if ( d2 ) nDays2=(long)floor(*d2)+nNullDate; 371 ScDate_GetDiffMonths(r,d1,d2,dMode);
|
/aoo41x/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/ |
H A D | TestIntersection.log | 7 ITEM Assertion OK : test3 Application.Intersect( Range('A2:c8,d2:f8,g2:i8'), Range('A4:G10')) 8 ITEM Assertion OK : test4 Application.Intersect( Range('A4:G10'), Range('A2:c8,d2:f8,g2:i8')) 9 …ITEM Assertion OK : test5 Application.Intersect( Range('A2:c8,d2:f8,g2:i8'), Range('g4:i10,A4:G10'… 10 …ITEM Assertion OK : test6 Application.Intersect( Range('g4:i10,A4:G10'), Range('A2:c8,d2:f8,g2:i8'… 12 ITEM Assertion OK : test8 Application.Intersect( Range('a2:c8,d2:f8'), Range('b6:e9,a6:f9'))
|
/aoo41x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/ |
H A D | TestIntersection.log | 7 ITEM Assertion OK : test3 Application.Intersect( Range('A2:c8,d2:f8,g2:i8'), Range('A4:G10')) 8 ITEM Assertion OK : test4 Application.Intersect( Range('A4:G10'), Range('A2:c8,d2:f8,g2:i8')) 9 …ITEM Assertion OK : test5 Application.Intersect( Range('A2:c8,d2:f8,g2:i8'), Range('g4:i10,A4:G10'… 10 …ITEM Assertion OK : test6 Application.Intersect( Range('g4:i10,A4:G10'), Range('A2:c8,d2:f8,g2:i8'… 12 ITEM Assertion OK : test8 Application.Intersect( Range('a2:c8,d2:f8'), Range('b6:e9,a6:f9'))
|
/aoo41x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/ |
H A D | TestIntersection.log | 7 ITEM Assertion OK : test3 Application.Intersect( Range('A2:c8,d2:f8,g2:i8'), Range('A4:G10')) 8 ITEM Assertion OK : test4 Application.Intersect( Range('A4:G10'), Range('A2:c8,d2:f8,g2:i8')) 9 …ITEM Assertion OK : test5 Application.Intersect( Range('A2:c8,d2:f8,g2:i8'), Range('g4:i10,A4:G10'… 10 …ITEM Assertion OK : test6 Application.Intersect( Range('g4:i10,A4:G10'), Range('A2:c8,d2:f8,g2:i8'… 12 ITEM Assertion OK : test8 Application.Intersect( Range('a2:c8,d2:f8'), Range('b6:e9,a6:f9'))
|
/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 … ((d1.DirectionX < 0) && (d2.DirectionX < 0)) || ((d1.DirectionX == 0) && (d2.DirectionX == 0)) ||… in compare_direction() 1016 … ((d1.DirectionY < 0) && (d2.DirectionY < 0)) || ((d1.DirectionY == 0) && (d2.DirectionY == 0)) ||… in compare_direction() 1018 … ((d1.DirectionZ < 0) && (d2.DirectionZ < 0)) || ((d1.DirectionZ == 0) && (d2.DirectionZ == 0)) ||… in compare_direction()
|
/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/idlc/source/ |
H A D | errorhandler.cxx | 533 ErrorCode e, AstDeclaration const * d1, AstDeclaration const * d2) in error2() argument 537 d2->getScopedName().getStr()); in error2() 541 void ErrorHandler::error3(ErrorCode e, AstDeclaration* d1, AstDeclaration* d2, AstDeclaration* d3) in error3() argument 545 d2->getScopedName().getStr(), d3->getScopedName().getStr()); in error3()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | TSortIndex.cxx | 65 double d2 = rhs.second->getKeyDouble(i); in operator ()() local 67 if (d1 < d2) in operator ()() 69 else if (d1 > d2) in operator ()()
|
/aoo41x/main/i18npool/source/search/ |
H A D | levdis.cxx | 251 int nP, nQ, nR, nPij, d1, d2; in WLD() local 269 d2 = npDistance[0]; in WLD() 277 d1 = d2; // WLD( X(i-1), Y(j-1) ) in WLD() 278 d2 = npDistance[i]; // WLD( X(i) , Y(j-1) ) in WLD() 295 npDistance[i] = Min3( d1 + nPij, d2 + nQ, npDistance[i-1] + nR ); in WLD()
|
/aoo41x/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/ |
H A D | 1021.pem | 15 00:da:7a:30:0d:63:da:74:05:ef:3e:d2:f4:2b:1b: 18 b5:75:89:36:d2:4a:bb:3b:66:ac:57:2b:15:99:c9: 36 8b:ca:d2:93:cb:d1:cc:a9:67:a3:be:75:cf:ca:cd:22:78:cc:
|
H A D | 100C.pem | 20 95:d2:87:c3:9c:3d:94:96:9d:01:81:5d:61:43:aa: 42 29:7d:d2:fc:85:8d:0c:d3:bd:ea:47:be:40:bb:fa:2f:29:fc:
|
/aoo41x/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/demoCA/newcerts/ |
H A D | 1000.pem | 18 7f:2f:7f:10:94:24:d2:0c:0b:ff:d0:38:f1:a9:8f: 22 80:53:53:d2:03:f6:56:6d:dc:e3:cc:be:cb:0f:c3: 40 54:e3:d2:eb:dc:aa:db:8b:88:34:c6:b9:5b:f6:d8:ca:81:24:
|
/aoo41x/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/demoCA/newcerts/ |
H A D | 1002.pem | 15 00:d2:f6:25:c0:95:4b:07:1e:a0:57:67:52:36:b3: 20 08:b6:c2:b3:b7:91:d2:db:46:06:09:55:ff:f9:f4: 43 d0:1b:7b:68:fa:7e:a4:0f:4c:ab:02:6e:d2:ff:b8:5b:05:f6:
|
H A D | 1003.pem | 23 d2:0b:6b:f4:65:21:1d:94:ff 39 db:6a:0a:a0:d2:e8:69:f5:47:d8:19:e5:2a:bd:c5:8e:99:f9:
|
/aoo41x/main/odk/source/com/sun/star/lib/loader/ |
H A D | InstallationFinder.java | 509 int d2 = Character.digit(oooUrl.charAt(n + 2), 16); in getCanonicalPathFromFileURL() local 510 if (d1 < 0 || d2 < 0) { in getCanonicalPathFromFileURL() 513 int d = 16 * d1 + d2; in getCanonicalPathFromFileURL()
|
/aoo41x/main/slideshow/source/engine/transitions/ |
H A D | zigzagwipe.cxx | 42 const double d2 = (d / 2.0); in ZigZagWipe() local 47 m_stdZigZag.append( ::basegfx::B2DPoint( 0.0, ((pos - 1) * d) + d2 ) ); in ZigZagWipe()
|
/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 | 219 short d2 = pRight->GetDepth(); in GetDepth() local 220 return( (d1 < d2 ) ? d2 : d1 ) + 1; in GetDepth()
|
/aoo41x/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/demoCA/newcerts/ |
H A D | 1000.pem | 16 33:ca:0d:d2:24:b3:c1:47:db:11:e2:bf:23:da:32: 36 47:72:62:ae:93:90:05:e2:ff:63:31:5a:d2:80:a5:4a:7f:57:
|
/aoo41x/main/xmlsecurity/test_docs/CAs/Root_9/demoCA/newcerts/ |
H A D | 1000.pem | 16 92:a1:79:9d:ce:d2:0c:16:15:f2:7e:b3:e4:45:9c: 43 d2:05
|
/aoo41x/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/demoCA/newcerts/ |
H A D | 1002.pem | 17 60:1e:e6:52:39:4c:84:9e:93:6c:d2:b4:2d:34:1a: 39 a5:9c:e3:8e:ed:27:d2:da:53:41:80:2a:d4:c3:92:5d:b5:b4:
|
/aoo41x/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/demoCA/ |
H A D | cacert.pem | 16 92:a1:79:9d:ce:d2:0c:16:15:f2:7e:b3:e4:45:9c: 43 d2:05
|
/aoo41x/main/xmlsecurity/qa/certext/ |
H A D | User_35_Root_11.crt | 16 92:6a:b9:d2:9a:4e:06:2c:02:52:cd:93:50:84:28: 36 6e:80:e6:1e:86:3d:d2:65:a6:17:fa:80:2d:2e:dc:85:32:05:
|
/aoo41x/main/xmlsecurity/test_docs/CAs/Root_1/demoCA/newcerts/ |
H A D | 1000.pem | 17 97:d2:7d:01:ad:b2:dc:5c:cd:c6:91:a1:f3:93:7c: 21 80:71:cf:13:f5:37:a2:90:4d:ab:e8:97:49:d2:80:
|