Searched refs:nXtiIndex (Results 1 – 3 of 3) sorted by relevance
182 sal_uInt16 nXtiIndex ) const;202 const XclImpXti* GetXti( sal_uInt16 nXtiIndex ) const;630 const XclImpSupbook* pSupbook = GetSupbook( nXtiIndex ); in IsSelfRef()637 if( const XclImpXti* pXti = GetXti( nXtiIndex ) ) in GetScTabRange()651 const XclImpSupbook* pSupbook = GetSupbook( nXtiIndex ); in GetExternName()657 const XclImpSupbook* p = GetSupbook( nXtiIndex ); in GetSupbookUrl()683 return (nXtiIndex < maXtiList.size()) ? &maXtiList[ nXtiIndex ] : 0; in GetXti()688 const XclImpXti* pXti = GetXti( nXtiIndex ); in GetSupbook()768 return mxImpl->IsSelfRef( nXtiIndex ); in IsSelfRef()779 return mxImpl->GetExternName( nXtiIndex, nExtName ); in GetExternName()[all …]
617 sal_uInt16 nXtiIndex, nNameIdx; in Convert() local618 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()
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;
Completed in 15 milliseconds