Symbol: ParagraphStyle
src/apps/haikudepot/textview/MarkupParser.cpp
36
const ParagraphStyle& paragraphStyle)
src/apps/haikudepot/textview/MarkupParser.cpp
58
const ParagraphStyle& paragraphStyle)
src/apps/haikudepot/textview/MarkupParser.h
16
const ParagraphStyle& paragraphStyle);
src/apps/haikudepot/textview/MarkupParser.h
20
const ParagraphStyle& paragraphStyle);
src/apps/haikudepot/textview/MarkupParser.h
24
const ParagraphStyle& HeadingParagraphStyle() const
src/apps/haikudepot/textview/MarkupParser.h
29
const ParagraphStyle& NormalParagraphStyle() const
src/apps/haikudepot/textview/MarkupParser.h
52
ParagraphStyle fParagraphStyle;
src/apps/haikudepot/textview/MarkupParser.h
53
ParagraphStyle fHeadingParagraphStyle;
src/apps/haikudepot/textview/MarkupParser.h
54
ParagraphStyle fBulletStyle;
src/apps/haikudepot/textview/MarkupParser.h
57
const ParagraphStyle* fCurrentParagraphStyle;
src/apps/haikudepot/textview/Paragraph.cpp
20
Paragraph::Paragraph(const ParagraphStyle& style)
src/apps/haikudepot/textview/Paragraph.cpp
82
Paragraph::SetStyle(const ParagraphStyle& style)
src/apps/haikudepot/textview/Paragraph.h
18
Paragraph(const ParagraphStyle& style);
src/apps/haikudepot/textview/Paragraph.h
25
void SetStyle(const ParagraphStyle& style);
src/apps/haikudepot/textview/Paragraph.h
26
inline const ParagraphStyle& Style() const
src/apps/haikudepot/textview/Paragraph.h
52
ParagraphStyle fStyle;
src/apps/haikudepot/textview/ParagraphLayout.h
181
const ParagraphStyle& Style() const
src/apps/haikudepot/textview/ParagraphLayout.h
241
ParagraphStyle fParagraphStyle;
src/apps/haikudepot/textview/ParagraphStyle.cpp
108
ParagraphStyle::FirstLineInset() const
src/apps/haikudepot/textview/ParagraphStyle.cpp
115
ParagraphStyle::SetLineInset(float inset)
src/apps/haikudepot/textview/ParagraphStyle.cpp
127
ParagraphStyle::LineInset() const
src/apps/haikudepot/textview/ParagraphStyle.cpp
134
ParagraphStyle::SetLineSpacing(float spacing)
src/apps/haikudepot/textview/ParagraphStyle.cpp
146
ParagraphStyle::LineSpacing() const
src/apps/haikudepot/textview/ParagraphStyle.cpp
153
ParagraphStyle::SetSpacingTop(float spacing)
src/apps/haikudepot/textview/ParagraphStyle.cpp
16
ParagraphStyle::ParagraphStyle(const ParagraphStyle& other)
src/apps/haikudepot/textview/ParagraphStyle.cpp
165
ParagraphStyle::SpacingTop() const
src/apps/haikudepot/textview/ParagraphStyle.cpp
172
ParagraphStyle::SetSpacingBottom(float spacing)
src/apps/haikudepot/textview/ParagraphStyle.cpp
184
ParagraphStyle::SpacingBottom() const
src/apps/haikudepot/textview/ParagraphStyle.cpp
191
ParagraphStyle::SetBullet(const ::Bullet& bullet)
src/apps/haikudepot/textview/ParagraphStyle.cpp
203
ParagraphStyle::Bullet() const
src/apps/haikudepot/textview/ParagraphStyle.cpp
23
ParagraphStyle&
src/apps/haikudepot/textview/ParagraphStyle.cpp
24
ParagraphStyle::operator=(const ParagraphStyle& other)
src/apps/haikudepot/textview/ParagraphStyle.cpp
35
ParagraphStyle::operator==(const ParagraphStyle& other) const
src/apps/haikudepot/textview/ParagraphStyle.cpp
51
ParagraphStyle::operator!=(const ParagraphStyle& other) const
src/apps/haikudepot/textview/ParagraphStyle.cpp
58
ParagraphStyle::SetAlignment(::Alignment alignment)
src/apps/haikudepot/textview/ParagraphStyle.cpp
70
ParagraphStyle::Alignment() const
src/apps/haikudepot/textview/ParagraphStyle.cpp
77
ParagraphStyle::SetJustify(bool justify)
src/apps/haikudepot/textview/ParagraphStyle.cpp
89
ParagraphStyle::Justify() const
src/apps/haikudepot/textview/ParagraphStyle.cpp
9
ParagraphStyle::ParagraphStyle()
src/apps/haikudepot/textview/ParagraphStyle.cpp
96
ParagraphStyle::SetFirstLineInset(float inset)
src/apps/haikudepot/textview/ParagraphStyle.h
11
class ParagraphStyle {
src/apps/haikudepot/textview/ParagraphStyle.h
13
ParagraphStyle();
src/apps/haikudepot/textview/ParagraphStyle.h
14
ParagraphStyle(const ParagraphStyle& other);
src/apps/haikudepot/textview/ParagraphStyle.h
16
ParagraphStyle& operator=(const ParagraphStyle& other);
src/apps/haikudepot/textview/ParagraphStyle.h
17
bool operator==(const ParagraphStyle& other) const;
src/apps/haikudepot/textview/ParagraphStyle.h
18
bool operator!=(const ParagraphStyle& other) const;
src/apps/haikudepot/textview/TextDocument.cpp
129
CharacterStyle characterStyle, ParagraphStyle paragraphStyle)
src/apps/haikudepot/textview/TextDocument.cpp
230
const ParagraphStyle&
src/apps/haikudepot/textview/TextDocument.cpp
24
ParagraphStyle paragraphStyle)
src/apps/haikudepot/textview/TextDocument.cpp
435
CharacterStyle characterStyle, ParagraphStyle paragraphStyle)
src/apps/haikudepot/textview/TextDocument.cpp
92
CharacterStyle characterStyle, ParagraphStyle paragraphStyle)
src/apps/haikudepot/textview/TextDocument.h
26
ParagraphStyle paragraphStyle);
src/apps/haikudepot/textview/TextDocument.h
39
ParagraphStyle paragraphStyle);
src/apps/haikudepot/textview/TextDocument.h
51
ParagraphStyle paragraphStyle);
src/apps/haikudepot/textview/TextDocument.h
57
const ParagraphStyle& ParagraphStyleAt(int32 textOffset) const;
src/apps/haikudepot/textview/TextDocument.h
87
ParagraphStyle paragraphStyle);
src/apps/haikudepot/textview/TextDocumentLayout.cpp
386
const ParagraphStyle& style = info.layout->Style();
src/apps/haikudepot/textview/TextView.cpp
114
TextView::SetParagraphStyle(const ::ParagraphStyle& style)
src/apps/haikudepot/textview/TextView.cpp
16
::ParagraphStyle style;
src/apps/haikudepot/textview/TextView.h
34
void SetParagraphStyle(const ::ParagraphStyle& style);
src/apps/haikudepot/textview/TextView.h
35
const ::ParagraphStyle& ParagraphStyle() const
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
1114
ParagraphStyle paragraphStyle;
src/apps/haikudepot/ui/PackageInfoView.cpp
885
ParagraphStyle paragraphStyle(textView->ParagraphStyle());
src/apps/haikudepot/ui_generic/MarkupTextView.cpp
20
ParagraphStyle paragraphStyle;
src/apps/haikudepot/ui_generic/MarkupTextView.cpp
65
ParagraphStyle paragraphStyle;
src/tests/apps/haikudepot/TextDocumentTest.cpp
51
ParagraphStyle paragraphStyle;