Searched refs:pLotusRoot (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sc/source/filter/lotus/ |
H A D | lotimpop.cxx | 82 pLotusRoot = new LOTUS_ROOT( pDoc, eQ); in ImportLotus() 88 delete pLotusRoot; in ~ImportLotus() 89 pLotusRoot = NULL; in ~ImportLotus() 103 Read( pLotusRoot->aActRange ); in Bof() 114 pLotusRoot->eFirstType = pLotusRoot->eActType = Lotus_WK3; in Bof() 118 pLotusRoot->eFirstType = pLotusRoot->eActType = Lotus_WK4; in Bof() 208 pLotusRoot->pRngNmBffWK3->Add( aName, aScRange ); in Userrange() 370 pLotusRoot->pFontBuff->SetName( nNum, aName ); in Font_Face() 380 pLotusRoot->pFontBuff->SetType( nCnt, nType ); in Font_Type() 391 pLotusRoot->pFontBuff->SetHeight( nCnt, nSize ); in Font_Ysize() [all …]
|
H A D | op.cxx | 175 LotusToSc aConv( r, pLotusRoot->eCharsetQ, sal_False ); in OP_Formula() 181 ScFormulaCell* pZelle = new ScFormulaCell( pLotusRoot->pDoc, aAddress, pErg ); in OP_Formula() 247 String aTmp( cBuf, pLotusRoot->eCharsetQ ); in OP_NamedRange() 251 pLotusRoot->pRangeNames->Append( pRange, aTmp ); in OP_NamedRange() 287 String aTmp( cBuf, pLotusRoot->eCharsetQ ); in OP_SymphNamedRange() 290 pLotusRoot->pRangeNames->Append( pRange, aTmp ); in OP_SymphNamedRange() 421 LotusToSc aConv( r, pLotusRoot->eCharsetQ, sal_True ); in OP_Formula123() 427 ScFormulaCell* pCell = new ScFormulaCell( pLotusRoot->pDoc, aAddress, pErg ); in OP_Formula123() 461 String aNoteText(pText,pLotusRoot->eCharsetQ); in OP_Note123()
|
H A D | tool.cxx | 115 ScStringCell* pZelle = new ScStringCell( String( pString, pLotusRoot->eCharsetQ ) ); in PutFormString() 503 pLotusRoot->pDoc, rName, aTokArray ); in Append() 505 pLotusRoot->pScRangeName->Insert( pData ); in Append() 561 ScRangeData* pData = new ScRangeData( pLotusRoot->pDoc, aScName, *pScTokenArray ); in Add() 567 pLotusRoot->pScRangeName->Insert( pData ); in Add() 625 ScRangeData* pData = new ScRangeData( pLotusRoot->pDoc, pFind->aScAbsName, *pScTokenArray ); in FindAbs() 631 pLotusRoot->pScRangeName->Insert( pData ); in FindAbs()
|
H A D | lotread.cxx | 95 switch( pLotusRoot->eFirstType ) in Read() 301 pLotusRoot->pAttrTable->Apply( ( SCTAB ) nExtTab ); in Read() 316 pLotusRoot->pAttrTable->Apply( ( SCTAB ) nExtTab ); in Read()
|
H A D | lotattr.cxx | 87 pDocPool = pLotusRoot->pDoc->GetPool(); in LotAttrCache() 153 pLotusRoot->pFontBuff->Fill( rAttr.nFont, rItemSet ); in GetPattAttr() 242 ScDocument* pDoc = pLotusRoot->pDoc; in Apply()
|
H A D | lotus.cxx | 81 if( pLotusRoot->eFirstType == Lotus_WK3 ) in ScImportLotus123()
|
H A D | filter.cxx | 75 LOTUS_ROOT* pLotusRoot = NULL; variable
|
H A D | lotform.cxx | 390 RangeNameBufferWK3& rRangeNameBufferWK3 = *pLotusRoot->pRngNmBffWK3; in Convert() 399 LotusRangeList& rRangeList = *pLotusRoot->pRangeNames; in Convert()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | root.hxx | 113 extern LOTUS_ROOT* pLotusRoot; // -> Inkarn. in filter.cxx
|
Completed in 88 milliseconds