Home
last modified time | relevance | path

Searched refs:selectMasterPage (Results 1 – 13 of 13) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dpagepalette_masterpages.h44 void selectMasterPage(const QString& name);
70 void selectMasterPage(QListWidgetItem *item);
H A Dpagepalette_masterpages.cpp109 this, SLOT(selectMasterPage(QListWidgetItem*))); in connectSignals()
122 this, SLOT(selectMasterPage(QListWidgetItem*))); in disconnectSignals()
206 selectMasterPage(m_currentPage); in deleteMasterPage()
274 selectMasterPage(name); in duplicateMasterPage()
351 selectMasterPage(name); in newMasterPage()
391 void PagePalette_MasterPages::selectMasterPage(QListWidgetItem *item) in selectMasterPage() function in PagePalette_MasterPages
410 void PagePalette_MasterPages::selectMasterPage(const QString& name) in selectMasterPage() function in PagePalette_MasterPages
H A Dpicstatus.h96 void selectMasterPage(QString);
H A DcheckDocument.h100 void selectMasterPage(QString);
H A Doutlinepalette.h90 void selectMasterPage(QString);
H A Dpagepalette.cpp197 mpWidget->selectMasterPage(masterPage); in startMasterPageMode()
H A Dpicstatus.cpp423 emit selectMasterPage(currItem->OnMasterPage); in GotoPic() local
439 emit selectMasterPage(currItem->OnMasterPage); in SelectPic() local
H A DcheckDocument.cpp235 emit selectMasterPage(masterPageMap[ite]->pageName()); in slotSelect() local
244 emit selectMasterPage(masterPageItemMap[ite]->OnMasterPage); in slotSelect() local
H A Doutlinepalette.cpp1002 emit selectMasterPage(item->PageObject->pageName()); in slotSelect() local
1006 emit selectMasterPage(item->PageItemObject->OnMasterPage); in slotSelect() local
1062 emit selectMasterPage(item->PageItemObject->OnMasterPage); in slotDoubleClick() local
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/picbrowser/
H A Dpicturebrowser.h128 void selectMasterPage ( QString );
H A Dpicturebrowser.cpp76 …connect(this, SIGNAL(selectMasterPage(QString)), ScCore->primaryMainWindow(), SLOT(editMasterPages… in PictureBrowser()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scripter/
H A Dapi_Scripter.dialogs.outline.api552 * Scripter.dialogs.outline.selectMasterPage(arg1)
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dscribus.cpp795 …connect(docCheckerPalette, SIGNAL(selectMasterPage(QString)), this, SLOT(editMasterPagesStart(QStr… in initPalettes()
799 …connect(outlinePalette, SIGNAL(selectMasterPage(QString)), this, SLOT(editMasterPagesStart(QString… in initPalettes()
7911 connect(dia, SIGNAL(selectMasterPage(QString)), this, SLOT(editMasterPagesStart(QString))); in StatusPic()