Home
last modified time | relevance | path

Searched refs:setActiveSheet (Results 1 – 25 of 47) sorted by relevance

12

/dports/editors/calligra/calligra-3.2.1/sheets/part/
H A DCanvasItem.cpp157 setActiveSheet(doc->map()->sheet(0)); in CanvasItem()
159 d->selection->setActiveSheet(activeSheet()); in CanvasItem()
161 … connect(d->selection, SIGNAL(visibleSheetRequested(Sheet*)), this, SLOT(setActiveSheet(Sheet*))); in CanvasItem()
294 void CanvasItem::setActiveSheet(Sheet* sheet) in setActiveSheet() function in CanvasItem
358 d->selection->setActiveSheet(d->activeSheet); in setActiveSheet()
373 d->selection->setActiveSheet(d->activeSheet); in setActiveSheet()
H A DView.cpp704 this, SLOT(setActiveSheet(Sheet*))); in initView()
1109 setActiveSheet(sheet); in initialPosition()
1110 d->mapViewModel->setActiveSheet(sheet); in initialPosition()
1267 d->selection->setActiveSheet(d->activeSheet); in setActiveSheet()
1305 d->mapViewModel->setActiveSheet(t); in changeSheet()
1403 setActiveSheet(t); in insertSheet()
1619 setActiveSheet(t); in nextSheet()
1632 setActiveSheet(t); in previousSheet()
1645 setActiveSheet(t); in firstSheet()
1658 setActiveSheet(t); in lastSheet()
[all …]
H A DPart.cpp66 view->setActiveSheet(qobject_cast<Sheets::Doc*>(document)->map()->sheet(0)); in createViewInstance()
H A DView.h235 void setActiveSheet(Sheet* sheet, bool updateTabBar = true);
/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/sheet/
H A Dxactivationbroadcaster.cxx60 xView->setActiveSheet(xSheet2); in testAddRemoveActivationEventListener()
65 xView->setActiveSheet(xSheet1); in testAddRemoveActivationEventListener()
H A Dxspreadsheetview.cxx32 xView->setActiveSheet(xNewSheet); in testGetSetActiveSheet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/sheet/
H A Dxactivationbroadcaster.cxx58 xView->setActiveSheet(xSheet2); in testAddRemoveActivationEventListener()
64 xView->setActiveSheet(xSheet1); in testAddRemoveActivationEventListener()
H A Dxspreadsheetview.cxx32 xView->setActiveSheet(xNewSheet); in testGetSetActiveSheet()
/dports/editors/calligra/calligra-3.2.1/sheets/tests/
H A DTestSelection.cpp40 selection.setActiveSheet(sheet1); in initialize()
118 selection.setActiveSheet(sheet1); in update()
188 selection.setActiveSheet(sheet1); in extend()
293 selection.setActiveSheet(sheet1); in activeElement()
340 selection.setActiveSheet(sheet1); in referenceSelectionMode()
396 selection.setActiveSheet(sheet1); in covering()
437 selection.setActiveSheet(sheet1); in splitting()
H A DTestSort.cpp45 selection->setActiveSheet(sheet); in AscendingOrder()
99 selection->setActiveSheet(sheet); in DescendingOrder()
H A DTestPasteCommand.cpp43 selection.setActiveSheet(sheet); in testKSpreadSnippet()
/dports/editors/calligra/calligra-3.2.1/sheets/ui/
H A DMapViewModel.cpp122 setActiveSheet(sheet); in setData()
131 void MapViewModel::setActiveSheet(Sheet* sheet) in setActiveSheet() function in MapViewModel
250 setActiveSheet(sheet); in gotoSheetActionTriggered()
H A DMapViewModel.h62 void setActiveSheet(Sheet* sheet);
/dports/www/ilias/ILIAS-5.4.25/Modules/DataCollection/classes/Content/
H A Dclass.ilDclContentImporter.php88 $excel->setActiveSheet(0);
99 $excel->setActiveSheet($sheet);
/dports/www/ilias6/ILIAS-6.14/Modules/DataCollection/classes/Content/
H A Dclass.ilDclContentImporter.php88 $excel->setActiveSheet(0);
99 $excel->setActiveSheet($sheet);
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/qa/integration/forms/
H A DSpreadsheetView.java53 view.setActiveSheet( sheet ); in activateSheet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/qa/integration/forms/
H A DSpreadsheetView.java53 view.setActiveSheet( sheet ); in activateSheet()
/dports/astro/stellarium/stellarium-0.21.3/src/external/qxlsx/
H A Dxlsxworkbook.h48 bool setActiveSheet(int index);
/dports/www/ilias/ILIAS-5.4.25/Services/Excel/classes/
H A Dclass.ilExcel.php125 $this->setActiveSheet($new_index);
136 public function setActiveSheet($a_index) function in ilExcel
/dports/www/ilias6/ILIAS-6.14/Services/Excel/classes/
H A Dclass.ilExcel.php125 $this->setActiveSheet($new_index);
136 public function setActiveSheet($a_index) function in ilExcel
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/sheet/
H A DXSpreadsheetView.idl44 void setActiveSheet( [in] com::sun::star::sheet::XSpreadsheet xActiveSheet );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/sheet/
H A DXSpreadsheetView.idl44 void setActiveSheet( [in] com::sun::star::sheet::XSpreadsheet xActiveSheet );
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DBookSettings.java97 public void setActiveSheet(String activeSheet) { in setActiveSheet() method in BookSettings
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DBookSettings.java97 public void setActiveSheet(String activeSheet) { in setActiveSheet() method in BookSettings
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/FirstSteps/
H A DFirstLoadComponent.java106 xSpreadsheetView.setActiveSheet(xSpreadsheet); in main()

12