Home
last modified time | relevance | path

Searched refs:RichText (Results 1 – 25 of 1794) sorted by relevance

12345678910>>...72

/dports/graphics/libgnomecanvasmm26/libgnomecanvasmm-2.26.0/libgnomecanvas/libgnomecanvasmm/
H A Drich-text.cc35 RichText::RichText (Group& parent, in RichText() function in Gnome::Canvas::RichText
47 RichText::RichText (Group& parent) in RichText() function in Gnome::Canvas::RichText
53 RichText::iterator RichText::get_iter_at_location(int x, int y) const in get_iter_at_location()
216 RichText::RichText(const Glib::ConstructParams& construct_params) in RichText() function in Gnome::Canvas::RichText
222 RichText::RichText(GnomeCanvasRichText* castitem) in RichText() function in Gnome::Canvas::RichText
228 RichText::~RichText() in ~RichText()
233 RichText::CppClassType RichText::richtext_class_; // initialize static member
235 GType RichText::get_type() in get_type()
240 GType RichText::get_base_type() in get_base_type()
246 void RichText::cut_clipboard() in cut_clipboard()
[all …]
H A Drich-text.h57 class RichText : public Item
61 typedef RichText CppObjectType;
67 virtual ~RichText();
76 RichText(const RichText&);
77 RichText& operator=(const RichText&);
80 explicit RichText(const Glib::ConstructParams& construct_params);
81 explicit RichText(GnomeCanvasRichText* castitem);
120 RichText(Group& parent, double x, double y, const Glib::ustring& text);
121 explicit RichText(Group& parent);
565 Gnome::Canvas::RichText* wrap(GnomeCanvasRichText* object, bool take_copy = false);
/dports/devel/upp/upp/uppsrc/RichEdit/
H A DTableUndo.cpp5 void RichEdit::UndoTableFormat::Apply(RichText& txt) in Apply()
10 One<RichEdit::UndoRec> RichEdit::UndoTableFormat::GetRedo(const RichText& txt) in GetRedo()
15 RichEdit::UndoTableFormat::UndoTableFormat(const RichText& txt, int table) in UndoTableFormat()
24 void RichEdit::UndoCreateTable::Apply(RichText& txt) in Apply()
36 void RichEdit::UndoDestroyTable::Apply(RichText& txt) in Apply()
46 RichEdit::UndoDestroyTable::UndoDestroyTable(const RichText& txt, int tab) in UndoDestroyTable()
54 void RichEdit::UndoInsertParaSpecial::Apply(RichText& txt) in Apply()
67 void RichEdit::UndoRemoveParaSpecial::Apply(RichText& txt) in Apply()
86 void RichEdit::UndoTable::Apply(RichText& txt) in Apply()
91 One<RichEdit::UndoRec> RichEdit::UndoTable::GetRedo(const RichText& txt) in GetRedo()
[all …]
H A DUndo.cpp5 void RichEdit::UndoInsert::Apply(RichText& txt) in Apply()
10 One<RichEdit::UndoRec> RichEdit::UndoInsert::GetRedo(const RichText& txt) in GetRedo()
20 void RichEdit::UndoRemove::Apply(RichText& txt) in Apply()
25 One<RichEdit::UndoRec> RichEdit::UndoRemove::GetRedo(const RichText& txt) in GetRedo()
30 RichEdit::UndoRemove::UndoRemove(const RichText& txt, int pos, int length) in UndoRemove()
38 void RichEdit::UndoFormat::Apply(RichText& txt) in Apply()
43 One<RichEdit::UndoRec> RichEdit::UndoFormat::GetRedo(const RichText& txt) in GetRedo()
56 void RichEdit::UndoStyle::Apply(RichText& txt) in Apply()
66 RichEdit::UndoStyle::UndoStyle(const RichText& txt, const Uuid& id) in UndoStyle()
74 void RichEdit::UndoStyles::Apply(RichText& txt) in Apply()
[all …]
H A DFormating.cpp9 RichText::FormatInfo f = formatinfo; in ApplyFormat()
61 ApplyFormat(RichText::BOLD); in Bold()
68 ApplyFormat(RichText::ITALIC); in Italic()
96 ApplyFormat(RichText::SSCRIPT); in SetScript()
103 ApplyFormat(RichText::FACE); in SetFace()
111 ApplyFormat(RichText::HEIGHT); in SetHeight()
119 ApplyFormat(RichText::INK); in SetInk()
127 ApplyFormat(RichText::PAPER); in SetPaper()
319 ApplyFormat(RichText::LINK); in Hyperlink()
325 RichText txt; in Hyperlink()
[all …]
H A DFormatDlg.cpp184 v |= RichText::BEFORE; in Get()
188 v |= RichText::LM; in Get()
192 v |= RichText::INDENT; in Get()
196 v |= RichText::RM; in Get()
200 v |= RichText::AFTER; in Get()
205 v |= RichText::ALIGN; in Get()
223 v |= RichText::KEEP; in Get()
231 v |= RichText::ORPHAN; in Get()
254 v |= RichText::TABS; in Get()
262 v |= RichText::RULER; in Get()
[all …]
H A DRichEdit.h191 void Get(RichText& text);
192 RichText Get();
239 RichText text;
240 RichText::FormatInfo formatinfo;
330 RichText text;
341 RichText::Formating format;
365 UndoStyles(const RichText& txt);
605 RichText ReplaceText();
660 virtual void Filter(RichText& txt);
791 void Pick(RichText pick_ t);
[all …]
H A DModify.cpp7 void RichEdit::Filter(RichText& txt) {} in Filter()
9 void BegSelFixRaw(RichText& text) in BegSelFixRaw()
19 void BegSelUnFixRaw(RichText& text) in BegSelUnFixRaw()
257 RichText clip; in GetSelection()
306 RichText pp = clone(text); in PasteText()
369 RichText h; in ToPara()
398 RichText clip; in InsertObject()
410 RichText clip; in ReplaceObject()
434 RichText h; in InsertLine()
457 ApplyFormat(0, RichText::STYLE|RichText::NEWPAGE|RichText::LABEL|RichText::NEWHDRFTR); in InsertLine()
[all …]
H A DClip.cpp21 RichText clip; in InsertImage()
115 RichText clip; in DragAndDrop()
177 RichText clip; in Paste()
193 const RichText& txt = ValueTo<RichText>(data); in sRTF()
199 const RichText& txt = ValueTo<RichText>(data); in sQTF()
203 void RichEdit::ZoomClip(RichText& text) const in ZoomClip()
208 void AppendClipboard(RichText&& txt) in AppendClipboard()
218 RichText txt; in Copy()
242 RichText clip = GetSelection(); in GetSelectionData()
264 RichText sample = GetSelection(5000); in LeftDrag()
[all …]
/dports/devel/upp/upp/uppsrc/RichText/
H A DTextTable.cpp5 RichTable::Format RichText::GetTableFormat(int table) const in GetTableFormat()
18 int RichText::SetTable(int pos, const RichTable& table) in SetTable()
31 RichTable RichText::CopyTable(int table) const in CopyTable()
44 void RichText::DestroyTable(int table) in DestroyTable()
53 void RichText::RemoveParaSpecial(int table, bool before) in RemoveParaSpecial()
120 void RichText::InsertTableRow(int table, int row) in InsertTableRow()
126 void RichText::RemoveTableRow(int table, int row) in RemoveTableRow()
150 void RichText::JoinCell(int table, const Rect& sel) in JoinCell()
185 void RichText::ClearTable(int table, const Rect& sel) in ClearTable()
199 RichText::FormatInfo RichText::GetTableFormatInfo(int table, const Rect& sel) const in GetTableFormatInfo()
[all …]
H A DTextStyle.cpp30 struct RichText::StyleChangeOp : RichTxt::ParaOp {
56 struct RichText::SetStylesOp : RichTxt::ParaOp {
67 void RichText::SetStyles(const RichStyles& _style) in SetStyles()
76 Uuid RichText::GetStyleId(const String& name) const in GetStyleId()
82 void RichText::RemoveStyle(const Uuid& id) in RemoveStyle()
93 struct RichText::MergeStylesOp : RichTxt::ParaOp {
94 RichText *text;
95 const RichText *stxt;
107 void RichText::MergeStyles(const RichText& text) in MergeStyles()
113 const_cast<RichText&>(text).Update(op); in MergeStyles()
[all …]
H A DText.h1 class RichText : public RichTxt, public DeepCopyOption<RichText> {
35 void MergeStyles(const RichText& text);
39 void CatPick(RichText&& p);
42 …RichContext Context(const Rect& page, PageY py, RichText *header, RichText *footer) cons…
72 void Insert(int pos, const RichText& p);
73 RichText Copy(int pos, int count) const;
140 RichText() { Init(); } in RichText() function
141 RichText(const RichText& x, int);
142 RichText(RichText&& x);
143 RichText(RichTxt&& x, RichStyles&& st);
[all …]
H A DTextData.cpp5 void RichText::CatPick(RichText&& p) in CatPick()
103 void RichText::Insert(int pos, const RichText& p) in Insert()
141 RichText RichText::Copy(int pos, int count) const in Copy()
145 RichText r; in Copy()
186 RichText::FormatInfo RichText::GetFormatInfo(int pos, int count) const in GetFormatInfo()
304 RichText::Formating RichText::SaveFormat(int pos, int count) const in SaveFormat()
314 void RichText::RestoreFormat(int pos, const RichText::Formating& info) in RestoreFormat()
336 RichText::RichText(const RichText& x, int) in RichText() function in Upp::RichText
343 RichText::RichText(RichText&& x) in RichText() function in Upp::RichText
350 RichText& RichText::operator=(RichText&& x) in operator =()
[all …]
H A DTextPaint.cpp5 PageY RichText::GetHeight(const Rect& page) const in GetHeight()
11 PageY RichText::GetHeight(PageY py, const Rect& page) const in GetHeight()
18 int RichText::GetWidth() const in GetWidth()
38 RichCaret RichText::GetCaret(int pos, const Rect& page) const in GetCaret()
44 int RichText::GetPos(int x, PageY y, const Rect& page) const in GetPos()
73 void RichText::Validate() in Validate()
81 bool RichText::GetInvalid(PageY& top, PageY& bottom, const Rect& page, in GetInvalid()
150 int RichText::GetHeight(Zoom zoom, int cx) const in GetHeight()
156 int RichText::GetHeight(int cx) const in GetHeight()
176 void RichText::Paint(Zoom zoom, Draw& w, int x, int y, int cx) const in Paint()
[all …]
H A DHeaderFooter.cpp23 RichText& GetHeaderFooterText(RichText *text, int page, int pagecount)
32 RichContext::RichContext(const RichStyles& styles, const RichText *text) in RichContext()
39 void RichContext::HeaderFooter(RichText *header_, RichText *footer_) in HeaderFooter()
83 RichContext RichText::Context(const Rect& page, PageY py, RichText *header, RichText *footer) const in Context()
95 void RichText::PaintHeaderFooter(PageDraw& pw, const Rect& page, PageY py, const PaintInfo& pi_, in PaintHeaderFooter()
121 void SetQTF(One<RichText>& txt, const String& qtf) in SetQTF()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/RichText/
H A DRichText.cpp120 RichText::TAG_PARAMS& tag_params) in ExtractParameters()
157 const std::string RichText::PLAINTEXT_TAG = "GG_RICH_PLAIN";
194 RichText::BLOCK_FACTORY_MAP& FactoryMap() in FactoryMap()
212 std::shared_ptr<RichText::BLOCK_FACTORY_MAP>
299 RichText::TAG_PARAMS params; in CreateBlocks()
340 RichText::RichText(X x, Y y, X w, Y h, const std::string& str, in RichText() function in GG::RichText
347 void RichText::CompleteConstruction() { in CompleteConstruction()
352 RichText::~RichText() {} in ~RichText()
358 void RichText::Render() {} in Render()
368 std::shared_ptr<RichText::BLOCK_FACTORY_MAP>& RichText::DefaultBlockFactoryMap() { in DefaultBlockFactoryMap()
[all …]
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/TemplateGenerator/
H A DReplace.t261 RichText => 0,
270 RichText => 0,
279 RichText => 0,
289 RichText => 0,
299 RichText => 0,
309 RichText => 0,
318 RichText => 0,
327 RichText => 0,
336 RichText => 0,
780 RichText => $Test->{RichText},
[all …]
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/
H A DComment.php5 use PhpOffice\PhpSpreadsheet\RichText\RichText; alias
19 * @var RichText
79 $this->text = new RichText();
111 * @return RichText
121 * @param RichText $pValue
125 public function setText(RichText $pValue)
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/
H A DTemplateGenerator.pm143 RichText => $Self->{RichText},
252 RichText => $Self->{RichText},
393 $Self->{RichText}
406 !$Self->{RichText}
469 RichText => $Self->{RichText},
529 $Self->{RichText}
555 RichText => $Self->{RichText},
563 RichText => 0,
787 RichText => $Self->{RichText},
802 RichText => 0,
[all …]
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DDataType.php5 use PhpOffice\PhpSpreadsheet\RichText\RichText; alias
48 * @param null|RichText|string $pValue Value to sanitize to an Excel string
50 * @return null|RichText|string Sanitized value
54 if ($pValue instanceof RichText) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Cell/
H A DDataType.php5 use PhpOffice\PhpSpreadsheet\RichText\RichText; alias
48 * @param null|RichText|string $pValue Value to sanitize to an Excel string
50 * @return null|RichText|string Sanitized value
54 if ($pValue instanceof RichText) {
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DDataType.php5 use PhpOffice\PhpSpreadsheet\RichText\RichText; alias
48 * @param null|RichText|string $pValue Value to sanitize to an Excel string
50 * @return null|RichText|string Sanitized value
54 if ($pValue instanceof RichText) {
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DDataType.php5 use PhpOffice\PhpSpreadsheet\RichText\RichText; alias
48 * @param null|RichText|string $pValue Value to sanitize to an Excel string
50 * @return null|RichText|string Sanitized value
54 if ($pValue instanceof RichText) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DDataType.php5 use PhpOffice\PhpSpreadsheet\RichText\RichText; alias
48 * @param null|RichText|string $pValue Value to sanitize to an Excel string
50 * @return null|RichText|string Sanitized value
54 if ($pValue instanceof RichText) {
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DDataType.php5 use PhpOffice\PhpSpreadsheet\RichText\RichText; alias
48 * @param null|RichText|string $pValue Value to sanitize to an Excel string
50 * @return null|RichText|string Sanitized value
54 if ($pValue instanceof RichText) {

12345678910>>...72