Searched refs:pPaperSizeTable (Results 1 – 1 of 1) sorted by relevance
48 static const XclPaperSize pPaperSizeTable[] = variable201 const XclPaperSize* pEntry = pPaperSizeTable; in GetScPaperSize()202 if( mnPaperSize < STATIC_ARRAY_SIZE( pPaperSizeTable ) ) in GetScPaperSize()229 …for( const XclPaperSize* pEntry = pPaperSizeTable; pEntry != STATIC_ARRAY_END( pPaperSizeTable ); … in SetScPaperSize()236 mnPaperSize = static_cast< sal_uInt16 >( pEntry - pPaperSizeTable ); in SetScPaperSize()
Completed in 6 milliseconds