Searched refs:rMax (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/sw/source/core/text/ |
H A D | itratr.cxx | 363 sal_uLong &rMax; member in SwMinMaxArgs 605 rMax = 0; in GetMinMaxSize() 681 if( (long)rMax < aArg.nRowWidth ) in GetMinMaxSize() 682 rMax = aArg.nRowWidth; in GetMinMaxSize() 749 if( (long)rMax < KSHRT_MAX ) in GetMinMaxSize() 750 rMax = KSHRT_MAX; in GetMinMaxSize() 794 if( (long)rMax < aArg.nRowWidth ) in GetMinMaxSize() 795 rMax = aArg.nRowWidth; in GetMinMaxSize() 807 rMax += aNodeArgs.nMaxWidth; in GetMinMaxSize() 808 rMax += nLROffset; in GetMinMaxSize() [all …]
|
/aoo42x/main/chart2/source/view/inc/ |
H A D | PlottingPositionHelper.hxx | 80 inline bool clipYRange( double& rMin, double& rMax ) const; 377 inline bool PlottingPositionHelper::clipYRange( double& rMin, double& rMax ) const in clipYRange() 380 if( rMin > rMax ) in clipYRange() 383 rMin = rMax; in clipYRange() 384 rMax = fHelp; in clipYRange() 388 if( rMax < getLogicMinY() ) in clipYRange() 392 if( rMax > getLogicMaxY() ) in clipYRange() 393 rMax = getLogicMaxY(); in clipYRange()
|
/aoo42x/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 129 void lcl_CheckMinMax( long& rMin, long& rMax, const SwTableLine& rLine, sal_uInt16 nCheck, bool bSe… in lcl_CheckMinMax() argument 148 if( bSet || nNew > rMax ) in lcl_CheckMinMax() 149 rMax = nNew; in lcl_CheckMinMax() 1849 void SwTable::ExpandColumnSelection( SwSelBoxes& rBoxes, long &rMin, long &rMax ) const in ExpandColumnSelection() 1853 rMax = 0; in ExpandColumnSelection() 1871 lcl_CheckMinMax( rMin, rMax, *pLine, nCol, nBox == 0 ); in ExpandColumnSelection() 1889 if( nLeft >= rMin && nRight <= rMax ) in ExpandColumnSelection()
|
/aoo42x/test/testuno/source/testlib/uno/ |
H A D | TestUtil.java | 136 public static int randColor(int rMax, int gMax, int bMax) throws Exception { in randColor() argument 137 int r = random.nextInt(rMax + 1) % 256; in randColor()
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | QueryTableView.hxx | 108 sal_Int32 CountTableAlias(const String& rName, sal_Int32& rMax);
|
/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | QueryTableView.cxx | 319 sal_Int32 OQueryTableView::CountTableAlias(const String& rName, sal_Int32& rMax) in CountTableAlias() argument 335 rMax = nRet; in CountTableAlias()
|
/aoo42x/main/sw/inc/ |
H A D | htmltbl.hxx | 251 void AddBorderWidth( sal_uLong &rMin, sal_uLong &rMax, sal_uLong& rAbsMin,
|
H A D | swtable.hxx | 225 void ExpandColumnSelection( SwSelBoxes& rBoxes, long &rMin, long &rMax ) const;
|
H A D | ndtxt.hxx | 247 void GetMinMaxSize( sal_uLong nIndex, sal_uLong& rMin, sal_uLong &rMax, sal_uLong &rAbs,
|
/aoo42x/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 311 void SwHTMLTableLayout::AddBorderWidth( sal_uLong &rMin, sal_uLong &rMax, in AddBorderWidth() argument 320 rMax += nAdd; in AddBorderWidth()
|
/aoo42x/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 1710 inline Type getLimitedValue( const Type& rValue, const Type& rMin, const Type& rMax ) in getLimitedValue() argument 1711 { return ::std::max( ::std::min( rValue, rMax ), rMin ); } in getLimitedValue()
|
Completed in 104 milliseconds