Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dnewhelp.cxx597 const css::uno::Sequence< OUString >& aAnchorList = aAnchorRefList[i]; in InitializeIndex() local
600 …DBG_ASSERT( aRefList.getLength() == aAnchorList.getLength(),"reference list and title list of diff… in InitializeIndex()
627 …DBG_ASSERT( aAnchorList.hasElements(), "*IndexTabPage_Impl::InitializeIndex(): AnchorList is empty… in InitializeIndex()
630 if ( aAnchorList.hasElements() && nRefListLen ) in InitializeIndex()
632 if ( aAnchorList[0].getLength() > 0 ) in InitializeIndex()
634 aData.append( aRefList[0] ).append( '#' ).append( aAnchorList[0] ); in InitializeIndex()
659 if ( aAnchorList[j].getLength() > 0 ) in InitializeIndex()
661 aData.append( aRefList[j] ).append( '#' ).append( aAnchorList[j] ); in InitializeIndex()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dnewhelp.cxx630 const css::uno::Sequence< OUString >& aAnchorList = aAnchorRefList[i]; in InitializeIndex() local
633 …DBG_ASSERT( aRefList.getLength() == aAnchorList.getLength(),"reference list and title list of diff… in InitializeIndex()
663 …DBG_ASSERT( aAnchorList.hasElements(), "*IndexTabPage_Impl::InitializeIndex(): AnchorList is empty… in InitializeIndex()
666 if ( aAnchorList.hasElements() && nRefListLen ) in InitializeIndex()
668 if ( aAnchorList[0].getLength() > 0 ) in InitializeIndex()
670 aData.append( aRefList[0] ).append( '#' ).append( aAnchorList[0] ); in InitializeIndex()
693 if ( aAnchorList[j].getLength() > 0 ) in InitializeIndex()
695 aData.append( aRefList[j] ).append( '#' ).append( aAnchorList[j] ); in InitializeIndex()