Home
last modified time | relevance | path

Searched refs:CurrentSelection (Results 1 – 25 of 60) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/uitest/writer_tests3/
H A Dtdf79236.py25 self.assertEqual(document.CurrentSelection.getByIndex(0).ParaLeftMargin, 0)
26 self.assertEqual(document.CurrentSelection.getByIndex(0).ParaRightMargin, 0)
27 self.assertEqual(document.CurrentSelection.getByIndex(0).ParaTopMargin, 0)
28 self.assertEqual(document.CurrentSelection.getByIndex(0).ParaBottomMargin, 0)
29 self.assertEqual(document.CurrentSelection.getByIndex(0).ParaFirstLineIndent, 0)
65 self.assertEqual(document.CurrentSelection.getByIndex(0).ParaTopMargin, 5503)
97 self.assertEqual(document.CurrentSelection.getByIndex(0).ParaLeftMargin, 0)
98 self.assertEqual(document.CurrentSelection.getByIndex(0).ParaRightMargin, 0)
99 self.assertEqual(document.CurrentSelection.getByIndex(0).ParaTopMargin, 0)
113 self.assertEqual(document.CurrentSelection.getByIndex(0).ParaLeftMargin, 0)
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/uitest/writer_tests/
H A Dtdf79236.py26 self.assertEqual(document.CurrentSelection.getByIndex(0).ParaLeftMargin, 0)
27 self.assertEqual(document.CurrentSelection.getByIndex(0).ParaRightMargin, 0)
28 self.assertEqual(document.CurrentSelection.getByIndex(0).ParaTopMargin, 0)
29 self.assertEqual(document.CurrentSelection.getByIndex(0).ParaBottomMargin, 0)
30 self.assertEqual(document.CurrentSelection.getByIndex(0).ParaFirstLineIndent, 0)
66 self.assertEqual(document.CurrentSelection.getByIndex(0).ParaTopMargin, 5503)
98 self.assertEqual(document.CurrentSelection.getByIndex(0).ParaLeftMargin, 0)
99 self.assertEqual(document.CurrentSelection.getByIndex(0).ParaRightMargin, 0)
100 self.assertEqual(document.CurrentSelection.getByIndex(0).ParaTopMargin, 0)
114 self.assertEqual(document.CurrentSelection.getByIndex(0).ParaLeftMargin, 0)
[all …]
/dports/audio/vimpc/vimpc-0.09.2/src/test/
H A Dwindow.cpp73 CPPUNIT_ASSERT(window_->CurrentSelection().first == 0);
74 CPPUNIT_ASSERT(window_->CurrentSelection().second == 9);
81 CPPUNIT_ASSERT(window_->CurrentSelection().first == 0);
82 CPPUNIT_ASSERT(window_->CurrentSelection().second == 9);
86 CPPUNIT_ASSERT(window_->CurrentSelection().first == 9);
87 CPPUNIT_ASSERT(window_->CurrentSelection().second == 0);
91 CPPUNIT_ASSERT(window_->CurrentSelection().first == 0);
92 CPPUNIT_ASSERT(window_->CurrentSelection().second == 9);
/dports/editors/libreoffice/libreoffice-7.2.6.2/uitest/impress_tests/
H A Ddrawinglayer.py42 self.assertIsNone(document.CurrentSelection)
45 …self.assertEqual("com.sun.star.drawing.SvxShapeCollection", document.CurrentSelection.getImplement…
60 …self.assertEqual("com.sun.star.drawing.SvxShapeCollection", document.CurrentSelection.getImplement…
62 self.assertIsNone(document.CurrentSelection)
93 self.assertIsNone(document.CurrentSelection)
96 …self.assertEqual("com.sun.star.drawing.SvxShapeCollection", document.CurrentSelection.getImplement…
111 …self.assertEqual("com.sun.star.drawing.SvxShapeCollection", document.CurrentSelection.getImplement…
113 self.assertIsNone(document.CurrentSelection)
144 self.assertIsNone(document.CurrentSelection)
147 …self.assertEqual("com.sun.star.drawing.SvxShapeCollection", document.CurrentSelection.getImplement…
[all …]
/dports/audio/vimpc/vimpc-0.09.2/src/window/
H A Dwindowselector.cpp60 int64_t pos1 = CurrentSelection().first; in AddLine()
61 int64_t pos2 = CurrentSelection().second; in AddLine()
66 pos1 = CurrentSelection().second; in AddLine()
92 int64_t pos1 = CurrentSelection().first; in DeleteLine()
93 int64_t pos2 = CurrentSelection().second; in DeleteLine()
98 pos1 = CurrentSelection().second; in DeleteLine()
H A Dplaylistwindow.cpp137 int64_t pos1 = CurrentSelection().first; in DeleteLine()
138 int64_t pos2 = CurrentSelection().second; in DeleteLine()
143 pos1 = CurrentSelection().second; in DeleteLine()
H A Dlibrarywindow.cpp249 int64_t pos1 = CurrentSelection().first; in AddLine()
250 int64_t pos2 = CurrentSelection().second; in AddLine()
255 pos1 = CurrentSelection().second; in AddLine()
312 int64_t pos1 = CurrentSelection().first; in DeleteLine()
313 int64_t pos2 = CurrentSelection().second; in DeleteLine()
318 pos1 = CurrentSelection().second; in DeleteLine()
H A Ddirectorywindow.cpp343 int64_t pos1 = CurrentSelection().first;
344 int64_t pos2 = CurrentSelection().second;
349 pos1 = CurrentSelection().second;
404 int64_t pos1 = CurrentSelection().first;
405 int64_t pos2 = CurrentSelection().second;
410 pos1 = CurrentSelection().second;
H A Dsongwindow.cpp486 pos1 = CurrentSelection().first;
487 pos2 = CurrentSelection().second;
492 pos1 = CurrentSelection().second;
H A Dselectwindow.hpp61 Selection CurrentSelection() const;
H A Dselectwindow.cpp193 Ui::Selection SelectWindow::CurrentSelection() const in CurrentSelection() function in SelectWindow
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/uitest/writer_tests/
H A Dtdf93068.py30 self.assertEqual("SwXTextTableCursor", document.CurrentSelection.getImplementationName())
52 self.assertEqual("SwXTextTableCursor", document.CurrentSelection.getImplementationName())
57 self.assertNotEqual("SwXTextTableCursor", document.CurrentSelection.getImplementationName())
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/uitest/calc_tests9/
H A Dtdf133629.py29 self.assertIsNotNone(getattr(document.CurrentSelection, 'Sheet1.A1:AMJ1048576'))
30 self.assertIsNotNone(getattr(document.CurrentSelection, 'Sheet1.A2:AMJ1048576'))
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/qa/uitest/impress_tests/
H A Dtdf82616.py32 self.assertIsNone(document.CurrentSelection)
36 …self.assertEqual("com.sun.star.drawing.SvxShapeCollection", document.CurrentSelection.getImplement…
H A DtextColumnsDialog.py31 …self.assertEqual("com.sun.star.drawing.SvxShapeCollection", document.CurrentSelection.getImplement…
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/
H A Dufilterconnector.pas51 property CurrentSelection: TBGRABitmap read GetCurrentSelection; property
133 sel := CurrentSelection;
275 curSel := CurrentSelection;
H A Ducolorfilters.pas54 selection := FilterConnector.CurrentSelection;
113 selection := FilterConnector.CurrentSelection;
198 selection := FilterConnector.CurrentSelection;
263 selection := FilterConnector.CurrentSelection;
494 selection := FFilterConnector.CurrentSelection;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_choice.py29 c.CurrentSelection
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/uitest/writer_tests6/
H A Dtdf44837.py40 self.assertEqual(len(document.CurrentSelection[0].String) > 1, True)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/uitest/writer_tests6/
H A Dtdf44837.py42 self.assertEqual(len(document.CurrentSelection[0].String) > 1, True)
/dports/x11-toolkits/scintilla/scite/src/
H A Dothers.properties240 command.help.*.properties="file://$(SciteDefaultHome)/SciTEDoc.html#property-$(CurrentSelection)"
243 ….help.*.properties=xdg-open "file://$(SciteDefaultHome)/SciTEDoc.html#property-$(CurrentSelection)"
248 command.0.*.bat=$(CurrentSelection)
/dports/editors/scite/scite/src/
H A Dothers.properties240 command.help.*.properties="file://$(SciteDefaultHome)/SciTEDoc.html#property-$(CurrentSelection)"
243 ….help.*.properties=xdg-open "file://$(SciteDefaultHome)/SciTEDoc.html#property-$(CurrentSelection)"
248 command.0.*.bat=$(CurrentSelection)
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DSelectMgr_SelectableObject.hxx191 const Handle(SelectMgr_Selection)& CurrentSelection() const { return myselections (mycurrent); } in Handle()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/object_carver/
H A Dcarver_operator.py91 self.CurrentSelection = context.selected_objects.copy()
402 self.CList = self.CurrentSelection
1046 ActiveObj = self.CurrentSelection[0]
1116 objBBDiagonal = objDiagonal(self.CurrentSelection[0])
1147 for o in self.CurrentSelection:
1152 selected_obj_list = self.CurrentSelection
1155 for obj in self.CurrentSelection:
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/image/
H A Duimageaction.pas953 LayerAction.CurrentSelection.PutImage(0,0,newSelection,dmSet);
1432 p := LayerAction.CurrentSelection.Data;
1433 for n := LayerAction.CurrentSelection.NbPixels-1 downto 0 do
1438 LayerAction.CurrentSelection.InvalidateBitmap;
1439 LayerAction.CurrentSelection.LinearNegative;
1530 ComputeSelectionMask(LayerAction.GetOrCreateSelectionLayer,LayerAction.CurrentSelection,r);
1532 LayerAction.NotifyChange(LayerAction.CurrentSelection, r);
1748 LayerAction.NotifyChange(LayerAction.CurrentSelection, bounds);

123