Home
last modified time | relevance | path

Searched refs:EMU_TO_POINT (Results 1 – 8 of 8) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/filters/libmso/
H A DODrawToOdf.cpp34 #define EMU_TO_POINT(emu) ((emu)/12700.0) macro
285 qreal lineWidthPt = EMU_TO_POINT(ds.lineWidth()); in defineGraphicProperties()
412 style.addPropertyPt("fo:margin-left", EMU_TO_POINT(ds.dxWrapDistLeft()), gt); in defineGraphicProperties()
413 style.addPropertyPt("fo:margin-right", EMU_TO_POINT(ds.dxWrapDistRight()), gt); in defineGraphicProperties()
414 style.addPropertyPt("fo:margin-top", EMU_TO_POINT(ds.dyWrapDistTop()), gt); in defineGraphicProperties()
425 style.addPropertyPt("fo:padding-left", EMU_TO_POINT(ds.dxTextLeft()), gt); in defineGraphicProperties()
426 style.addPropertyPt("fo:padding-top", EMU_TO_POINT(ds.dyTextTop()), gt); in defineGraphicProperties()
431 style.addPropertyPt("fo:padding-left", EMU_TO_POINT(0x00016530), gt); in defineGraphicProperties()
432 style.addPropertyPt("fo:padding-top", EMU_TO_POINT(0x0000B298), gt); in defineGraphicProperties()
433 style.addPropertyPt("fo:padding-right", EMU_TO_POINT(0x00016530), gt); in defineGraphicProperties()
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/sheets/xlsx/
H A DXlsxXmlDrawingReader.cpp143 rect.setX( EMU_TO_POINT(f1.m_colOff) ); in positionRect()
144 rect.setY( EMU_TO_POINT(f1.m_rowOff) ); in positionRect()
148 …rect.setWidth( columnWidth2( f2.m_col - f1.m_col - 1, EMU_TO_POINT(f2.m_colOff), defaultColumnWidt… in positionRect()
149 …rect.setHeight( rowHeight2( f2.m_row - f1.m_row - 1, EMU_TO_POINT(f2.m_rowOff), defaultRowHeight) … in positionRect()
/dports/editors/calligra/calligra-3.2.1/filters/stage/pptx/
H A DPptxXmlDocumentReader.cpp723 d->notePageLayout.width = EMU_TO_POINT(qreal(intCx)); in read_notesSz()
724 d->notePageLayout.height = EMU_TO_POINT(qreal(intCy)); in read_notesSz()
762 d->pageLayout.width = EMU_TO_POINT(qreal(intCx)); in read_sldSz()
763 d->pageLayout.height = EMU_TO_POINT(qreal(intCy)); in read_sldSz()
914 style.addPropertyPt("fo:margin-left", EMU_TO_POINT(347663)); in read_presentation()
918 style.addPropertyPt("fo:text-indent", EMU_TO_POINT(-342900)); in read_presentation()
/dports/editors/calligra/calligra-3.2.1/filters/libmsooxml/
H A DMsooXmlCommonReaderDrawingMLImpl.h1230 body->addAttributePt("svg:x", EMU_TO_POINT(f.m_colOff)); in generateFrameSp()
1231 body->addAttributePt("svg:y", EMU_TO_POINT(f.m_rowOff)); in generateFrameSp()
1845 chartWriter->m_x = EMU_TO_POINT(f.m_colOff); in read_chart()
1846 chartWriter->m_y = EMU_TO_POINT(f.m_rowOff); in read_chart()
1853 chartWriter->m_end_x = EMU_TO_POINT(f.m_colOff); in read_chart()
1854 chartWriter->m_end_y = EMU_TO_POINT(f.m_rowOff); in read_chart()
1862 chartWriter->m_x = EMU_TO_POINT(qMax((qint64)0, m_svgX)); in read_chart()
3162 marLeft = EMU_TO_POINT(marLeft); in read_DrawingML_pPr()
3170 firstInd = EMU_TO_POINT(firstInd); in read_DrawingML_pPr()
5081 marLeft = EMU_TO_POINT(marLeft); in lvlHelper()
[all …]
H A DMsooXmlUnits.h59 #define EMU_TO_POINT(emu) ((emu)/12700.0) macro
H A DMsooXmlDrawingReaderTableImpl.h196 const qreal columnWidth = EMU_TO_POINT(w.toFloat()); in read_gridCol()
227 style->setHeight(EMU_TO_POINT(h.toFloat())); in read_tr()
H A DMsooXmlDrawingMLSharedImpl.h136 m_currentBorder.outerPen.setWidthF(EMU_TO_POINT(w.toDouble())); in read_Table_generic()
254 m_currentLineWidth = EMU_TO_POINT(w.toDouble()); in read_ln()
/dports/editors/calligra/calligra-3.2.1/filters/words/docx/import/
H A DDocxXmlDocumentReader.cpp6992 x = QString::number(EMU_TO_POINT(_x), 'f'); in read_wrapPolygon()
6993 y = QString::number(EMU_TO_POINT(_y), 'f'); in read_wrapPolygon()