Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddocpool.cxx903 sal_uInt16 nPagNo = ((const SfxUInt16Item&)rItem).GetValue(); in GetPresentation() local
905 if( nPagNo ) in GetPresentation()
917 aPages.SearchAndReplaceAscii( "%1", String::CreateFromInt32( nPagNo ) ); in GetPresentation()
936 sal_uInt16 nPagNo = ((const SfxUInt16Item&)rItem).GetValue(); in GetPresentation() local
938 if( nPagNo ) in GetPresentation()
947 rText += String::CreateFromInt32( nPagNo ); in GetPresentation()

Completed in 20 milliseconds