voidAP_Dialog_Paragraph::_createPreviewFromGC(GR_Graphics * gc, UT_uint32 width, UT_uint32 height) { UT_return_if_fail (gc);// g_free any attached previewDELETEP(m_paragraphPreview);// platform's runModal should have set thisUT_return_if_fail (m_pFrame); AV_View * baseview = m...