Home
last modified time | relevance | path

Searched refs:min (Results 1 – 25 of 495) sorted by last modified time

12345678910>>...20

/trunk/main/canvas/source/directx/
H A Ddx_spritecanvashelper.cxx45 # undef min
/trunk/main/canvas/source/vcl/
H A Dspritecanvashelper.cxx549 … ::std::min( static_cast< sal_Int32 >(rTargetSizePixel.Width() - aOutputPosition.X()), in genericUpdate()
552 … ::std::min( static_cast< sal_Int32 >(rTargetSizePixel.Height() - aOutputPosition.Y()), in genericUpdate()
/trunk/main/canvas/source/cairo/
H A Dcairo_spritecanvashelper.cxx486 ::std::min( rSize.getX(), in genericUpdate()
488 ::std::min( rSize.getY(), in genericUpdate()
/trunk/main/oox/source/token/
H A Dtokens.txt3319 min
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf5150 extensions source\propctrlr\formres.src 0 string RID_STR_VALUEMIN 0 kid f-d=1s‖Value min. 201…
5154 extensions source\propctrlr\formres.src 0 string RID_STR_DATEMIN 0 kid 4so-gb‖Date min. 20130…
5158 extensions source\propctrlr\formres.src 0 string RID_STR_TIMEMIN 0 kid whq07u‖Time min. 20130…
11787 helpcontent2 source\text\sbasic\shared\01170101.xhp 0 help hd_id3152778 131 0 kid x9c827‖Date min
11941 helpcontent2 source\text\sbasic\shared\01170101.xhp 0 help hd_id3163818 135 0 kid kkgv7+‖Time min
11952 …xt\sbasic\shared\01170101.xhp 0 help hd_id3149276 133 0 kid smwi7h‖Value min. 20130829 23:02:…
31919 …xt\shared\02\01170000.xhp 0 help par_idN11CE7 0 kid m0m9na‖Scroll value min 20130829 23:02:48
32183 helpcontent2 source\text\shared\02\01170101.xhp 0 help hd_id3149314 131 0 kid xy8183‖Date min
32185 helpcontent2 source\text\shared\02\01170101.xhp 0 help hd_id3152866 133 0 kid tntro7‖Value min
32187 helpcontent2 source\text\shared\02\01170101.xhp 0 help hd_id3153298 135 0 kid 8nva8w‖Time min
[all …]
/trunk/extras/l10n/source/en-ZA/
H A Dlocalize.sdf18390 …can enter the minimum and maximum numeric value for a formatted field. The min and max values dete…
20191 …humb in "value units". A value of ("Scroll value max." minus "Scroll value min." ) / 2 would resul…
53087 filter source\flash\impswfdialog.src 0 fixedtext DLG_OPTIONS FI_DESCR 81 en-ZA 1: min. quality\n1…
53450 …nguages\UIText.ulf 0 LngText OOO_UITEXT_44 0 en-ZA Time remaining: {[1] min }[2] sec 2002-02…
/trunk/main/autodoc/source/cosv/strings/
H A Dstreamstr.cxx470 size_type nCount = min(i_nCount, length()); in pop_front()
482 size_type nCount = min(i_nCount, length()); in pop_back()
511 size_type nLength = csv::min<size_type>(i_nLength, strlen(i_sText)); in operator_add_substr()
635 size_type anz = min( length() - i_nStart, i_nSize ); in replace()
/trunk/main/autodoc/source/cosv/service/
H A Dcomfunc.cxx134 time2str(String & out_Str, int hour, int min, int sec) in time2str() argument
139 buf[3] = static_cast<char>(min/10 + '0'); in time2str()
140 buf[4] = static_cast<char>(min%10 + '0'); in time2str()
/trunk/main/autodoc/source/cosv/storage/
H A Dmbstream.cxx53 memcpy( pNew, dpOwnedMemorySpace, min(i_nSize,nSize) ); in resize()
63 uintt ret = min( i_nNrofBytes, nSize - nCurPosition ); in do_read()
/trunk/main/autodoc/inc/cosv/
H A Dcomfunc.hxx41 inline E min(E in1, E in2);
62 void time2str(String & out_Str, int hour, int min, int sec);
84 min(E in1, E in2) { return in1 < in2 ? in1 : in2; } in min() function
/trunk/main/extensions/source/propctrlr/
H A Dformres.src322 Text [ en-US ] = "Value min." ;
338 Text [ en-US ] = "Date min." ;
354 Text [ en-US ] = "Time min." ;
898 Text [ en-US ] = "Progress value min." ;
914 Text [ en-US ] = "Scroll value min." ;
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DUIText.ulf152 en-US = "Time remaining: {[1] min }[2] sec"
/trunk/main/sw/source/core/access/
H A Daccpara.cxx129 using std::min;
1053 rBound.endPos = min(xub_StrLen(nNext + nLen),(xub_StrLen)rBound.endPos); in GetTextBoundary()
1059 rBound.endPos = min(nNext,(xub_StrLen)rBound.endPos); in GetTextBoundary()
1068 rBound.endPos = min(nNext,(xub_StrLen)rBound.endPos); in GetTextBoundary()
2970 nIndex = min( nIndex, preBound.startPos ) - 1; in getTextBeforeIndex()
2988 nIndex = min( nIndex, aBound.startPos ) - 1; in getTextBeforeIndex()
3520 min( aHIter.endIdx(), *pHt->GetAnyEnd() ) ); in getHyperLink()
/trunk/main/oox/source/dump/
H A Dxlsbdumper.ini703 0x0100=has-min-max
774 shortlist=PTDATAFIELD-SUBTOTAL,0,sum,count-all,average,max,min,product,count-num,std-dev,std-dev-p,…
875 0x00002000=min
940 shortlist=PTFITEM-TYPE,0,data,default,sum,count-all,average,max,min,product,count-mumbers,std-dev,s…
975 0x0040=min
/trunk/main/sw/source/filter/ww8/
H A Dww8par.hxx425 { return static_cast< ReturnType >( ::std::min< Type >( nValue, nMax ) ); } in ulimit_cast()
/trunk/main/svx/source/table/
H A Dtablemodel.cxx889 const sal_Int32 nRemove = ::std::min( nCount, nCol + nColSpan - nIndex ); in removeColumns()
1050 const sal_Int32 nRemove = ::std::min( nCount, nRow + nRowSpan - nIndex ); in removeRows()
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx2049 sal_uInt32 nStartPara = ::std::min( aSelect.nStartPara, aSelect.nEndPara ); in GetSelectionLevel()
/trunk/main/i18npool/source/transliteration/
H A DtransliterationImpl.cxx478 sal_Int32 i, nLen = ::std::min( tmpStr1.getLength(), tmpStr2.getLength()); in equals()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx5192 std::min(sal_uInt16(8), in ReadParaProps()
/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx1733 …aValue = sValue.copy(0,::std::min(sValue.getLength(),nIndex + (i_aMetaData.nScale > 0 ? i_aMetaDat… in impl_convertValue_throw()
/trunk/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx102 x = thumbnail_border.GetRight() - signet.GetRight() + min(signet.GetRight() / 2, hoffset); in CalcSignetPosition()
108 y = thumbnail_border.GetBottom() - signet.GetBottom() + min(signet.GetBottom() / 2, voffset); in CalcSignetPosition()
/trunk/extras/l10n/source/sq/
H A Dlocalize.sdf978 extensions source\propctrlr\formres.src 0 string RID_STR_VALUEMIN 0 sq Vlerë min. 2002-02-02 …
982 extensions source\propctrlr\formres.src 0 string RID_STR_DATEMIN 0 sq Datë min. 2002-02-02 02…
986 extensions source\propctrlr\formres.src 0 string RID_STR_TIMEMIN 0 sq Koha min. 2002-02-02 02…
1181 extensions source\propctrlr\formres.src 0 string RID_STR_XSD_MIN_INCLUSIVE 0 sq Lartësia min.: …
7918 helpcontent2 source\text\shared\02\01170101.xhp 0 help hd_id3149314 131 0 sq Datë min. 2002-02…
7919 helpcontent2 source\text\shared\02\01170101.xhp 0 help hd_id3152866 133 0 sq Vlerë min. 2002-0…
7920 helpcontent2 source\text\shared\02\01170101.xhp 0 help hd_id3153298 135 0 sq Koha min. 2002-02…
17515 helpcontent2 source\text\sbasic\shared\01170101.xhp 0 help hd_id3152778 131 0 sq Datë min. 200…
17583 helpcontent2 source\text\sbasic\shared\01170101.xhp 0 help hd_id3163818 135 0 sq Koha min. 200…
17588 helpcontent2 source\text\sbasic\shared\01170101.xhp 0 help hd_id3149276 133 0 sq Vlerë min. 20…
[all …]
/trunk/extras/l10n/source/eo/
H A Dlocalize.sdf2166 …radiobutton TP_REGISTRATION RB_REGISTRATION_LATER 0 eo Mi volas registri min poste 2002-02-02…
2167 …iobutton TP_REGISTRATION RB_REGISTRATION_NEVER 0 eo Mi ne volas registri min 2002-02-02 02:02…
2168 …0 radiobutton TP_REGISTRATION RB_REGISTRATION_NOW 0 eo Mi volas registri min nun 2002-02-02 0…
2652 extensions source\propctrlr\formres.src 0 string RID_STR_DATEMIN 0 eo Dato min. 2002-02-02 02…
2747 …ctrlr\formres.src 0 string RID_STR_PROGRESSVALUE_MIN 0 eo Progresvaloro min. 2002-02-02 02:0…
2759 extensions source\propctrlr\formres.src 0 string RID_STR_SCROLLVALUE_MIN 0 eo Ruluma valoro min.…
2793 extensions source\propctrlr\formres.src 0 string RID_STR_TIMEMIN 0 eo Horo min. 2002-02-02 02…
2801 extensions source\propctrlr\formres.src 0 string RID_STR_VALUEMIN 0 eo Valoro min. 2002-02-02…
2934 filter source\flash\impswfdialog.src 0 fixedtext DLG_OPTIONS FI_DESCR 81 eo 1: min. kvalito\n100:…
12269 helpcontent2 source\text\scalc\01\04060116.xhp 0 help par_id3150707 184 0 eo jar, tag, hor, min, …
[all …]
/trunk/main/shell/source/win32/shlxthandler/
H A Dclassfactory.cxx34 using ::std::min;
/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx80 using ::std::min;
478 ULONG ulToCopy = min( *pcwcBuffer, m_ulUnicodeBufferLen - m_ulUnicodeCharsRead ); in GetText()

Completed in 4097 milliseconds

12345678910>>...20