Home
last modified time | relevance | path

Searched refs:min (Results 151 – 175 of 495) sorted by relevance

12345678910>>...20

/trunk/main/embedserv/source/inc/
H A Dstdafx.h27 using ::std::min;
/trunk/main/vcl/unx/gtk/a11y/
H A Datktext.cxx480 *end_offset = ::std::min( *end_offset, in handle_text_markup_as_run_attribute()
520 *end_offset = ::std::min( *end_offset, in handle_text_markup_as_run_attribute()
/trunk/main/oox/source/drawingml/
H A Dcolor.cxx628 double fMin = ::std::min( ::std::min( fR, fG ), fB ); in toHsl()
H A Dtheme.cxx47 …rVector.get( ::std::min( static_cast< sal_Int32 >( nIndex - 1 ), static_cast< sal_Int32 >( rVector… in lclGetStyleElement()
/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx410 const size_t nDestSize = ::std::min( nPermSize, nRowSize ); in EndElement()
446 const size_t nDestSize = ::std::min( nPermSize, nTableRowCount ); in EndElement()
906 …const sal_Int32 nMax = ::std::min< sal_Int32 >( nColumnLabelsSize, static_cast< sal_Int32 >( rFirs… in applyTableToInternalDataProvider()
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx766 …const sal_uInt8* const pnPattern = sppnPatterns[ ::std::min< size_t >( rFillData.mnPattern - 2, ST… in convertFillProperties()
876 …nSubRecSize = static_cast< sal_uInt16 >( ::std::min< sal_Int64 >( nSubRecSize, rStrm.getRemaining(… in importObjBiff8()
923 nDataSize -= ::std::min( rStrm.getRemaining(), nDataSize ); in importObjBiff8()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx913 TextPaM aMinPaM( ::std::min( aStartPaM, aEndPaM ) ); in retrieveParagraphSelection()
2280 Paragraphs::iterator aEnd = ::std::min(m_xParagraphs->begin() + end + 1, m_aVisibleEnd); in sendEvent()
2375 nMin = ::std::min(nNewFirstPara, nNewLastPara); in handleSelectionChangeNotification()
2384 nMin = ::std::min(m_nSelectionFirstPara, m_nSelectionLastPara); in handleSelectionChangeNotification()
2537 Paragraphs::iterator aEnd( ::std::min( m_xParagraphs->begin() + nLast, m_aVisibleEnd ) ); in notifySelectionChange()
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch1033 - m_xsClusterXOffset = min(m_xsClusterXOffset, pslot->m_xsClusterXOffset);
1035 + m_xsClusterXOffset = min(m_xsClusterXOffset, pslotLeaf->m_xsClusterXOffset);
1043 - m_xsClusterBbLeft = min(m_xsClusterBbLeft, pslot->m_xsClusterBbLeft);
1046 - m_ysClusterBbBottom = min(m_ysClusterBbBottom, pslot->m_ysClusterBbBottom);
1047 + m_xsClusterBbLeft = min(m_xsClusterBbLeft, pslotLeaf->m_xsClusterBbLeft);
1050 + m_ysClusterBbBottom = min(m_ysClusterBbBottom, pslotLeaf->m_ysClusterBbBottom);
1746 islotLim = min(islotLim, MAX_SLOTS);
2400 // suppress GCC 4.3 warning for optimized min()/max() when called with (ich, ich+1) or similar
/trunk/main/chart2/source/tools/
H A DRelativeSizeHelper.cxx53 return min( in calculate()
/trunk/main/shell/inc/internal/
H A Dthumbviewer.hxx35 using std::min;
/trunk/main/editeng/source/accessibility/
H A DAccessibleStringWrap.cxx70 rRect.Move( ::std::min(aXArray[0], aXArray[1]), 0 ); in GetCharacterBounds()
/trunk/main/chart2/source/inc/
H A DExponentialRegressionCurveCalculator.hxx53 double min,
H A DLinearRegressionCurveCalculator.hxx53 double min,
H A DLogarithmicRegressionCurveCalculator.hxx53 double min,
H A DMeanValueRegressionCurveCalculator.hxx53 double min,
H A DPotentialRegressionCurveCalculator.hxx55 double min,
/trunk/main/basegfx/source/tools/
H A Dkeystoplerp.cxx77 mnLastIndex = std::min<std::ptrdiff_t>( in lerp()
H A Dcanvastools.cxx563 rRect.getWidth() > ::std::numeric_limits< sal_Int32 >::min(), in awtRectangleFromB2IRectangle()
566 rRect.getHeight() > ::std::numeric_limits< sal_Int32 >::min(), in awtRectangleFromB2IRectangle()
/trunk/main/vcl/win/source/app/
H A Dsalinst.cxx58 #ifndef min
59 #define min(a,b) (((a) < (b)) ? (a) : (b)) macro
/trunk/main/vcl/source/gdi/
H A Dgdimetafiletools.cxx554 fRadiusX = std::max(0.0, std::min(1.0, fRadiusX)); in clipMetafileContentAgainstOwnRegions()
555 fRadiusY = std::max(0.0, std::min(1.0, fRadiusY)); in clipMetafileContentAgainstOwnRegions()
/trunk/main/chart2/source/model/template/
H A DColumnLineDataInterpreter.cxx81 sal_Int32 nNumOfLines = ::std::min( m_nNumberOfLines, nNumberOfSeries - 1 ); in interpretDataSource()
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx927 sal_Int32 min = SAL_MAX_INT32; in handleEnumType() local
931 min = std::min(min, value); in handleEnumType()
938 if ((static_cast< sal_uInt64 >(max) - static_cast< sal_uInt64 >(min) in handleEnumType()
964 code->instrTableswitch(defCode.get(), min, blocks); in handleEnumType()
/trunk/main/shell/source/win32/shlxthandler/
H A Dclassfactory.cxx34 using ::std::min;
/trunk/main/binaryurp/source/
H A Dlessoperators.cxx78 const sal_Int32 nLen = std::min( left.getLength(), right.getLength()); in operator <()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_textsrc.hxx104 mnEnd(std::min(la.mnLength, nContextLen)), in TextSourceAdaptor()

Completed in 150 milliseconds

12345678910>>...20