Home
last modified time | relevance | path

Searched refs:maXctList (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx1455 if( XclExpXct* pXct = maXctList.GetRecord( nSBTab ).get() ) in StoreCellRange()
1461 if( XclExpXct* pXct = maXctList.GetRecord( nSBTab ).get() ) in StoreCell()
1469 if( XclExpXct* pXct = maXctList.GetRecord( nSBTab ).get() ) in StoreCellRange()
1476 size_t nSize = maXctList.GetSize(); in GetTabIndex()
1479 XclExpXctRef aRec = maXctList.GetRecord(i); in GetTabIndex()
1488 return ulimit_cast<sal_uInt16>(maXctList.GetSize()); in GetTabCount()
1494 sal_uInt16 nSBTab = ulimit_cast< sal_uInt16 >( maXctList.GetSize() ); in InsertTabName()
1497 maXctList.AppendRecord( xXct ); in InsertTabName()
1526 maXctList.Save( rStrm ); in Save()
1533 XclExpXctRef xXct = maXctList.GetRecord( nSBTab ); in GetTabName()
[all …]

Completed in 19 milliseconds