INTEGRATION: CWS autokerning (1.31.70); FILE MERGED

2006/11/15 19:22:14 cl 1.31.70.2: RESYNC: (1.31-1.32); FILE MERGED
2006/10/06 09:59:27 nn 1.31.70.1: #i16874# enable pair kerning as drawing layer default in new documents
This commit is contained in:
Ivo Hinkelmann 2006-12-19 11:59:23 +00:00
parent 98628c2f10
commit 8ebc34705f

View file

@ -4,9 +4,9 @@
*
* $RCSfile: documen3.cxx,v $
*
* $Revision: 1.32 $
* $Revision: 1.33 $
*
* last change: $Author: ihi $ $Date: 2006-10-18 12:20:09 $
* last change: $Author: ihi $ $Date: 2006-12-19 12:59:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -1778,6 +1778,12 @@ void ScDocument::SetLanguage( LanguageType eLatin, LanguageType eCjk, LanguageTy
UpdateDrawLanguages(); // set edit engine defaults in drawing layer pool
}
void ScDocument::SetDrawDefaults()
{
bSetDrawDefaults = TRUE;
UpdateDrawDefaults();
}
Rectangle ScDocument::GetMMRect( SCCOL nStartCol, SCROW nStartRow,
SCCOL nEndCol, SCROW nEndRow, SCTAB nTab )
{