Searched refs:GetValidPagesSet (Results 1 – 4 of 4) sorted by relevance
111 …DBG_ASSERT( rPagesToPrint.first == -1 || rPrintData.GetRenderData().GetValidPagesSet().count( rPa… in PrintProspect()112 …DBG_ASSERT( rPagesToPrint.second == -1 || rPrintData.GetRenderData().GetValidPagesSet().count( rPa… in PrintProspect()
530 …DBG_ASSERT( nPage == 0 || rPrintData.GetRenderData().GetValidPagesSet().count( nPage ) == 1, "nPag… in PrintOrPDFExport()
282 std::set< sal_Int32 > & GetValidPagesSet() { return m_aValidPages; } in GetValidPagesSet() function in SwRenderData283 const std::set< sal_Int32 > & GetValidPagesSet() const { return m_aValidPages; } in GetValidPagesSet() function in SwRenderData
1297 std::set< sal_Int32 > &rValidPages = rData.GetValidPagesSet(); in CalculatePagesForPrinting()1376 1, nDocPageCount, 0, &rData.GetValidPagesSet() ); in CalculatePagesForPrinting()1421 aRangeEnum, rData.GetValidPagesSet(), nVirtPg, nLineNo ); in UpdatePagesForPrintingWithPostItData()1571 std::set< sal_Int32 > &rValidPagesSet = rData.GetValidPagesSet(); in CalculatePagePairsForProspectPrinting()
Completed in 25 milliseconds