Home
last modified time | relevance | path

Searched refs:rMax (Results 1 – 11 of 11) sorted by relevance

/aoo41x/main/sw/source/core/text/
H A Ditratr.cxx363 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 …]
/aoo41x/main/chart2/source/view/inc/
H A DPlottingPositionHelper.hxx80 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()
/aoo41x/test/testuno/source/testlib/uno/
H A DTestUtil.java136 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()
/aoo41x/main/sw/source/core/table/
H A Dswnewtable.cxx129 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()
/aoo41x/main/dbaccess/source/ui/inc/
H A DQueryTableView.hxx108 sal_Int32 CountTableAlias(const String& rName, sal_Int32& rMax);
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx319 sal_Int32 OQueryTableView::CountTableAlias(const String& rName, sal_Int32& rMax) in CountTableAlias() argument
335 rMax = nRet; in CountTableAlias()
/aoo41x/main/sw/inc/
H A Dhtmltbl.hxx251 void AddBorderWidth( sal_uLong &rMin, sal_uLong &rMax, sal_uLong& rAbsMin,
H A Dndtxt.hxx243 void GetMinMaxSize( sal_uLong nIndex, sal_uLong& rMin, sal_uLong &rMax, sal_uLong &rAbs,
H A Dswtable.hxx225 void ExpandColumnSelection( SwSelBoxes& rBoxes, long &rMin, long &rMax ) const;
/aoo41x/main/sw/source/core/doc/
H A Dhtmltbl.cxx307 void SwHTMLTableLayout::AddBorderWidth( sal_uLong &rMin, sal_uLong &rMax, in AddBorderWidth() argument
316 rMax += nAdd; in AddBorderWidth()
/aoo41x/main/sc/source/filter/html/
H A Dhtmlpars.cxx1710 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 92 milliseconds