Home
last modified time | relevance | path

Searched refs:cross (Results 1 – 25 of 157) sorted by relevance

1234567

/trunk/main/libxmlsec/
H A Dxmlsec1-configure.patch222 -# the compiler is broken, or we cross compile.
225 -# If not cross compiling, check that we can run a simple program.
246 -If you meant to cross compile, use \`--host'.
258 -# the compiler is broken, or we cross compile.
259 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
260 -$as_echo_n "checking whether we are cross compiling... " >&6; }
294 +# the compiler is broken, or we cross compile.
295 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
296 +$as_echo_n "checking whether we are cross compiling... " >&6; }
328 +If you meant to cross compile, use \`--host'.
/trunk/main/basegfx/source/vector/
H A Db3dvector.cxx60 aNew = cross(aNew, rNormalizedVec); in getPerpendicular()
68 aNew = cross(aNew, rNormalizedPlane); in getProjectionOnPlane()
69 aNew = cross(aNew, rNormalizedPlane); in getProjectionOnPlane()
H A Db2ivector.cxx50 double B2IVector::cross( const B2IVector& rVec ) const in cross() function in basegfx::B2IVector
H A Db2dvector.cxx87 double B2DVector::cross( const B2DVector& rVec ) const in cross() function in basegfx::B2DVector
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygoncutter.cxx163 if(rVecA.cross(rVecB) > 0.0) in impLeftOfEdges()
166 const bool bBoolA(fTools::moreOrEqual(rVecA.cross(rTest), 0.0)); in impLeftOfEdges()
167 const bool bBoolB(fTools::lessOrEqual(rVecB.cross(rTest), 0.0)); in impLeftOfEdges()
174 const bool bBoolA(fTools::lessOrEqual(rVecA.cross(rTest), 0.0)); in impLeftOfEdges()
175 const bool bBoolB(fTools::moreOrEqual(rVecB.cross(rTest), 0.0)); in impLeftOfEdges()
H A Db2dpolygoncutandtouch.cxx250 double fCut(aVecA.cross(aVecB)); in findEdgeCutsTwoEdges()
333 double fCutA(aVecA.cross(aVecB)); in findCutsAndTouchesAndCommonForBezier()
/trunk/main/basegfx/source/matrix/
H A Db2dhommatrix.cxx367 const double fCrossXY(aUnitVecX.cross(aUnitVecY)); in decompose()
379 double fCrossXY(aUnitVecX.cross(aUnitVecY)); in decompose()
430 fCrossXY = aUnitVecX.cross(aUnitVecY); in decompose()
/trunk/main/offapi/com/sun/star/ucb/
H A DCrossReference.idl32 /** This struct contains information describing a cross reference.
36 cross references.
/trunk/main/vcl/
H A DWinResTarget_vcl.mk74 vcl/win/source/src/cross.cur \
152 vcl/os2/source/src/cross.ptr \
/trunk/main/redland/redland/
H A Dredland-1.0.17.patch.autotools14 # unless we find 'file', for example because we are cross-compiling.
/trunk/main/basegfx/inc/basegfx/vector/
H A Db2ivector.hxx149 double cross( const B2IVector& rVec ) const;
H A Db2dvector.hxx173 double cross( const B2DVector& rVec ) const;
H A Db3ivector.hxx246 inline B3IVector cross(const B3IVector& rVecA, const B3IVector& rVecB) in cross() function
H A Db3dvector.hxx325 inline B3DVector cross(const B3DVector& rVecA, const B3DVector& rVecB) in cross() function
/trunk/main/vcl/os2/source/src/
H A Dmakefile.mk38 cross.ptr \
/trunk/main/offapi/com/sun/star/text/
H A DReferenceMark.idl40 /** is used for cross references in text documents.
/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx455 const double fCross(aVecA.cross(aEdge) * fInverseEdgeLength); in testAndSolveTrivialBezier()
477 const double fCross(aVecB.cross(aEdge) * fInverseEdgeLength); in testAndSolveTrivialBezier()
/trunk/main/oox/source/dump/
H A Dbiffdumper.ini855 0x0040=auto-axis-cross
1010 0x0001=cross-between-categ
1011 0x0002=maximum-axis-cross
1050 shortlist=CHMARKERFORMAT-TYPE,0,none,square,diamond,triangle,cross,star,dow-jones,std-dev,circle,pl…
1229 0x0010=auto-axis-cross
1232 0x0080=maximum-axis-cross
/trunk/main/drawinglayer/source/primitive3d/
H A Dhatchtextureprimitive3d.cxx124 const double fCross(a2X.cross(a2Y)); in impCreate3DDecomposition()
H A Dpolygontubeprimitive3d.cxx570 const double fCross(basegfx::cross(aBack, aForw).getLength()); in impCreate3DDecomposition()
/trunk/main/offapi/com/sun/star/chart2/
H A DScaleData.idl61 /** The Origin indicates where other axes cross this axis.
/trunk/main/offapi/com/sun/star/drawing/
H A DXEnhancedCustomShapeDefaulter.idl60 "cross",
/trunk/main/cairo/
H A Dcairo-1.8.0.patch72 # unless we find 'file', for example because we are cross-compiling.
/trunk/main/nss/
H A Dnss.patch96 # When cross-compiling, CPU_ARCH should already be defined as the target
/trunk/main/offapi/com/sun/star/awt/
H A DSystemPointer.idl69 /** specifies a cross as a mouse pointer.

Completed in 104 milliseconds

1234567