Lines Matching +defs:typ +defs:w

185 		double x, y, w, h;  in changed()  local
1878 double x, y, w, h; in restoreGrouping() local
2324 void ScribusDoc::setPage(double w, double h, double t, double l, double r, double b, double sp, dou… in setPage()
5162 …eItem::ItemFrameType frameType, double x, double y, double b, double h, double w, const QString& f… in createPageItem()
5244 …eItem::ItemFrameType frameType, double x, double y, double b, double h, double w, const QString& f… in itemAdd()
5294 … itemType, const PageItem::ItemFrameType frameType, double x, double y, double w, const QString& f… in itemAddArea()
5771 …int w = static_cast<int>(m_currentPage->width() + m_docPrefsData.docSetupPrefs.bleeds.left() + m_d… in OnPage() local
5785 int w = static_cast<int>(Pages->at(a)->width() + pageBleeds.left() + pageBleeds.right()); in OnPage() local
7654 void ScribusDoc::itemSelection_SetLineWidth(double w, Selection* customSelection) in itemSelection_SetLineWidth()
7690 void ScribusDoc::itemSelection_SetLineArt(Qt::PenStyle w, Selection* customSelection) in itemSelection_SetLineArt()
7714 void ScribusDoc::itemSelection_SetLineJoin(Qt::PenJoinStyle w, Selection* customSelection) in itemSelection_SetLineJoin()
7739 void ScribusDoc::itemSelection_SetLineEnd(Qt::PenCapStyle w, Selection* customSelection) in itemSelection_SetLineEnd()
7762 void ScribusDoc::itemSelection_SetLineSpacing(double w, Selection* customSelection) in itemSelection_SetLineSpacing()
8094 void ScribusDoc::itemSelection_SetItemGradMask(int typ, Selection* customSelection) in itemSelection_SetItemGradMask()
8120 void ScribusDoc::itemSelection_SetItemGradStroke(int typ, Selection* customSelection) in itemSelection_SetItemGradStroke()
8172 void ScribusDoc::itemSelection_SetItemGradFill(int typ, Selection* customSelection) in itemSelection_SetItemGradFill()
14773 double x, y, w, h; in groupObjectsSelection() local
14979 double x, y, w, h; in itemSelection_GroupObjects() local
15154 double x, y, w, h; in itemSelection_UnGroupObjects() local
15760 double w = currItem->OrigW * currItem->imageXScale(); in itemSelection_AdjustFrametoImageSize() local
17879 PageItem_NoteFrame *ScribusDoc::createNoteFrame(NotesStyle *nStyle, double x, double y, double w, d… in createNoteFrame()