Searched refs:nExtTab (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sc/source/filter/lotus/ |
H A D | lotread.cxx | 65 nExtTab = -2; in Read() 253 nExtTab = -1; in Read() 300 if( nExtTab >= 0 ) in Read() 301 pLotusRoot->pAttrTable->Apply( ( SCTAB ) nExtTab ); in Read() 302 nExtTab++; in Read() 316 pLotusRoot->pAttrTable->Apply( ( SCTAB ) nExtTab ); in Read()
|
H A D | lotimpop.cxx | 398 DBG_ASSERT( nExtTab >= 0, "*ImportLotus::_Row(): Kann hier nicht sein!" ); in _Row() 417 pD->SetRowHeight( static_cast<SCROW> (nRow), static_cast<SCTAB> (nExtTab), nHeight ); in _Row() 435 if( pD->HasData( nColCnt, static_cast<SCROW> (nRow), static_cast<SCTAB> (nExtTab) ) ) in _Row() 437 …pD->DoMerge( static_cast<SCTAB> (nExtTab), nCenterStart, static_cast<SCROW> (nRow), nCenterEnd, st… in _Row() 452 …pD->DoMerge( static_cast<SCTAB> (nExtTab), nCenterStart, static_cast<SCROW> (nRow), nCenterEnd, st… in _Row() 465 …pD->DoMerge( static_cast<SCTAB> (nExtTab), nCenterStart, static_cast<SCROW> (nRow), nCenterEnd, st… in _Row()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | lotimpop.hxx | 46 sal_Int32 nExtTab; member in ImportLotus
|
Completed in 22 milliseconds