| /AOO42X/main/cppu/qa/ |
| H A D | test_any.cxx | 198 css::uno::Any a; in TEST_F() local 199 ASSERT_TRUE(a.getValueType() == getVoidCppuType()); in TEST_F() 202 ASSERT_TRUE(!(a >>= b) && b) << "bool"; in TEST_F() 206 ASSERT_TRUE(!(a >>= b) && b) << "sal_Bool"; in TEST_F() 210 ASSERT_TRUE(!(a >>= b) && b == 2) << "sal_Int8"; in TEST_F() 214 ASSERT_TRUE(!(a >>= b) && b == 2) << "sal_uInt8"; in TEST_F() 218 ASSERT_TRUE(!(a >>= b) && b == 2) << "sal_Int16"; in TEST_F() 222 ASSERT_TRUE(!(a >>= b) && b == 2) << "sal_uInt16"; in TEST_F() 226 ASSERT_TRUE(!(a >>= b) && b == 2) << "sal_Int32"; in TEST_F() 230 ASSERT_TRUE(!(a >>= b) && b == 2) << "sal_uInt32"; in TEST_F() [all …]
|
| /AOO42X/main/basegfx/source/inc/ |
| H A D | hommatrixtemplate.hxx | 63 for(sal_uInt16 a(0); a < RowSize; a++) in ImplMatLine() local 65 mfValue[a] = implGetDefaultValue(nRow, a); in ImplMatLine() 95 for(sal_uInt16 a(0); a < RowSize; a++) in isLastLineDefault() local 97 const double fDefault(implGetDefaultValue((RowSize - 1), a)); in isLastLineDefault() 98 const double fLineValue(mpLine->get(a)); in isLastLineDefault() 118 for(sal_uInt16 a(0); a < RowSize-1; a++) in ImplHomMatrixTemplate() local 121 maLine[a].set(b, implGetDefaultValue(a, b) ); in ImplHomMatrixTemplate() 129 for(sal_uInt16 a(0); a < (RowSize - 1); a++) in ImplHomMatrixTemplate() local 131 memcpy(&maLine[a], &rToBeCopied.maLine[a], sizeof(ImplMatLine< RowSize >)); in ImplHomMatrixTemplate() 193 for(sal_uInt16 a(0);!bNecessary && a < RowSize; a++) in testLastLine() local [all …]
|
| /AOO42X/main/basegfx/source/polygon/ |
| H A D | b2dpolypolygontools.cxx | 45 for(sal_uInt32 a(0L); a < nCount; a++) in correctOrientations() local 47 const B2DPolygon aCandidate(rCandidate.getB2DPolygon(a)); in correctOrientations() 53 if(b != a) in correctOrientations() 71 aRetval.setB2DPolygon(a, aFlipped); in correctOrientations() 84 for(sal_uInt32 a(0L); a < nCount; a++) in correctOutmostPolygon() local 86 const B2DPolygon aCandidate(rCandidate.getB2DPolygon(a)); in correctOutmostPolygon() 91 if(b != a) in correctOutmostPolygon() 106 if(a != 0L) in correctOutmostPolygon() 110 aRetval.setB2DPolygon(a, rCandidate.getB2DPolygon(0L)); in correctOutmostPolygon() 129 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in adaptiveSubdivideByDistance() local [all …]
|
| H A D | b2dpolygoncutandtouch.cxx | 126 for(sal_uInt32 a(0L); a < nCount; a++) in mergeTemporaryPointsAndPolygon() local 129 rCandidate.getBezierSegment(a, aEdge); in mergeTemporaryPointsAndPolygon() 137 while(nNewInd < nTempPointCount && rTempPoints[nNewInd].getIndex() == a) in mergeTemporaryPointsAndPolygon() 159 while(nNewInd < nTempPointCount && rTempPoints[nNewInd].getIndex() == a) in mergeTemporaryPointsAndPolygon() 206 for(sal_uInt32 a(0L); a < nTempPointCount; a++) in adaptAndTransferCutsWithBezierSegment() local 208 const temporaryPoint& rTempPoint = rPointVector[a]; in adaptAndTransferCutsWithBezierSegment() 315 for(sal_uInt32 a(0L); a < nEdgeCountA; a++) in findCutsAndTouchesAndCommonForBezier() local 317 const B2DPoint aNextA(rCandidateA.getB2DPoint(a + 1L)); in findCutsAndTouchesAndCommonForBezier() 368 if(a) in findCutsAndTouchesAndCommonForBezier() 370 … rTempPointsA.push_back(temporaryPoint(aCurrA, a, 0.0)); in findCutsAndTouchesAndCommonForBezier() [all …]
|
| H A D | b2dpolypolygoncutter.cxx | 137 for(sal_uInt32 a(0); a < nCount; a++) in impAddPolygon() local 139 const B2DPoint aPoint(rGeometry.getB2DPoint(a)); in impAddPolygon() 141 aNewPN.mnI = aPos + a; in impAddPolygon() 142 aNewPN.mnIP = aPos + ((a != 0) ? a - 1 : nCount - 1); in impAddPolygon() 143 aNewPN.mnIN = aPos + ((a + 1 == nCount) ? 0 : a + 1); in impAddPolygon() 148 aNewVN.maPrev = rGeometry.getPrevControlPoint(a) - aPoint; in impAddPolygon() 149 aNewVN.maNext = rGeometry.getNextControlPoint(a) - aPoint; in impAddPolygon() 475 sal_uInt32 a(0); in impSolve() local 482 for(a = 1; a < nNodeCount; a++) in impSolve() 484 basegfx::B2DPoint* pCurrent(&maSNV[a].mpPN->maPoint); in impSolve() [all …]
|
| H A D | b3dpolypolygon.cxx | 99 for(sal_uInt32 a(0L); a < nCount; a++) in insert() local 101 maPolygons.insert(aIndex, rPolyPolygon.getB3DPolygon(a)); in insert() 127 for(sal_uInt32 a(0L); a < maPolygons.size(); a++) in setClosed() local 129 maPolygons[a].setClosed(bNew); in setClosed() 149 for(sal_uInt32 a(0L); a < maPolygons.size(); a++) in transform() local 151 maPolygons[a].transform(rMatrix); in transform() 157 for(sal_uInt32 a(0L); a < maPolygons.size(); a++) in clearBColors() local 159 maPolygons[a].clearBColors(); in clearBColors() 165 for(sal_uInt32 a(0L); a < maPolygons.size(); a++) in transformNormals() local 167 maPolygons[a].transformNormals(rMatrix); in transformNormals() [all …]
|
| H A D | b3dpolygontools.cxx | 94 for(sal_uInt32 a(0L); a < nPointCount; a++) in getRange() local 96 const B3DPoint aTestPoint(rCandidate.getB3DPoint(a)); in getRange() 165 for(sal_uInt32 a(0L); a < nPointCount; a++) in getSignedArea() local 167 const B3DPoint aCurrentPoint(rCandidate.getB3DPoint(a)); in getSignedArea() 254 for(sal_uInt32 a(0L); a < nLoopCount; a++) in getLength() local 256 const sal_uInt32 nNextIndex(getIndexOfSuccessor(a, rCandidate)); in getLength() 257 const B3DPoint aCurrentPoint(rCandidate.getB3DPoint(a)); in getLength() 413 for(sal_uInt32 a(0); a < nEdgeCount; a++) in applyLineDashing() local 417 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in applyLineDashing() 555 for(sal_uInt32 a(0L); a < aRetval.count(); a++) in applyDefaultNormalsSphere() local [all …]
|
| H A D | b2dpolygontools.cxx | 196 for(sal_uInt32 a(0L); a < nEdgeCount; a++) in adaptiveSubdivideByDistance() local 199 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in adaptiveSubdivideByDistance() 201 aBezier.setControlPointA(rCandidate.getNextControlPoint(a)); in adaptiveSubdivideByDistance() 293 for(sal_uInt32 a(0L); a < nEdgeCount; a++) in adaptiveSubdivideByAngle() local 296 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in adaptiveSubdivideByAngle() 298 aBezier.setControlPointA(rCandidate.getNextControlPoint(a)); in adaptiveSubdivideByAngle() 358 for(sal_uInt32 a(0L); a < nEdgeCount; a++) in adaptiveSubdivideByCount() local 361 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in adaptiveSubdivideByCount() 363 aBezier.setControlPointA(rCandidate.getNextControlPoint(a)); in adaptiveSubdivideByCount() 414 for(sal_uInt32 a(0L); a < nPointCount; a++) in isInside() local [all …]
|
| /AOO42X/main/offapi/com/sun/star/awt/ |
| H A D | SystemPointer.idl | 9 * with the License. You may obtain a copy of the License at 33 /** specifies the shape of a mouse pointer. 51 /** specifies a waiting symbol as a mouse pointer (for example hourglas). 57 /** specifies a mouse pointer for text (cursor-like). 63 /** specifies a mouse pointer for online help. 69 /** specifies a cross as a mouse pointer. 75 /** specifies a mouse pointer which symbolizes movement. 81 /** specifies a mouse pointer which symbolizes resizing for a top border. 87 /** specifies a mouse pointer which symbolizes resizing for a bottom 94 /** specifies a mouse pointer which symbolizes resizing for a left border. [all …]
|
| /AOO42X/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 79 e += rotl(a,5); in subRound() 111 sal_uInt32 a, b, c, d, e; in transform() local 112 a = hashdata[0]; 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() 122 subRound( b, c, d, e, a, K2, data[ 4], 1 ); in transform() 123 subRound( a, b, c, d, e, K2, data[ 5], 1 ); in transform() [all …]
|
| /AOO42X/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 78 e += rotl(a,5); in subRound() 110 sal_uInt32 a, b, c, d, e; in transform() local 111 a = hashdata[0]; 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() 121 subRound( b, c, d, e, a, K2, data[ 4], 1 ); in transform() 122 subRound( a, b, c, d, e, K2, data[ 5], 1 ); in transform() [all …]
|
| /AOO42X/main/cppuhelper/inc/cppuhelper/ |
| H A D | proptypehlp.hxx | 39 inline void SAL_CALL convertPropertyValue( target &value , const ::com::sun::star::uno::Any & a) in convertPropertyValue() argument 42 if( !( a >>= value ) ) { in convertPropertyValue() 50 inline void SAL_CALL convertPropertyValue( target &value , ::com::sun::star::uno::Any & a) in convertPropertyValue() argument 52 convertPropertyValue( value , (const ::com::sun::star::uno::Any & ) a ); in convertPropertyValue() 58 inline void SAL_CALL convertPropertyValue( sal_Bool & b , const ::com::sun::star::uno::Any & a ) in convertPropertyValue() argument 61 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue() 65 a >>= i32; in convertPropertyValue() 69 sal_Unicode c = *(sal_Unicode*) a.getValue(); in convertPropertyValue() 74 a >>= i16; in convertPropertyValue() 78 b = *((sal_Bool*)a.getValue()); in convertPropertyValue() [all …]
|
| /AOO42X/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 …]
|
| /AOO42X/main/svtools/source/dialogs/ |
| H A D | mcvmath.hxx | 89 void operator+= ( const Fix& a ) { x+=a.x; } in operator +=() argument 90 void operator-= ( const Fix& a ) { x-=a.x; } in operator -=() argument 91 void operator*= ( const Fix& a ) { x=(x*a.x+FIX_ADD)>>FIX_POST; } in operator *=() argument 92 void operator/= ( const Fix& a ) { x=(x<<FIX_POST)/a.x; } in operator /=() argument 93 friend Fix operator- ( const Fix& a ); 95 void MultBig( const Fix& a ) in MultBig() argument 96 { x=((((a.x+FIX_A2)>>FIX_P2)*x+FIX_A3)>>FIX_P3); } in MultBig() 97 void DivBig( const Fix& a ) in DivBig() argument 98 { x=((x<<FIX_P3)/a.x)<<FIX_P2; } in DivBig() 100 friend sal_Bool operator> ( const Fix& a, const Fix& b ) { return a.x > b.x; } in operator >() argument [all …]
|
| /AOO42X/main/offapi/com/sun/star/sdbc/ |
| H A D | XDatabaseMetaData.idl | 9 * with the License. You may obtain a copy of the License at 40 /** provides comprehensive information about the database as a whole. 52 to retrieve the data from these XResultSets. If a given form of 53 metadata is not available, these methods should throw a 56 That a value of <type scope="com::sun::star::sdbc">XResultSet</type> is <NULL/> 61 arguments all have names such as fooPattern. Within a pattern String, "%" 64 are returned. If a search pattern argument is set to <VOID/>, 70 will be thrown if a driver does not support 71 a meta data method. In the case of methods that return an XResultSet, 72 either an XResultSet (which may be empty) is returned or a [all …]
|
| H A D | XRowUpdate.idl | 9 * with the License. You may obtain a copy of the License at 53 /** is used to update data which is collected in a row. 58 /** gives a nullable column a null value. 62 if a database access error occurs. 67 /** updates a column with a boolean value. 73 if a database access error occurs. 78 /** updates a column with a byte value. 84 if a database access error occurs. 89 /** updates a column with a short value. 95 if a database access error occurs. [all …]
|
| /AOO42X/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 125 e += rotl(a, 5); in subRound() 181 sal_uInt32 a = hashdata[0]; 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() 191 subRound(a, b, c, d, e, K2, data[ 5], 1); in transform() 192 subRound(e, a, b, c, d, K2, data[ 6], 1); in transform() [all …]
|
| /AOO42X/main/offapi/com/sun/star/sdb/ |
| H A D | QueryDesign.idl | 9 * with the License. You may obtain a copy of the License at 42 /** implements a component which allows the creation of SQL statements. 44 …<p>This service implements a user interface for creating SQL statements either through a graphical… 54 <ul><li><a name="query_mode"></a><b>Query Mode</b> 55 …<p>In <code>Query Mode</code>, the designer is used to modify an existing or create a new client-s… 58 <li><a name="view_mode"</a><b>View Mode</b> 59 …<p>In <code>View Mode</code>, the designer is used to modify an existing or create a new server-si… 62 …interface, except when a new view is being designed. In the latter case, the designer closes itself 65 <li><a name="command_mode"</a><b>Command Mode</b> 72 <h3><a name="initialization"></a>Initialization</h3> [all …]
|
| H A D | XColumnUpdate.idl | 9 * with the License. You may obtain a copy of the License at 53 /** is used to update data which is collected in a row. 58 /** gives a nullable column a null value. 60 if a database access error occurs. 65 /** updates a column with a boolean value. 69 if a database access error occurs. 74 /** updates a column with a byte value. 78 if a database access error occurs. 83 /** updates a column with a short value. 87 if a database access error occurs. [all …]
|
| H A D | XColumn.idl | 9 * with the License. You may obtain a copy of the License at 64 /** is used to access data which is collected in a row. 70 /** reports whether the last column read had a value of SQL NULL. 71 Note that you must first call getXXX on a column to try to read 78 if a database access error occurs. 83 /** gets the value of a column in the current row as a String. 87 if a database access error occurs. 92 /** gets the value of a column in the current row as boolean. 96 if a database access error occurs. 101 /** gets the value of a column in the current row as a byte. [all …]
|
| /AOO42X/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 205 #define NODMUnRegisterApp(a) (*(pODMUnRegisterApp))(a) 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 [all …]
|
| /AOO42X/main/offapi/com/sun/star/form/ |
| H A D | FormComponentType.idl | 9 * with the License. You may obtain a copy of the License at 33 /** These constants specify the class types used to identify a component. 44 /** specifies a control that is used to begin, interrupt, or end a process. 48 /** specifies a control that acts like a radio button. Grouped together, such radio buttons 49 present a set of two or more mutually exclusive choices to the user. 53 /** specifies a control that displays an image that responds to mouse clicks. 57 /** specifies a control that is used to check or uncheck to turn an option on or off. 61 /** specifies a control that displays a list from which the user can select one or more items. 65 …/** specifies a control that is used when a list box combined with a static text control or an edit 70 …/** specifies a control that displays a frame around a group of controls with or without a caption. [all …]
|
| /AOO42X/main/drawinglayer/source/primitive3d/ |
| H A D | sdrdecompositiontools3d.cxx | 60 for(sal_uInt32 a(0); a < rFill.size(); a++) in getRangeFrom3DGeometry() local 62 aRetval.expand(basegfx::tools::getRange(rFill[a])); in getRangeFrom3DGeometry() 73 for(sal_uInt32 a(0); a < rFill.size(); a++) in applyNormalsKindSphereTo3DGeometry() local 75 rFill[a] = basegfx::tools::applyDefaultNormalsSphere(rFill[a], aCenter); in applyNormalsKindSphereTo3DGeometry() 81 for(sal_uInt32 a(0); a < rFill.size(); a++) in applyNormalsKindFlatTo3DGeometry() local 83 rFill[a].clearNormals(); in applyNormalsKindFlatTo3DGeometry() 90 for(sal_uInt32 a(0); a < rFill.size(); a++) in applyNormalsInvertTo3DGeometry() local 92 rFill[a] = basegfx::tools::invertNormals(rFill[a]); in applyNormalsInvertTo3DGeometry() 103 sal_uInt32 a; in applyTextureTo3DGeometry() local 116 for(a = 0; a < rFill.size(); a++) in applyTextureTo3DGeometry() [all …]
|
| /AOO42X/main/offapi/com/sun/star/accessibility/ |
| H A D | AccessibleRole.idl | 9 * with the License. You may obtain a copy of the License at 39 <p>We are using constants instead of a more typesafe enum. The reason 66 /** The header for a column of data. 79 <p>A choice that can be checked or unchecked and provides a separate 93 /** A specialized dialog that lets the user choose a color. 100 allows the user to enter a choice of their own.</p> 106 <p>A <const>DATE_EDITOR</const> is a component that allows users to 111 /** An iconified internal frame in a DESKTOP_PANE. 128 contents of a directory. May be used by a file chooser.</p> 136 <p>A top level window with title bar and a border. A dialog is [all …]
|
| /AOO42X/main/offapi/com/sun/star/xsd/ |
| H A D | DataTypeClass.idl | 9 * with the License. You may obtain a copy of the License at 36 … /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#string">XSD compliant string type</a> 40 …/** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#boolean">XSD compliant boolean type</a> 44 …/** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#decimal">XSD compliant decimal type</a> 48 /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#float">XSD compliant float type</a> 52 … /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#double">XSD compliant double type</a> 56 …/** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#duration">XSD compliant duration type<… 60 …/** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#datetime">XSD compliant datetime type<… 64 /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#time">XSD compliant time type</a> 68 /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#date">XSD compliant date type</a> [all …]
|