lyx_mirror/src/graphics
Georg Baum 4f1d5e72ef Fix bug 3235
* src/insets/insetcaption.C
	(InsetCaption::latex): Copy back encoding to runparams_in

	* src/insets/insetfoot.C
	(InsetFoot::latex): ditto

	* src/insets/insetnote.C
	(InsetNote::latex): ditto

	* src/exporter.C
	(Exporter::Export): Create runparams with document encoding

	* src/converter.C
	(bool Converters::convert): ditto

	* src/buffer.C
	(Buffer::writeLaTeXSource): Copy back encoding to runparams_in
	(Buffer::runChktex): Create runparams with document encoding
	(Buffer::changeRefsIfUnique): ditto

	* src/outputparams.[Ch]
	(encoding): New member

	* src/lyxfont.C
	(LyXFont::latexWriteStartChanges): Don't switch the encoding anymore.
	This is now done in Paragraph::simpleTeXOnePar.
	(LyXFont::latexWriteEndChanges): Ditto

	* src/output_latex.C
	(TeXOnePar): Ditto

	* src/paragraph.C
	(Paragraph::simpleTeXOnePar): Switch the encoding between font
	changes if needed.

	* All other files: Adjust to the changes above


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17470 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-18 10:59:16 +00:00
..
ChangeLog fix fix of bug 2192 2006-03-10 12:38:21 +00:00
GraphicsCache.C remove unneeded includes 2006-12-04 17:41:03 +00:00
GraphicsCache.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
GraphicsCacheItem.C typos 2007-02-26 22:27:37 +00:00
GraphicsCacheItem.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
GraphicsConverter.C Transfer the global converters and system_converters variables to LyX::Singletons class. 2007-01-17 13:18:16 +00:00
GraphicsConverter.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
GraphicsImage.C typos 2007-02-26 22:27:37 +00:00
GraphicsImage.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
GraphicsLoader.C remove unneeded includes 2006-12-04 17:41:03 +00:00
GraphicsLoader.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
GraphicsParams.C
GraphicsParams.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
GraphicsTypes.C
GraphicsTypes.h Small fixes for STLPort compliance 2006-09-28 00:42:47 +00:00
LoaderQueue.C
LoaderQueue.h
Makefile.am make sure to dist pch.h and mark PCH_FILE as a built file 2005-07-12 23:42:23 +00:00
pch.h Use the preferred calling for Boost.Signal 2004-09-26 14:19:47 +00:00
PreviewImage.C Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
PreviewImage.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
PreviewLoader.C Fix bug 3235 2007-03-18 10:59:16 +00:00
PreviewLoader.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00
Previews.C move everything into namespace lyx 2006-10-21 00:16:43 +00:00
Previews.h move everything into namespace lyx 2006-10-21 00:16:43 +00:00