/trunk/main/vcl/source/glyphs/ |
H A D | graphite_textsrc.cxx | 81 inline void TextSourceAdaptor::getCharProperties(const int nCharIdx, int & min, int & lim, size_t &… in getCharProperties() 104 int min, lim = 0; in getRightToLeft() local 114 int min, lim; in getDirectionDepth() local
|
/trunk/main/lingucomponent/source/languageguessing/ |
H A D | altstrfunc.cxx | 34 size_t min = s1.length(); in start() local
|
/trunk/main/extensions/source/activex/main/ |
H A D | StdAfx2.h | 49 #define min(a, b) (((a) < (b)) ? (a) : (b)) macro
|
/trunk/main/odk/examples/OLE/activex/ |
H A D | StdAfx2.h | 42 #define min(a, b) (((a) < (b)) ? (a) : (b)) macro
|
/trunk/main/winaccessibility/inc/ |
H A D | ResIDGenerator.hxx | 34 long min; member in ResIDGenerator
|
/trunk/main/autodoc/inc/cosv/ |
H A D | comfunc.hxx | 84 min(E in1, E in2) { return in1 < in2 ? in1 : in2; } in min() function
|
/trunk/main/chart2/source/tools/ |
H A D | MeanValueRegressionCurveCalculator.cxx | 107 double min, double max, ::sal_Int32 nPointCount, in getCurveValues()
|
H A D | LinearRegressionCurveCalculator.cxx | 108 double min, double max, ::sal_Int32 nPointCount, in getCurveValues()
|
H A D | PotentialRegressionCurveCalculator.cxx | 119 double min, double max, ::sal_Int32 nPointCount, in getCurveValues()
|
H A D | LogarithmicRegressionCurveCalculator.cxx | 117 double min, double max, ::sal_Int32 nPointCount, in getCurveValues()
|
H A D | ExponentialRegressionCurveCalculator.cxx | 118 double min, double max, ::sal_Int32 nPointCount, in getCurveValues()
|
H A D | RegressionCurveCalculator.cxx | 90 double min, double max, ::sal_Int32 nPointCount, in getCurveValues()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/ |
H A D | _XCurrencyField.java | 58 private double min = 0; field in _XCurrencyField
|
H A D | _XNumericField.java | 59 private double min = 0 ; field in _XNumericField
|
H A D | _XSpinValue.java | 154 int min = oObj.getMinimum(); in _setValues() local
|
/trunk/main/autodoc/source/cosv/service/ |
H A D | comfunc.cxx | 134 time2str(String & out_Str, int hour, int min, int sec) in time2str()
|
/trunk/main/basegfx/source/workbench/ |
H A D | convexhull.cxx | 166 Polygon2D::size_type min, i; in convexHull() local
|
/trunk/main/stoc/source/typeconv/ |
H A D | convert.cxx | 346 sal_Int64 TypeConverter_Impl::toHyper( const Any& rAny, sal_Int64 min, sal_uInt64 max ) in toHyper() 461 double TypeConverter_Impl::toDouble( const Any& rAny, double min, double max ) const in toDouble()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/org/openoffice/ |
H A D | Runner.java | 79 long min = (_nTime / (60 * 1000)) % 60; in beautifyTime() local
|
/trunk/main/winaccessibility/source/UAccCOM/ |
H A D | AccActionBase.cpp | 393 long min = 0; in getOLECHARFromKeyCode() local
|
/trunk/main/stoc/source/uriproc/ |
H A D | UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx | 92 sal_Int32 min; in parsePart() local
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 37 #define min(a,b) (((a) < (b)) ? (a) : (b)) macro
|
/trunk/main/oox/source/drawingml/chart/ |
H A D | typegroupconverter.cxx | 146 #define ENSURE_AXESCOUNT( min, max ) OSL_ENSURE( (min <= (int)mrModel.maAxisIds.size()) && ((int)mr… in TypeGroupConverter() argument
|
/trunk/main/i18npool/source/search/ |
H A D | levdis.cxx | 434 int min = Min3(x,y,z); in Mid3() local
|
/trunk/main/tools/inc/tools/ |
H A D | solar.h | 181 #define min(a,b) (((a) < (b)) ? (a) : (b)) macro
|