Searched refs:rPaperTrays (Results 1 – 1 of 1) sorted by relevance
2947 … const std::map< sal_Int32, sal_Int32 > &rPaperTrays = m_pRenderData->GetPrinterPaperTrays(); in getRenderer() local2948 std::map< sal_Int32, sal_Int32 >::const_iterator aIt( rPaperTrays.find( nPage ) ); in getRenderer()2949 if (aIt != rPaperTrays.end()) in getRenderer()