View | Details | Raw Unified | Return to issue 30215
Collapse All | Expand All

(-)sc/inc/address.hxx (-1 / +1 lines)
Lines 86-92 const SCSIZE SCSIZE_MAX = ::std::numeric_limits<SCSIZE>::max(); Link Here
86
86
87
// The maximum values. Defines are needed for preprocessor checks in
87
// The maximum values. Defines are needed for preprocessor checks in
88
// bcaslot.cxx, otherwise type safe constants are preferred.
88
// bcaslot.cxx, otherwise type safe constants are preferred.
89
#define MAXROWCOUNT_DEFINE 65536
89
#define MAXROWCOUNT_DEFINE 1048576
90
#define MAXCOLCOUNT_DEFINE 1024
90
#define MAXCOLCOUNT_DEFINE 1024
91
91
92
// Count values
92
// Count values
(-)sc/source/ui/view/hdrcont.cxx (-1 / +1 lines)
Lines 104-110 ScHeaderControl::ScHeaderControl( Window* pParent, SelectionEngine* pSelectionEn Link Here
104
104
105
	nWidth = nSmallWidth = aSize.Width();
105
	nWidth = nSmallWidth = aSize.Width();
106
	nBigWidth = LogicToPixel( Size( GetTextWidth(
106
	nBigWidth = LogicToPixel( Size( GetTextWidth(
107
		String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM("88888")) ), 0 ) ).Width() + 4;
107
		String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM("8888888")) ), 0 ) ).Width() + 5;
108
108
109
	SetBackground();	// sonst Probleme auf OS/2 !?!?!
109
	SetBackground();	// sonst Probleme auf OS/2 !?!?!
110
}
110
}

Return to issue 30215