Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx1067 pTabIdBuffer( NULL ), in XclExpChangeTrack()
1081 pTabIdBuffer = new XclExpChTrTabIdBuffer( GetTabInfo().GetXclTabCount() ); in XclExpChangeTrack()
1082 aTabIdBufferList.Append( pTabIdBuffer ); in XclExpChangeTrack()
1091 pTabIdBuffer->InitFill( GetTabInfo().GetXclTab( nScTab ) ); in XclExpChangeTrack()
1094 pTabIdBuffer->InitFillup(); in XclExpChangeTrack()
1095 GetOldRoot().pTabId->Copy( *pTabIdBuffer ); in XclExpChangeTrack()
1181 …on = new XclExpChTrCellContent( (const ScChangeActionContent&) rAction, GetRoot(), *pTabIdBuffer ); in PushActionRecord()
1188 … pXclAction = new XclExpChTrInsert( rAction, GetRoot(), *pTabIdBuffer, *pTempChangeTrack ); in PushActionRecord()
1192 pXclAction = new XclExpChTrInsertTab( rAction, GetRoot(), *pTabIdBuffer ); in PushActionRecord()
1193 XclExpChTrTabIdBuffer* pNewBuffer = new XclExpChTrTabIdBuffer( *pTabIdBuffer ); in PushActionRecord()
[all …]
/trunk/main/sc/source/filter/inc/
H A DXclExpChangeTrack.hxx613 XclExpChTrTabIdBuffer* pTabIdBuffer; member in XclExpChangeTrack

Completed in 19 milliseconds