Home
last modified time | relevance | path

Searched refs:ParagraphStyle (Results 1 – 25 of 446) sorted by relevance

12345678910>>...18

/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/objdsc/sw/
H A Dcom.sun.star.style.ParagraphStyle.csv1 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"ParaLeftMarginRelative"
2 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"ParaRightMarginRelative"
3 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"ParaTopMarginRelative"
4 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"ParaBottomMarginRelative"
5 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"Category"
6 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"CharDiffHeight"
7 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"CharPropHeight"
8 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"CharDiffHeightAsian"
9 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"CharPropHeightAsian"
10 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"CharDiffHeightComplex"
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/objdsc/sw/
H A Dcom.sun.star.style.ParagraphStyle.csv1 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"ParaLeftMarginRelative"
2 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"ParaRightMarginRelative"
3 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"ParaTopMarginRelative"
4 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"ParaBottomMarginRelative"
5 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"Category"
6 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"CharDiffHeight"
7 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"CharPropHeight"
8 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"CharDiffHeightAsian"
9 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"CharPropHeightAsian"
10 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"CharDiffHeightComplex"
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin_py2x/scripter2/
H A Dscripter2_scribusstructs.cpp19 class_<ParagraphStyle>("ParagraphStyle") in export_ParagraphStyle()
24 .def_readwrite("LineSpa", &ParagraphStyle::LineSpa) in export_ParagraphStyle()
26 .def_readwrite("Indent", &ParagraphStyle::Indent) in export_ParagraphStyle()
27 .def_readwrite("First", &ParagraphStyle::First) in export_ParagraphStyle()
29 .def_readwrite("gapAfter", &ParagraphStyle::gapAfter) in export_ParagraphStyle()
35 .def_readwrite("Drop", &ParagraphStyle::Drop) in export_ParagraphStyle()
36 .def_readwrite("DropLin", &ParagraphStyle::DropLin) in export_ParagraphStyle()
42 .def_readwrite("FShade", &ParagraphStyle::FShade) in export_ParagraphStyle()
46 .def_readwrite("SShade", &ParagraphStyle::SShade) in export_ParagraphStyle()
55 .def_readwrite("scaleH", &ParagraphStyle::scaleH) in export_ParagraphStyle()
[all …]
H A Dscripter2_styles.cpp25 ParagraphStyle & getStyleRef(const QString & styleName) in getStyleRef()
27 QList<ParagraphStyle>::iterator it(ScCore->primaryMainWindow()->doc->docParagraphStyles.begin()); in getStyleRef()
28 QList<ParagraphStyle>::iterator itEnd(ScCore->primaryMainWindow()->doc->docParagraphStyles.end()); in getStyleRef()
37 ParagraphStyle & getStyleRefi(int index) in getStyleRefi()
42 ParagraphStyle getStyleVal(const QString & styleName) in getStyleVal()
47 ParagraphStyle getStyleVali(int index) in getStyleVali()
52 void addStyle(const ParagraphStyle & style) in addStyle()
54 QList<ParagraphStyle>::iterator it(ScCore->primaryMainWindow()->doc->docParagraphStyles.begin()); in addStyle()
55 QList<ParagraphStyle>::iterator itEnd(ScCore->primaryMainWindow()->doc->docParagraphStyles.end()); in addStyle()
71 QList<ParagraphStyle>::iterator it(ScCore->primaryMainWindow()->doc->docParagraphStyles.begin()); in getStylesVal()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin/scripter2/
H A Dscripter2_scribusstructs.cpp19 class_<ParagraphStyle>("ParagraphStyle") in export_ParagraphStyle()
24 .def_readwrite("LineSpa", &ParagraphStyle::LineSpa) in export_ParagraphStyle()
26 .def_readwrite("Indent", &ParagraphStyle::Indent) in export_ParagraphStyle()
27 .def_readwrite("First", &ParagraphStyle::First) in export_ParagraphStyle()
29 .def_readwrite("gapAfter", &ParagraphStyle::gapAfter) in export_ParagraphStyle()
35 .def_readwrite("Drop", &ParagraphStyle::Drop) in export_ParagraphStyle()
36 .def_readwrite("DropLin", &ParagraphStyle::DropLin) in export_ParagraphStyle()
42 .def_readwrite("FShade", &ParagraphStyle::FShade) in export_ParagraphStyle()
46 .def_readwrite("SShade", &ParagraphStyle::SShade) in export_ParagraphStyle()
55 .def_readwrite("scaleH", &ParagraphStyle::scaleH) in export_ParagraphStyle()
[all …]
H A Dscripter2_styles.cpp25 ParagraphStyle & getStyleRef(const QString & styleName) in getStyleRef()
27 QList<ParagraphStyle>::iterator it(ScCore->primaryMainWindow()->doc->docParagraphStyles.begin()); in getStyleRef()
28 QList<ParagraphStyle>::iterator itEnd(ScCore->primaryMainWindow()->doc->docParagraphStyles.end()); in getStyleRef()
37 ParagraphStyle & getStyleRefi(int index) in getStyleRefi()
42 ParagraphStyle getStyleVal(const QString & styleName) in getStyleVal()
47 ParagraphStyle getStyleVali(int index) in getStyleVali()
52 void addStyle(const ParagraphStyle & style) in addStyle()
54 QList<ParagraphStyle>::iterator it(ScCore->primaryMainWindow()->doc->docParagraphStyles.begin()); in addStyle()
55 QList<ParagraphStyle>::iterator itEnd(ScCore->primaryMainWindow()->doc->docParagraphStyles.end()); in addStyle()
71 QList<ParagraphStyle>::iterator it(ScCore->primaryMainWindow()->doc->docParagraphStyles.begin()); in getStylesVal()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/styles/
H A Dparagraphstyle.cpp30 ParagraphStyle::ParagraphStyle() : m_cstyleContext(nullptr), m_cstyleContextIsInh(true) in ParagraphStyle() function in ParagraphStyle
62 ParagraphStyle::~ParagraphStyle() in ~ParagraphStyle()
83 const ParagraphStyle* oth = reinterpret_cast<const ParagraphStyle*> ( & other ); in equiv()
113 ParagraphStyle& ParagraphStyle::operator=(const ParagraphStyle& other) in operator =()
125 const ParagraphStyle * parent = reinterpret_cast<const ParagraphStyle*> ( parentStyle() ); in operator =()
174 const ParagraphStyle * oth = reinterpret_cast<const ParagraphStyle*> ( parentStyle() ); in update()
187 void ParagraphStyle::applyStyle(const ParagraphStyle& other) in applyStyle()
205 void ParagraphStyle::eraseStyle(const ParagraphStyle& other) in eraseStyle()
218 void ParagraphStyle::setStyle(const ParagraphStyle & other) in setStyle()
325 ParagraphStyle* pstyle = this->dig->top<ParagraphStyle>(1); in end()
[all …]
H A Dparagraphstyle.h27 class SCRIBUS_API ParagraphStyle : public BaseStyle
71 ParagraphStyle();
72 ParagraphStyle(const ParagraphStyle& other);
73 ParagraphStyle& operator=(const ParagraphStyle& other);
74 ~ParagraphStyle();
93 void applyStyle(const ParagraphStyle& other);
94 void eraseStyle(const ParagraphStyle& other);
95 void setStyle(const ParagraphStyle& other);
146 const ParagraphStyle * par = dynamic_cast<const ParagraphStyle*>(parentStyle()); \
/dports/print/py-reportlab/reportlab-3.5.68/tools/docco/
H A Dstylesheet.py14 stylesheet.add(ParagraphStyle(name='Normal',
21 stylesheet.add(ParagraphStyle(name='Comment',
25 stylesheet.add(ParagraphStyle(name='Indent0',
29 stylesheet.add(ParagraphStyle(name='Indent1',
36 stylesheet.add(ParagraphStyle(name='Indent2',
42 stylesheet.add(ParagraphStyle(name='BodyText',
46 stylesheet.add(ParagraphStyle(name='Italic',
85 stylesheet.add(ParagraphStyle(name='Title',
113 stylesheet.add(ParagraphStyle(name='Code',
122 stylesheet.add(ParagraphStyle(name='Link',
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dsmpstylewidget.h29 …void show(ParagraphStyle *pstyle, QList<ParagraphStyle> &pstyles, QList<CharStyle> &cstyles, int u…
30 …void show(QList<ParagraphStyle*> &pstyles, QList<ParagraphStyle> &pstylesAll, QList<CharStyle> &cs…
48 ParagraphStyle* m_currPStyle = nullptr;
56 void showColors(const QList<ParagraphStyle*> &cstyles);
57 void showLineSpacing(QList<ParagraphStyle*> &pstyles);
62 void showAlignment(QList<ParagraphStyle*> &pstyles);
63 void showDirection(QList<ParagraphStyle*> &pstyles);
65 void showMinSpace(QList<ParagraphStyle*> &pstyles);
66 void showMinGlyphExt(QList<ParagraphStyle*> &pstyles);
67 void showMaxGlyphExt(QList<ParagraphStyle*> &pstyles);
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/test/
H A Dtables.icml1 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph">
62 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/TablePar">
90 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/TablePar">
118 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/TablePar">
125 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/TableCaption">
131 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph">
258 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph">
388 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph">
490 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph">
589 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph">
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/test/
H A Dtables.icml1 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph">
62 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/TablePar">
90 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/TablePar">
118 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/TablePar">
125 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/TableCaption">
131 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph">
258 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph">
388 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph">
490 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph">
589 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph">
[all …]
/dports/print/py-reportlab/reportlab-3.5.68/tools/pythonpoint/styles/
H A Dstandard.py18 ParagraphStyle = styles.ParagraphStyle
27 para = ParagraphStyle('BodyText', stylesheet['Normal'])
32 para = ParagraphStyle('Indent', stylesheet['Normal'])
37 para = ParagraphStyle('Centered', stylesheet['Normal'])
46 para = ParagraphStyle('Italic', stylesheet['BodyText'])
50 para = ParagraphStyle('Title', stylesheet['Normal'])
57 para = ParagraphStyle('Heading1', stylesheet['Normal'])
64 para = ParagraphStyle('Heading2', stylesheet['Normal'])
81 para = ParagraphStyle('Bullet', stylesheet['Normal'])
100 para = ParagraphStyle('Code', stylesheet['Normal'])
[all …]
H A Dmodern.py28 ParagraphStyle = styles.ParagraphStyle
36 para = ParagraphStyle('BodyText', stylesheet['Normal'])
40 para = ParagraphStyle('Indent', stylesheet['Normal'])
45 para = ParagraphStyle('Centered', stylesheet['Normal'])
54 para = ParagraphStyle('Italic', stylesheet['BodyText'])
58 para = ParagraphStyle('Title', stylesheet['Normal'])
66 para = ParagraphStyle('Heading1', stylesheet['Normal'])
74 para = ParagraphStyle('Heading2', stylesheet['Normal'])
88 para = ParagraphStyle('Bullet', stylesheet['Normal'])
97 para = ParagraphStyle('Bullet2', stylesheet['Bullet'])
[all …]
H A Dhtu.py29 ParagraphStyle = styles.ParagraphStyle
39 para = ParagraphStyle('BodyText', stylesheet['Normal'])
44 para = ParagraphStyle('Indent', stylesheet['Normal'])
49 para = ParagraphStyle('Centered', stylesheet['Normal'])
60 para = ParagraphStyle('Italic', stylesheet['BodyText'])
64 para = ParagraphStyle('Title', stylesheet['Normal'])
71 para = ParagraphStyle('Heading1', stylesheet['Normal'])
97 para = ParagraphStyle('Bullet', stylesheet['Normal'])
106 para = ParagraphStyle('Bullet2', stylesheet['Normal'])
125 para = ParagraphStyle('Code', stylesheet['Normal'])
[all …]
H A Dprojection.py26 ParagraphStyle = styles.ParagraphStyle
28 para = ParagraphStyle('Normal', None) #the ancestor of all
35 para = ParagraphStyle('BodyText', stylesheet['Normal'])
39 para = ParagraphStyle('BigCentered', stylesheet['Normal'])
44 para = ParagraphStyle('Italic', stylesheet['BodyText'])
49 para = ParagraphStyle('Title', stylesheet['Normal'])
57 para = ParagraphStyle('Heading1', stylesheet['Normal'])
66 para = ParagraphStyle('Heading2', stylesheet['Normal'])
74 para = ParagraphStyle('Heading3', stylesheet['Normal'])
80 para = ParagraphStyle('Bullet', stylesheet['Normal'])
[all …]
H A Dhorrible.py27 para = styles.ParagraphStyle('Normal', None) #the ancestor of all
33 para = ParagraphStyle('BodyText', stylesheet['Normal'])
37 para = ParagraphStyle('BigCentered', stylesheet['Normal'])
42 para = ParagraphStyle('Italic', stylesheet['BodyText'])
46 para = ParagraphStyle('Title', stylesheet['Normal'])
54 para = ParagraphStyle('Heading1', stylesheet['Normal'])
62 para = ParagraphStyle('Heading2', stylesheet['Normal'])
70 para = ParagraphStyle('Heading3', stylesheet['Normal'])
76 para = ParagraphStyle('Bullet', stylesheet['Normal'])
85 para = ParagraphStyle('Definition', stylesheet['Normal'])
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/test/command/
H A D5541-urlLink.md38 </ParagraphStyle>
39 <ParagraphStyle Self="ParagraphStyle/Header1" Name="Header1" LeftIndent="0" PointSize="36">
43 </ParagraphStyle>
44 <ParagraphStyle Self="ParagraphStyle/Header2" Name="Header2" LeftIndent="0" PointSize="30">
48 </ParagraphStyle>
49 <ParagraphStyle Self="ParagraphStyle/Paragraph" Name="Paragraph" LeftIndent="0">
53 </ParagraphStyle>
69 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Header1">
76 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph">
82 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Header2">
[all …]
H A D5541-localLink.md42 </ParagraphStyle>
43 <ParagraphStyle Self="ParagraphStyle/Header1" Name="Header1" LeftIndent="0" PointSize="36">
47 </ParagraphStyle>
48 <ParagraphStyle Self="ParagraphStyle/Header2" Name="Header2" LeftIndent="0" PointSize="30">
52 </ParagraphStyle>
53 <ParagraphStyle Self="ParagraphStyle/Paragraph" Name="Paragraph" LeftIndent="0">
57 </ParagraphStyle>
73 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Header1">
80 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph">
86 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Header2">
[all …]
H A D6675.md40 </ParagraphStyle>
41 <ParagraphStyle Self="ParagraphStyle/Header1" Name="Header1" LeftIndent="0" PointSize="36">
45 </ParagraphStyle>
46 <ParagraphStyle Self="ParagraphStyle/Header2" Name="Header2" LeftIndent="0" PointSize="30">
50 </ParagraphStyle>
51 <ParagraphStyle Self="ParagraphStyle/Paragraph" Name="Paragraph" LeftIndent="0">
55 </ParagraphStyle>
71 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Header1">
78 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph">
84 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Header2">
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/test/command/
H A D5541-urlLink.md38 </ParagraphStyle>
39 <ParagraphStyle Self="ParagraphStyle/Header1" Name="Header1" LeftIndent="0" PointSize="36">
43 </ParagraphStyle>
44 <ParagraphStyle Self="ParagraphStyle/Header2" Name="Header2" LeftIndent="0" PointSize="30">
48 </ParagraphStyle>
49 <ParagraphStyle Self="ParagraphStyle/Paragraph" Name="Paragraph" LeftIndent="0">
53 </ParagraphStyle>
69 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Header1">
76 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph">
82 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Header2">
[all …]
H A D5541-localLink.md42 </ParagraphStyle>
43 <ParagraphStyle Self="ParagraphStyle/Header1" Name="Header1" LeftIndent="0" PointSize="36">
47 </ParagraphStyle>
48 <ParagraphStyle Self="ParagraphStyle/Header2" Name="Header2" LeftIndent="0" PointSize="30">
52 </ParagraphStyle>
53 <ParagraphStyle Self="ParagraphStyle/Paragraph" Name="Paragraph" LeftIndent="0">
57 </ParagraphStyle>
73 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Header1">
80 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph">
86 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Header2">
[all …]
H A D6675.md40 </ParagraphStyle>
41 <ParagraphStyle Self="ParagraphStyle/Header1" Name="Header1" LeftIndent="0" PointSize="36">
45 </ParagraphStyle>
46 <ParagraphStyle Self="ParagraphStyle/Header2" Name="Header2" LeftIndent="0" PointSize="30">
50 </ParagraphStyle>
51 <ParagraphStyle Self="ParagraphStyle/Paragraph" Name="Paragraph" LeftIndent="0">
55 </ParagraphStyle>
71 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Header1">
78 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph">
84 <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Header2">
[all …]
/dports/print/py-reportlab/reportlab-3.5.68/tests/
H A Dtest_paragraphs.py10 from reportlab.lib.styles import ParagraphStyle
92 styNormal = ParagraphStyle('normal')
95 styDots = ParagraphStyle('styDots',parent=styNormal,endDots='.')
107 styNormalCJK = ParagraphStyle('normal',wordWrap='CJK')
122 stySpaced = ParagraphStyle('spaced',
139 styBackground = ParagraphStyle('MyTitle',
266 styNormal = ParagraphStyle('normal')
290 stySTD = ParagraphStyle('STD', fontName = fontName)
401 p_style = ParagraphStyle('default')
462 stySTD = ParagraphStyle('STD',fontName=fontName)
[all …]
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/lib/
H A Dstyles.py111 class ParagraphStyle(PropertySet): class
269 pNormal = ParagraphStyle('Normal',None)
276 pPre = ParagraphStyle('Literal', pNormal)
285 stylesheet.add(ParagraphStyle(name='Normal',
291 stylesheet.add(ParagraphStyle(name='BodyText',
295 stylesheet.add(ParagraphStyle(name='Italic',
300 stylesheet.add(ParagraphStyle(name='Heading1',
308 stylesheet.add(ParagraphStyle(name='Title',
317 stylesheet.add(ParagraphStyle(name='Heading2',
362 stylesheet.add(ParagraphStyle(name='Bullet',
[all …]

12345678910>>...18