Home
last modified time | relevance | path

Searched refs:bHyperlinks (Results 1 – 1 of 1) sorted by path

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx2901 bool bHyperlinks = false; in handleToc() local
2938 bHyperlinks = true; in handleToc()
3053 if(bHyperlinks || sChapterNoSeparator.getLength()) in handleToc()
3065 sal_Int32 nAdd = (bHyperlinks && bChapterNoSeparator) ? 4 : 2; in handleToc()
3068 if( bHyperlinks ) in handleToc()
3085 pNewLevel[aNewLevel.getLength() - (bHyperlinks ? 4 : 2) ] = aChapterNo; in handleToc()
3092 pNewLevel[aNewLevel.getLength() - (bHyperlinks ? 3 : 1)] = aChapterSeparator; in handleToc()
3100 sal_Int32 nPageNo = aNewLevel.getLength() - (bHyperlinks ? 2 : 3); in handleToc()

Completed in 19 milliseconds