/aoo42x/main/sc/source/core/tool/ |
H A D | token.cxx | 841 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 D | rangeutl.cxx | 792 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 D | address.cxx | 187 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 D | compiler.cxx | 2769 … 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 D | interpr1.cxx | 6908 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()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xelink.cxx | 204 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 D | tokstack.cxx | 516 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 D | xilink.cxx | 72 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 D | xipivot.cxx | 638 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 D | excform8.cxx | 86 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 D | xepivot.cxx | 678 GetDoc().GetName( nScTab, maTabName ); in XclExpPivotCache() 843 XclExpString aRef( XclExpUrlHelper::EncodeUrl( GetRoot(), EMPTY_STRING, &maTabName ) ); in WriteDconref()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | tokstack.hxx | 147 String maTabName; member 156 String maTabName; member
|
H A D | excform.hxx | 113 String maTabName; member
|
H A D | xipivot.hxx | 189 String maTabName; /// Sheet name of the source data. member in XclImpPivotCache
|
H A D | xepivot.hxx | 240 String maTabName; /// Name of source data sheet. member in XclExpPivotCache
|
/aoo42x/main/sc/inc/ |
H A D | token.hxx | 188 String maTabName; member in ScExternalSingleRefToken 212 String maTabName; // name of the first sheet member in ScExternalDoubleRefToken
|
H A D | address.hxx | 277 String maTabName; member
|
/aoo42x/main/sc/source/filter/xcl97/ |
H A D | XclImpChangeTrack.cxx | 179 rExtInfo.maTabName = aTabName; in Read3DTabRefInfo()
|