Lines Matching refs:pRefLogEntry

387                             XclExpRefLogEntry* pRefLogEntry = 0 ) const;
417 XclExpRefLogEntry* pRefLogEntry = NULL );
470 XclExpRefLogEntry* pRefLogEntry ) = 0;
476 XclExpRefLogEntry* pRefLogEntry ) = 0;
520 XclExpRefLogEntry* pRefLogEntry );
525 XclExpRefLogEntry* pRefLogEntry );
590 XclExpRefLogEntry* pRefLogEntry );
595 XclExpRefLogEntry* pRefLogEntry );
1589 XclExpRefLogEntry* pRefLogEntry ) const in GetXti()
1610 if( pRefLogEntry ) in GetXti()
1612 pRefLogEntry->mnFirstXclTab = nFirstXclTab; in GetXti()
1613 pRefLogEntry->mnLastXclTab = nLastXclTab; in GetXti()
1616 xSupbook->FillRefLogEntry( *pRefLogEntry, aXti.mnFirstSBTab, aXti.mnLastSBTab ); in GetXti()
1828 XclExpRefLogEntry* pRefLogEntry ) in GetXti() argument
1874 if (pRefLogEntry) in GetXti()
1876 pRefLogEntry->mnFirstXclTab = 0; in GetXti()
1877 pRefLogEntry->mnLastXclTab = 0; in GetXti()
1879 xSupbook->FillRefLogEntry(*pRefLogEntry, aXti.mnFirstSBTab, aXti.mnLastSBTab); in GetXti()
1942 SCTAB nFirstScTab, SCTAB nLastScTab, XclExpRefLogEntry* pRefLogEntry ) in FindExtSheet() argument
1955 (void)pRefLogEntry; // avoid compiler warning in FindExtSheet()
1956 …DBG_ASSERT( !pRefLogEntry, "XclExpLinkManagerImpl5::FindExtSheet - fill reflog entry not implement… in FindExtSheet()
2128 SCTAB nFirstScTab, SCTAB nLastScTab, XclExpRefLogEntry* pRefLogEntry ) in FindExtSheet() argument
2133 rnExtSheet = InsertXti( maSBBuffer.GetXti( rnFirstXclTab, rnLastXclTab, pRefLogEntry ) ); in FindExtSheet()
2147 XclExpRefLogEntry* pRefLogEntry ) in FindExtSheet() argument
2149 XclExpXti aXti = maSBBuffer.GetXti(nFileId, rTabName, nXclTabSpan, pRefLogEntry); in FindExtSheet()
2291 SCTAB nScTab, XclExpRefLogEntry* pRefLogEntry ) in FindExtSheet() argument
2293 mxImpl->FindExtSheet( rnExtSheet, rnXclTab, rnXclTab, nScTab, nScTab, pRefLogEntry ); in FindExtSheet()
2298 SCTAB nFirstScTab, SCTAB nLastScTab, XclExpRefLogEntry* pRefLogEntry ) in FindExtSheet() argument
2300 …pl->FindExtSheet( rnExtSheet, rnFirstXclTab, rnLastXclTab, nFirstScTab, nLastScTab, pRefLogEntry ); in FindExtSheet()
2310 XclExpRefLogEntry* pRefLogEntry ) in FindExtSheet() argument
2312 …indExtSheet( nFileId, rTabName, nXclTabSpan, rnExtSheet, rnFirstSBTab, rnLastSBTab, pRefLogEntry ); in FindExtSheet()