Home
last modified time | relevance | path

Searched refs:pExtName (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dexcform8.cxx630 … else if( const XclImpExtName* pExtName = rLinkMan.GetExternName( nXtiIndex, nNameIdx ) ) in Convert() local
632 switch( pExtName->GetType() ) in Convert()
642 … if (!GetExternalFileIdFromXti(nXtiIndex, nFileId) || !pExtName->HasFormulaTokens()) in Convert()
644 aStack << aPool.Store(ocNoName, pExtName->GetName()); in Convert()
648 aStack << aPool.StoreExtName(nFileId, pExtName->GetName()); in Convert()
649 pExtName->CreateExtNameData(GetDoc(), nFileId); in Convert()
651 aStack << aPool.Store( ocNoName, pExtName->GetName() ); in Convert()
658 aStack << aPool.Store( ocExternal, pExtName->GetName() ); in Convert()
669 nMerk0 = aPool.Store( pExtName->GetName() ); in Convert()
673 pExtName->CreateDdeData( GetDoc(), aApplic, aTopic ); in Convert()
H A Dexcform.cxx685 const ExtName* pExtName = rR.pExtNameBuff->GetNameByIndex( nINT16, nUINT16 ); in Convert() local
686 if( pExtName && pExtName->IsDDE() && in Convert()
695 nMerk0 = aPool.Store( pExtName->aName ); in Convert()
699 GetDoc().CreateDdeLink( aAppl, aExtDoc, pExtName->aName, SC_DDE_DEFAULT ); in Convert()
H A Dxiescher.cxx3010 … const ExtName* pExtName = GetOldRoot().pExtNameBuff->GetNameByIndex( nRefIdx, nNameIdx ); in ReadPictFmla() local
3011 if( pExtName && pExtName->IsOLE() ) in ReadPictFmla()
3012 mnStorageId = pExtName->nStorageId; in ReadPictFmla()
3019 … const XclImpExtName* pExtName = GetLinkManager().GetExternName( nXti, nExtName ); in ReadPictFmla() local
3020 if( pExtName && (pExtName->GetType() == xlExtOLE) ) in ReadPictFmla()
3021 mnStorageId = pExtName->GetStorageId(); in ReadPictFmla()
H A Dxelink.cxx158 sal_uInt16 AppendNew( XclExpExtNameBase* pExtName );
1103 sal_uInt16 XclExpExtNameBuffer::AppendNew( XclExpExtNameBase* pExtName ) in AppendNew() argument
1105 XclExpExtNameRef xExtName( pExtName ); in AppendNew()
/trunk/main/sc/source/filter/lotus/
H A Dlotform.cxx389 const sal_Char* pExtName = 0; in Convert() local
442 pExtName = GetAddInName( nOc ); in Convert()
453 case FT_FuncFix0: DoFunc( eOc, 0, pExtName ); break; in Convert()
454 case FT_FuncFix1: DoFunc( eOc, 1, pExtName ); break; in Convert()
455 case FT_FuncFix2: DoFunc( eOc, 2, pExtName ); break; in Convert()
456 case FT_FuncFix3: DoFunc( eOc, 3, pExtName ); break; in Convert()
457 case FT_FuncFix4: DoFunc( eOc, 4, pExtName ); break; in Convert()
460 DoFunc( eOc, nAnz, pExtName ); in Convert()
/trunk/main/sc/source/filter/inc/
H A Dlotform.hxx81 void DoFunc( DefTokenId eOc, sal_uInt8 nAnz, const sal_Char* pExtName );

Completed in 89 milliseconds