Searched refs:nXtiIndex (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/sc/source/filter/excel/ |
| H A D | xilink.cxx | 177 bool IsSelfRef( sal_uInt16 nXtiIndex ) const; 182 sal_uInt16 nXtiIndex ) const; 184 const XclImpExtName* GetExternName( sal_uInt16 nXtiIndex, sal_uInt16 nExtName ) const; 188 const String* GetSupbookUrl( sal_uInt16 nXtiIndex ) const; 196 bool GetLinkData( String& rApplic, String& rTopic, sal_uInt16 nXtiIndex ) const; 202 const XclImpXti* GetXti( sal_uInt16 nXtiIndex ) const; 204 const XclImpSupbook* GetSupbook( sal_uInt16 nXtiIndex ) const; 628 bool XclImpLinkManagerImpl::IsSelfRef( sal_uInt16 nXtiIndex ) const in IsSelfRef() 630 const XclImpSupbook* pSupbook = GetSupbook( nXtiIndex ); in IsSelfRef() 635 SCTAB& rnFirstScTab, SCTAB& rnLastScTab, sal_uInt16 nXtiIndex ) const in GetScTabRange() [all …]
|
| H A D | excform8.cxx | 617 sal_uInt16 nXtiIndex, nNameIdx; in Convert() local 618 aIn >> nXtiIndex >> nNameIdx; in Convert() 621 if( rLinkMan.IsSelfRef( nXtiIndex ) ) in Convert() 630 … else if( const XclImpExtName* pExtName = rLinkMan.GetExternName( nXtiIndex, nNameIdx ) ) in Convert() 642 … if (!GetExternalFileIdFromXti(nXtiIndex, nFileId) || !pExtName->HasFormulaTokens()) in Convert() 665 if( rLinkMan.GetLinkData( aApplic, aTopic, nXtiIndex ) ) in Convert()
|
| /trunk/main/sc/source/filter/inc/ |
| H A D | xilink.hxx | 177 bool IsSelfRef( sal_uInt16 nXtiIndex ) const; 182 sal_uInt16 nXtiIndex ) const; 184 const XclImpExtName* GetExternName( sal_uInt16 nXtiIndex, sal_uInt16 nExtName ) const; 186 const String* GetSupbookUrl( sal_uInt16 nXtiIndex ) const; 194 bool GetLinkData( String& rApplic, String& rTopic, sal_uInt16 nXtiIndex ) const;
|