Home
last modified time | relevance | path

Searched refs:maFieldSize (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx129 maFieldSize = LogicToPixel( Size( 36, 12 ), MapMode( MAP_APPFONT ) ); in ScPivotFieldWindow()
130 maFieldSize.Width() *= nFieldWidthFactor; in ScPivotFieldWindow()
134 …long nWinWidth = static_cast< long >( mnColCount * maFieldSize.Width() + (mnColCount - 1) * maSp… in ScPivotFieldWindow()
135 …long nWinHeight = static_cast< long >( mnRowCount * maFieldSize.Height() + (mnRowCount - 1) * maSp… in ScPivotFieldWindow()
251 …return Point( nCol * (maFieldSize.Width() + maSpaceSize.Width()), nRow * (maFieldSize.Height() + m… in GetFieldPosition()
258 long nGridWidth = maFieldSize.Width() + maSpaceSize.Width(); in GetFieldIndex()
259 long nGridHeight = maFieldSize.Height() + maSpaceSize.Height(); in GetFieldIndex()
267 if( (nColOffset < maFieldSize.Width()) && (nRowOffset < maFieldSize.Height()) ) in GetFieldIndex()
281 long nGridWidth = maFieldSize.Width() + maSpaceSize.Width(); in GetDropIndex()
282 long nGridHeight = maFieldSize.Height() + maSpaceSize.Height(); in GetDropIndex()
[all …]
/AOO41X/main/sc/source/ui/inc/
H A Dfieldwnd.hxx121 inline const Size& GetFieldSize() const { return maFieldSize; } in GetFieldSize()
229 Size maFieldSize; /// Size of a single field in pixels. member in ScPivotFieldWindow