/aoo41x/main/configmgr/source/ |
H A D | valueparser.cxx | 317 sal_Int32 scalar = -1; in startElement() local 327 if (!parseValue(reader.getAttributeValue(true), &scalar)) { in startElement() 328 scalar = -1; in startElement() 333 if (scalar >= 0 && scalar < 0x20 && scalar != 0x09 && in startElement() 334 scalar != 0x0A && scalar != 0x0D) in startElement() 336 char c = static_cast< char >(scalar); in startElement() 338 } else if (scalar == 0xFFFE) { in startElement() 340 } else if (scalar == 0xFFFF) { in startElement()
|
/aoo41x/main/basegfx/source/vector/ |
H A D | b2dvector.cxx | 34 double fLen(scalar(*this)); in normalize() 82 double B2DVector::scalar( const B2DVector& rVec ) const in scalar() function in basegfx::B2DVector 117 double fLenNow(scalar(*this)); in setLength() 138 const double fScalar(scalar(*this)); in isNormalized() 205 if(areParallel(rBackVector, rForwardVector) && rBackVector.scalar(rForwardVector) < 0.0) in getContinuity()
|
H A D | b2ivector.cxx | 45 double B2IVector::scalar( const B2IVector& rVec ) const in scalar() function in basegfx::B2IVector 78 double fLenNow(scalar(*this)); in setLength()
|
H A D | b3dvector.cxx | 35 double fLen(scalar(*this)); in normalize()
|
/aoo41x/main/basegfx/inc/basegfx/vector/ |
H A D | b3dvector.hxx | 129 double fLen(scalar(*this)); in getLength() 178 double fLenNow(scalar(*this)); in setLength() 212 const double fScalar(scalar(*this)); in isNormalized() 254 double scalar(const B3DVector& rVec) const in scalar() function in basegfx::B3DVector
|
H A D | b3ivector.hxx | 127 double fLen(scalar(*this)); in getLength() 176 double fLenNow(scalar(*this)); in setLength() 206 double scalar(const B3IVector& rVec) const in scalar() function in basegfx::B3IVector
|
H A D | b2ivector.hxx | 131 double scalar( const B2IVector& rVec ) const;
|
H A D | b2dvector.hxx | 155 double scalar( const B2DVector& rVec ) const;
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b3dpolygontools.cxx | 767 const double fScalarTestEdge(aEdge.scalar(aTestEdge)); in isInEpsilonRange() 768 const double fScalarStartEdge(aEdge.scalar(rEdgeStart)); in isInEpsilonRange() 769 const double fScalarEdge(aEdge.scalar(aEdge)); in isInEpsilonRange() 789 const double fDistanceSquare(aDelta.scalar(aDelta)); in isInEpsilonRange() 805 const double fDistanceSquare(aDelta.scalar(aDelta)); in isInEpsilonRange() 815 const double fDistanceSquare(aDelta.scalar(aDelta)); in isInEpsilonRange() 1129 const double fScalarEdge(rPlaneNormal.scalar(aTestEdge)); in getCutBetweenLineAndPlane() 1134 const double fScalarCompare(rPlaneNormal.scalar(aCompareEdge)); in getCutBetweenLineAndPlane()
|
H A D | b2dlinegeometry.cxx | 159 const double fScalarAE(aEdge.scalar(aTangentA)); in impIsSimpleEdge() 168 const double fScalarE(aEdge.scalar(aEdge)); in impIsSimpleEdge() 169 const double fScalarA(aTangentA.scalar(aTangentA)); in impIsSimpleEdge() 186 const double fScalarBE(aEdge.scalar(aTangentB)); in impIsSimpleEdge() 195 const double fScalarB(aTangentB.scalar(aTangentB)); in impIsSimpleEdge()
|
H A D | b2dpolygontools.cxx | 1591 const double fDistanceSquare(aDelta.scalar(aDelta)); in isInEpsilonRange() 1607 const double fDistanceSquare(aDelta.scalar(aDelta)); in isInEpsilonRange() 1617 const double fDistanceSquare(aDelta.scalar(aDelta)); in isInEpsilonRange() 2854 if(ORIENTATION_NEUTRAL == aOrientation && aVectorPrev.scalar(aVectorNext) < 0.0) in setContinuityInPoint() 2906 if(ORIENTATION_NEUTRAL == aOrientation && aVectorPrev.scalar(aVectorNext) < 0.0) in setContinuityInPoint()
|
/aoo41x/main/basegfx/source/matrix/ |
H A D | b3dhommatrix.cxx | 458 rShear.setX(aCol0.scalar(aCol1)); in decompose() 484 rShear.setY(aCol0.scalar(aCol2)); in decompose() 499 rShear.setZ(aCol1.scalar(aCol2)); in decompose() 535 if(0.0 > aCol0.scalar(aCol1.getPerpendicular(aCol2))) in decompose()
|
H A D | b2dhommatrix.cxx | 326 const double fScalarXY(aUnitVecX.scalar(aUnitVecY)); in decompose()
|
/aoo41x/main/chart2/source/controller/main/ |
H A D | DragMethod_PieSegment.cxx | 74 m_fDragRange = m_aDragDirection.scalar( m_aDragDirection ); in DragMethod_PieSegment() 99 m_fAdditionalOffset = m_aDragDirection.scalar( aShiftVector )/m_fDragRange; // projection in MoveSdrDrag()
|
/aoo41x/main/drawinglayer/source/attribute/ |
H A D | sdrlightingattribute3d.cxx | 189 const double fCosFac(rLight.getDirection().scalar(aEyeNormal)); in solveColorModel() 200 double fCosFac2(aSpecularNormal.scalar(aEyeNormal)); in solveColorModel()
|
/aoo41x/main/drawinglayer/source/processor3d/ |
H A D | shadow3dextractor.cxx | 238 mfLightPlaneScalar = maLightNormal.scalar(maShadowPlaneNormal); in Shadow3DExtractingProcessor() 284 …const double fCut(basegfx::B3DVector(maPlanePoint - aCandidate).scalar(maShadowPlaneNormal) / mfLi… in impDoShadowProjection()
|
/aoo41x/main/udkapi/com/sun/star/container/ |
H A D | EnumerableMap.idl | 94 …For keys, scalar types, strings, <type scope="com::sun::star::uno">Type</type> itself, and interfa… 116 …For keys, scalar types, strings, <type scope="com::sun::star::uno">Type</type> itself, and interfa…
|
/aoo41x/main/basegfx/source/tools/ |
H A D | tools.cxx | 53 const double nC( rMoveDirection.scalar( io_rStart ) ); in moveLineOutsideRect()
|
/aoo41x/main/offapi/com/sun/star/awt/grid/ |
H A D | SortableGridDataModel.idl | 45 <p>The service implementation is able to compare the default scalar types, plus strings.</p>
|
/aoo41x/main/nss/ |
H A D | nss_win.patch | 1415 + uint64_t scalar = (uint64_t)121665U; 1450 - uint64_t scalar = (uint64_t)121665U; 1451 Hacl_Bignum_fscalar(zzz, zz, scalar); 1520 + uint8_t *scalar; 1542 - uint8_t *scalar = e; 1546 + scalar = e; 1550 Hacl_EC_Ladder_cmult(nq, scalar, q);
|
/aoo41x/main/solenv/bin/ |
H A D | subsequenttests | 165 exit(scalar(@failedpaths) == 0 ? 0 : 1);
|
/aoo41x/main/drawinglayer/source/primitive3d/ |
H A D | polygontubeprimitive3d.cxx | 575 … const double fAngle(acos(aBack.scalar(aForw) / (fForwLen * aBack.getLength()))); // 0.0 .. F_PI2 in impCreate3DDecomposition()
|
/aoo41x/main/offapi/com/sun/star/configuration/ |
H A D | ConfigurationAccess.idl | 113 In addition to the basic (scalar) types, sequences of the basic types are
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 1783 const double nDot1 = aBC.scalar( aAB ); in lcl_DistancePoint2Segment() 1791 const double nDot2 = aAC.scalar( aBA ); in lcl_DistancePoint2Segment()
|
/aoo41x/main/xmlsecurity/source/xmlsec/nss/ |
H A D | securityenvironment_nssimpl.cxx | 856 cvin[0].value.scalar.b = PR_TRUE; in verifyCertificate()
|