2003-10-07 07:42:15 +00:00
|
|
|
|
/**
|
2007-04-25 01:24:38 +00:00
|
|
|
|
* \file InsetBox.cpp
|
2003-10-07 07:42:15 +00:00
|
|
|
|
* This file is part of LyX, the document processor.
|
|
|
|
|
* Licence details can be found in the file COPYING.
|
|
|
|
|
*
|
|
|
|
|
* \author Angus Leeming
|
|
|
|
|
* \author Martin Vermeer
|
|
|
|
|
* \author J<EFBFBD>rgen Spitzm<EFBFBD>ller
|
|
|
|
|
*
|
|
|
|
|
* Full author contact details are available in file CREDITS.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include <config.h>
|
|
|
|
|
|
2007-04-25 01:24:38 +00:00
|
|
|
|
#include "InsetBox.h"
|
2003-10-07 07:42:15 +00:00
|
|
|
|
|
2007-04-21 08:43:46 +00:00
|
|
|
|
#include "BufferView.h"
|
2007-04-26 14:56:30 +00:00
|
|
|
|
#include "Cursor.h"
|
2007-04-26 04:41:58 +00:00
|
|
|
|
#include "DispatchResult.h"
|
2003-10-29 10:47:21 +00:00
|
|
|
|
#include "debug.h"
|
2005-04-22 08:57:22 +00:00
|
|
|
|
#include "FuncStatus.h"
|
2007-04-26 04:41:58 +00:00
|
|
|
|
#include "FuncRequest.h"
|
2003-10-07 07:42:15 +00:00
|
|
|
|
#include "gettext.h"
|
|
|
|
|
#include "LaTeXFeatures.h"
|
2007-04-26 17:34:20 +00:00
|
|
|
|
#include "Color.h"
|
2007-04-26 11:30:54 +00:00
|
|
|
|
#include "Lexer.h"
|
2007-04-26 04:41:58 +00:00
|
|
|
|
#include "MetricsInfo.h"
|
|
|
|
|
#include "Paragraph.h"
|
2007-04-21 08:43:46 +00:00
|
|
|
|
#include "TextMetrics.h"
|
2003-10-07 07:42:15 +00:00
|
|
|
|
|
Rename files in src/support, step one.
src/support/package.h src/support/Package.h Package
src/support/package.C.in src/support/Package.C.in Package
src/support/path.h src/support/Path.h Path
src/support/fs_extras.h src/support/fs_extras.h NOCLASSES
src/support/RandomAccessList.h src/support/RandomAccessList.h RandomAccessList
src/support/lyxmanip.h src/support/lyxmanip.h NOCLASSES
src/support/rename.C src/support/rename.cpp NOCLASSES
src/support/abort.C src/support/abort.cpp NOCLASSES
src/support/lyxlib.h src/support/lyxlib.h NOCLASSES
src/support/ExceptionMessage.h src/support/ExceptionMessage.h ExceptionMessage
src/support/copy.C src/support/copy.cpp NOCLASSES
src/support/limited_stack.h src/support/limited_stack.h limited_stack
src/support/filefilterlist.C src/support/FileFilterList.cpp ['FileFilterList', 'Filter']
src/support/cow_ptr.h src/support/cow_ptr.h cow_ptr
src/support/os_unix.C src/support/os_unix.cpp NOCLASSES
src/support/socktools.h src/support/socktools.h NOCLASSES
src/support/forkedcontr.h src/support/ForkedcallsController.h ForkedcallsController
src/support/os.h src/support/os.h NOCLASSES
src/support/FileMonitor.h src/support/FileMonitor.h FileMonitor
src/support/copied_ptr.h src/support/copied_ptr.h copied_ptr
src/support/translator.h src/support/Translator.h Translator
src/support/filetools.C src/support/filetools.cpp NOCLASSES
src/support/unlink.C src/support/unlink.cpp NOCLASSES
src/support/os_win32.C src/support/os_win32.cpp GetFolderPath
src/support/lstrings.C src/support/lstrings.cpp NOCLASSES
src/support/qstring_helpers.C src/support/qstring_helpers.cpp NOCLASSES
src/support/getcwd.C src/support/getcwd.cpp NOCLASSES
src/support/systemcall.C src/support/Systemcall.cpp Systemcall
src/support/lyxalgo.h src/support/lyxalgo.h NOCLASSES
src/support/filefilterlist.h src/support/FileFilterList.h ['FileFilterList', 'Filter']
src/support/unicode.C src/support/unicode.cpp IconvProcessor
src/support/userinfo.C src/support/userinfo.cpp NOCLASSES
src/support/lyxtime.C src/support/lyxtime.cpp NOCLASSES
src/support/kill.C src/support/kill.cpp NOCLASSES
src/support/docstring.C src/support/docstring.cpp to_local8bit_failure
src/support/os_cygwin.C src/support/os_cygwin.cpp NOCLASSES
src/support/lyxsum.C src/support/lyxsum.cpp NOCLASSES
src/support/environment.C src/support/environment.cpp NOCLASSES
src/support/filetools.h src/support/filetools.h NOCLASSES
src/support/textutils.C src/support/textutils.cpp NOCLASSES
src/support/mkdir.C src/support/mkdir.cpp NOCLASSES
src/support/forkedcall.C src/support/Forkedcall.cpp ['ForkedProcess', 'Forkedcall']
src/support/tempname.C src/support/tempname.cpp NOCLASSES
src/support/os_win32.h src/support/os_win32.h GetFolderPath
src/support/types.h src/support/types.h NOCLASSES
src/support/lstrings.h src/support/lstrings.h NOCLASSES
src/support/forkedcallqueue.C src/support/ForkedCallQueue.cpp ForkedCallQueue
src/support/qstring_helpers.h src/support/qstring_helpers.h NOCLASSES
src/support/convert.C src/support/convert.cpp NOCLASSES
src/support/filename.C src/support/FileName.cpp ['FileName', 'DocFileName']
src/support/tests/convert.C src/support/tests/convert.cpp NOCLASSES
src/support/tests/filetools.C src/support/tests/filetools.cpp NOCLASSES
src/support/tests/lstrings.C src/support/tests/lstrings.cpp NOCLASSES
src/support/tests/boost.C src/support/tests/boost.cpp NOCLASSES
src/support/docstream.C src/support/docstream.cpp ['iconv_codecvt_facet_exception', 'idocfstream', 'odocfstream']
src/support/std_istream.h src/support/std_istream.h NOCLASSES
src/support/systemcall.h src/support/Systemcall.h Systemcall
src/support/chdir.C src/support/chdir.cpp NOCLASSES
src/support/std_ostream.h src/support/std_ostream.h NOCLASSES
src/support/unicode.h src/support/unicode.h IconvProcessor
src/support/path.C src/support/Path.cpp Path
src/support/fs_extras.C src/support/fs_extras.cpp NOCLASSES
src/support/userinfo.h src/support/userinfo.h NOCLASSES
src/support/lyxtime.h src/support/lyxtime.h NOCLASSES
src/support/docstring.h src/support/docstring.h to_local8bit_failure
src/support/debugstream.h src/support/debugstream.h basic_debugstream
src/support/environment.h src/support/environment.h NOCLASSES
src/support/textutils.h src/support/textutils.h NOCLASSES
src/support/forkedcall.h src/support/Forkedcall.h ['ForkedProcess', 'Forkedcall']
src/support/socktools.C src/support/socktools.cpp NOCLASSES
src/support/forkedcallqueue.h src/support/ForkedCallQueue.h ForkedCallQueue
src/support/forkedcontr.C src/support/ForkedcallsController.cpp ForkedcallsController
src/support/os.C src/support/os.cpp NOCLASSES
src/support/convert.h src/support/convert.h NOCLASSES
src/support/filename.h src/support/FileName.h ['FileName', 'DocFileName']
src/support/docstream.h src/support/docstream.h ['iconv_codecvt_facet_exception', 'idocfstream', 'odocfstream']
src/support/FileMonitor.C src/support/FileMonitor.cpp FileMonitor
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18024 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 05:12:52 +00:00
|
|
|
|
#include "support/Translator.h"
|
2003-10-07 07:42:15 +00:00
|
|
|
|
|
2004-07-24 10:55:30 +00:00
|
|
|
|
#include <sstream>
|
|
|
|
|
|
2006-10-21 00:16:43 +00:00
|
|
|
|
|
|
|
|
|
namespace lyx {
|
2006-09-09 18:52:00 +00:00
|
|
|
|
|
2003-10-07 07:42:15 +00:00
|
|
|
|
using std::auto_ptr;
|
|
|
|
|
using std::string;
|
|
|
|
|
using std::istringstream;
|
|
|
|
|
using std::ostream;
|
|
|
|
|
using std::ostringstream;
|
|
|
|
|
using std::endl;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace {
|
|
|
|
|
|
2003-12-10 21:48:40 +00:00
|
|
|
|
typedef Translator<std::string, InsetBox::BoxType> BoxTranslator;
|
2006-12-22 09:23:10 +00:00
|
|
|
|
typedef Translator<docstring, InsetBox::BoxType> BoxTranslatorLoc;
|
2003-12-10 21:48:40 +00:00
|
|
|
|
|
2006-09-09 15:27:44 +00:00
|
|
|
|
BoxTranslator const init_boxtranslator()
|
|
|
|
|
{
|
2003-10-07 07:42:15 +00:00
|
|
|
|
BoxTranslator translator("Boxed", InsetBox::Boxed);
|
|
|
|
|
translator.addPair("Frameless", InsetBox::Frameless);
|
|
|
|
|
translator.addPair("ovalbox", InsetBox::ovalbox);
|
|
|
|
|
translator.addPair("Ovalbox", InsetBox::Ovalbox);
|
|
|
|
|
translator.addPair("Shadowbox", InsetBox::Shadowbox);
|
|
|
|
|
translator.addPair("Doublebox",InsetBox::Doublebox);
|
|
|
|
|
return translator;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2006-12-22 09:23:10 +00:00
|
|
|
|
BoxTranslatorLoc const init_boxtranslator_loc()
|
2006-09-09 15:27:44 +00:00
|
|
|
|
{
|
2006-12-22 09:23:10 +00:00
|
|
|
|
BoxTranslatorLoc translator(_("Boxed"), InsetBox::Boxed);
|
|
|
|
|
translator.addPair(_("Frameless"), InsetBox::Frameless);
|
|
|
|
|
translator.addPair(_("ovalbox"), InsetBox::ovalbox);
|
|
|
|
|
translator.addPair(_("Ovalbox"), InsetBox::Ovalbox);
|
|
|
|
|
translator.addPair(_("Shadowbox"), InsetBox::Shadowbox);
|
|
|
|
|
translator.addPair(_("Doublebox"), InsetBox::Doublebox);
|
2003-10-07 07:42:15 +00:00
|
|
|
|
return translator;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2006-09-09 15:27:44 +00:00
|
|
|
|
BoxTranslator const & boxtranslator()
|
|
|
|
|
{
|
2003-10-07 07:42:15 +00:00
|
|
|
|
static BoxTranslator translator = init_boxtranslator();
|
|
|
|
|
return translator;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2006-12-22 09:23:10 +00:00
|
|
|
|
BoxTranslatorLoc const & boxtranslator_loc()
|
2006-09-09 15:27:44 +00:00
|
|
|
|
{
|
2006-12-22 09:23:10 +00:00
|
|
|
|
static BoxTranslatorLoc translator = init_boxtranslator_loc();
|
2003-10-07 07:42:15 +00:00
|
|
|
|
return translator;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
} // anon
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void InsetBox::init()
|
|
|
|
|
{
|
2006-10-22 10:15:23 +00:00
|
|
|
|
setInsetName(from_ascii("Box"));
|
2003-10-07 07:42:15 +00:00
|
|
|
|
setButtonLabel();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
InsetBox::InsetBox(BufferParams const & bp, string const & label)
|
|
|
|
|
: InsetCollapsable(bp), params_(label)
|
|
|
|
|
{
|
|
|
|
|
init();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
InsetBox::InsetBox(InsetBox const & in)
|
|
|
|
|
: InsetCollapsable(in), params_(in.params_)
|
|
|
|
|
{
|
|
|
|
|
init();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
InsetBox::~InsetBox()
|
|
|
|
|
{
|
2003-11-28 17:13:41 +00:00
|
|
|
|
InsetBoxMailer(*this).hideDialog();
|
2003-10-07 07:42:15 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2004-11-23 23:04:52 +00:00
|
|
|
|
auto_ptr<InsetBase> InsetBox::doClone() const
|
2003-10-07 07:42:15 +00:00
|
|
|
|
{
|
|
|
|
|
return auto_ptr<InsetBase>(new InsetBox(*this));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2006-09-09 18:52:00 +00:00
|
|
|
|
docstring const InsetBox::editMessage() const
|
2003-10-07 07:42:15 +00:00
|
|
|
|
{
|
2006-09-09 18:52:00 +00:00
|
|
|
|
return _("Opened Box Inset");
|
2003-10-07 07:42:15 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void InsetBox::write(Buffer const & buf, ostream & os) const
|
|
|
|
|
{
|
|
|
|
|
params_.write(os);
|
|
|
|
|
InsetCollapsable::write(buf, os);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2007-04-26 11:30:54 +00:00
|
|
|
|
void InsetBox::read(Buffer const & buf, Lexer & lex)
|
2003-10-07 07:42:15 +00:00
|
|
|
|
{
|
|
|
|
|
params_.read(lex);
|
|
|
|
|
InsetCollapsable::read(buf, lex);
|
|
|
|
|
setButtonLabel();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void InsetBox::setButtonLabel()
|
|
|
|
|
{
|
|
|
|
|
LyXFont font(LyXFont::ALL_SANE);
|
|
|
|
|
font.decSize();
|
|
|
|
|
font.decSize();
|
|
|
|
|
|
|
|
|
|
BoxType btype = boxtranslator().find(params_.type);
|
2006-09-09 15:27:44 +00:00
|
|
|
|
|
2006-10-08 09:36:16 +00:00
|
|
|
|
docstring label;
|
|
|
|
|
label += _("Box");
|
2006-10-08 09:56:41 +00:00
|
|
|
|
label += " (";
|
2003-10-07 07:42:15 +00:00
|
|
|
|
if (btype == Frameless) {
|
|
|
|
|
if (params_.use_parbox)
|
2006-10-08 09:36:16 +00:00
|
|
|
|
label += _("Parbox");
|
2003-10-07 07:42:15 +00:00
|
|
|
|
else
|
2006-10-08 09:36:16 +00:00
|
|
|
|
label += _("Minipage");
|
2003-10-07 07:42:15 +00:00
|
|
|
|
} else
|
2006-12-22 09:23:10 +00:00
|
|
|
|
label += boxtranslator_loc().find(btype);
|
2006-10-08 09:56:41 +00:00
|
|
|
|
label += ")";
|
2006-09-09 15:27:44 +00:00
|
|
|
|
|
|
|
|
|
setLabel(label);
|
2003-10-07 07:42:15 +00:00
|
|
|
|
|
2007-04-26 17:34:20 +00:00
|
|
|
|
font.setColor(Color::foreground);
|
|
|
|
|
setBackgroundColor(Color::background);
|
2003-10-07 07:42:15 +00:00
|
|
|
|
setLabelFont(font);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2006-12-29 11:52:01 +00:00
|
|
|
|
bool InsetBox::hasFixedWidth() const
|
|
|
|
|
{
|
|
|
|
|
return params_.inner_box || params_.special != "width";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2006-11-28 15:15:49 +00:00
|
|
|
|
bool InsetBox::metrics(MetricsInfo & m, Dimension & dim) const
|
2003-10-07 07:42:15 +00:00
|
|
|
|
{
|
2003-11-10 09:06:48 +00:00
|
|
|
|
MetricsInfo mi = m;
|
2007-04-21 08:43:46 +00:00
|
|
|
|
// first round in order to know the minimum size.
|
|
|
|
|
InsetCollapsable::metrics(mi, dim);
|
|
|
|
|
TextMetrics & tm = mi.base.bv->textMetrics(&text_);
|
2006-12-29 11:52:01 +00:00
|
|
|
|
if (hasFixedWidth())
|
2007-04-21 08:43:46 +00:00
|
|
|
|
mi.base.textwidth =
|
|
|
|
|
std::max(tm.width() + 2 * border_ + (int) (2.5 * TEXT_TO_INSET_OFFSET),
|
|
|
|
|
params_.width.inPixels(m.base.textwidth));
|
2003-10-07 07:42:15 +00:00
|
|
|
|
InsetCollapsable::metrics(mi, dim);
|
2006-11-28 15:15:49 +00:00
|
|
|
|
bool const changed = dim_ != dim;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
dim_ = dim;
|
2006-11-28 15:15:49 +00:00
|
|
|
|
return changed;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2005-12-05 15:03:38 +00:00
|
|
|
|
bool InsetBox::forceDefaultParagraphs(idx_type) const
|
|
|
|
|
{
|
|
|
|
|
return !params_.inner_box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2003-10-07 07:42:15 +00:00
|
|
|
|
bool InsetBox::showInsetDialog(BufferView * bv) const
|
|
|
|
|
{
|
|
|
|
|
InsetBoxMailer(const_cast<InsetBox &>(*this)).showDialog(bv);
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2007-04-26 14:56:30 +00:00
|
|
|
|
void InsetBox::doDispatch(Cursor & cur, FuncRequest & cmd)
|
2003-10-07 07:42:15 +00:00
|
|
|
|
{
|
|
|
|
|
switch (cmd.action) {
|
|
|
|
|
|
|
|
|
|
case LFUN_INSET_MODIFY: {
|
2006-11-09 14:45:53 +00:00
|
|
|
|
//lyxerr << "InsetBox::dispatch MODIFY" << endl;
|
2006-10-21 00:16:43 +00:00
|
|
|
|
InsetBoxMailer::string2params(to_utf8(cmd.argument()), params_);
|
2003-10-07 07:42:15 +00:00
|
|
|
|
setButtonLabel();
|
2004-02-16 11:58:51 +00:00
|
|
|
|
break;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
}
|
2003-11-10 09:06:48 +00:00
|
|
|
|
|
2003-10-07 07:42:15 +00:00
|
|
|
|
case LFUN_INSET_DIALOG_UPDATE:
|
2004-01-20 14:25:24 +00:00
|
|
|
|
InsetBoxMailer(*this).updateDialog(&cur.bv());
|
2004-02-16 11:58:51 +00:00
|
|
|
|
break;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
|
|
|
|
|
case LFUN_MOUSE_RELEASE:
|
|
|
|
|
if (cmd.button() == mouse_button::button3 && hitButton(cmd)) {
|
2004-01-20 14:25:24 +00:00
|
|
|
|
InsetBoxMailer(*this).showDialog(&cur.bv());
|
2004-02-16 11:58:51 +00:00
|
|
|
|
break;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
}
|
2004-11-24 21:58:42 +00:00
|
|
|
|
InsetCollapsable::doDispatch(cur, cmd);
|
2004-02-16 11:58:51 +00:00
|
|
|
|
break;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
|
|
|
|
|
default:
|
2004-11-24 21:58:42 +00:00
|
|
|
|
InsetCollapsable::doDispatch(cur, cmd);
|
2004-02-16 11:58:51 +00:00
|
|
|
|
break;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2007-04-26 14:56:30 +00:00
|
|
|
|
bool InsetBox::getStatus(Cursor & cur, FuncRequest const & cmd,
|
2005-04-22 08:57:22 +00:00
|
|
|
|
FuncStatus & flag) const
|
|
|
|
|
{
|
|
|
|
|
switch (cmd.action) {
|
|
|
|
|
|
|
|
|
|
case LFUN_INSET_MODIFY:
|
|
|
|
|
case LFUN_INSET_DIALOG_UPDATE:
|
|
|
|
|
flag.enabled(true);
|
|
|
|
|
return true;
|
2006-05-05 20:23:12 +00:00
|
|
|
|
case LFUN_BREAK_PARAGRAPH:
|
2005-12-05 15:03:38 +00:00
|
|
|
|
if (params_.inner_box) {
|
|
|
|
|
return InsetCollapsable::getStatus(cur, cmd, flag);
|
|
|
|
|
} else {
|
|
|
|
|
flag.enabled(false);
|
|
|
|
|
return true;
|
|
|
|
|
}
|
2005-04-22 08:57:22 +00:00
|
|
|
|
|
|
|
|
|
default:
|
|
|
|
|
return InsetCollapsable::getStatus(cur, cmd, flag);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2006-10-19 16:51:30 +00:00
|
|
|
|
int InsetBox::latex(Buffer const & buf, odocstream & os,
|
2007-02-15 22:59:06 +00:00
|
|
|
|
OutputParams const & runparams) const
|
2003-10-07 07:42:15 +00:00
|
|
|
|
{
|
|
|
|
|
BoxType btype = boxtranslator().find(params_.type);
|
|
|
|
|
|
|
|
|
|
string width_string = params_.width.asLatexString();
|
|
|
|
|
bool stdwidth(false);
|
|
|
|
|
if (params_.inner_box &&
|
|
|
|
|
(width_string.find("1.0\\columnwidth") != string::npos
|
|
|
|
|
|| width_string.find("1.0\\textwidth") != string::npos)) {
|
|
|
|
|
stdwidth = true;
|
|
|
|
|
switch (btype) {
|
|
|
|
|
case Frameless:
|
|
|
|
|
break;
|
|
|
|
|
case Boxed:
|
|
|
|
|
width_string += " - 2\\fboxsep - 2\\fboxrule";
|
|
|
|
|
break;
|
|
|
|
|
case ovalbox:
|
|
|
|
|
width_string += " - 2\\fboxsep - 0.8pt";
|
|
|
|
|
break;
|
|
|
|
|
case Ovalbox:
|
|
|
|
|
width_string += " - 2\\fboxsep - 1.6pt";
|
|
|
|
|
break;
|
|
|
|
|
case Shadowbox:
|
|
|
|
|
// Shadow falls outside right margin... opinions?
|
|
|
|
|
width_string += " - 2\\fboxsep - 2\\fboxrule"/* "-\\shadowsize"*/;
|
|
|
|
|
break;
|
|
|
|
|
case Doublebox:
|
|
|
|
|
width_string += " - 2\\fboxsep - 7.5\\fboxrule - 1.0pt";
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
2003-10-13 02:10:45 +00:00
|
|
|
|
|
2003-10-07 07:42:15 +00:00
|
|
|
|
int i = 0;
|
|
|
|
|
os << "%\n";
|
|
|
|
|
// Adapt to column/text width correctly also if paragraphs indented:
|
|
|
|
|
if (stdwidth)
|
|
|
|
|
os << "\\noindent";
|
2003-10-13 02:10:45 +00:00
|
|
|
|
|
2003-10-07 07:42:15 +00:00
|
|
|
|
switch (btype) {
|
|
|
|
|
case Frameless:
|
|
|
|
|
break;
|
|
|
|
|
case Boxed:
|
|
|
|
|
os << "\\framebox";
|
|
|
|
|
if (!params_.inner_box) {
|
|
|
|
|
os << "{\\makebox";
|
|
|
|
|
// Special widths, see usrguide <20>3.5
|
2006-10-19 16:51:30 +00:00
|
|
|
|
// FIXME UNICODE
|
2003-10-07 07:42:15 +00:00
|
|
|
|
if (params_.special != "none") {
|
|
|
|
|
os << "[" << params_.width.value()
|
2006-10-21 00:16:43 +00:00
|
|
|
|
<< '\\' << from_utf8(params_.special)
|
2006-10-19 16:51:30 +00:00
|
|
|
|
<< ']';
|
2003-10-07 07:42:15 +00:00
|
|
|
|
} else
|
2006-10-21 00:16:43 +00:00
|
|
|
|
os << '[' << from_ascii(width_string)
|
2006-10-19 16:51:30 +00:00
|
|
|
|
<< ']';
|
2003-10-07 07:42:15 +00:00
|
|
|
|
if (params_.hor_pos != 'c')
|
|
|
|
|
os << "[" << params_.hor_pos << "]";
|
|
|
|
|
}
|
2003-10-13 02:10:45 +00:00
|
|
|
|
|
2003-10-07 07:42:15 +00:00
|
|
|
|
os << "{";
|
|
|
|
|
break;
|
|
|
|
|
case ovalbox:
|
|
|
|
|
os << "\\ovalbox{";
|
|
|
|
|
break;
|
|
|
|
|
case Ovalbox:
|
|
|
|
|
os << "\\Ovalbox{";
|
|
|
|
|
break;
|
|
|
|
|
case Shadowbox:
|
|
|
|
|
os << "\\shadowbox{";
|
|
|
|
|
break;
|
|
|
|
|
case Doublebox:
|
|
|
|
|
os << "\\doublebox{";
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (params_.inner_box) {
|
|
|
|
|
if (params_.use_parbox)
|
|
|
|
|
os << "\\parbox";
|
|
|
|
|
else
|
|
|
|
|
os << "\\begin{minipage}";
|
|
|
|
|
|
|
|
|
|
os << "[" << params_.pos << "]";
|
|
|
|
|
if (params_.height_special == "none") {
|
2006-10-19 16:51:30 +00:00
|
|
|
|
// FIXME UNICODE
|
2006-10-21 00:16:43 +00:00
|
|
|
|
os << '[' << from_ascii(params_.height.asLatexString())
|
2006-10-19 16:51:30 +00:00
|
|
|
|
<< ']';
|
2003-10-07 07:42:15 +00:00
|
|
|
|
} else {
|
|
|
|
|
// Special heights
|
2006-10-19 16:51:30 +00:00
|
|
|
|
// FIXME UNICODE
|
2003-10-07 07:42:15 +00:00
|
|
|
|
os << "[" << params_.height.value()
|
2006-10-21 00:16:43 +00:00
|
|
|
|
<< '\\' << from_utf8(params_.height_special)
|
2006-10-19 16:51:30 +00:00
|
|
|
|
<< ']';
|
2003-10-07 07:42:15 +00:00
|
|
|
|
}
|
|
|
|
|
if (params_.inner_pos != params_.pos)
|
|
|
|
|
os << "[" << params_.inner_pos << "]";
|
|
|
|
|
|
2006-10-19 16:51:30 +00:00
|
|
|
|
// FIXME UNICODE
|
2006-10-21 00:16:43 +00:00
|
|
|
|
os << '{' << from_ascii(width_string) << '}';
|
2003-10-07 07:42:15 +00:00
|
|
|
|
|
|
|
|
|
if (params_.use_parbox)
|
|
|
|
|
os << "{";
|
|
|
|
|
os << "%\n";
|
|
|
|
|
i += 1;
|
|
|
|
|
}
|
|
|
|
|
|
2004-03-25 09:16:36 +00:00
|
|
|
|
i += InsetText::latex(buf, os, runparams);
|
2003-10-07 07:42:15 +00:00
|
|
|
|
|
|
|
|
|
if (params_.inner_box) {
|
|
|
|
|
if (params_.use_parbox)
|
|
|
|
|
os << "%\n}";
|
|
|
|
|
else
|
|
|
|
|
os << "%\n\\end{minipage}";
|
|
|
|
|
}
|
2003-10-13 02:10:45 +00:00
|
|
|
|
|
2003-10-07 07:42:15 +00:00
|
|
|
|
switch (btype) {
|
|
|
|
|
case Frameless:
|
|
|
|
|
break;
|
|
|
|
|
case Boxed:
|
|
|
|
|
if (!params_.inner_box)
|
|
|
|
|
os << "}"; // for makebox
|
|
|
|
|
os << "}";
|
|
|
|
|
break;
|
|
|
|
|
case ovalbox:
|
|
|
|
|
case Ovalbox:
|
|
|
|
|
case Doublebox:
|
|
|
|
|
case Shadowbox:
|
|
|
|
|
os << "}";
|
|
|
|
|
break;
|
2003-10-13 02:10:45 +00:00
|
|
|
|
}
|
2003-10-07 07:42:15 +00:00
|
|
|
|
os << "%\n";
|
2003-10-13 02:10:45 +00:00
|
|
|
|
|
2003-10-07 07:42:15 +00:00
|
|
|
|
i += 3;
|
|
|
|
|
|
|
|
|
|
return i;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2006-10-19 16:51:30 +00:00
|
|
|
|
int InsetBox::plaintext(Buffer const & buf, odocstream & os,
|
2007-02-15 22:59:06 +00:00
|
|
|
|
OutputParams const & runparams) const
|
2003-10-07 07:42:15 +00:00
|
|
|
|
{
|
2003-11-10 09:06:48 +00:00
|
|
|
|
BoxType const btype = boxtranslator().find(params_.type);
|
|
|
|
|
|
2003-10-07 07:42:15 +00:00
|
|
|
|
switch (btype) {
|
2003-11-10 09:06:48 +00:00
|
|
|
|
case Frameless: break;
|
2007-02-15 22:59:06 +00:00
|
|
|
|
case Boxed: os << "[\n"; break;
|
|
|
|
|
case ovalbox: os << "(\n"; break;
|
|
|
|
|
case Ovalbox: os << "((\n"; break;
|
|
|
|
|
case Shadowbox: os << "[/\n"; break;
|
|
|
|
|
case Doublebox: os << "[[\n"; break;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
}
|
|
|
|
|
|
2007-02-15 22:59:06 +00:00
|
|
|
|
InsetText::plaintext(buf, os, runparams);
|
2003-10-07 07:42:15 +00:00
|
|
|
|
|
2007-02-15 22:59:06 +00:00
|
|
|
|
int len = 0;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
switch (btype) {
|
2007-02-24 15:54:11 +00:00
|
|
|
|
case Frameless: os << "\n"; break;
|
2007-02-15 22:59:06 +00:00
|
|
|
|
case Boxed: os << "\n]"; len = 1; break;
|
|
|
|
|
case ovalbox: os << "\n)"; len = 1; break;
|
|
|
|
|
case Ovalbox: os << "\n))"; len = 2; break;
|
|
|
|
|
case Shadowbox: os << "\n/]"; len = 2; break;
|
|
|
|
|
case Doublebox: os << "\n]]"; len = 2; break;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
}
|
|
|
|
|
|
2007-02-20 17:52:41 +00:00
|
|
|
|
return PLAINTEXT_NEWLINE + len; // len chars on a separate line
|
2007-02-15 22:59:06 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int InsetBox::docbook(Buffer const & buf, odocstream & os,
|
|
|
|
|
OutputParams const & runparams) const
|
|
|
|
|
{
|
|
|
|
|
return InsetText::docbook(buf, os, runparams);
|
2003-10-07 07:42:15 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void InsetBox::validate(LaTeXFeatures & features) const
|
|
|
|
|
{
|
|
|
|
|
BoxType btype = boxtranslator().find(params_.type);
|
|
|
|
|
switch (btype) {
|
|
|
|
|
case Frameless:
|
2007-02-23 18:39:54 +00:00
|
|
|
|
break;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
case Boxed:
|
2007-02-23 18:39:54 +00:00
|
|
|
|
features.require("calc");
|
2003-10-07 07:42:15 +00:00
|
|
|
|
break;
|
|
|
|
|
case ovalbox:
|
|
|
|
|
case Ovalbox:
|
|
|
|
|
case Shadowbox:
|
|
|
|
|
case Doublebox:
|
2007-02-23 18:39:54 +00:00
|
|
|
|
features.require("calc");
|
2003-10-07 07:42:15 +00:00
|
|
|
|
features.require("fancybox");
|
|
|
|
|
break;
|
|
|
|
|
}
|
2004-03-25 09:16:36 +00:00
|
|
|
|
InsetText::validate(features);
|
2003-10-07 07:42:15 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
InsetBoxMailer::InsetBoxMailer(InsetBox & inset)
|
|
|
|
|
: inset_(inset)
|
2004-03-25 09:16:36 +00:00
|
|
|
|
{}
|
2003-10-07 07:42:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
string const InsetBoxMailer::name_ = "box";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
string const InsetBoxMailer::inset2string(Buffer const &) const
|
|
|
|
|
{
|
|
|
|
|
return params2string(inset_.params());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
string const InsetBoxMailer::params2string(InsetBoxParams const & params)
|
|
|
|
|
{
|
|
|
|
|
ostringstream data;
|
|
|
|
|
data << "box" << ' ';
|
|
|
|
|
params.write(data);
|
|
|
|
|
return data.str();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void InsetBoxMailer::string2params(string const & in,
|
2003-12-10 21:48:40 +00:00
|
|
|
|
InsetBoxParams & params)
|
2003-10-07 07:42:15 +00:00
|
|
|
|
{
|
|
|
|
|
params = InsetBoxParams(string());
|
|
|
|
|
if (in.empty())
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
istringstream data(in);
|
2007-04-26 11:30:54 +00:00
|
|
|
|
Lexer lex(0,0);
|
2003-10-07 07:42:15 +00:00
|
|
|
|
lex.setStream(data);
|
|
|
|
|
|
2003-12-10 21:48:40 +00:00
|
|
|
|
string name;
|
|
|
|
|
lex >> name;
|
2003-12-11 15:23:15 +00:00
|
|
|
|
if (!lex || name != name_)
|
|
|
|
|
return print_mailer_error("InsetBoxMailer", in, 1, name_);
|
2003-12-10 21:48:40 +00:00
|
|
|
|
|
|
|
|
|
// This is part of the inset proper that is usually swallowed
|
|
|
|
|
// by LyXText::readInset
|
2003-12-11 15:23:15 +00:00
|
|
|
|
string id;
|
|
|
|
|
lex >> id;
|
|
|
|
|
if (!lex || id != "Box")
|
|
|
|
|
return print_mailer_error("InsetBoxMailer", in, 2, "Box");
|
2003-10-07 07:42:15 +00:00
|
|
|
|
|
|
|
|
|
params.read(lex);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
InsetBoxParams::InsetBoxParams(string const & label)
|
|
|
|
|
: type(label),
|
|
|
|
|
use_parbox(false),
|
|
|
|
|
inner_box(true),
|
2007-04-28 12:58:49 +00:00
|
|
|
|
width(Length("100col%")),
|
2003-10-07 07:42:15 +00:00
|
|
|
|
special("none"),
|
|
|
|
|
pos('t'),
|
|
|
|
|
hor_pos('c'),
|
|
|
|
|
inner_pos('t'),
|
2007-04-28 12:58:49 +00:00
|
|
|
|
height(Length("1in")),
|
2003-10-07 07:42:15 +00:00
|
|
|
|
height_special("totalheight") // default is 1\\totalheight
|
|
|
|
|
{}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void InsetBoxParams::write(ostream & os) const
|
|
|
|
|
{
|
2003-12-10 21:48:40 +00:00
|
|
|
|
os << "Box " << type << "\n";
|
2003-10-07 07:42:15 +00:00
|
|
|
|
os << "position \"" << pos << "\"\n";
|
|
|
|
|
os << "hor_pos \"" << hor_pos << "\"\n";
|
|
|
|
|
os << "has_inner_box " << inner_box << "\n";
|
|
|
|
|
os << "inner_pos \"" << inner_pos << "\"\n";
|
|
|
|
|
os << "use_parbox " << use_parbox << "\n";
|
|
|
|
|
os << "width \"" << width.asString() << "\"\n";
|
|
|
|
|
os << "special \"" << special << "\"\n";
|
|
|
|
|
os << "height \"" << height.asString() << "\"\n";
|
|
|
|
|
os << "height_special \"" << height_special << "\"\n";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2007-04-26 11:30:54 +00:00
|
|
|
|
void InsetBoxParams::read(Lexer & lex)
|
2003-10-07 07:42:15 +00:00
|
|
|
|
{
|
2003-12-10 21:48:40 +00:00
|
|
|
|
if (!lex.isOK())
|
|
|
|
|
return;
|
|
|
|
|
|
2007-03-26 13:43:49 +00:00
|
|
|
|
lex.next();
|
|
|
|
|
type = lex.getString();
|
|
|
|
|
|
|
|
|
|
if (!lex)
|
2003-10-13 02:10:45 +00:00
|
|
|
|
return;
|
2007-03-26 13:43:49 +00:00
|
|
|
|
|
2003-10-07 07:42:15 +00:00
|
|
|
|
lex.next();
|
2003-12-10 21:48:40 +00:00
|
|
|
|
string token;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
token = lex.getString();
|
2007-03-26 13:43:49 +00:00
|
|
|
|
if (!lex)
|
|
|
|
|
return;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
if (token == "position") {
|
|
|
|
|
lex.next();
|
|
|
|
|
// The [0] is needed. We need the first and only char in
|
|
|
|
|
// this string -- MV
|
|
|
|
|
pos = lex.getString()[0];
|
|
|
|
|
} else {
|
|
|
|
|
lyxerr << "InsetBox::Read: Missing 'position'-tag!" << token << endl;
|
|
|
|
|
lex.pushToken(token);
|
|
|
|
|
}
|
2007-03-26 13:43:49 +00:00
|
|
|
|
|
2003-10-07 07:42:15 +00:00
|
|
|
|
lex.next();
|
|
|
|
|
token = lex.getString();
|
2007-03-26 13:43:49 +00:00
|
|
|
|
if (!lex)
|
|
|
|
|
return;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
if (token == "hor_pos") {
|
|
|
|
|
lex.next();
|
|
|
|
|
hor_pos = lex.getString()[0];
|
|
|
|
|
} else {
|
|
|
|
|
lyxerr << "InsetBox::Read: Missing 'hor_pos'-tag!" << token << endl;
|
|
|
|
|
lex.pushToken(token);
|
|
|
|
|
}
|
2007-03-26 13:43:49 +00:00
|
|
|
|
|
2003-10-07 07:42:15 +00:00
|
|
|
|
lex.next();
|
|
|
|
|
token = lex.getString();
|
2007-03-26 13:43:49 +00:00
|
|
|
|
if (!lex)
|
|
|
|
|
return;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
if (token == "has_inner_box") {
|
|
|
|
|
lex.next();
|
|
|
|
|
inner_box = lex.getInteger();
|
|
|
|
|
} else {
|
|
|
|
|
lyxerr << "InsetBox::Read: Missing 'has_inner_box'-tag!" << endl;
|
|
|
|
|
lex.pushToken(token);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
lex.next();
|
|
|
|
|
token = lex.getString();
|
2007-03-26 13:43:49 +00:00
|
|
|
|
if (!lex)
|
|
|
|
|
return;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
if (token == "inner_pos") {
|
|
|
|
|
lex.next();
|
|
|
|
|
inner_pos = lex.getString()[0];
|
|
|
|
|
} else {
|
|
|
|
|
lyxerr << "InsetBox::Read: Missing 'inner_pos'-tag!"
|
|
|
|
|
<< token << endl;
|
|
|
|
|
lex.pushToken(token);
|
|
|
|
|
}
|
2007-03-26 13:43:49 +00:00
|
|
|
|
|
2003-10-07 07:42:15 +00:00
|
|
|
|
lex.next();
|
|
|
|
|
token = lex.getString();
|
2007-03-26 13:43:49 +00:00
|
|
|
|
if (!lex)
|
|
|
|
|
return;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
if (token == "use_parbox") {
|
|
|
|
|
lex.next();
|
|
|
|
|
use_parbox = lex.getInteger();
|
|
|
|
|
} else {
|
|
|
|
|
lyxerr << "InsetBox::Read: Missing 'use_parbox'-tag!" << endl;
|
|
|
|
|
lex.pushToken(token);
|
|
|
|
|
}
|
2007-03-26 13:43:49 +00:00
|
|
|
|
|
2003-10-07 07:42:15 +00:00
|
|
|
|
lex.next();
|
|
|
|
|
token = lex.getString();
|
2007-03-26 13:43:49 +00:00
|
|
|
|
if (!lex)
|
|
|
|
|
return;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
if (token == "width") {
|
|
|
|
|
lex.next();
|
2007-04-28 12:58:49 +00:00
|
|
|
|
width = Length(lex.getString());
|
2003-10-07 07:42:15 +00:00
|
|
|
|
} else {
|
|
|
|
|
lyxerr << "InsetBox::Read: Missing 'width'-tag!" << endl;
|
|
|
|
|
lex.pushToken(token);
|
|
|
|
|
}
|
2007-03-26 13:43:49 +00:00
|
|
|
|
|
2003-10-07 07:42:15 +00:00
|
|
|
|
lex.next();
|
|
|
|
|
token = lex.getString();
|
2007-03-26 13:43:49 +00:00
|
|
|
|
if (!lex)
|
|
|
|
|
return;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
if (token == "special") {
|
|
|
|
|
lex.next();
|
|
|
|
|
special = lex.getString();
|
|
|
|
|
} else {
|
|
|
|
|
lyxerr << "InsetBox::Read: Missing 'special'-tag!" << endl;
|
|
|
|
|
lex.pushToken(token);
|
|
|
|
|
}
|
2007-03-26 13:43:49 +00:00
|
|
|
|
|
2003-10-07 07:42:15 +00:00
|
|
|
|
lex.next();
|
|
|
|
|
token = lex.getString();
|
2007-03-26 13:43:49 +00:00
|
|
|
|
if (!lex)
|
|
|
|
|
return;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
if (token == "height") {
|
|
|
|
|
lex.next();
|
2007-04-28 12:58:49 +00:00
|
|
|
|
height = Length(lex.getString());
|
2003-10-07 07:42:15 +00:00
|
|
|
|
} else {
|
|
|
|
|
lyxerr << "InsetBox::Read: Missing 'height'-tag!" << endl;
|
|
|
|
|
lex.pushToken(token);
|
|
|
|
|
}
|
2007-03-26 13:43:49 +00:00
|
|
|
|
|
2003-10-07 07:42:15 +00:00
|
|
|
|
lex.next();
|
|
|
|
|
token = lex.getString();
|
2007-03-26 13:43:49 +00:00
|
|
|
|
if (!lex)
|
|
|
|
|
return;
|
2003-10-07 07:42:15 +00:00
|
|
|
|
if (token == "height_special") {
|
|
|
|
|
lex.next();
|
|
|
|
|
height_special = lex.getString();
|
|
|
|
|
} else {
|
|
|
|
|
lyxerr << "InsetBox::Read: Missing 'height_special'-tag!" << endl;
|
|
|
|
|
lex.pushToken(token);
|
|
|
|
|
}
|
|
|
|
|
}
|
2006-10-21 00:16:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} // namespace lyx
|