Searched refs:maFieldSize (Results 1 – 2 of 2) sorted by relevance
130 maFieldSize.Width() *= nFieldWidthFactor; 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()267 if( (nColOffset < maFieldSize.Width()) && (nRowOffset < maFieldSize.Height()) ) in GetFieldIndex()281 long nGridWidth = maFieldSize.Width() + maSpaceSize.Width(); in GetDropIndex()479 long nFieldWidth = maFieldSize.Width(); in Paint()483 Size( nSelectionWidth, maFieldSize.Height() - 6 ) ); in Paint()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()[all …]
121 inline const Size& GetFieldSize() const { return maFieldSize; } in GetFieldSize()229 Size maFieldSize; /// Size of a single field in pixels. member in ScPivotFieldWindow
Completed in 19 milliseconds