Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dxilink.cxx72 inline const String& GetTabName() const { return maTabName; } in GetTabName() function in XclImpSupbookTab
120 const String& GetTabName( sal_uInt16 nXtiTab ) const;
335 aTabNames.push_back(rSupbook.GetTabName(i)); in XclImpExtName()
534 const String& XclImpSupbook::GetTabName( sal_uInt16 nXtiTab ) const in GetTabName() function in XclImpSupbook
543 return p->GetTabName(); in GetTabName()
571 const String& rTabName = pTab->GetTabName(); in LoadCachedValues()
666 return p ? p->GetTabName(nXtiTab) : EMPTY_STRING; in GetSupbookTabName()
H A Dxelink.cxx204 inline const XclExpString& GetTabName() const { return maTabName; } in GetTabName() function in XclExpXct
331 const XclExpString* GetTabName( sal_uInt16 nSBTab ) const;
1449 rRefLogEntry.mpFirstTab = GetTabName( nFirstSBTab ); in FillRefLogEntry()
1450 rRefLogEntry.mpLastTab = GetTabName( nLastSBTab ); in FillRefLogEntry()
1480 if (aXclName == aRec->GetTabName()) in GetTabIndex()
1496 AddRecSize( xXct->GetTabName().GetSize() ); in InsertTabName()
1531 const XclExpString* XclExpSupbook::GetTabName( sal_uInt16 nSBTab ) const in GetTabName() function in XclExpSupbook
1534 return xXct.is() ? &xXct->GetTabName() : 0; in GetTabName()
1552 rStrm << maXctList.GetRecord( nPos )->GetTabName(); in WriteBody()

Completed in 36 milliseconds