Lines Matching refs:maFieldSize

129     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()
479 long nFieldWidth = maFieldSize.Width(); in Paint()
483 Size( nSelectionWidth, maFieldSize.Height() - 6 ) ); in Paint()
807 … aDecoView.DrawButton( Rectangle( aFieldPos, maFieldSize ), bFocus ? BUTTON_DRAW_DEFAULT : 0 ); in DrawField()
813 if( (maFields[ nFieldIndex ].mbClipped = nLabelWidth + 6 > maFieldSize.Width()) == true ) in DrawField()
823 bFits = nLabelWidth + 6 <= maFieldSize.Width(); in DrawField()
830 …Point aLabelOffset( (maFieldSize.Width() - nLabelWidth) / 2, ::std::max< long >( (maFieldSize.Heig… in DrawField()
846 long nCursorLength = bVerticalCursor ? maFieldSize.Height() : maFieldSize.Width(); in DrawInsertionCursor()
851 …aMainLinePos.X() : aMainLinePos.Y()) += ((bVerticalCursor ? maFieldSize.Width() : maFieldSize.Heig… in DrawInsertionCursor()