Home
last modified time | relevance | path

Searched refs:min (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/trunk/main/extras/source/truetype/symbol/OpenSymbol 2.4.3/
H A DOpenSymbol.sfd153 MDRP[rp0,min,white]
198 MDRP[min,rnd,black]
207 MIRP[min,rnd,black]
223 MDRP[min,rnd,black]
294 MDRP[min,rnd,black]
544 MDRP[rp0,min,white]
8141 MDRP[min,black]
8147 MDRP[min,black]
8178 MDRP[min,black]
8184 MDRP[min,black]
[all …]
/trunk/main/extras/source/truetype/symbol/OpenSymbol 2.1/
H A DOpenSymbol.sfd150 MDRP[rp0,min,white]
195 MDRP[min,rnd,black]
204 MIRP[min,rnd,black]
220 MDRP[min,rnd,black]
291 MDRP[min,rnd,black]
541 MDRP[rp0,min,white]
803 MDRP[min,rnd,black]
816 MDRP[min,rnd,black]
883 MDRP[min,rnd,black]
891 MDRP[min,rnd,black]
[all …]
/trunk/main/helpcontent2/helpers/
H A Dcreatemakefile.pl128 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
131 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec;
183 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec;
212 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec;
241 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec;
268 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec;
304 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec;
334 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec;
361 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec;
388 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec;
[all …]
/trunk/main/vcl/source/glyphs/
H A Dgraphite_textsrc.cxx67 size_t copy_count = std::min(size_t(maLayoutArgs.mnLength), char_count); in fetch()
81 inline void TextSourceAdaptor::getCharProperties(const int nCharIdx, int & min, int & lim, size_t &… in getCharProperties() argument
85 …for(depth = ((rtl)? 1:0); maLayoutArgs.maRuns.GetRun(&min, &lim, &rtl); maLayoutArgs.maRuns.NextRu… in getCharProperties()
87 if (min > nCharIdx) in getCharProperties()
91 if (min <= nCharIdx && nCharIdx < lim) in getCharProperties()
104 int min, lim = 0; in getRightToLeft() local
105 getCharProperties(nCharIdx, min, lim, depth); in getRightToLeft()
114 int min, lim; in getDirectionDepth() local
115 getCharProperties(nCharIdx, min, lim, depth); in getDirectionDepth()
H A Dgraphite_layout.cxx230 fMinX = std::min(aBounds.first, fMinX); in fill_from()
236 nLastGlyph = (bRtl)? std::min(nGlyphIndex, nAttachedBase) : in fill_from()
253 …nLastGlyph = (bRtl)? min(nLastGlyph, (signed)(*gj).logicalIndex()) : max(nLastGlyph, (signed)(*gj)… in fill_from()
262 …nLastGlyph = (bRtl)? min(nLastGlyph, (signed)(*agi).logicalIndex()) : max(nLastGlyph, (signed)(*ag… in fill_from()
294 fMinX = std::min(aBounds.first, fMinX); in fill_from()
419 aBounds.first = std::min(aGlyph.origin(), aBounds.first); in appendCluster()
466 int firstChar = std::min(gi.firstChar(), gi.lastChar()); in append()
724 const int nSegCharLimit = min(rArgs.mnLength, mnEndCharPos + EXTRA_CONTEXT_LENGTH); in CreateSegment()
1314 nMin = std::min(nMin, mvGlyphs[nCluster].maLinearPos.X()); in GetCaretPositions()
1315 … nMax = std::min(nMax, mvGlyphs[nCluster].maLinearPos.X() + mvGlyphs[nCluster].mnNewWidth); in GetCaretPositions()
[all …]
/trunk/main/basegfx/source/workbench/
H A Dconvexhull.cxx166 Polygon2D::size_type min, i; in convexHull() local
169 for( min=1, i=2; i<=N; ++i ) in convexHull()
171 if( result[i].y < result[min].y ) in convexHull()
172 min = i; in convexHull()
178 if( result[i].y == result[min].y && in convexHull()
179 result[i].x > result[min].x ) in convexHull()
181 min = i; in convexHull()
189 ::std::swap( result[1], result[min] ); in convexHull()
H A Dbezierclip.cxx131 line.dMin = 3.0/4.0 * ::std::min(0.0, ::std::min(dP2, dP3)); in Impl_calcFatLine()
136 line.dMin = 4.0/9.0 * ::std::min(0.0, ::std::min(dP2, dP3)); in Impl_calcFatLine()
145 leftTop.x = ::std::min( c1.p0.x, ::std::min( c1.p1.x, ::std::min( c1.p2.x, c1.p3.x ) ) ); in Impl_calcBounds()
146 leftTop.y = ::std::min( c1.p0.y, ::std::min( c1.p1.y, ::std::min( c1.p2.y, c1.p3.y ) ) ); in Impl_calcBounds()
163 if( ::std::min(rb1.x, rb2.x) < ::std::max(lt1.x, lt2.x) || in Impl_doBBoxIntersect()
164 ::std::min(rb1.y, rb2.y) < ::std::max(lt1.y, lt2.y) ) in Impl_doBBoxIntersect()
245 currLowerT = ::std::min(currLowerT, ::std::min(p0.x, p1.x)); in Impl_calcSafeParams()
260 currLowerT = ::std::min(currLowerT, ::std::min(currTLow, currTHigh)); in Impl_calcSafeParams()
273 t2 = ::std::min(1.0, currHigherT); in Impl_calcSafeParams()
1016 t2_c1 = ::std::min(t2_c1, last_t2_c1); in Impl_applySafeRanges_rec()
/trunk/main/stoc/source/typeconv/
H A Dconvert.cxx289 const Any& rAny, sal_Int64 min = SAL_INT64_MIN, sal_uInt64 max = SAL_UINT64_MAX )
291 double toDouble( const Any& rAny, double min = -DBL_MAX, double max = DBL_MAX ) const
346 sal_Int64 TypeConverter_Impl::toHyper( const Any& rAny, sal_Int64 min, sal_uInt64 max ) in toHyper() argument
393 if ((min < 0 || (sal_uInt64)nRet >= (sal_uInt64)min) && // lower bound in toHyper()
408 if (fVal >= min && fVal <= unsigned_int64_to_double( max )) in toHyper()
420 if (fVal >= min && fVal <= unsigned_int64_to_double( max )) in toHyper()
440 if (fVal >= min && (fVal < 0 || ((sal_uInt64)fVal) <= max)) in toHyper()
453 if (nRet >= min && (nRet < 0 || (sal_uInt64)nRet <= max)) in toHyper()
461 double TypeConverter_Impl::toDouble( const Any& rAny, double min, double max ) const in toDouble() argument
534 if (fRet >= min && fRet <= max) in toDouble()
/trunk/main/sdext/source/presenter/
H A DPresenterGeometryHelper.cxx144 const sal_Int32 nRight (::std::min(Right(rBox1), Right(rBox2))); in Intersection()
145 const sal_Int32 nBottom (::std::min(Bottom(rBox1), Bottom(rBox2))); in Intersection()
161 const double nRight (::std::min(rBox1.X2, rBox2.X2)); in Intersection()
162 const double nBottom (::std::min(rBox1.Y2, rBox2.Y2)); in Intersection()
207 const sal_Int32 nLeft (::std::min(rBox1.X, rBox2.X)); in Union()
208 const sal_Int32 nTop (::std::min(rBox1.Y, rBox2.Y)); in Union()
224 const double nLeft (::std::min(rBox1.X1, rBox2.X1)); in Union()
225 const double nTop (::std::min(rBox1.Y1, rBox2.Y1)); in Union()
/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx210 sal_Size nWriteLen = ::std::min< sal_Size >( PrepareWrite(), nBytesLeft ); in Write()
245 sal_Size nWriteLen = ::std::min< sal_Size >( PrepareWrite(), nBytesLeft ); in WriteZeroBytes()
273 sal_Size nBytesLeft = ::std::min( nBytes, nStrmSize - nStrmPos ); in CopyFromStream()
278 sal_uInt8* pBuffer = new sal_uInt8[ ::std::min( nBytesLeft, nMaxBuffer ) ]; in CopyFromStream()
283 sal_Size nWriteLen = ::std::min( nBytesLeft, nMaxBuffer ); in CopyFromStream()
350 sal_Size nLen = ::std::min< sal_Size >( rString.Len(), nMaxLen ); in WriteByteString()
352 nLen = ::std::min< sal_Size >( nLen, 0xFF ); in WriteByteString()
406 …mnHeaderSize = static_cast< sal_uInt16 >( ::std::min< sal_Size >( mnPredictSize, mnCurrMaxSize ) ); in InitRecord()
656 sal_uInt16 nEncBytes = ::std::min(nBlockLeft, nBytesLeft); in EncryptBytes()
742 aAddress.SetRow( std::min<sal_Int32>( rAddress.mnRow, MAXROW-1 ) ); in lcl_ToAddress()
[all …]
/trunk/main/connectivity/source/drivers/adabas/
H A DBConnection.cxx135 …memcpy(szDSN, (SDB_ODBC_CHAR*) aConStr.getStr(), ::std::min<sal_Int32>((sal_Int32)2048,aConStr.get… in openConnectionWithAuth()
136 …memcpy(szUID, (SDB_ODBC_CHAR*) aUID.getStr(), ::std::min<sal_Int32>((sal_Int32)20,aUID.getLength()… in openConnectionWithAuth()
137 …memcpy(szPWD, (SDB_ODBC_CHAR*) aPWD.getStr(), ::std::min<sal_Int32>((sal_Int32)20,aPWD.getLength()… in openConnectionWithAuth()
146 (SQLSMALLINT) ::std::min<sal_Int32>((sal_Int32)2048,aConStr.getLength()), in openConnectionWithAuth()
148 (SQLSMALLINT) ::std::min<sal_Int32>((sal_Int32)20,aUID.getLength()), in openConnectionWithAuth()
150 (SQLSMALLINT) ::std::min<sal_Int32>((sal_Int32)20,aPWD.getLength())); in openConnectionWithAuth()
/trunk/main/sc/source/core/data/
H A Dcompressedarray.cxx382 A nE = ::std::min( this->pData[nIndex].nEnd, nEnd); in SumValuesContinuation()
404 A nE = ::std::min( this->pData[nIndex].nEnd, nEnd); in SumScaledValuesContinuation()
434 A nE = ::std::min( this->pData[nIndex].nEnd, nEnd); in AndValue()
461 A nE = ::std::min( this->pData[nIndex].nEnd, nEnd); in OrValue()
584 return ::std::min( this->pData[nIndex].nEnd, nEnd); in GetLastForCondition()
610 A nE = ::std::min( this->pData[nIndex].nEnd, nEnd); in CountForCondition()
633 A nE = ::std::min( this->pData[nIndex].nEnd, nEnd); in FillArrayForCondition()
673 A nE = ::std::min( this->pData[nIndex].nEnd, nEnd); in CountForAnyBitCondition()
731 ::std::min( this->pData[nIndex1].nEnd, nEnd), nIndex2); in SumCoupledArrayForCondition()
765 ::std::min( this->pData[nIndex1].nEnd, nEnd), nIndex2, fScale); in SumScaledCoupledArrayForCondition()
/trunk/main/stoc/source/uriproc/
H A DUriSchemeParser_vndDOTsunDOTstarDOTscript.cxx92 sal_Int32 min; in parsePart() local
96 min = 0x80; in parsePart()
100 min = 0x800; in parsePart()
104 min = 0x10000; in parsePart()
108 min = 0x200000; in parsePart()
112 min = 0x4000000; in parsePart()
123 if (!utf8 || encoded < min in parsePart()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/
H A DPipedConnection.java141 bytes = Math.min(aData.length - bytesWritten, _in - _out - 1); in receive()
147 bytes = Math.min(aData.length - bytesWritten, _buffer.length - _out); in receive()
150 bytes = Math.min(aData.length - bytesWritten, _buffer.length - _out - 1); in receive()
190 int bytes = Math.min(nBytesToRead, _out - _in); in read()
198 int bytes = Math.min(nBytesToRead, _buffer.length - _in); in read()
/trunk/main/lingucomponent/source/languageguessing/
H A Daltstrfunc.cxx34 size_t min = s1.length(); in start() local
35 if (min > s2.length()) in start()
36 min = s2.length(); in start()
38 for(i = 0; i < min && s2[i] && s1[i] && !ret; i++){ in start()
/trunk/main/svl/source/misc/
H A Dstrmadpt.cxx109 m_nPageSize(std::min< sal_uInt32 >( in SvDataPipe_Impl()
502 std::min(sal_uLong(nSize - nRead), in GetData()
538 std::min( in GetData()
715 std::min(sal_uLong(nSize - nWritten), in PutData()
856 sal_uInt32 nBlock = std::min(sal_uInt32(m_pReadPage->m_pEnd in read()
908 sal_uInt32 nBlock = std::min(nRemain, in write()
916 std::min(nBlock, sal_uInt32(*m_aMarks.begin() in write()
940 = std::min(sal_uInt32(m_pWritePage->m_aBuffer + m_nPageSize in write()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XCurrencyField.java58 private double min = 0; field in _XCurrencyField
103 oObj.setMin(min + 1.1); in _setMin()
105 tRes.tested("setMin()", oObj.getMin() == min + 1.1); in _setMin()
115 min = oObj.getMin(); in _getMin()
H A D_XNumericField.java59 private double min = 0 ; field in _XNumericField
104 oObj.setMin(min + 1.1) ; in _setMin()
106 tRes.tested("setMin()", oObj.getMin() == min + 1.1) ; in _setMin()
116 min = oObj.getMin() ; in _getMin()
/trunk/main/vcl/source/gdi/
H A Dregion.cxx137 const long nTop (::std::min(aStart.Y(), aEnd.Y())); in ImplRectilinearPolygonToBands()
586 const long nLeft(std::min(rRect.Left(), rRect.Right())); in Union()
587 const long nTop(std::min(rRect.Top(), rRect.Bottom())); in Union()
679 const long nLeft(std::min(rRect.Left(), rRect.Right())); in Intersect()
680 const long nTop(std::min(rRect.Top(), rRect.Bottom())); in Intersect()
760 const long nLeft(std::min(rRect.Left(), rRect.Right())); in Exclude()
761 const long nTop(std::min(rRect.Top(), rRect.Bottom())); in Exclude()
845 const long nLeft(std::min(rRect.Left(), rRect.Right())); in XOr()
846 const long nTop(std::min(rRect.Top(), rRect.Bottom())); in XOr()
/trunk/main/chart2/source/tools/
H A DRegressionCurveCalculator.cxx90 double min, double max, ::sal_Int32 nPointCount, in getCurveValues() argument
109 double fMin( min ); in getCurveValues()
110 double fFact = (max - min) / double(nPointCount-1); in getCurveValues()
113 fMin = xScalingX->doScaling( min ); in getCurveValues()
H A DPotentialRegressionCurveCalculator.cxx119 double min, double max, ::sal_Int32 nPointCount, in getCurveValues() argument
132 aResult[0].X = min; in getCurveValues()
133 aResult[0].Y = this->getCurveValue( min ); in getCurveValues()
139 …return RegressionCurveCalculator::getCurveValues( min, max, nPointCount, xScalingX, xScalingY, bMa… in getCurveValues()
H A DLinearRegressionCurveCalculator.cxx108 double min, double max, ::sal_Int32 nPointCount, in getCurveValues() argument
121 aResult[0].X = min; in getCurveValues()
122 aResult[0].Y = this->getCurveValue( min ); in getCurveValues()
128 …return RegressionCurveCalculator::getCurveValues( min, max, nPointCount, xScalingX, xScalingY, bMa… in getCurveValues()
H A DLogarithmicRegressionCurveCalculator.cxx117 double min, double max, ::sal_Int32 nPointCount, in getCurveValues() argument
130 aResult[0].X = min; in getCurveValues()
131 aResult[0].Y = this->getCurveValue( min ); in getCurveValues()
137 …return RegressionCurveCalculator::getCurveValues( min, max, nPointCount, xScalingX, xScalingY, bMa… in getCurveValues()
H A DExponentialRegressionCurveCalculator.cxx118 double min, double max, ::sal_Int32 nPointCount, in getCurveValues() argument
131 aResult[0].X = min; in getCurveValues()
132 aResult[0].Y = this->getCurveValue( min ); in getCurveValues()
139 …return RegressionCurveCalculator::getCurveValues( min, max, nPointCount, xScalingX, xScalingY, bMa… in getCurveValues()
/trunk/main/oox/source/ole/
H A Dvbainputstream.cxx100 sal_Int32 nReadBytes = ::std::min( nBytes, nChunkLeft ); in readMemory()
115 sal_Int32 nSkipBytes = ::std::min( nBytes, nChunkLeft ); in skip()
172 size_t nRunLen = ::std::min< size_t >( nLength, nOffset ); in updateChunk()
175 size_t nStepLen = ::std::min< size_t >( nRunLen, pnEnd - pnTo ); in updateChunk()

Completed in 614 milliseconds

12345678910>>...20