Searched refs:mnBY (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sc/source/filter/excel/ |
H A D | xlescher.cxx | 173 mnBY( 0 ) in XclObjAnchor() 185 lclGetYFromRow( rDoc, nScTab, maLast.mnRow, mnBY, fScale ) ); in GetRect() 210 …lclGetRowFromY( rDoc, nScTab, maLast.mnRow, mnBY, maFirst.mnRow, nXclMaxRow, nDummy, aRect.Bottom… in SetRect() 230 …(bDffAnchor ? maLast.mnRow : mnBY) = lclGetEmbeddedScale( rPageSize.Height(), nScaleY, rRect.Bott… in SetRect() 234 mnLX = mnTY = mnRX = mnBY = 0; in SetRect()
|
H A D | xeescher.cxx | 185 maAnchor.mnLX = maAnchor.mnTY = maAnchor.mnRX = maAnchor.mnBY = 0; in XclExpDffDropDownAnchor()
|
H A D | xichart.cxx | 4136 …ng >( static_cast< double >( bDffAnchor ? rAnchor.maLast.mnRow : rAnchor.mnBY ) / EXC_CHART_TOTAL… in CalcAnchorRect()
|
H A D | xiescher.cxx | 435 if( (maAnchor.mnBY == 0) && (aScUsedArea.aStart.Row() < aScUsedArea.aEnd.Row()) ) in GetUsedArea()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | xlescher.hxx | 315 sal_uInt16 mnBY; /// Y offset in bottom row (1/256 of row height). member 336 >> rAnchor.maLast.mnRow >> rAnchor.mnBY; in operator >>() 346 << rAnchor.maLast.mnRow << rAnchor.mnBY; in operator <<()
|
Completed in 164 milliseconds