Searched refs:mnTY (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | xlescher.cxx | 171 mnTY( 0 ), in XclObjAnchor() 183 lclGetYFromRow( rDoc, nScTab, maFirst.mnRow, mnTY, fScale ), in GetRect() 209 …lclGetRowFromY( rDoc, nScTab, maFirst.mnRow, mnTY, 0, nXclMaxRow, nDummy, aRect.Top(),… in SetRect() 228 …(bDffAnchor ? maFirst.mnRow : mnTY) = lclGetEmbeddedScale( rPageSize.Height(), nScaleY, rRect.Top(… 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 | 4134 …ng >( static_cast< double >( bDffAnchor ? rAnchor.maFirst.mnRow : rAnchor.mnTY ) / EXC_CHART_TOTAL… in CalcAnchorRect()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xlescher.hxx | 313 sal_uInt16 mnTY; /// Y offset in top row (1/256 of row height). member 334 >> rAnchor.maFirst.mnRow >> rAnchor.mnTY in operator >>() 344 << rAnchor.maFirst.mnRow << rAnchor.mnTY in operator <<()
|
Completed in 426 milliseconds