Searched refs:rMin (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sw/source/core/text/ |
H A D | itratr.cxx | 362 sal_uLong &rMin; member in SwMinMaxArgs 370 : pOut( pOutI ), pSh( pShI ), rMin( rMinI ), rMax( rMaxI ), rAbsMin( rAbsI ) in SwMinMaxArgs() 372 void Minimum( long nNew ) { if( (long)rMin < nNew ) rMin = nNew; } in Minimum() 604 rMin = 0; in GetMinMaxSize() 651 SwMinMaxArgs aArg( pOut, pSh, rMin, rMax, rAbsMin ); in GetMinMaxSize() 801 rMin += nLROffset; in GetMinMaxSize() 802 rMin += nAdd; in GetMinMaxSize() 803 if( (long)rMin < aNodeArgs.nMinWidth ) in GetMinMaxSize() 804 rMin = aNodeArgs.nMinWidth; in GetMinMaxSize() 810 if( rMax < rMin ) // z.B. Rahmen mit Durchlauf gehen zunaechst nur in GetMinMaxSize() [all …]
|
/aoo4110/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() argument 380 if( rMin > rMax ) in clipYRange() 382 double fHelp = rMin; in clipYRange() 383 rMin = rMax; in clipYRange() 386 if( rMin > getLogicMaxY() ) in clipYRange() 390 if( rMin < getLogicMinY() ) in clipYRange() 391 rMin = getLogicMinY(); in clipYRange()
|
/aoo4110/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 151 if( bSet || nNew < rMin ) in lcl_CheckMinMax() 152 rMin = nNew; in lcl_CheckMinMax() 1849 void SwTable::ExpandColumnSelection( SwSelBoxes& rBoxes, long &rMin, long &rMax ) const in ExpandColumnSelection() argument 1852 rMin = 0; in ExpandColumnSelection() 1871 lcl_CheckMinMax( rMin, rMax, *pLine, nCol, nBox == 0 ); in ExpandColumnSelection() 1889 if( nLeft >= rMin && nRight <= rMax ) in ExpandColumnSelection()
|
/aoo4110/main/sw/inc/ |
H A D | htmltbl.hxx | 251 void AddBorderWidth( sal_uLong &rMin, sal_uLong &rMax, sal_uLong& rAbsMin,
|
H A D | ndtxt.hxx | 243 void GetMinMaxSize( sal_uLong nIndex, sal_uLong& rMin, sal_uLong &rMax, sal_uLong &rAbs,
|
H A D | swtable.hxx | 225 void ExpandColumnSelection( SwSelBoxes& rBoxes, long &rMin, long &rMax ) const;
|
/aoo4110/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 307 void SwHTMLTableLayout::AddBorderWidth( sal_uLong &rMin, sal_uLong &rMax, in AddBorderWidth() argument 315 rMin += nAdd; in AddBorderWidth()
|
/aoo4110/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 56 milliseconds