Home
last modified time | relevance | path

Searched refs:style3 (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/editors/calligra/calligra-3.2.1/libs/text/styles/tests/
H A DTestStyles.cpp73 KoParagraphStyle style3; in testChangeParent() local
74 style3.setParentStyle(&style1); in testChangeParent()
80 style3.setParentStyle(0); in testChangeParent()
85 style3.setParentStyle(&style1); in testChangeParent()
92 style3.setParentStyle(&style2); in testChangeParent()
141 KoParagraphStyle style3; in testApplyParagraphStyleWithParent() local
142 style3.setStyleId(1004); in testApplyParagraphStyleWithParent()
162 style3.setLineSpacing(23.45); in testApplyParagraphStyleWithParent()
170 style3.setNormalLineHeight(); in testApplyParagraphStyleWithParent()
177 style3.setLineSpacing(56.78); in testApplyParagraphStyleWithParent()
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/text/tests/
H A DTestKoTableColumnAndRowStyleManager.cpp34 KoTableColumnStyle *style3 = new KoTableColumnStyle(); in testColumns() local
43 manager.insertColumns(1, 2, *style3); in testColumns()
46 QVERIFY(manager.columnStyle(1) == *style3); in testColumns()
47 QVERIFY(manager.columnStyle(2) == *style3); in testColumns()
54 QVERIFY(manager.columnStyle(1) == *style3); in testColumns()
64 KoTableRowStyle *style3 = new KoTableRowStyle(); in testRows() local
72 manager.insertRows(1, 2, *style3); in testRows()
75 QVERIFY(manager.rowStyle(1) == *style3); in testRows()
76 QVERIFY(manager.rowStyle(2) == *style3); in testRows()
83 QVERIFY(manager.rowStyle(1) == *style3); in testRows()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet189.java52 StyleRange style3 = new StyleRange(); in main() local
53 style3.start = 25; in main()
54 style3.length = 13; in main()
55 style3.underline = true; in main()
56 style3.strikeout = true; in main()
57 text.setStyleRange(style3); in main()
H A DSnippet163.java49 StyleRange style3 = new StyleRange(); in main() local
50 style3.start = 25; in main()
51 style3.length = 13; in main()
52 style3.background = display.getSystemColor(SWT.COLOR_BLUE); in main()
53 text.setStyleRange(style3); in main()
H A DSnippet256.java44 TextStyle style3 = new TextStyle(font, null, null); in main() local
45 style3.underline = true; in main()
46 style3.strikeout = true; in main()
47 layout.setStyle(style3, 54, 57); in main()
H A DSnippet236.java51 TextStyle style3 = new TextStyle(font3, display.getSystemColor(SWT.COLOR_RED), null); in main() local
54 textLayout.setStyle(style3, 2, 2); textLayout.setStyle(style3, 21, 27); in main()
H A DSnippet145.java47 TextStyle style3 = new TextStyle(font3, blue, gray); in main() local
52 layout.setStyle(style3, 13, 21); in main()
H A DSnippet222.java63 StyleRange style3 = new StyleRange(); in main() local
64 style3.metrics = new GlyphMetrics(0, 0, 50); in main()
/dports/textproc/py-xlwt/xlwt-1.3.0/examples/
H A Dmerged1.py78 style3 = XFStyle() variable
79 style3.font = fnt3
80 style3.alignment = al1
81 style3.pattern = pat2
82 style3.borders = brd3
98 ws0.merge(14, 16, 1, 7, style3)
/dports/editors/texmacs/TeXmacs-1.99.4-src/plugins/texgraph/
H A Dtexgraph_macros_texmacs.mac16 style3 = [dashed, 4, gray];
43 style3:= [linestyle, width, color] traits de contruction}
44 …[transfType:=1, transfElem:=0, style1:=[solid,6,black], style2:=[solid,6,blue], style3:=[dashed, 4…
67 LineStyle:=style3[1], Width:=style3[2], Color:=style3[3],
74 LineStyle:=style3[1]
99 style3:= [linestyle, width, color] traits de contruction}
118 LineStyle:=style3[1], Width:=style3[2], Color:=style3[3],
123 LineStyle:=style3[1]
142 style3:= [linestyle, width, color] traits de contruction}
161 LineStyle:=style3[1], Width:=style3[2], Color:=style3[3],
[all …]
/dports/math/octave/octave-6.4.0/libgui/
H A Ddefault-qt-settings.in37 Octave\style3\color=11184640
38 Octave\style3\eolfill=false
40 Octave\style3\paper=16777215
77 C%2B%2B\style3\color=4157503
78 C%2B%2B\style3\eolfill=false
257 Perl\style3\color=16384
258 Perl\style3\eolfill=true
431 Batch\style3\eolfill=true
466 Diff\style3\color=8323072
467 Diff\style3\eolfill=false
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/properties/longhands/
H A Dcustom_property_test.cc103 auto style3 = ComputedStyle::Clone(GetComputedStyle()); in TEST_F() local
110 EXPECT_FALSE(x.ComputedValuesEqual(*style1, *style3)); in TEST_F()
111 EXPECT_FALSE(x.ComputedValuesEqual(*style2, *style3)); in TEST_F()
118 EXPECT_FALSE(y.ComputedValuesEqual(*style1, *style3)); in TEST_F()
119 EXPECT_FALSE(y.ComputedValuesEqual(*style2, *style3)); in TEST_F()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/tecnickcom/tcpdf/examples/
H A Dexample_012.php72 $style3 = array('width' => 1, 'cap' => 'round', 'join' => 'round', 'dash' => '2,10', 'color' => arr… variable
85 $pdf->Line(5, 10, 80, 10, $style3);
90 $pdf->Rect(145, 10, 40, 20, 'D', array('all' => $style3));
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/tecnickcom/tcpdf/examples/
H A Dexample_012.php72 $style3 = array('width' => 1, 'cap' => 'round', 'join' => 'round', 'dash' => '2,10', 'color' => arr… variable
85 $pdf->Line(5, 10, 80, 10, $style3);
90 $pdf->Rect(145, 10, 40, 20, 'D', array('all' => $style3));
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/tecnickcom/tcpdf/examples/
H A Dexample_012.php72 $style3 = array('width' => 1, 'cap' => 'round', 'join' => 'round', 'dash' => '2,10', 'color' => arr… variable
85 $pdf->Line(5, 10, 80, 10, $style3);
90 $pdf->Rect(145, 10, 40, 20, 'D', array('all' => $style3));
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/tecnickcom/tcpdf/examples/
H A Dexample_012.php72 $style3 = array('width' => 1, 'cap' => 'round', 'join' => 'round', 'dash' => '2,10', 'color' => arr… variable
85 $pdf->Line(5, 10, 80, 10, $style3);
90 $pdf->Rect(145, 10, 40, 20, 'D', array('all' => $style3));
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/tecnickcom/tcpdf/examples/
H A Dexample_012.php72 $style3 = array('width' => 1, 'cap' => 'round', 'join' => 'round', 'dash' => '2,10', 'color' => arr… variable
85 $pdf->Line(5, 10, 80, 10, $style3);
90 $pdf->Rect(145, 10, 40, 20, 'D', array('all' => $style3));
/dports/cad/kicad-library-footprints-devel/kicad-footprints-ac8de318d8ef7b3eb64c78c6c2650b7b085f3271/Inductor_THT.pretty/
H A DL_Radial_D10.0mm_P5.00mm_Neosid_SD12_style3.kicad_mod2 …adial series, Radial, pin pitch=5.00mm, , diameter=10.0mm, Neosid, SD12, style3, http://www.neosid…
3 (tags "Inductor Radial series Radial pin pitch 5.00mm diameter 10.0mm Neosid SD12 style3")
H A DL_Radial_D10.0mm_P5.00mm_Neosid_SD12k_style3.kicad_mod2 …dial series, Radial, pin pitch=5.00mm, , diameter=10.0mm, Neosid, SD12k, style3, http://www.neosid…
3 (tags "Inductor Radial series Radial pin pitch 5.00mm diameter 10.0mm Neosid SD12k style3")
/dports/shells/zsh/zsh-5.8.1/Functions/Misc/
H A Dzstyle+7 # + ':frob' style3 value3
11 # and style3 with value3 for :foo:bar:frob.
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stopmotion/
H A Dstopmotionlight.cpp111 QString style3 = QString("background-color: rgb(%1,%2,%3);") in showOverlays() local
115 m_fullScreen3->setStyleSheet(style3); in showOverlays()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/examples/demod/
H A Dpam_timing.grc381 style3: '1'
475 style3: '1'
569 style3: '1'
663 style3: '1'
757 style3: '1'
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/ooxmlexport/
H A Dooxmlexport.cxx475 …OUString style3 = getXPath(doc, "/w:ftr/w:p/w:r[5]/mc:AlternateContent/mc:Fallback/w:pict/v:rect",… variable
476 CPPUNIT_ASSERT( style3.indexOf( ";width:36pt;" ) >= 0 );
477 CPPUNIT_ASSERT( style3.indexOf( ";mso-position-horizontal-relative:text" ) >= 0 );
478 CPPUNIT_ASSERT( style3.indexOf( ";mso-position-vertical-relative:text" ) >= 0 );
490 …OUString style3 = getXPath(doc, "/w:hdr/w:p/w:r[4]/mc:AlternateContent/mc:Fallback/w:pict/v:rect",… variable
491 CPPUNIT_ASSERT( style3.indexOf( ";width:163.8pt;" ) >= 0 );
492 CPPUNIT_ASSERT( style3.indexOf( ";mso-position-horizontal-relative:page" ) >= 0 );
493 CPPUNIT_ASSERT( style3.indexOf( ";mso-position-vertical-relative:page" ) >= 0 );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/ooxmlexport/
H A Dooxmlexport.cxx490 …OUString style3 = getXPath(doc, "/w:ftr/w:p/w:r[5]/mc:AlternateContent/mc:Fallback/w:pict/v:rect",… variable
491 CPPUNIT_ASSERT( style3.indexOf( ";width:36pt;" ) >= 0 );
492 CPPUNIT_ASSERT( style3.indexOf( ";mso-position-horizontal-relative:text" ) >= 0 );
493 CPPUNIT_ASSERT( style3.indexOf( ";mso-position-vertical-relative:text" ) >= 0 );
508 …OUString style3 = getXPath(doc, "/w:hdr/w:p/w:r[4]/mc:AlternateContent/mc:Fallback/w:pict/v:rect",… variable
509 CPPUNIT_ASSERT( style3.indexOf( ";width:163.8pt;" ) >= 0 );
510 CPPUNIT_ASSERT( style3.indexOf( ";mso-position-horizontal-relative:page" ) >= 0 );
511 CPPUNIT_ASSERT( style3.indexOf( ";mso-position-vertical-relative:page" ) >= 0 );
/dports/sysutils/vivid/vivid-0.7.0/src/
H A Dtheme.rs187 let style3 = theme.get_style(&["t3".into()]).unwrap(); in basic() localVariable
188 assert_eq!("1", style3); in basic()

1234567