Home
last modified time | relevance | path

Searched refs:b (Results 76 – 100 of 1116) sorted by relevance

12345678910>>...45

/trunk/main/sc/source/core/tool/
H A Dautoform.cxx816 rStream >> b; bIncludeFont = b; in Load()
817 rStream >> b; bIncludeJustify = b; in Load()
818 rStream >> b; bIncludeFrame = b; in Load()
819 rStream >> b; bIncludeBackground = b; in Load()
820 rStream >> b; bIncludeValueFormat = b; in Load()
821 rStream >> b; bIncludeWidthHeight = b; in Load()
843 rStream >> b; bIncludeFont = b; in LoadOld()
844 rStream >> b; bIncludeJustify = b; in LoadOld()
845 rStream >> b; bIncludeFrame = b; in LoadOld()
846 rStream >> b; bIncludeBackground = b; in LoadOld()
[all …]
/trunk/main/postprocess/packregistry/
H A Dmakefile.mk483 {$(MY_XCDS)} : $$(MY_FILES_$$(@:b):^"$(SOLARXMLDIR)/")
498 - $(RM) $(MISC)/$(@:b).list
502 $(SOLARENV)/bin/packregistry.xslt $(MISC)/$(@:b).list
512 rm -rf $(MISC)/$(@:b).unzip
513 mkdir $(MISC)/$(@:b).unzip
514 cd $(MISC)/$(@:b).unzip && unzip $(SOLARPCKDIR)/$(@:b).zip
515 - $(RM) $(MISC)/$(@:b).list
528 rm -rf $(MISC)/$(@:b).unzip
529 mkdir $(MISC)/$(@:b).unzip
530 cd $(MISC)/$(@:b).unzip && unzip $(SOLARPCKDIR)/$(@:b).zip
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DColourConverter.java165 int b = 0; in convertToRGB() local
169 r = g = b = 128; in convertToRGB()
173 r = g = b = 192; in convertToRGB()
177 r = g = b = 255; in convertToRGB()
189 b = 255; in convertToRGB()
193 g = b = 255; in convertToRGB()
197 r = b = 255; in convertToRGB()
213 b = 128; in convertToRGB()
217 b = g = 128; in convertToRGB()
221 r = b = 128; in convertToRGB()
[all …]
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/demoCA/newcerts/
H A D1000.pem15 00:bc:82:f1:75:77:02:f8:fb:3a:c2:8d:3c:1b:cb:
16 b2:63:2e:89:07:92:6b:b4:e1:ab:ce:30:a1:a4:82:
20 23:0c:91:d6:8e:2a:62:f6:af:4d:c9:19:5b:dd:16:
37 11:88:24:ae:4f:f6:86:18:bf:d0:1b:c9:19:7a:47:30:0e:fb:
38 30:b2:50:31:8d:30:6b:8b:54:17:67:bc:b8:c1:d5:1c:6c:95:
40 ea:eb:0b:48:3d:5e:7a:2b:ed:02:8b:34:89:0a:d8:32:b4:6f:
41 f4:b2:06:96:aa:6b:ae:19:38:ec:9f:47:43:3b:7b:bd:71:38:
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/demoCA/newcerts/
H A D1000.pem16 9f:2b:20:82:f3:86:d2:e1:38:05:7e:95:cc:46:e5:
17 42:8b:5c:0d:2c:ad:ad:44:c0:4c:2f:7c:75:e8:bd:
21 11:66:95:33:8b:44:38:86:45:05:b3:3a:54:c4:cf:
37 7b:de:f2:2b:d7:94:ce:12:e2:f9:a7:b2:91:08:c6:51:3f:bc:
38 e2:87:ed:79:6d:3b:f5:38:6e:02:d4:63:e6:b8:a7:e5:df:f4:
39 6e:b0:8a:bd:bb:b1:0b:e0:c2:cf:fa:af:0a:6a:a5:1f:28:ff:
41 ae:74:9b:94:86:73:06:06:da:6a:2c:82:04:b1:49:19:62:a9:
42 05:e5:e7:2c:68:a1:3b:f4:bf:80:85:5b:1b:dc:21:7b:3d:c1:
/trunk/main/sal/inc/rtl/
H A Dmath.hxx259 inline bool approxEqual(double a, double b) in approxEqual() argument
261 if ( a == b ) in approxEqual()
263 double x = a - b; in approxEqual()
278 inline double approxAdd(double a, double b) in approxAdd() argument
280 if ( ((a < 0.0 && b > 0.0) || (b < 0.0 && a > 0.0)) in approxAdd()
281 && approxEqual( a, -b ) ) in approxAdd()
283 return a + b; in approxAdd()
291 inline double approxSub(double a, double b) in approxSub() argument
293 if ( ((a < 0.0 && b < 0.0) || (a > 0.0 && b > 0.0)) && approxEqual( a, b ) ) in approxSub()
295 return a - b; in approxSub()
/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DXInputStreamToInputStreamAdapter.java96 public int read (byte[] b) throws IOException { in read() argument
98 byte [][] tmp = new byte [1][b.length]; in read()
102 bytesRead = xin.readBytes(tmp, b.length); in read()
105 } else if (bytesRead < b.length) { in read()
106 System.arraycopy(tmp[0], 0, b, 0, bytesRead); in read()
108 System.arraycopy(tmp[0], 0, b, 0, b.length); in read()
117 public int read(byte[] b, int off, int len) throws IOException { in read() argument
119 byte [][] tmp = new byte [1][b.length]; in read()
136 System.arraycopy(tmp[0], 0, b, off, (int)bytesRead); in read()
138 System.arraycopy(tmp[0], 0, b, off, len); in read()
/trunk/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/
H A D100B.pem16 99:47:9f:ab:8b:4e:8e:d8:2e:c2:78:2c:54:f9:29:
18 db:f2:f0:db:af:5b:38:be:18:42:b4:31:02:ba:6f:
19 19:00:57:be:d0:f3:7c:6b:34:36:e8:7c:45:77:0d:
21 98:3f:c9:2d:f0:9e:d5:f0:32:02:44:61:5b:2f:71:
22 16:13:9a:b3:2b:28:ff:d5:d8:3d:00:9c:eb:ec:b7:
36 48:a6:51:46:5b:44:a5:be:18:ed:8f:d4:c6:d2:3c:86:8f:e7:
37 e5:f4:a2:5d:51:aa:00:9b:bc:d8:b1:d3:f4:24:a0:a1:0d:80:
38 2e:7e:62:26:ee:8c:4b:bd:79:0c:39:bd:6e:af:db:92:b6:03:
41 4d:50:4d:1e:ba:45:fd:f1:99:84:a6:79:0b:6b:76:eb:73:9d:
42 5c:47:27:be:0d:23:0b:97:cc:9d:5a:80:fa:9b:ff:66:e7:37:
H A D1011.pem16 8a:f2:6e:d3:f8:44:ac:58:7b:f5:dd:1c:71:17:bf:
19 67:a5:ca:e5:75:30:24:70:3a:94:d2:92:db:29:2b:
23 90:fb:6e:13:ba:3a:1b:b7:4b
37 9e:3a:85:eb:3b:e2:f7:a5:ab:b5:ae:aa:44:81:d7:b7:29:39:
38 b8:20:40:1e:36:da:a8:03:8b:3a:96:c3:2e:ba:cd:81:b9:af:
39 a0:a5:95:b0:3b:55:c1:85:9d:3d:c2:d0:7b:a4:d0:0e:16:7c:
41 7e:3b:99:d6:b2:3d:a2:90:1e:c9:9b:70:0a:af:04:d9:7c:46:
43 2b:bf
H A D1016.pem16 bc:96:60:d5:a5:f9:da:45:9a:5b:a3:0a:fb:71:25:
18 01:85:aa:9e:5b:08:9c:01:f8:32:90:fe:ef:7f:eb:
19 cb:b3:8b:b2:c8:d1:79:d6:47:a3:d8:df:f1:d0:56:
20 04:04:bd:41:72:fc:98:75:10:d2:9b:b5:bc:55:a1:
36 16:aa:a6:b7:0e:e3:d2:ba:7e:9b:59:f6:cc:ce:5d:4d:2a:f2:
38 fb:75:fe:31:79:10:78:7d:93:44:3b:00:90:83:a4:15:52:8d:
39 3a:b4:9c:c0:6f:95:2c:4f:d8:b3:3b:cf:69:ab:3c:41:3a:43:
40 1b:0a:8b:b0:b4:aa:8b:bf:6f:96:e2:65:4a:00:3a:49:bc:9a:
42 5c:6b:49:14:8a:23:b5:b6:4f:b6:41:d0:a7:16:7c:67:4c:b3:
H A D1019.pem16 84:23:6b:86:c3:38:37:62:5a:9a:4b:50:fc:b7:f3:
17 d9:4b:1b:20:ff:06:42:bb:22:33:c5:22:12:2c:bb:
19 1b:36:db:70:58:32:bc:3d:d7:7d:64:27:44:54:6c:
23 8d:40:1b:5d:d3:75:9b:e4:0b
36 7c:65:0b:e2:cd:ca:00:e8:40:0f:37:70:a1:89:54:5d:03:06:
38 17:7b:bd:63:b9:9c:4e:46:86:3e:a6:f5:a6:56:ac:90:2a:f4:
41 05:15:6f:ae:d0:b5:76:67:48:2d:5a:3c:59:da:1b:13:c3:84:
H A D101D.pem17 02:9d:37:db:0a:3b:26:6a:20:25:3d:f9:2d:b2:3b:
18 39:c8:c6:e3:a7:aa:a1:0b:b2:1b:58:43:e6:3c:3f:
19 67:fe:bb:bd:9b:b5:d9:de:e9:ed:76:ab:fd:f5:c8:
21 85:5f:13:b1:6b:9d:42:d7:30:a8:d2:9b:fe:71:7a:
36 5b:cf:de:92:f8:ac:39:fb:0a:81:70:5b:17:d0:0d:0d:85:5e:
37 2e:7d:be:d1:1a:ad:1d:99:a4:a6:f0:48:5a:7b:04:39:e2:93:
41 52:7c:fb:37:32:35:cf:82:eb:fc:f1:39:f1:51:f1:e1:5b:d6:
/trunk/main/xmlsecurity/test_docs/CAs/Root_4/demoCA/newcerts/
H A D1001.pem19 d6:e1:35:19:6b:d4:1d:3b:81:86:b1:e7:ff:1f:b8:
20 34:a9:f9:de:4d:b8:62:ac:3b:d4:58:8e:5c:76:b5:
22 1b:f1:8a:3e:be:48:bc:07:ec:f9:7c:03:14:fc:e7:
23 55:a3:65:81:c7:6c:70:0b:ff
36 bc:cf:43:eb:72:b1:71:a7:94:8e:cd:5b:fc:d8:21:31:83:db:
37 a9:de:c7:5b:14:e5:7b:90:43:e6:05:df:db:6e:95:5f:24:ac:
39 be:4b:e0:fc:a2:76:09:07:75:6a:fa:e4:2f:a3:3a:cd:81:68:
41 d8:42:3e:85:c2:11:23:10:d6:6a:e4:8f:53:cb:8b:8b:1b:5a:
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/demoCA/
H A Dcacert.pem19 d6:e1:35:19:6b:d4:1d:3b:81:86:b1:e7:ff:1f:b8:
20 34:a9:f9:de:4d:b8:62:ac:3b:d4:58:8e:5c:76:b5:
22 1b:f1:8a:3e:be:48:bc:07:ec:f9:7c:03:14:fc:e7:
23 55:a3:65:81:c7:6c:70:0b:ff
36 bc:cf:43:eb:72:b1:71:a7:94:8e:cd:5b:fc:d8:21:31:83:db:
37 a9:de:c7:5b:14:e5:7b:90:43:e6:05:df:db:6e:95:5f:24:ac:
39 be:4b:e0:fc:a2:76:09:07:75:6a:fa:e4:2f:a3:3a:cd:81:68:
41 d8:42:3e:85:c2:11:23:10:d6:6a:e4:8f:53:cb:8b:8b:1b:5a:
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/demoCA/newcerts/
H A D1000.pem15 00:a7:6b:af:a2:6e:61:33:2e:71:7b:e2:38:44:d9:
16 4c:da:6e:86:bb:c6:f5:64:8e:2e:8b:e8:71:c8:46:
18 a4:24:56:93:07:b1:c4:52:44:69:27:0b:34:eb:31:
22 d3:cc:17:4c:d5:9a:96:35:4b:4e:ca:72:3a:9b:90:
37 06:7d:0a:e8:fa:8b:87:1d:75:61:2b:c7:d1:6d:56:5f:26:e3:
38 29:b4:c3:27:05:35:0f:b7:c1:20:42:95:0b:9d:34:16:5d:9b:
39 c2:48:c8:67:e1:e7:43:eb:10:9e:45:3e:44:da:7c:4b:19:05:
42 e5:b6:01:4c:7a:af:32:f6:cc:5b:57:e6:e4:87:21:ec:17:98:
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/demoCA/newcerts/
H A D1002.pem15 00:d2:f6:25:c0:95:4b:07:1e:a0:57:67:52:36:b3:
18 ca:df:06:ab:f4:c3:3d:8b:7d:d1:6b:5f:f8:f8:d6:
21 4e:2a:28:36:46:0e:04:f1:78:7d:a3:ff:ac:08:1b:
22 21:99:f5:b4:5b:f6:be:fd:1a:89:26:4b:eb:b9:58:
37 2c:68:5e:5b:2e:d7:48:ca:2a:01:b4:a0:99:0e:06:2d:e8:23:
39 ae:3e:b0:99:c9:20:10:30:e3:a0:5b:28:8b:57:f2:12:3a:87:
43 d0:1b:7b:68:fa:7e:a4:0f:4c:ab:02:6e:d2:ff:b8:5b:05:f6:
H A D1003.pem16 ef:50:f0:0b:b1:a9:a1:9b:14:1c:54:a9:71:b4:f6:
18 8b:4f:be:75:40:b0:10:05:eb:08:3b:94:c2:57:37:
19 51:41:08:57:b9:1c:a5:2f:e9:cc:3c:a8:70:2b:eb:
21 14:c0:2b:fc:94:a5:a6:ad:46:a8:37:12:20:ab:cf:
23 d2:0b:6b:f4:65:21:1d:94:ff
37 a8:66:0d:4b:6a:00:fc:31:e3:f5:8f:49:44:3d:60:26:76:2e:
38 51:f8:41:35:3b:5b:7f:87:e3:00:d7:ae:85:bb:d9:81:a5:30:
/trunk/main/solenv/inc/
H A Dtg_yxx.mk30 @@-$(COPY:s/-f//) $@.h $(INCCOM)/$(@:b).hxx
31 @@-$(COPY:s/-f//) $(@:d)/$(@:b).hxx $(INCCOM)/$(@:b).hxx
34 $(COMMAND_ECHO)$(TYPE) $(INCCOM)/$(@:b).hxx > $(NULLDEV)
36 $(COMMAND_ECHO)$(TYPE) $(INCCOM)/$(@:b).hxx >& $(NULLDEV)
44 @@-$(COPY:s/-f//) $@.h $(INCCOM)/$(@:b).hxx
45 @@-$(COPY:s/-f//) $(@:d)/$(@:b).hxx $(INCCOM)/$(@:b).hxx
48 $(COMMAND_ECHO)$(TYPE) $(INCCOM)/$(@:b).hxx > $(NULLDEV)
50 $(COMMAND_ECHO)$(TYPE) $(INCCOM)/$(@:b).hxx >& $(NULLDEV)
/trunk/main/i18npool/source/search/
H A Dlevdis.cxx392 int WLevDistance::GGT( int a, int b ) in GGT() argument
394 if ( !a || !b ) in GGT()
397 if ( b < 0 ) b = -b; in GGT()
400 if ( a > b ) in GGT()
401 a -= int(a / b) * b; in GGT()
403 b -= int(b / a) * a; in GGT()
404 } while ( a && b ); in GGT()
405 return( a ? a : b); in GGT()
411 int WLevDistance::KGV( int a, int b ) in KGV() argument
414 return( (a / GGT(a,b)) * b ); in KGV()
[all …]
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofe3dpolygon.cxx83 for(sal_uInt32 b(0L); b < aCandidate3D.count(); b++) in createViewIndependentPrimitive3DSequence() local
88 if( b < nNormalCount ) in createViewIndependentPrimitive3DSequence()
89 aCandidate3D.setNormal(b, aNormals3D.getB3DPoint(b)); in createViewIndependentPrimitive3DSequence()
91 aCandidate3D.setNormal(b, aNormals3D.getB3DPoint(0)); in createViewIndependentPrimitive3DSequence()
96 if( b < nTextureCount ) in createViewIndependentPrimitive3DSequence()
97 aCandidate3D.setTextureCoordinate(b, aTexture2D.getB2DPoint(b)); in createViewIndependentPrimitive3DSequence()
99 aCandidate3D.setTextureCoordinate(b, aTexture2D.getB2DPoint(0)); in createViewIndependentPrimitive3DSequence()
/trunk/main/sal/rtl/source/
H A Ddigest.c540 a += b; }
545 a += b; }
550 a += b; }
959 #define F_20_39(b,c,d) ((b) ^ (c) ^ (d)) argument
960 #define F_40_59(b,c,d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) argument
961 #define F_60_79(b,c,d) F_20_39(b,c,d) argument
969 (b) = RTL_DIGEST_ROTL((b), 30);
975 (b) = RTL_DIGEST_ROTL((b), 30);
981 (b) = RTL_DIGEST_ROTL((b), 30);
987 (b) = RTL_DIGEST_ROTL((b), 30);
[all …]
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx1203 if ( ( aVal >>= b ) && b) in createPeer()
1212 sal_Bool b = sal_Bool(); in createPeer() local
1213 if ( ( aVal >>= b ) && b) in createPeer()
1223 if ( ( aVal >>= b ) && b) in createPeer()
1233 if ( ( aVal >>= b ) && b) in createPeer()
1243 if ( ( aVal >>= b ) && b) in createPeer()
1253 if ( ( aVal >>= b ) && b) in createPeer()
1263 if ( ( aVal >>= b ) && b) in createPeer()
1273 if ( ( aVal >>= b ) && b) in createPeer()
1283 if ( ( aVal >>= b ) && b) in createPeer()
[all …]
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/demoCA/newcerts/
H A D1000.pem17 a1:2b:32:39:5c:71:88:10:e3:77:87:b6:d5:38:85:
18 de:4b:91:c6:17:97:8e:3d:96:b3:af:8c:9d:74:8c:
19 88:7f:2a:72:9a:ca:1a:1b:56:6c:63:2e:a4:a0:fc:
20 3a:7b:0d:c2:16:15:d0:80:15:29:de:cd:0b:74:bc:
21 5e:31:84:71:a4:fd:be:9b:06:6a:0c:47:1d:f9:e4:
36 e5:b8:1a:43:82:75:20:48:e0:52:d0:46:25:6f:f7:5b:a9:3f:
37 9e:cd:db:45:da:15:53:95:e7:c8:74:7b:e0:e4:2c:8c:f6:4d:
40 9d:c9:53:55:c5:da:69:b0:96:99:fd:ac:c4:16:40:ea:0c:1b:
42 3d:23:6b:e8:23:c0:3c:9a:57:5f:ad:4b:03:94:92:16:62:f9:
/trunk/main/forms/source/xforms/
H A Dmip.cxx88 void MIP::setReadonly( bool b ) { mbHasReadonly = true; mbReadonly = b; } in setReadonly() argument
93 void MIP::setRequired( bool b ) { mbHasRequired = true; mbRequired = b; } in setRequired() argument
98 void MIP::setRelevant( bool b ) { mbHasRelevant = true; mbRelevant = b; } in setRelevant() argument
103 void MIP::setConstraint( bool b ) { mbHasConstraint = true; mbConstraint = b; msConstraintExplanati… in setConstraint() argument
111 void MIP::setHasCalculate( bool b ) { mbHasCalculate = b; } in setHasCalculate() argument
/trunk/main/sal/inc/sal/
H A Dmacros.h28 # define SAL_MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
31 # define SAL_MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
43 # define SAL_SWAP(a,b) ((a) ^= (b) ^= (a) ^= (b)) argument

Completed in 107 milliseconds

12345678910>>...45