This code handles the cases of inserting page numbers into pre-existing header/footers. >From the Doxygen comments: /*! * This method does the insert Page Number logic. * It inserts with this logic. For the sake of not writing header/footer every * time I will just write "footer" * 1. If no footer exists one will be created and a page number inserted. * 2. If a footer with a page number exists the paragraph containing the footer * will be right center or left justified as requested by the user. * 3. If a footer with no page number exists a new paragraph containg the * page number will be inserted at the top of the container. * \param bIsFooter true if the user wants a pagenumber in a footer. \param const XML_Char ** atts const string describing left , center or right * justification. */ Cheers! Martin CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: src/text/fmt/xp/fv_View.cpp src/text/fmt/xp/fv_View.h CVS: src/wp/ap/xp/ap_EditMethods.cpp CVS: ----------------------------------------------------------------------
