| /AOO41X/main/sc/source/core/data/ |
| H A D | global.cxx | 94 ScDocShellRef* ScGlobal::pDrawClipDocShellRef = NULL; 95 SvxSearchItem* ScGlobal::pSearchItem = NULL; 96 ScAutoFormat* ScGlobal::pAutoFormat = NULL; 97 FuncCollection* ScGlobal::pFuncCollection = NULL; 98 ScUnoAddInCollection* ScGlobal::pAddInCollection = NULL; 99 ScUserList* ScGlobal::pUserList = NULL; 100 String** ScGlobal::ppRscString = NULL; 101 LanguageType ScGlobal::eLnge = LANGUAGE_SYSTEM; 102 ::com::sun::star::lang::Locale* ScGlobal::pLocale = NULL; 103 SvtSysLocale* ScGlobal::pSysLocale = NULL; [all …]
|
| H A D | attrib.cxx | 315 String aStrYes ( ScGlobal::GetRscString(STR_YES) ); in GetValueText() 316 String aStrNo ( ScGlobal::GetRscString(STR_NO) ); in GetValueText() 340 String aStrYes ( ScGlobal::GetRscString(STR_YES) ); in GetPresentation() 341 String aStrNo ( ScGlobal::GetRscString(STR_NO) ); in GetPresentation() 356 rText = ScGlobal::GetRscString(STR_PROTECTION); rText += aStrSep; in GetPresentation() 358 rText += ScGlobal::GetRscString(STR_FORMULAS); rText += aStrSep; in GetPresentation() 360 rText += ScGlobal::GetRscString(STR_HIDE); rText += aStrSep; in GetPresentation() 362 rText += ScGlobal::GetRscString(STR_PRINT); rText += aStrSep; in GetPresentation() 475 rText = ScGlobal::GetRscString(STR_AREA); in GetPresentation() 772 return ScGlobal::EETextObjEqual(pLeftArea, r.pLeftArea) in operator ==() [all …]
|
| H A D | docpool.cxx | 278 …ppPoolDefaults[ ATTR_LANGUAGE_FORMAT - ATTR_STARTINDEX ] = new SvxLanguageItem( ScGlobal::eLnge, A… in ScDocumentPool() 290 if ( ScGlobal::GetEmptyBrushItem() ) in ScDocumentPool() 291 …ppPoolDefaults[ ATTR_PATTERN - ATTR_STARTINDEX ] = new ScPatternAttr( pSet, ScGlobal::GetRscSt… in ScDocumentPool() 762 pIntl = ScGlobal::GetScIntlWrapper(); in lcl_HFPresentation() 791 String aStrYes ( ScGlobal::GetRscString(STR_YES) ); in GetPresentation() 792 String aStrNo ( ScGlobal::GetRscString(STR_NO) ); in GetPresentation() 801 rText = ScGlobal::GetRscString(STR_SCATTR_PAGE_PRINTDIR); in GetPresentation() 806 ScGlobal::GetRscString(STR_SCATTR_PAGE_TOPDOWN) : in GetPresentation() 807 ScGlobal::GetRscString(STR_SCATTR_PAGE_LEFTRIGHT) ; in GetPresentation() 820 rText = ScGlobal::GetRscString(STR_SCATTR_PAGE_HEADERS); in GetPresentation() [all …]
|
| H A D | table3.cxx | 171 return pSortCollator == ScGlobal::GetCollator() || in IsSortCollatorGlobal() 172 pSortCollator == ScGlobal::GetCaseCollator(); in IsSortCollatorGlobal() 188 pSortCollator = (rPar.bCaseSens ? ScGlobal::GetCaseCollator() : in InitSortCollator() 189 ScGlobal::GetCollator()); in InitSortCollator() 285 (ScUserListData*)(ScGlobal::GetUserList()->At( in CompareCell() 533 … ScGlobal::GetRscString(STR_PROGRESS_SORTING), nLastRow - nRow1 ); in Sort() 556 … ScGlobal::GetRscString(STR_PROGRESS_SORTING), nLastCol - nCol1 ); in Sort() 710 … ScGlobal::GetRscString(STR_STYLENAME_RESULT), SFX_STYLE_FAMILY_PARA ); in DoSubTotals() 736 *pCompString[i] = ScGlobal::pCharClass->upper( aSubString ); in DoSubTotals() 758 ScGlobal::pCharClass->toUpper( aString ); in DoSubTotals() [all …]
|
| H A D | stlsheet.cxx | 227 SvxFrameDirection eDirection = ScGlobal::IsSystemRTL() ? in GetItemSet() 259 …uLong nNumFmt = pDoc->GetFormatTable()->GetStandardFormat( NUMBERFORMAT_CURRENCY,ScGlobal::eLnge ); in GetItemSet() 305 if ( pForceStdName && rBase == ScGlobal::GetRscString(STR_STYLENAME_STANDARD) ) in GetName() 315 if ( pForceStdName && rBase == ScGlobal::GetRscString(STR_STYLENAME_STANDARD) ) in GetParent() 325 if ( pForceStdName && rBase == ScGlobal::GetRscString(STR_STYLENAME_STANDARD) ) in GetFollow() 342 if ( rNew == aFileStdName && aFileStdName != ScGlobal::GetRscString(STR_STYLENAME_STANDARD) ) in SetName()
|
| H A D | dbdocutl.cxx | 69 NUMBERFORMAT_LOGICAL, ScGlobal::eLnge ); in PutData() 101 NUMBERFORMAT_DATE, ScGlobal::eLnge ); in PutData() 115 NUMBERFORMAT_TIME, ScGlobal::eLnge ); in PutData() 129 NUMBERFORMAT_DATETIME, ScGlobal::eLnge ); in PutData() 159 NUMBERFORMAT_CURRENCY, ScGlobal::eLnge ); in PutData()
|
| H A D | stlpool.cxx | 113 String aNewName = ScGlobal::GetRscString(STR_STYLENAME_STANDARD); in Make() 131 … if ( eFamily == SFX_STYLE_FAMILY_PARA && ScGlobal::GetRscString(STR_STYLENAME_STANDARD) != rName ) in Create() 132 pSheet->SetParent( ScGlobal::GetRscString(STR_STYLENAME_STANDARD) ); in Create() 218 #define SCSTR(id) ScGlobal::GetRscString(id) 274 String aStrStandard = ScGlobal::GetRscString(STR_STYLENAME_STANDARD); in CreateStandardStyles() 620 ScGlobal::pCharClass->toUpper(aUpSearch); in FindCaseIns() 629 ScGlobal::pCharClass->toUpper(aUpName); in FindCaseIns()
|
| H A D | dpdimsave.cxx | 584 case SECONDS: aPartName = ScGlobal::GetRscString( nDatePartIds[0] ); break; in CreateDateGroupDimName() 585 case MINUTES: aPartName = ScGlobal::GetRscString( nDatePartIds[1] ); break; in CreateDateGroupDimName() 586 case HOURS: aPartName = ScGlobal::GetRscString( nDatePartIds[2] ); break; in CreateDateGroupDimName() 587 case DAYS: aPartName = ScGlobal::GetRscString( nDatePartIds[3] ); break; in CreateDateGroupDimName() 588 case MONTHS: aPartName = ScGlobal::GetRscString( nDatePartIds[4] ); break; in CreateDateGroupDimName() 589 case QUARTERS: aPartName = ScGlobal::GetRscString( nDatePartIds[5] ); break; in CreateDateGroupDimName() 590 case YEARS: aPartName = ScGlobal::GetRscString( nDatePartIds[6] ); break; in CreateDateGroupDimName()
|
| /AOO41X/main/sc/source/ui/pagedlg/ |
| H A D | scuitphfedit.cxx | 150 maFtDefinedHF.SetText(ScGlobal::GetRscString( STR_FOOTER )); in ScHFEditPage() 151 maFtCustomHF.SetText(ScGlobal::GetRscString( STR_HF_CUSTOM_FOOTER )); in ScHFEditPage() 255 aCmd += ScGlobal::GetRscString( id ); \ 263 String aDel( ScGlobal::GetRscString( STR_HFCMD_DELIMITER ) ); in FillCmdArr() 292 maLbDefined.InsertEntry( ScGlobal::GetRscString( STR_HF_NONE_IN_BRACKETS )); in InitPreDefinedList() 294 String aPageEntry(ScGlobal::GetRscString( STR_PAGE ) ); in InitPreDefinedList() 301 aPageOfEntry += ScGlobal::GetRscString( STR_HF_OF_QUESTION ); in InitPreDefinedList() 308 aConfidentialEntry += ScGlobal::GetRscString( STR_HF_CONFIDENTIAL ); in InitPreDefinedList() 346 String aCreatedByEntry(ScGlobal::GetRscString( STR_HF_CREATED_BY ) ); in InitPreDefinedList() 363 String aCustomizedEntry(ScGlobal::GetRscString( STR_HF_CUSTOMIZED ) ); in InsertToDefinedList() [all …]
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | cellsh3.cxx | 419 ScGlobal::GetRscString(STR_UPDATE_SCENARIO) ). in Execute() 429 ScGlobal::GetRscString(STR_NOAREASELECTED) ); in Execute() 447 aBaseName += ScGlobal::GetRscString(STR_SCENARIO); in Execute() 560 … ScGlobal::nStdRowHeight, in Execute() 591 ScGlobal::nLastRowHeightExtra = rUInt16Item.GetValue(); in Execute() 611 … ScGlobal::nLastRowHeightExtra, in Execute() 623 ScGlobal::nLastRowHeightExtra = nVal; in Execute() 697 ScGlobal::nLastColWidthExtra = rUInt16Item.GetValue(); in Execute() 718 … ScGlobal::nLastColWidthExtra, in Execute() 729 ScGlobal::nLastColWidthExtra = nVal; in Execute() [all …]
|
| H A D | drawvie4.cxx | 221 if ( ScGlobal::pDrawClipDocShellRef ) in DoCopy() 223 …pTransferObj->SetDrawPersist( &(*ScGlobal::pDrawClipDocShellRef) ); // keep persist for ole obj… in DoCopy() 257 if ( ScGlobal::pDrawClipDocShellRef ) in CopyToTransferable() 259 …pTransferObj->SetDrawPersist( &(*ScGlobal::pDrawClipDocShellRef) ); // keep persist for ole obj… in CopyToTransferable() 270 double nPPTX = ScGlobal::nScreenPPTX; in CalcNormScale() 271 double nPPTY = ScGlobal::nScreenPPTY; in CalcNormScale() 374 pUndoGroup->SetComment(ScGlobal::GetRscString( STR_UNDO_ORIGINALSIZE )); in SetMarkedOriginalSize()
|
| /AOO41X/main/sc/source/ui/unoobj/ |
| H A D | afmtuno.cxx | 220 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in GetObjectByIndex_Impl() 229 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in GetObjectByName_Impl() 256 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in insertByName() 313 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in removeByName() 343 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in getCount() 390 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in getElementNames() 411 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in hasByName() 437 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in ~ScAutoFormatObj() 560 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in getName() 575 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in setName() [all …]
|
| H A D | filtuno.cxx | 228 aTitle = ScGlobal::GetRscString( STR_EXPORT_ASCII ); in execute() 236 aTitle = ScGlobal::GetRscString( STR_IMPORT_LOTUS ); in execute() 244 aTitle = ScGlobal::GetRscString( STR_EXPORT_DBF ); in execute() 249 aTitle = ScGlobal::GetRscString( STR_IMPORT_DBF ); in execute() 260 aTitle = ScGlobal::GetRscString( STR_EXPORT_DIF ); in execute() 265 aTitle = ScGlobal::GetRscString( STR_IMPORT_DIF ); in execute()
|
| /AOO41X/main/sc/source/ui/undo/ |
| H A D | undocell.cxx | 102 return ScGlobal::GetRscString( nId ); in GetComment() 208 return ScGlobal::GetRscString( STR_UNDO_ENTERDATA ); // "Eingabe" in GetComment() 370 return ScGlobal::GetRscString( STR_UNDO_ENTERDATA ); // "Eingabe" in GetComment() 456 return ScGlobal::GetRscString( STR_UNDO_ENTERDATA ); // "Eingabe" in GetComment() 545 ScGlobal::GetRscString( STR_UNDO_INSCOLBREAK ) : in GetComment() 546 ScGlobal::GetRscString( STR_UNDO_DELCOLBREAK ) in GetComment() 549 ScGlobal::GetRscString( STR_UNDO_INSROWBREAK ) : in GetComment() 550 ScGlobal::GetRscString( STR_UNDO_DELROWBREAK ) in GetComment() 626 return ScGlobal::GetRscString( STR_UNDO_PRINTSCALE ); in GetComment() 716 return ScGlobal::GetRscString( STR_UNDO_THESAURUS ); // "Thesaurus" in GetComment() [all …]
|
| H A D | undotab.cxx | 108 return ScGlobal::GetRscString( STR_UNDO_APPEND_TAB ); in GetComment() 110 return ScGlobal::GetRscString( STR_UNDO_INSERT_TAB ); in GetComment() 217 return ScGlobal::GetRscString( STR_UNDO_INSERT_TAB ); in GetComment() 321 return ScGlobal::GetRscString( STR_UNDO_DELETE_TAB ); in GetComment() 495 return ScGlobal::GetRscString( STR_UNDO_RENAME_TAB ); in GetComment() 558 return ScGlobal::GetRscString( STR_UNDO_MOVE_TAB ); in GetComment() 648 return ScGlobal::GetRscString( STR_UNDO_COPY_TAB ); in GetComment() 787 return ScGlobal::GetRscString(STR_UNDO_SET_MULTI_TAB_BG_COLOR); in GetComment() 788 return ScGlobal::GetRscString(STR_UNDO_SET_TAB_BG_COLOR); in GetComment() 860 return ScGlobal::GetRscString( STR_UNDO_MAKESCENARIO ); in GetComment() [all …]
|
| H A D | undoblk3.cxx | 126 return ScGlobal::GetRscString( STR_UNDO_DELETECONTENTS ); // "Loeschen" in GetComment() 303 return ScGlobal::GetRscString( STR_FILL_TAB ); in GetComment() 473 return ScGlobal::GetRscString( pLineOuter ? STR_UNDO_SELATTRLINES : STR_UNDO_SELATTR ); in GetComment() 605 return ScGlobal::GetRscString( STR_UNDO_AUTOFILL ); //"Ausfuellen" in GetComment() 796 return ScGlobal::GetRscString( STR_UNDO_MERGE ); in GetComment() 926 return ScGlobal::GetRscString( STR_UNDO_AUTOFORMAT ); //"Auto-Format" in GetComment() 1010 nPPTX = ScGlobal::nScreenPPTX; in Redo() 1011 nPPTY = ScGlobal::nScreenPPTY; in Redo() 1141 return ScGlobal::GetRscString( STR_UNDO_REPLACE ); // "Ersetzen" in GetComment() 1319 return ScGlobal::GetRscString( STR_UNDO_TABOP ); // "Mehrfachoperation" in GetComment() [all …]
|
| H A D | undodat.cxx | 103 ScGlobal::GetRscString( STR_UNDO_DOOUTLINE ) : in GetComment() 104 ScGlobal::GetRscString( STR_UNDO_REDOOUTLINE ); in GetComment() 196 ScGlobal::GetRscString( STR_UNDO_MAKEOUTLINE ) : in GetComment() 197 ScGlobal::GetRscString( STR_UNDO_REMAKEOUTLINE ); in GetComment() 284 return ScGlobal::GetRscString( STR_UNDO_OUTLINELEVEL ); in GetComment() 373 ScGlobal::GetRscString( STR_UNDO_DOOUTLINEBLK ) : in GetComment() 374 ScGlobal::GetRscString( STR_UNDO_REDOOUTLINEBLK ); in GetComment() 479 return ScGlobal::GetRscString( STR_UNDO_REMOVEALLOTLNS ); in GetComment() 570 return ScGlobal::GetRscString( STR_UNDO_AUTOOUTLINE ); in GetComment() 685 return ScGlobal::GetRscString( STR_UNDO_SUBTOTALS ); in GetComment() [all …]
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | userlist.cxx | 47 sal_Unicode cSep = ScGlobal::cListDelimiter; in InitTokens() 56 ScGlobal::pCharClass->toUpper(pUpperSub[i]); in InitTokens() 107 ScGlobal::pCharClass->toUpper(aUpStr); in GetSubIndex() 149 … return (StringCompare) ScGlobal::GetCaseTransliteration()->compareString( rSubStr1, rSubStr2 ); in Compare() 175 return (StringCompare) ScGlobal::GetpTransliteration()->compareString( rSubStr1, rSubStr2 ); in ICompare() 183 sal_Unicode cDelimiter = ScGlobal::cListDelimiter; in ScUserList() 187 ScGlobal::pLocaleData->getAllCalendars() ); in ScUserList()
|
| H A D | compiler.cxx | 169 ScUnoAddInCollection* pColl = ScGlobal::GetAddInCollection(); in fillFromAddInCollectionUpperName() 182 ScUnoAddInCollection* pColl = ScGlobal::GetAddInCollection(); in fillFromAddInCollectionEnglishName() 209 ScUnoAddInCollection* pColl = ScGlobal::GetAddInCollection(); in dbg_call_generateMappingODFF() 298 String aUpper( ScGlobal::pCharClass->upper( rName ) ); in IsEnglishSymbol() 308 if ( ScGlobal::GetFuncCollection()->SearchFunc( aUpper, nIndex ) ) in IsEnglishSymbol() 314 String aIntName(ScGlobal::GetAddInCollection()->FindFunction( aUpper, sal_False )); in IsEnglishSymbol() 390 pCharClass = ScGlobal::pCharClass; in SetFormulaLanguage() 414 …return ScGlobal::GetAddInCollection()->FindFunction(rUpperName, bLocalFirst); // bLocalFirst=sa… in FindAddInFunction() 782 rTabName2 = ScGlobal::GetRscString(STR_NO_REF_TABLE); in lcl_getLastTabName() 789 rTabName2 = ScGlobal::GetRscString(STR_NO_REF_TABLE); in lcl_getLastTabName() [all …]
|
| H A D | collect.cxx | 411 nResult = (short) ScGlobal::GetCaseTransliteration()->compareString( in Compare() 414 nResult = (short) ScGlobal::GetpTransliteration()->compareString( in Compare() 450 if ( ScGlobal::GetpTransliteration()->isMatch( rStart, pData->aStrValue ) ) in FindText() 455 !ScGlobal::GetpTransliteration()->isEqual( in FindText() 478 if ( ScGlobal::GetpTransliteration()->isMatch( rStart, pData->aStrValue ) ) in FindText() 483 !ScGlobal::GetpTransliteration()->isEqual( in FindText() 506 if ( pData->nStrType && ScGlobal::GetpTransliteration()->isEqual( in GetExactMatch()
|
| H A D | interpr5.cxx | 1080 pResMat->PutString(ScGlobal::GetRscString(STR_NO_VALUE), i, j); in lcl_MatrixCalculation() 1257 pResMat->PutString(ScGlobal::GetRscString(STR_NO_VALUE), i); in CalculateAddSub() 1266 pResMat->PutString(ScGlobal::GetRscString(STR_NO_VALUE), i); in CalculateAddSub() 1453 pResMat->PutString(ScGlobal::GetRscString(STR_NO_VALUE), i); in ScMul() 1534 pResMat->PutString(ScGlobal::GetRscString(STR_NO_VALUE), i); in ScDiv() 1541 pResMat->PutString(ScGlobal::GetRscString(STR_NO_VALUE), i); in ScDiv() 1616 pResMat->PutString(ScGlobal::GetRscString(STR_NO_VALUE), i); in ScPow() 1623 pResMat->PutString(ScGlobal::GetRscString(STR_NO_VALUE), i); in ScPow() 2430 pResMat->PutString(ScGlobal::GetRscString(STR_NV_STR), i, 2 ); in CalulateRGPRKP() 2431 pResMat->PutString(ScGlobal::GetRscString(STR_NV_STR), i, 3 ); in CalulateRGPRKP() [all …]
|
| /AOO41X/main/sc/source/filter/html/ |
| H A D | htmlexp.cxx | 147 #define GLOBSTR(id) ScGlobal::GetRscString( id ) 385 xDocProps->getPrintDate(), *ScGlobal::pLocaleData ); in WriteHeader() 438 OUT_STR( ScGlobal::GetRscString( STR_OVERVIEW ) ); in WriteOverview() 475 ScGlobal::GetRscString(STR_STYLENAME_STANDARD), in PageDefaults() 482 aHTMLStyle.nDefaultScriptType = ScGlobal::GetDefaultScriptType(); in PageDefaults() 484 ScGlobal::GetScriptedWhichID( in PageDefaults() 488 ScGlobal::GetScriptedWhichID( in PageDefaults() 923 ScGlobal::GetScriptedWhichID( nScriptType, ATTR_FONT), in WriteCell() 927 pAttr->GetItem( ScGlobal::GetScriptedWhichID( nScriptType, in WriteCell() 931 ScGlobal::GetScriptedWhichID( nScriptType, ATTR_FONT_WEIGHT), in WriteCell() [all …]
|
| /AOO41X/main/sc/source/ui/docshell/ |
| H A D | docsh.cxx | 413 ScGlobal::UnicodeStrChr( pNameBuffer, SC_COMPILER_FILE_TAB_SEP ) ) in AfterXMLLoading() 436 … aName = ScGlobal::GetDocTabName( aDocument.GetLinkDoc( i ), aDocument.GetLinkTab( i ) ); in AfterXMLLoading() 677 ScGlobal::GetRscString( STR_SHARED_DOC_WARNING ) ); in Notify() 776 … String aUserName( ScGlobal::GetRscString( STR_UNKNOWN_USER ) ); in Notify() 806 … String aMessage( ScGlobal::GetRscString( STR_FILE_LOCKED_SAVE_LATER ) ); in Notify() 885 ScGlobal::GetRscString( STR_DOC_NOLONGERSHARED ) ); in Notify() 1111 sItStr = ScGlobal::GetCharsetString( RTL_TEXTENCODING_IBM_437 ); in ConvertFrom() 1116 ScGlobal::GetCharsetValue(sItStr)); in ConvertFrom() 1252 sItStr = ScGlobal::GetCharsetString( RTL_TEXTENCODING_IBM_850 ); in ConvertFrom() 1256 ScGlobal::GetCharsetValue(sItStr), bSimpleColWidth ); in ConvertFrom() [all …]
|
| H A D | tablink.cxx | 190 String aNewUrl( ScGlobal::GetAbsDocName( rNewFile, pImpl->m_pDocSh ) ); in Refresh() 278 if ( ScGlobal::GetpTransliteration()->isEqual( in Refresh() 279 ScGlobal::GetDocTabName( aFileName, aTabName ), aName ) ) in Refresh() 282 ScGlobal::GetDocTabName( aNewUrl, aTabName ), in Refresh() 375 pDoc->SetString( 0,0,nTab, ScGlobal::GetRscString(STR_LINKERROR) ); in Refresh() 376 pDoc->SetString( 0,1,nTab, ScGlobal::GetRscString(STR_LINKERRORFILE) ); in Refresh() 378 pDoc->SetString( 0,2,nTab, ScGlobal::GetRscString(STR_LINKERRORTAB) ); in Refresh()
|
| /AOO41X/main/sc/source/filter/rtf/ |
| H A D | eeimpars.cxx | 128 ScGlobal::GetRscString( STR_LOAD_DOC ), mpParser->Count() ); in WriteToDocument() 281 rSet.Put( *pFont, ScGlobal::GetScriptedWhichID( in WriteToDocument() 284 rSet.Put( *pHeight, ScGlobal::GetScriptedWhichID( in WriteToDocument() 287 rSet.Put( *pWeight, ScGlobal::GetScriptedWhichID( in WriteToDocument() 290 rSet.Put( *pPosture, ScGlobal::GetScriptedWhichID( in WriteToDocument() 422 double nPPTX = ScGlobal::nScreenPPTX * (double) aZoom in WriteToDocument() 424 double nPPTY = ScGlobal::nScreenPPTY * (double) aZoom; in WriteToDocument() 427 static_cast< sal_uInt16 >( ScGlobal::nLastRowHeightExtra ), &aVirtDev, in WriteToDocument()
|