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