Searched refs:bHyperlinks (Results 1 – 1 of 1) sorted by relevance
2901 bool bHyperlinks = false; in handleToc() local2938 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 49 milliseconds