Home
last modified time | relevance | path

Searched refs:b (Results 1 – 25 of 1116) sorted by relevance

12345678910>>...45

/trunk/main/cppu/qa/
H A Dtest_any.cxx202 ASSERT_TRUE(!(a >>= b) && b) << "bool"; in TEST_F()
295 ASSERT_TRUE((a >>= b) && !b) << "bool"; in TEST_F()
393 ASSERT_TRUE(!(a >>= b) && b) << "bool"; in TEST_F()
491 ASSERT_TRUE(!(a >>= b) && b) << "bool"; in TEST_F()
1613 ASSERT_TRUE((a >>= b) && b.getLength() == 1 && b[0] == 1) << in TEST_F()
1822 ASSERT_TRUE((a >>= b) && b.member == 1 && b.member2 == 3) << in TEST_F()
1950 ASSERT_TRUE((a >>= b) && b.member == 1 && b.member2 == 3) << in TEST_F()
2171 ASSERT_TRUE((a >>= b) && !b.is()) << in TEST_F()
2176 ASSERT_TRUE((a >>= b) && !b.is()) << in TEST_F()
2185 ASSERT_TRUE((a >>= b) && !b.is()) << in TEST_F()
[all …]
/trunk/main/basegfx/source/inc/
H A Dhommatrixtemplate.hxx120 for(sal_uInt16 b(0); b < RowSize; b++) in ImplHomMatrixTemplate() local
230 for(b = 0; b < RowSize; b++) in ludcmp()
249 for(b = 0; b < RowSize; b++) in ludcmp()
335 for(b = a2; b < a; b++) in lubksb()
352 for(b = a + 1; b < RowSize; b++) in lubksb()
374 for(sal_uInt16 b(0); b < RowSize; b++) in isIdentity() local
428 for( b = 0; b < RowSize; b++) in doInvert()
437 for( b = 0; b < RowSize; b++) in doInvert()
523 for(sal_uInt16 b(0); b < RowSize; b++) in doAddMatrix() local
536 for(sal_uInt16 b(0); b < RowSize; b++) in doSubMatrix() local
[all …]
/trunk/main/sw/inc/
H A Dviewopt.hxx208 { bIdle = b; } in SetIdle()
427 inline void SetTest1( sal_Bool b ) { bTest1 = b; } in SetTest1() argument
429 inline void SetTest2( sal_Bool b ) { bTest2 = b; } in SetTest2() argument
431 inline void SetTest3( sal_Bool b ) { bTest3 = b; } in SetTest3() argument
433 inline void SetTest4( sal_Bool b ) { bTest4 = b; } in SetTest4() argument
435 inline void SetTest5( sal_Bool b ) { bTest5 = b; } in SetTest5() argument
437 inline void SetTest6( sal_Bool b ) { bTest6 = b; } in SetTest6() argument
439 inline void SetTest7( sal_Bool b ) { bTest7 = b; } in SetTest7() argument
441 inline void SetTest8( sal_Bool b ) { bTest8 = b; } in SetTest8() argument
443 static inline void SetTest9( sal_Bool b ) { bTest9 = b; } in SetTest9() argument
[all …]
H A Dprintdata.hxx159 void SetPrintGraphic( sal_Bool b ) { doSetModified(); bPrintGraphic = b; } in SetPrintGraphic() argument
160 void SetPrintTable( sal_Bool b ) { doSetModified(); bPrintTable = b; } in SetPrintTable() argument
161 void SetPrintDraw( sal_Bool b ) { doSetModified(); bPrintDraw = b; } in SetPrintDraw() argument
162 void SetPrintControl( sal_Bool b ) { doSetModified(); bPrintControl = b; } in SetPrintControl() argument
163 void SetPrintLeftPage( sal_Bool b ) { doSetModified(); bPrintLeftPages = b; } in SetPrintLeftPage() argument
164 void SetPrintRightPage( sal_Bool b ) { doSetModified(); bPrintRightPages = b; } in SetPrintRightPage() argument
165 void SetPrintReverse( sal_Bool b ) { doSetModified(); bPrintReverse = b; } in SetPrintReverse() argument
166 void SetPaperFromSetup( sal_Bool b ) { doSetModified(); bPaperFromSetup = b; } in SetPaperFromSetup() argument
167 void SetPrintEmptyPages( sal_Bool b ) { doSetModified(); bPrintEmptyPages = b; } in SetPrintEmptyPages() argument
169 void SetPrintProspect( sal_Bool b ) { doSetModified(); bPrintProspect = b; } in SetPrintProspect() argument
[all …]
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dhash.cxx81 case 1: e += f1( b, c, d );break; in subRound()
83 case 4: e += f2( b, c, d );break; in subRound()
84 case 3: e += f3( b, c, d );break; in subRound()
87 b = rotl( b, 30 ); in subRound()
110 sal_uInt32 a, b, c, d, e; in transform() local
112 b = hashdata[1]; in transform()
117 subRound( a, b, c, d, e, K2, data[ 0], 1 ); in transform()
118 subRound( e, a, b, c, d, K2, data[ 1], 1 ); in transform()
119 subRound( d, e, a, b, c, K2, data[ 2], 1 ); in transform()
120 subRound( c, d, e, a, b, K2, data[ 3], 1 ); in transform()
[all …]
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dhash.cxx82 case 1: e += f1( b, c, d );break; in subRound()
84 case 4: e += f2( b, c, d );break; in subRound()
85 case 3: e += f3( b, c, d );break; in subRound()
88 b = rotl( b, 30 ); in subRound()
111 sal_uInt32 a, b, c, d, e; in transform() local
113 b = hashdata[1]; in transform()
118 subRound( a, b, c, d, e, K2, data[ 0], 1 ); in transform()
119 subRound( e, a, b, c, d, K2, data[ 1], 1 ); in transform()
120 subRound( d, e, a, b, c, K2, data[ 2], 1 ); in transform()
121 subRound( c, d, e, a, b, K2, data[ 3], 1 ); in transform()
[all …]
/trunk/main/connectivity/source/inc/odbc/
H A DOFunctions.hxx41 #define N3SQLAllocHandle(a,b,c) (*(T3SQLAllocHandle)getOdbcFunction(ODBC3SQLAllocHandle))(a,b,c) argument
96 #define N3SQLGetInfo(a,b,c,d,e) (*(T3SQLGetInfo)getOdbcFunction(ODBC3SQLGetInfo))(a,b,c,d,e) argument
107 #define N3SQLGetTypeInfo(a,b) (*(T3SQLGetTypeInfo)getOdbcFunction(ODBC3SQLGetTypeInfo))(a,b) argument
210 #define N3SQLPrepare(a,b,c) (*(T3SQLPrepare)getOdbcFunction(ODBC3SQLPrepare))(a,b,c) argument
262 #define N3SQLNumParams(a,b) (*(T3SQLNumParams)getOdbcFunction(ODBC3SQLNumParams))(a,b) argument
267 #define N3SQLParamData(a,b) (*(T3SQLParamData)getOdbcFunction(ODBC3SQLParamData))(a,b) argument
273 #define N3SQLPutData(a,b,c) (*(T3SQLPutData)getOdbcFunction(ODBC3SQLPutData))(a,b,c) argument
279 #define N3SQLRowCount(a,b) (*(T3SQLRowCount)getOdbcFunction(ODBC3SQLRowCount))(a,b) argument
341 #define N3SQLSetPos(a,b,c,d) (*(T3SQLSetPos)getOdbcFunction(ODBC3SQLSetPos))(a,b,c,d) argument
498 #define N3SQLFreeStmt(a,b) (*(T3SQLFreeStmt)getOdbcFunction(ODBC3SQLFreeStmt))(a,b) argument
[all …]
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dexceptions.cxx128 e += f1(b, c, d); in subRound()
132 e += f2(b, c, d); in subRound()
135 e += f3(b, c, d); in subRound()
139 b = rotl(b, 30); in subRound()
182 sal_uInt32 b = hashdata[1]; in transform() local
186 subRound(a, b, c, d, e, K2, data[ 0], 1); in transform()
187 subRound(e, a, b, c, d, K2, data[ 1], 1); in transform()
188 subRound(d, e, a, b, c, K2, data[ 2], 1); in transform()
189 subRound(c, d, e, a, b, K2, data[ 3], 1); in transform()
190 subRound(b, c, d, e, a, K2, data[ 4], 1); in transform()
[all …]
/trunk/main/solenv/inc/
H A D_tg_lib.mk45 @cat $(MISC)/$(LIB1ARCHIV:b).cmd
83 @$(RM) $(@:d)$(@:b).dump
190 @$(RM) $(@:d)$(@:b).dump
297 @$(RM) $(@:d)$(@:b).dump
404 @$(RM) $(@:d)$(@:b).dump
511 @$(RM) $(@:d)$(@:b).dump
618 @$(RM) $(@:d)$(@:b).dump
725 @$(RM) $(@:d)$(@:b).dump
832 @$(RM) $(@:d)$(@:b).dump
939 @$(RM) $(@:d)$(@:b).dump
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDatabaseMetaData.idl1305 <b>PRECISION</b> long => precision
1311 <b>SCALE</b> short => scale
1314 <b>RADIX</b> short => radix
1500 <b>BUFFER_LENGTH</b> is not used.
1526 <b>SQL_DATA_TYPE</b> long => unused
1699 <b>COLUMN_SIZE</b> long => precision
1749 <b>SCOPE</b> short => is not used
1761 <b>COLUMN_SIZE</b> long => precision
2205 <b>TYPE_NAME</b> string => Type name
2273 <b>SQL_DATA_TYPE</b> long => unused
[all …]
/trunk/main/ucb/source/ucp/odma/
H A Dodma_lib.hxx206 #define NODMSelectDoc(a,b,c) (*(pODMSelectDoc))(a,b,c) argument
207 #define NODMOpenDoc(a,b,c,d) (*(pODMOpenDoc))(a,b,c,d) argument
208 #define NODMSaveDoc(a,b,c) (*(pODMSaveDoc))(a,b,c) argument
210 #define NODMNewDoc(a,b,c,d,e) (*(pODMNewDoc))(a,b,c,d,e) argument
211 #define NODMSaveAs(a,b,c,d,e,f) (*(pODMSaveAs))(a,b,c,d,e,f) argument
212 #define NODMActivate(a,b,c) (*(pODMActivate))(a,b,c) argument
217 #define NODMGetDMSList(a,b) (*(pODMGetDMSList))(a,b) argument
218 #define NODMGetDMS(a,b) (*(pODMGetDMS))(a,b) argument
219 #define NODMSetDMS(a,b) (*(pODMSetDMS))(a,b) argument
222 #define NODMQueryClose(a,b) (*(pODMQueryClose))(a,b) argument
[all …]
/trunk/main/svtools/source/dialogs/
H A Dmcvmath.hxx100 friend sal_Bool operator> ( const Fix& a, const Fix& b ) { return a.x > b.x; } in operator >() argument
101 friend sal_Bool operator< ( const Fix& a, const Fix& b ) { return a.x < b.x; } in operator <() argument
129 FixCpx( Fix a, Fix b ) : r( a ), i( b ) {} in FixCpx() argument
153 long l = a.x+b.x; in operator +()
159 long l = a.x-b.x; in operator -()
171 long l=(a.x<<FIX_POST)/b.x; in operator /()
186 return FixCpx( a.r+b.r, a.i+b.i ); in operator +()
191 return FixCpx( a.r-b.r, a.i-b.i ); in operator -()
203 return FixCpx( a.r*b.r-a.i*b.i, a.r*b.i+a.i*b.r ); in operator *()
208 return FixCpx( (a.r*b.r+a.i*b.i)/(b.r*b.r+b.i*b.i), in operator /()
[all …]
/trunk/main/offapi/com/sun/star/i18n/
H A DLocaleDataItem.idl43 /// date separator, for example, <b>"/"</b> or <b>"."</b> or <b>"-"</b>
45 /// group and thousand separator, for example, <b>","</b> or <b>"."</b>
47 /// decimal separator, for example, <b>"."</b> or <b>","</b>
49 /// time separator, for example, <b>":"</b>
53 /// list separator, for example, <b>";"</b>
63 /// time AM symbol, for example, <b>"AM"</b> or <b>"am"</b>
65 /// time PM symbol, for example, <b>"PM"</b> or <b>"pm"</b>
67 /// measurement system, <b>"metric"</b> or <b>"us"</b>
71 /// long date day separator, for example, <b>", "</b>
73 /// long date month separator, for example, <b>" "</b>
[all …]
/trunk/main/unotools/source/config/
H A Dsaveopt.cxx164 bUseUserData = b; in SetUseUserData()
171 if (!bROBackup && bBackup!=b) in SetBackup()
173 bBackup = b; in SetBackup()
182 bAutoSave = b; in SetAutoSave()
192 bAutoSavePrompt = b; in SetAutoSavePrompt()
201 bDocInfSave = b; in SetDocInfoSave()
210 bSaveWorkingSet = b; in SetSaveWorkingSet()
219 bSaveDocView = b; in SetSaveDocView()
228 bSaveRelINet = b; in SetSaveRelINet()
237 bSaveRelFSys = b; in SetSaveRelFSys()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx321 for(sal_uInt32 b(0L); b < nEdgeCountB; b++) in findCutsAndTouchesAndCommonForBezier() local
384 if(b) in findCutsAndTouchesAndCommonForBezier()
559 for(sal_uInt32 b(a + 1L); b < nEdgeCount; b++) in findCuts() local
610 for(sal_uInt32 b(a + 1L); b < nEdgeCount; b++) in findCuts() local
812 for(sal_uInt32 b(0L); b < nEdgeCountB; b++) in findCuts() local
862 for(sal_uInt32 b(0L); b < nEdgeCountB; b++) in findCuts() local
967 for(b = 0L; b < nCount; b++) in addPointsAtCutsAndTouches()
978 if(a < b) in addPointsAtCutsAndTouches()
1146 for(sal_uInt32 b(0); b < nCountB; b++) in addPointsAtCuts() local
1261 for(b = 0; b < nCount; b++) in addPointsAtCuts()
[all …]
/trunk/main/offapi/com/sun/star/ui/
H A DXUIElementFactoryRegistration.idl67 <li><b>menubar</b></li>
68 <li><b>popupmenu</b></li>
69 <li><b>toolbar</b></li>
70 <li><b>statusbar</b></li>
71 <li><b>floater</b></li>
124 <li><b>menubar</b></li>
125 <li><b>toolbar</b></li>
126 <li><b>statusbar</b></li>
150 <li><b>menubar</b></li>
151 <li><b>toolbar</b></li>
[all …]
/trunk/main/writerfilter/source/rtftok/
H A DRTFScanner.skl812 b->yy_buf_size += b->yy_buf_size / 8;
1136 if ( ! b )
1152 return b;
1167 if ( ! b )
1234 if ( ! b )
1246 b->yy_buf_pos = &b->yy_ch_buf[0];
1276 if ( ! b )
1280 b->yy_buf_pos = b->yy_ch_buf = base;
1283 b->yy_n_chars = b->yy_buf_size;
1291 return b;
[all …]
/trunk/main/svtools/source/filter/
H A Dsgvspln.cxx102 while ( (x + b) == x ) b *= 2.0;
264 b[i] -= lower[i] * b[i-1]; in TriDiagGS()
269 b[i] = ( b[i] - upper[i] * b[i+1] ) / diag[i]; in TriDiagGS()
417 b[i] = ( b[i] - b[i-1] * lower[i] ) / diag[i]; in ZyklTriDiagGS()
422 b[n-1] = ( b[n-1] + temp - lower[n-1] * b[n-2] ) / diag[n-1]; in ZyklTriDiagGS()
427 b[i] -= upper[i] * b[i+1] + ricol[i] * b[n-1]; in ZyklTriDiagGS()
469 b[i]=h[i]; in NaturalSpline()
484 b[n-2]=b[n-2]-h[n-1]; in NaturalSpline()
587 b[im1]=hl; in PeriodicSpline()
594 b[nm1]=hl; in PeriodicSpline()
[all …]
/trunk/main/filter/source/config/fragments/
H A Dmakefile.mk162 $(REALFILTERPACKAGES_TYPES_FLAG) : $$(TYPES_4$$(@:b))
167 …r=$(DIR_MODPACKS) pkg=$(DIR_MODPACKS)$/$(@:b)_types.xcu xmlpackage=Types tcfg=$(mktmp items=$(TYPE…
181 @echo Building language packages $(@:b:s/Filter_//) for filters
188 $(REALFILTERPACKAGES_FILTERS_FLAG) : $$(FILTERS_4$$(@:b))
193 …$(DIR_MODPACKS) pkg=$(DIR_MODPACKS)$/$(@:b)_filters.xcu xmlpackage=Filter fcfg=$(mktmp items=$(FIL…
195 $(REALFILTERPACKAGES_OTHERS_FLAG) : $$(ALL_4$$(@:b))
200 …S)$/$(@:b)_others.xcu xmlpackage=Misc lcfg=$(mktmp items=$(FRAMELOADERS_4$(@:b):b:t",":s/.xcu//)) …
202 $(INTERNALFILTERPACKAGES_TYPES_FLAG) : $$(TYPES_4$$(@:b))
207 …r=$(DIR_MODPACKS) pkg=$(DIR_MODPACKS)$/$(@:b)_types.xcu xmlpackage=Types tcfg=$(mktmp items=$(TYPE…
209 $(INTERNALFILTERPACKAGES_FILTERS_FLAG) : $$(FILTERS_4$$(@:b))
[all …]
/trunk/main/writerfilter/source/resourcemodel/
H A DFraction.cxx32 return a | b; in gcd()
38 b >>= 1; in gcd()
48 b >>= 1; in gcd()
50 if (a < b) in gcd()
52 b -= a; in gcd()
57 a = b; in gcd()
58 b = nDiff; in gcd()
61 b >>= 1; in gcd()
63 while (b != 0); in gcd()
70 return abs(a * b) / gcd(abs(a), abs(b)); in lcm()
[all …]
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dproptypehlp.hxx129 sal_Bool b; in convertPropertyValue() local
183 sal_Bool b; in convertPropertyValue() local
228 sal_Bool b; in convertPropertyValue() local
276 sal_Bool b; in convertPropertyValue() local
310 sal_Bool b; in convertPropertyValue() local
343 sal_Bool b; in convertPropertyValue() local
371 sal_Bool b; in convertPropertyValue() local
420 sal_Bool b; in convertPropertyValue() local
422 f = ( float ) b; in convertPropertyValue()
487 sal_Bool b; in convertPropertyValue() local
[all …]
/trunk/main/basegfx/source/color/
H A Dbcolortools.cxx56 h = (g - b)/d; in rgb2hsl()
58 h = 2.0 + (b - r)/d; in rgb2hsl()
131 h = (g - b) / delta; in rgb2hsv()
135 h = 2.0 + (b - r) / delta; in rgb2hsv()
206 0.299*r + 0.587*g + 0.114*b, in rgb2yiq()
207 0.596*r - 0.274*g - 0.322*b, in rgb2yiq()
208 0.211*r - 0.522*g + 0.311*b); in rgb2yiq()
238 0.412453*r + 0.35758*g + 0.180423*b, in rgb2ciexyz()
239 0.212671*r + 0.71516*g + 0.072169*b, in rgb2ciexyz()
247 0.299*r + 0.587*g + 0.114*b, in rgb2ypbpr()
[all …]
/trunk/main/udkapi/com/sun/star/registry/
H A DDefaultRegistry.idl47 <dt> <b>getURL</b>
51 <dt> <b>isValid</b>
56 <dt> <b>isReadOnly</b> </dt>
59 <dt> <b>mergeKey</b>
63 <dt> <b>getRootKey</b>
74 <dt> <b>openKey</b>
79 <dt> <b>deleteKey</b>
83 <dt> <b>setLongValue, setAsciiValue, setStringValue, setBinaryValue</b>
93 <dt> <b>openKeys</b>
97 <dt> <b>getKeyNames</b>
[all …]
H A DNestedRegistry.idl50 <dt> <b>getURL</b>
55 <dt> <b>isValid</b>
61 <dt> <b>isReadOnly</b>
65 <dt> <b>mergeKey</b>
70 <dt> <b>getRootKey</b>
81 <dt> <b>openKey</b>
86 <dt> <b>deleteKey</b>
91 <dt> <b>setLongValue, setAsciiValue, setStringValue, setBinaryValue</b>
102 <dt> <b>openKeys</b>
107 <dt> <b>getKeyNames</b>
[all …]
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseColorTable.java150 b[0] = 0x40; in getBytes()
151 b[1] = (byte)128; in getBytes()
157 b[i++] = (byte)indVal++; in getBytes()
163 b[i++] = (byte)0; in getBytes()
164 b[i++] = (byte)0; in getBytes()
165 b[i++] = (byte)0; in getBytes()
170 b[i++] = (byte)indVal++; in getBytes()
176 b[i++] = (byte)0xFF; in getBytes()
177 b[i++] = (byte)0xFF; in getBytes()
178 b[i++] = (byte)0xFF; in getBytes()
[all …]

Completed in 182 milliseconds

12345678910>>...45