Home
last modified time | relevance | path

Searched defs:sheet2 (Results 1 – 25 of 26) sorted by relevance

12

/dports/editors/calligra/calligra-3.2.1/sheets/tests/
H A DTestSelection.cpp36 Sheet* sheet2 = new Sheet(&map, "Sheet2"); in initialize() local
114 Sheet *sheet2 = new Sheet(&map, "Sheet2"); in update() local
184 Sheet *sheet2 = new Sheet(&map, "Sheet2"); in extend() local
289 Sheet *sheet2 = new Sheet(&map, "Sheet2"); in activeElement() local
336 Sheet *sheet2 = new Sheet(&map, "Sheet2"); in referenceSelectionMode() local
392 Sheet *sheet2 = new Sheet(&map, "Sheet2"); in covering() local
433 Sheet *sheet2 = new Sheet(&map, "Sheet2"); in splitting() local
H A DTestMathFunctions.cpp117 Sheet* sheet2 = m_map->sheet(1); in initTestCase() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/qa/unit/items/
H A Dtest_IndexedStyleSheets.cxx80 rtl::Reference<SfxStyleSheetBase> sheet2(new MockedStyleSheet("name2")); in AddedStylesheetsCanBeFoundAndRetrievedByPosition() local
102 rtl::Reference<SfxStyleSheetBase> sheet2(new MockedStyleSheet("name2")); in RemovedStyleSheetIsNotFound() local
114 rtl::Reference<SfxStyleSheetBase> sheet2(new MockedStyleSheet("sheet2")); in RemovingStyleSheetWhichIsNotAvailableHasNoEffect() local
127 rtl::Reference<SfxStyleSheetBase> sheet2(new MockedStyleSheet(name2)); in StyleSheetsCanBeRetrievedByTheirName() local
151 rtl::Reference<SfxStyleSheetBase> sheet2(new MockedStyleSheet(name1)); in KnowsThatItStoresAStyleSheet() local
171 rtl::Reference<SfxStyleSheetBase> sheet2(new MockedStyleSheet("name2", SfxStyleFamily::Para)); in PositionCanBeQueriedByFamily() local
190 rtl::Reference<SfxStyleSheetBase> sheet2(new MockedStyleSheet(name, SfxStyleFamily::Para)); in OnlyOneStyleSheetIsReturnedWhenReturnFirstIsUsed() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/qa/unit/items/
H A Dtest_IndexedStyleSheets.cxx76 rtl::Reference<SfxStyleSheetBase> sheet2(new MockedStyleSheet("name2")); in AddedStylesheetsCanBeFoundAndRetrievedByPosition() local
98 rtl::Reference<SfxStyleSheetBase> sheet2(new MockedStyleSheet("name2")); in RemovedStyleSheetIsNotFound() local
110 rtl::Reference<SfxStyleSheetBase> sheet2(new MockedStyleSheet("sheet2")); in RemovingStyleSheetWhichIsNotAvailableHasNoEffect() local
123 rtl::Reference<SfxStyleSheetBase> sheet2(new MockedStyleSheet(name2)); in StyleSheetsCanBeRetrievedByTheirName() local
148 rtl::Reference<SfxStyleSheetBase> sheet2(new MockedStyleSheet(name1)); in KnowsThatItStoresAStyleSheet() local
168 rtl::Reference<SfxStyleSheetBase> sheet2(new MockedStyleSheet("name2", SfxStyleFamily::Para)); in PositionCanBeQueriedByFamily() local
187 rtl::Reference<SfxStyleSheetBase> sheet2(new MockedStyleSheet(name, SfxStyleFamily::Para)); in OnlyOneStyleSheetIsReturnedWhenReturnFirstIsUsed() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dactive_style_sheets_test.cc51 CSSStyleSheet* sheet2 = CreateSheet(); in TEST_F() local
75 CSSStyleSheet* sheet2 = CreateSheet(); in TEST_F() local
94 CSSStyleSheet* sheet2 = CreateSheet(); in TEST_F() local
115 CSSStyleSheet* sheet2 = CreateSheet(); in TEST_F() local
152 CSSStyleSheet* sheet2 = CreateSheet(); in TEST_F() local
180 CSSStyleSheet* sheet2 = CreateSheet(); in TEST_F() local
208 CSSStyleSheet* sheet2 = CreateSheet(); in TEST_F() local
230 CSSStyleSheet* sheet2 = CreateSheet(); in TEST_F() local
257 CSSStyleSheet* sheet2 = CreateSheet(); in TEST_F() local
278 CSSStyleSheet* sheet2 = CreateSheet(); in TEST_F() local
[all …]
H A Dactive_style_sheets.cc110 const auto& sheet2 = *merged_iterator++; in CompareActiveStyleSheets() local
H A Dstyle_engine_test.cc681 CSSStyleSheet* sheet2 = in TEST_F() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dactive_style_sheets_test.cc51 CSSStyleSheet* sheet2 = CreateSheet(); in TEST_F() local
75 CSSStyleSheet* sheet2 = CreateSheet(); in TEST_F() local
94 CSSStyleSheet* sheet2 = CreateSheet(); in TEST_F() local
115 CSSStyleSheet* sheet2 = CreateSheet(); in TEST_F() local
153 CSSStyleSheet* sheet2 = CreateSheet(); in TEST_F() local
181 CSSStyleSheet* sheet2 = CreateSheet(); in TEST_F() local
209 CSSStyleSheet* sheet2 = CreateSheet(); in TEST_F() local
231 CSSStyleSheet* sheet2 = CreateSheet(); in TEST_F() local
258 CSSStyleSheet* sheet2 = CreateSheet(); in TEST_F() local
279 CSSStyleSheet* sheet2 = CreateSheet(); in TEST_F() local
[all …]
H A Dactive_style_sheets.cc110 const auto& sheet2 = *merged_iterator++; in CompareActiveStyleSheets() local
H A Dstyle_engine_test.cc714 CSSStyleSheet* sheet2 = in TEST_F() local
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_ComplexTensor_std.py78 sheet2 = ComplexMatrix(2, 2) variable
H A Dt_Tensor_std.py83 sheet2 = Matrix(2, 2) variable
H A Dt_SymmetricTensor_std.py79 sheet2 = SymmetricMatrix(2) variable
/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_Tensor_std.cxx125 Matrix sheet2(2, 2); in main() local
H A Dt_ComplexTensor_std.cxx125 ComplexMatrix sheet2(2, 2); in main() local
H A Dt_SymmetricTensor_std.cxx120 SymmetricMatrix sheet2(2); in main() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/
H A Dcss_lazy_parsing_test.cc151 auto* sheet2 = MakeGarbageCollected<CSSStyleSheet>( in TEST_F() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/parser/
H A Dcss_lazy_parsing_test.cc152 auto* sheet2 = MakeGarbageCollected<CSSStyleSheet>( in TEST_F() local
/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-sheet-rename.c51 Sheet *sheet2 = workbook_sheet_by_name (state->sheet->workbook, name); in cb_name_changed() local
/dports/sysutils/mate-control-center/mate-control-center-1.26.0/capplets/appearance/
H A Dmate-wp-item.c212 GdkPixbuf *sheet, *sheet2; in add_slideshow_frame() local
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/tests/workbook/
H A Dserialization_test_suite.cpp271 auto sheet2 = wb.create_sheet(); in test_write_comments_hyperlinks_formulae() local
397 auto sheet2 = wb[1]; in test_comments() local
/dports/misc/vxl/vxl-3.3.2/core/vgl/
H A Dvgl_polygon.hxx260 const typename vgl_polygon<T>::sheet_t& sheet2 = p[s2]; in vgl_selfintersections() local
/dports/deskutils/teapot/teapot-2.3.0/
H A Dsheet.c53 static void copycell(Sheet *sheet1, int x1, int y1, int z1, Sheet *sheet2, int x2, int y2, int z2) in copycell()
109 static void swapblock(Sheet *sheet1, int x1, int y1, int z1, Sheet *sheet2, int x2, int y2, int z2,… in swapblock()
139 static int cmpcell(Sheet *sheet1, int x1, int y1, int z1, Sheet *sheet2, int x2, int y2, int z2, in… in cmpcell()
/dports/editors/calligra/calligra-3.2.1/sheets/dialogs/
H A Dpivotmain.cpp256 Sheet* sheet2=mymap->createSheet("Filtered Sheet"); in filter() local
/dports/math/abs/abs-src-0.908/Interface/
H A Dcell_vb.c798 static nodeType *sheet2 = NULL; variable

12