| /AOO41X/main/cppu/qa/ |
| H A D | test_any.cxx | 266 bool b = true; in testVoid() local 267 CPPUNIT_ASSERT_MESSAGE("bool", !(a >>= b) && b); in testVoid() 270 sal_Bool b = true; in testVoid() local 271 CPPUNIT_ASSERT_MESSAGE("sal_Bool", !(a >>= b) && b); in testVoid() 274 sal_Int8 b = 2; in testVoid() local 275 CPPUNIT_ASSERT_MESSAGE("sal_Int8", !(a >>= b) && b == 2); in testVoid() 278 sal_uInt8 b = 2; in testVoid() local 279 CPPUNIT_ASSERT_MESSAGE("sal_uInt8", !(a >>= b) && b == 2); in testVoid() 282 sal_Int16 b = 2; in testVoid() local 283 CPPUNIT_ASSERT_MESSAGE("sal_Int16", !(a >>= b) && b == 2); in testVoid() [all …]
|
| /AOO41X/main/basegfx/source/inc/ |
| H A D | hommatrixtemplate.hxx | 120 for(sal_uInt16 b(0); b < RowSize; b++) in ImplHomMatrixTemplate() local 121 maLine[a].set(b, implGetDefaultValue(a, b) ); in ImplHomMatrixTemplate() 217 sal_uInt16 a, b, c; in ludcmp() local 230 for(b = 0; b < RowSize; b++) in ludcmp() 232 double fTemp(fabs(get(a, b))); in ludcmp() 249 for(b = 0; b < RowSize; b++) in ludcmp() 251 for(a = 0; a < b; a++) in ludcmp() 253 fSum = get(a, b); in ludcmp() 257 fSum -= get(a, c) * get(c, b); in ludcmp() 260 set(a, b, fSum); in ludcmp() [all …]
|
| /AOO41X/main/sw/inc/ |
| H A D | viewopt.hxx | 207 inline void SetIdle( sal_Bool b ) const in SetIdle() 208 { bIdle = b; } in SetIdle() 214 inline void SetTab( sal_Bool b ) { in SetTab() argument 215 (b != 0) ? (nCoreOptions |= VIEWOPT_1_TAB ) : ( nCoreOptions &= ~VIEWOPT_1_TAB); } in SetTab() 221 inline void SetBlank( sal_Bool b ) in SetBlank() argument 222 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_BLANK ) : ( nCoreOptions &= ~VIEWOPT_1_BLANK); } in SetBlank() 226 inline void SetHardBlank( sal_Bool b ) in SetHardBlank() argument 227 … { (b != 0) ? (nCoreOptions |= VIEWOPT_1_HARDBLANK ) : ( nCoreOptions &= ~VIEWOPT_1_HARDBLANK); } in SetHardBlank() 233 inline void SetParagraph( sal_Bool b ) in SetParagraph() argument 234 … { (b != 0) ? (nCoreOptions |= VIEWOPT_1_PARAGRAPH ) : ( nCoreOptions &= ~VIEWOPT_1_PARAGRAPH); } in SetParagraph() [all …]
|
| H A D | printdata.hxx | 159 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 …]
|
| /AOO41X/main/bridges/source/cpp_uno/cc50_solaris_intel/ |
| H A D | hash.cxx | 76 …void subRound( sal_uInt32 a, sal_uInt32& b, sal_uInt32 c, sal_uInt32 d, sal_uInt32& e, sal_uInt32 … in subRound() argument 81 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() [all …]
|
| /AOO41X/main/bridges/source/cpp_uno/cc50_solaris_sparc/ |
| H A D | hash.cxx | 77 …void subRound( sal_uInt32 a, sal_uInt32& b, sal_uInt32 c, sal_uInt32 d, sal_uInt32& e, sal_uInt32 … in subRound() argument 82 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() [all …]
|
| /AOO41X/main/connectivity/source/inc/odbc/ |
| H A D | OFunctions.hxx | 41 #define N3SQLAllocHandle(a,b,c) (*(T3SQLAllocHandle)getOdbcFunction(ODBC3SQLAllocHandle))(a,b,c) argument 45 …#define N3SQLConnect(a,b,c,d,e,f,g) (*(T3SQLConnect)getOdbcFunction(ODBC3SQLConnect))(a,b,c,d,e,f,… argument 56 …#define N3SQLDriverConnect(a,b,c,d,e,f,g,h) (*(T3SQLDriverConnect)getOdbcFunction(ODBC3SQLDriverCo… argument 65 …#define N3SQLBrowseConnect(a,b,c,d,e,f) (*(T3SQLBrowseConnect)getOdbcFunction(ODBC3SQLBrowseConnec… argument 77 …#define N3SQLDataSources(a,b,c,d,e,f,g,h) (*(T3SQLDataSources)getOdbcFunction(ODBC3SQLDataSources)… argument 88 …#define N3SQLDrivers(a,b,c,d,e,f,g,h) (*(T3SQLDrivers)getOdbcFunction(ODBC3SQLDrivers))(a,b,c,d,e,… argument 96 #define N3SQLGetInfo(a,b,c,d,e) (*(T3SQLGetInfo)getOdbcFunction(ODBC3SQLGetInfo))(a,b,c,d,e) argument 102 …#define N3SQLGetFunctions(a,b,c) (*(T3SQLGetFunctions)getOdbcFunction(ODBC3SQLGetFunctions))(a,b,c) argument 107 #define N3SQLGetTypeInfo(a,b) (*(T3SQLGetTypeInfo)getOdbcFunction(ODBC3SQLGetTypeInfo))(a,b) argument 115 …#define N3SQLSetConnectAttr(a,b,c,d) (*(T3SQLSetConnectAttr)getOdbcFunction(ODBC3SQLSetConnectAttr… argument [all …]
|
| /AOO41X/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
| H A D | exceptions.cxx | 121 sal_uInt32 a, sal_uInt32 & b, sal_uInt32 c, sal_uInt32 d, in subRound() argument 128 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() [all …]
|
| /AOO41X/main/solenv/inc/ |
| H A D | _tg_lib.mk | 30 @-$(RM) $(MISC)/$(LIB1ARCHIV:b).cmd 32 @-$(RM) $(MISC)/$(LIB1ARCHIV:b)_closetempl.cmd 34 @cat $(MISC)/$(LIB1ARCHIV:b)_closetempl.cmd 35 @+source $(MISC)/$(LIB1ARCHIV:b)_closetempl.cmd 39 @echo ranlib $(LIB1ARCHIV) >> $(MISC)/$(LIB1ARCHIV:b).cmd 42 @echo ranlib $(LIB1ARCHIV) >> $(MISC)/$(LIB1ARCHIV:b).cmd 45 @cat $(MISC)/$(LIB1ARCHIV:b).cmd 47 @+source $(MISC)/$(LIB1ARCHIV:b).cmd 55 @+-$(RM) $(MISC)/$(LIB1ARCHIV:b).cmd 57 @+echo ranlib $(LIB1ARCHIV) >> $(MISC)/$(LIB1ARCHIV:b).cmd [all …]
|
| /AOO41X/main/offapi/com/sun/star/sdbc/ |
| H A D | XDatabaseMetaData.idl | 1209 <b>PROCEDURE_CAT</b> string => procedure catalog (may be <NULL/>) 1212 <b>PROCEDURE_SCHEM</b> string => procedure schema (may be <NULL/>) 1215 <b>PROCEDURE_NAME</b> string => procedure name 1224 <b>REMARKS</b> string => explanatory comment on the procedure 1227 <b>PROCEDURE_TYPE</b> short => kind of procedure: 1269 <b>PROCEDURE_CAT</b> string => procedure catalog (may be <NULL/>) 1272 <b>PROCEDURE_SCHEM</b> string => procedure schema (may be <NULL/>) 1275 <b>PROCEDURE_NAME</b> string => procedure name 1278 <b>COLUMN_NAME</b> string => column/parameter name 1281 <b>COLUMN_TYPE</b> Short => kind of column/parameter: [all …]
|
| /AOO41X/main/svtools/source/dialogs/ |
| H A D | mcvmath.hxx | 100 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 106 friend Fix operator+ ( const Fix& a, const Fix& b ); 107 friend Fix operator- ( const Fix& a, const Fix& b ); 108 friend Fix operator* ( const Fix& a, const Fix& b ); 109 friend Fix operator/ ( const Fix& a, const Fix& b ); 129 FixCpx( Fix a, Fix b ) : r( a ), i( b ) {} in FixCpx() argument 137 friend FixCpx operator+ ( const FixCpx& a, const FixCpx& b ); 138 friend FixCpx operator- ( const FixCpx& a, const FixCpx& b ); 139 friend FixCpx operator* ( const FixCpx& a, const FixCpx& b ); [all …]
|
| /AOO41X/main/ucb/source/ucp/odma/ |
| H A D | odma_lib.hxx | 204 #define NODMRegisterApp(a,b,c,d,e) (*(pODMRegisterApp))(a,b,c,d,e) argument 206 #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 209 #define NODMCloseDoc(a,b,c,d,e,f) (*(pODMCloseDoc))(a,b,c,d,e,f) 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 213 #define NODMGetDocInfo(a,b,c,d,e) (*(pODMGetDocInfo))(a,b,c,d,e) argument 214 #define NODMSetDocInfo(a,b,c,d) (*(pODMSetDocInfo))(a,b,c,d) argument [all …]
|
| /AOO41X/main/offapi/com/sun/star/i18n/ |
| H A D | LocaleDataItem.idl | 43 /// 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> 51 /// time 100th seconds 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> 69 /// long date day of week separator, for example, <b>", "</b> [all …]
|
| /AOO41X/main/unotools/source/config/ |
| H A D | saveopt.cxx | 130 void SetUseUserData( sal_Bool b ); 131 void SetBackup( sal_Bool b ); 132 void SetAutoSave( sal_Bool b ); 133 void SetAutoSavePrompt( sal_Bool b ); 134 void SetDocInfoSave( sal_Bool b ); 135 void SetSaveWorkingSet( sal_Bool b ); 136 void SetSaveDocView( sal_Bool b ); 137 void SetSaveRelINet( sal_Bool b ); 138 void SetSaveRelFSys( sal_Bool b ); 139 void SetSaveUnpacked( sal_Bool b ); [all …]
|
| /AOO41X/main/basegfx/source/polygon/ |
| H A D | b2dpolygoncutandtouch.cxx | 321 for(sal_uInt32 b(0L); b < nEdgeCountB; b++) in findCutsAndTouchesAndCommonForBezier() local 323 const B2DPoint aNextB(rCandidateB.getB2DPoint(b + 1L)); in findCutsAndTouchesAndCommonForBezier() 384 if(b) in findCutsAndTouchesAndCommonForBezier() 386 … rTempPointsB.push_back(temporaryPoint(aCurrB, b, 0.0)); in findCutsAndTouchesAndCommonForBezier() 392 … rTempPointsB.push_back(temporaryPoint(aCutPoint, b, fCutB)); in findCutsAndTouchesAndCommonForBezier() 559 for(sal_uInt32 b(a + 1L); b < nEdgeCount; b++) in findCuts() local 561 rCandidate.getBezierSegment(b, aCubicB); in findCuts() 569 if( b > a+1) in findCuts() 578 … findEdgeCutsTwoBeziers(aCubicA, aCubicB, a, b, rTempPoints, rTempPoints); in findCuts() 583 …tsBezierAndEdge(aCubicA, aCubicB.getStartPoint(), aCubicB.getEndPoint(), a, b, rTempPoints, rTempP… in findCuts() [all …]
|
| /AOO41X/main/offapi/com/sun/star/ui/ |
| H A D | XUIElementFactoryRegistration.idl | 58 <li><b>Type</b>a string that identifies a type of a user interface element.</li> 59 … <li><b>Name</b>a string that identifies a single user interface element within a type class.</li> 60 <li><b>Module</b>a string that identifies a single module of OpenOffice.</li> 67 <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> 88 <li><b>Type</b>a string property that identifies the type of the user interface 90 <li><b>Name</b>an optional string property which identifies a single user interface [all …]
|
| /AOO41X/main/svtools/source/filter/ |
| H A D | sgvspln.cxx | 99 double x = 1.0, one = 1.0, b = 1.0; 102 while ( (x + b) == x ) b *= 2.0; 104 return ( (short) ((x + b) - x) ); 162 double* diag, double* upper, double* b) in TriDiagGS() argument 264 b[i] -= lower[i] * b[i-1]; in TriDiagGS() 266 b[n-1] /= diag[n-1]; /* Rueckwaertselimination */ in TriDiagGS() 269 b[i] = ( b[i] - upper[i] * b[i+1] ) / diag[i]; in TriDiagGS() 294 double* upper, double* lowrow, double* ricol, double* b) in ZyklTriDiagGS() argument 415 b[0] /= diag[0]; /* Vorwaertselemination */ in ZyklTriDiagGS() 417 b[i] = ( b[i] - b[i-1] * lower[i] ) / diag[i]; in ZyklTriDiagGS() [all …]
|
| /AOO41X/main/writerfilter/source/resourcemodel/ |
| H A D | Fraction.cxx | 29 sal_uInt32 gcd(sal_uInt32 a, sal_uInt32 b) in gcd() argument 31 if (a == 0 || b == 0) in gcd() 32 return a | b; in gcd() 35 while (((a | b) & 1) == 0) in gcd() 38 b >>= 1; in gcd() 47 while ((b & 1) == 0) in gcd() 48 b >>= 1; in gcd() 50 if (a < b) in gcd() 52 b -= a; in gcd() 56 sal_uInt32 nDiff = a - b; in gcd() [all …]
|
| /AOO41X/main/writerfilter/source/rtftok/ |
| H A D | RTFScanner.skl | 249 void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b )); 250 void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file )); 251 void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b )); 802 YY_BUFFER_STATE b = yy_current_buffer; 805 (int) (yy_c_buf_p - b->yy_ch_buf); 807 if ( b->yy_is_our_buffer ) 809 int new_size = b->yy_buf_size * 2; 812 b->yy_buf_size += b->yy_buf_size / 8; 814 b->yy_buf_size *= 2; 816 b->yy_ch_buf = (char *) [all …]
|
| /AOO41X/main/filter/source/config/fragments/ |
| H A D | makefile.mk | 162 $(REALFILTERPACKAGES_TYPES_FLAG) : $$(TYPES_4$$(@:b)) 167 …r=$(DIR_MODPACKS) pkg=$(DIR_MODPACKS)$/$(@:b)_types.xcu xmlpackage=Types tcfg=$(mktmp items=$(TYPE… 174 …empdir=$(TEMP) pkg=$@ xmlpackage=Filter fcfg=$(mktmp items=$(ALL_UI_FILTERS:b:t",")) languagepack=… 181 @echo Building language packages $(@:b:s/Filter_//) for filters 184 …$(PACKLANG) $(PACKLANG_PARAM) lang $(@:d:d:d:d:d:d:d:d:b) $(PACKLANG_XSL) langfilter.xsl $(PACKLAN… 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)) [all …]
|
| /AOO41X/main/cppuhelper/inc/cppuhelper/ |
| H A D | proptypehlp.hxx | 58 inline void SAL_CALL convertPropertyValue( sal_Bool & b , const ::com::sun::star::uno::Any & a ) in convertPropertyValue() argument 66 b = ( sal_Bool )i32; in convertPropertyValue() 70 b = ( sal_Bool ) c; in convertPropertyValue() 75 b = ( sal_Bool ) i16; in convertPropertyValue() 78 b = *((sal_Bool*)a.getValue()); in convertPropertyValue() 83 b = ( sal_Bool ) i8; in convertPropertyValue() 88 b = ( sal_Bool ) i16; in convertPropertyValue() 93 b = ( sal_Bool ) i32; in convertPropertyValue() 129 sal_Bool b; in convertPropertyValue() local 130 b = *((sal_Bool * )a.getValue()); in convertPropertyValue() [all …]
|
| /AOO41X/main/basegfx/source/color/ |
| H A D | bcolortools.cxx | 37 const double r=rRGBColor.getRed(), g=rRGBColor.getGreen(), b=rRGBColor.getBlue(); in rgb2hsl() local 38 const double minVal = ::std::min( ::std::min( r, g ), b ); in rgb2hsl() 39 const double maxVal = ::std::max( ::std::max( r, g ), b ); in rgb2hsl() 56 h = (g - b)/d; in rgb2hsl() 58 h = 2.0 + (b - r)/d; in rgb2hsl() 114 const double r=rRGBColor.getRed(), g=rRGBColor.getGreen(), b=rRGBColor.getBlue(); in rgb2hsv() local 115 const double maxVal = std::max(std::max(r,g),b); in rgb2hsv() 116 const double minVal = std::min(std::min(r,g),b); in rgb2hsv() 131 h = (g - b) / delta; in rgb2hsv() 135 h = 2.0 + (b - r) / delta; in rgb2hsv() [all …]
|
| /AOO41X/main/udkapi/com/sun/star/registry/ |
| H A D | DefaultRegistry.idl | 47 <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> 87 <dt> <b>getLongValue, getAsciiValue, getStringValue, getBinaryValue</b> 93 <dt> <b>openKeys</b> [all …]
|
| H A D | NestedRegistry.idl | 50 <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> 96 <dt> <b>getLongValue, getAsciiValue, getStringValue, getBinaryValue</b> 102 <dt> <b>openKeys</b> [all …]
|
| /AOO41X/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
| H A D | WseColorTable.java | 149 byte[] b = new byte[(32 * 4) + 1 + 1]; in getBytes() 150 b[0] = 0x40; in getBytes() 151 b[1] = (byte)128; in getBytes() 157 b[i++] = (byte)indVal++; in getBytes() 159 b[i++] = (byte)fgColors[j].getRed(); in getBytes() 160 b[i++] = (byte)fgColors[j].getGreen(); in getBytes() 161 b[i++] = (byte)fgColors[j].getBlue(); in getBytes() 163 b[i++] = (byte)0; in getBytes() 164 b[i++] = (byte)0; in getBytes() 165 b[i++] = (byte)0; in getBytes() [all …]
|