Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dtoken.cxx841 maTabName(rTabName), in ScExternalSingleRefToken()
849 maTabName(r.maTabName), in ScExternalSingleRefToken()
865 return maTabName; in GetString()
896 if (maTabName != r.GetString()) in operator ==()
907 maTabName(rTabName), in ScExternalDoubleRefToken()
915 maTabName(r.maTabName), in ScExternalDoubleRefToken()
923 maTabName( r.GetString()) in ScExternalDoubleRefToken()
939 return maTabName; in GetString()
990 if (maTabName != r.GetString()) in operator ==()
H A Drangeutl.cxx792 ScRangeStringConverter::AppendTableName(rBuf, rExtInfo.maTabName); in lcl_appendCellAddress()
827 ScRangeStringConverter::AppendTableName(rBuf, rExtInfo1.maTabName); in lcl_appendCellRangeAddress()
836 if (rExtInfo1.maTabName != rExtInfo2.maTabName) in lcl_appendCellRangeAddress()
839 ScRangeStringConverter::AppendTableName(rBuf, rExtInfo2.maTabName); in lcl_appendCellRangeAddress()
H A Daddress.cxx187 pExtInfo->maTabName = rStartTabName; in lcl_ScRange_External_TabSpan()
209 pExtInfo->maTabName = rEndTabName; in lcl_ScRange_External_TabSpan()
1119 pExtInfo->maTabName = aTab; in lcl_ScAddress_Parse_OOo()
1143 pExtInfo->maTabName, aTab, pDoc)) in lcl_ScAddress_Parse_OOo()
H A Dcompiler.cxx2769 … const String* pRealTab = pRefMgr->getRealTableName(aExtInfo.mnFileId, aExtInfo.maTabName); in IsDoubleReference()
2771 aExtInfo.mnFileId, pRealTab ? *pRealTab : aExtInfo.maTabName, aRef); in IsDoubleReference()
2817 … const String* pRealTab = pRefMgr->getRealTableName(aExtInfo.mnFileId, aExtInfo.maTabName); in IsSingleReference()
2819 aExtInfo.mnFileId, pRealTab ? *pRealTab : aExtInfo.maTabName, aRef); in IsSingleReference()
H A Dinterpr1.cxx6908 const String* pRealTab = pRefMgr->getRealTableName( rExtInfo.mnFileId, rExtInfo.maTabName); in lcl_CreateExternalRefSubroutine()
6924 (pRealTab ? *pRealTab : rExtInfo.maTabName), aRef); in lcl_CreateExternalRefSubroutine()
6935 (pRealTab ? *pRealTab : rExtInfo.maTabName), aRef); in lcl_CreateExternalRefSubroutine()
6941 rExtInfo.maTabName, nSheets); in lcl_CreateExternalRefSubroutine()
/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx204 inline const XclExpString& GetTabName() const { return maTabName; } in GetTabName()
219 XclExpString maTabName; /// Sheet name of the external sheet. member in XclExpXct
276 XclExpString maTabName; /// The name of the sheet. member in XclExpExternSheet
1194 maTabName( rTabName ), in XclExpXct()
1360 maTabName.AssignByte( rEncUrl, GetTextEncoding(), EXC_STR_8BITLENGTH ); in Init()
1361 SetRecSize( maTabName.GetSize() ); in Init()
1371 sal_uInt8 nNameSize = static_cast< sal_uInt8 >( maTabName.Len() ); in WriteBody()
1373 if( maTabName.GetChar( 0 ) == EXC_EXTSH_TABNAME ) in WriteBody()
1376 maTabName.WriteBuffer( rStrm ); in WriteBody()
H A Dtokstack.cxx516 pScToken->AddExternalSingleReference(r.mnFileId, r.maTabName, r.maRef); in GetElement()
528 pScToken->AddExternalDoubleReference(r.mnFileId, r.maTabName, r.maRef); in GetElement()
871 r.maTabName = rTabName; in StoreExtRef()
891 r.maTabName = rTabName; in StoreExtRef()
H A Dxilink.cxx72 inline const String& GetTabName() const { return maTabName; } in GetTabName()
83 String maTabName; /// Name of the external sheet. member in XclImpSupbookTab
387 maTabName( rTabName ), in XclImpSupbookTab()
H A Dxipivot.cxx638 if( (maTabName.Len() > 0) || (mnSrcType != EXC_SXVS_SHEET) ) in ReadDconref()
645 XclImpUrlHelper::DecodeUrl( maUrl, maTabName, mbSelfRef, GetRoot(), aEncUrl ); in ReadDconref()
669 nScTab = GetTabInfo().GetScTabFromXclName( maTabName ); in ReadPivotCacheStream()
698 if( maTabName.Len() > 0 ) in ReadPivotCacheStream()
699 aDummyName.Append( '_' ).Append( maTabName ); in ReadPivotCacheStream()
H A Dexcform8.cxx86 rExtInfo.maTabName = rLinkMan.GetSupbookTabName(nIxti, rFirstTab); in Read3DTabReference()
747 aStack << aPool.StoreExtRef(aExtInfo.mnFileId, aExtInfo.maTabName, aCRD); in Convert()
750 aStack << aPool.StoreExtRef(aExtInfo.mnFileId, aExtInfo.maTabName, aSRD); in Convert()
820 aStack << aPool.StoreExtRef(aExtInfo.mnFileId, aExtInfo.maTabName, aCRD); in Convert()
H A Dxepivot.cxx678 GetDoc().GetName( nScTab, maTabName ); in XclExpPivotCache()
843 XclExpString aRef( XclExpUrlHelper::EncodeUrl( GetRoot(), EMPTY_STRING, &maTabName ) ); in WriteDconref()
/trunk/main/sc/source/filter/inc/
H A Dtokstack.hxx147 String maTabName; member
156 String maTabName; member
H A Dexcform.hxx113 String maTabName; member
H A Dxipivot.hxx189 String maTabName; /// Sheet name of the source data. member in XclImpPivotCache
H A Dxepivot.hxx240 String maTabName; /// Name of source data sheet. member in XclExpPivotCache
/trunk/main/sc/inc/
H A Dtoken.hxx188 String maTabName; member in ScExternalSingleRefToken
212 String maTabName; // name of the first sheet member in ScExternalDoubleRefToken
H A Daddress.hxx277 String maTabName; member
/trunk/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx179 rExtInfo.maTabName = aTabName; in Read3DTabRefInfo()

Completed in 171 milliseconds