Home
last modified time | relevance | path

Searched refs:whereToInsert (Results 1 – 3 of 3) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dscribusdoc.h282 void copyPage(int pageNumberToCopy, int existingPage, int whereToInsert, int copyCount);
298 void copyLayer(int layerIDToCopy, int whereToInsert);
H A Dscribusdoc.cpp2812 void ScribusDoc::copyLayer(int layerIDToCopy, int whereToInsert) in copyLayer() argument
2814 if (!setActiveLayer(whereToInsert)) in copyLayer()
2829 …ToLayer(dataS, this, Pages->at(0)->xOffset(), Pages->at(0)->yOffset(), false, true, whereToInsert); in copyLayer()
7025 void ScribusDoc::copyPage(int pageNumberToCopy, int existingPage, int whereToInsert, int copyCount) in copyPage() argument
7035 ss->set("WHERE_TO", whereToInsert); in copyPage()
7087 if (whereToInsert==0) in copyPage()
7089 else if (whereToInsert==2) in copyPage()
7168 addPageToSection(existingPage, whereToInsert, copyCount); in copyPage()
H A Dscribus.cpp6101 int whereToInsert=dia->getWhere(); in copyPage() local
6104 doc->copyPage(pageNumberToCopy, wo, whereToInsert, copyCount); in copyPage()