Searched refs:pPaperSizeTable (Results 1 – 1 of 1) sorted by relevance
46 static const XclPaperSize pPaperSizeTable[] = variable199 const XclPaperSize* pEntry = pPaperSizeTable; in GetScPaperSize()200 if( mnPaperSize < STATIC_ARRAY_SIZE( pPaperSizeTable ) ) in GetScPaperSize()227 …for( const XclPaperSize* pEntry = pPaperSizeTable; pEntry != STATIC_ARRAY_END( pPaperSizeTable ); … in SetScPaperSize()234 mnPaperSize = static_cast< sal_uInt16 >( pEntry - pPaperSizeTable ); in SetScPaperSize()