LibreOffice Module oox (master)
1
|
Variables | |
list | infile_name = sys.argv[1] |
list | id_out_name = sys.argv[2] |
list | name_out_name = sys.argv[3] |
list | txt_out_name = sys.argv[4] |
list | instrict_name = sys.argv[5] |
list | strict_out_name = sys.argv[6] |
dictionary | namespaces = {} |
tuple | line = line.strip() |
tuple | m = re.match(r'([a-zA-Z][a-zA-Z0-9]*)\s+([a-zA-Z0-9-.:\/]+)\s*$', line) |
dictionary | namespaces_strict = {} |
tuple | idfile = open(id_out_name, 'w') |
tuple | namefile = open(name_out_name, 'w') |
tuple | txtfile = open(txt_out_name, 'w') |
tuple | namefile_strict = open(strict_out_name, 'w') |
int | shift = 16 |
int | i = 1 |
cur_id = i<<shift | |
Definition at line 75 of file namespaces.py.
int namespaces.i = 1 |
Definition at line 72 of file namespaces.py.
Referenced by oox::ppt::PPTShape.addShape(), oox::drawingml.applyStyleList(), oox::ppt::SlidePersist.applyTextStyles(), oox::crypto::Standard2007Engine.calculateEncryptionKey(), VBAEncryption.calculateProjKey(), oox::vml::VMLExport.Commit(), oox::vml::Drawing.convertAndInsert(), oox::drawingml::chart::PlotAreaConverter.convertFromModel(), oox::drawingml.convertToOOEquation(), oox::drawingml::Shape.createAndInsert(), oox::drawingml::chart::TypeGroupConverter.createCategorySequence(), oox::ppt::SlidePersist.createConnectorShapeConnection(), oox::drawingml::chart::ChartConverter.createDataSequence(), oox::drawingml::DMLPresetShapeExporter.DMLPresetShapeExporter(), oox::crypto::DocumentEncryption.DocumentEncryption(), oox::drawingml::TextListStyle.dump(), oox::drawingml::ChartExport.exportSeriesCategory(), oox::drawingml::ChartExport.exportSeriesValues(), VbaExport.exportVBA(), oox::drawingml::ArtisticEffectProperties.getEffect(), PresetGeometryTypeNames.GetFontworkType(), oox::drawingml::DMLPresetShapeExporter.GetHandleValueOfModificationPoint(), PresetGeometryTypeNames.GetMsoName(), oox::drawingml::ChartExport.getSplitCategoriesList(), oox::vml::BezierShape.implConvertAndInsert(), oox::core::XmlFilterBase.importCustomFragments(), oox::ppt::PresentationFragmentHandler.importCustomSlideShow(), oox::ppt::PresentationFragmentHandler.importSlide(), oox::drawingml::SnakeAlg.layoutShapeChildren(), oox::dump.lcl_ConvertDouble(), oox::drawingml.lcl_fillCategoriesIntoStringVector(), oox::drawingml.lcl_getAllValuesFromSequence(), oox::drawingml.lcl_GetConnectorAdjustValue(), oox::drawingml.lcl_getLabelSequence(), oox::drawingml.lcl_GetTarget(), oox.lcl_StoreOwnAsOOXML(), oox.lclDumpAnyValue(), oox.lclDumpAnyValueCode(), oox::drawingml::chart::LegendConverter.legendEntriesFormatting(), oox::shape::WpsContext.onCreateContext(), oox::ppt::SlideMasterTextStylesContext.onCreateContext(), oox::drawingml::TextCharacterPropertiesContext.onCreateContext(), oox::drawingml::TextListStyle.operator=(), oox.printLevel(), oox::drawingml::TextBodyProperties.pushRotationAdjustments(), oox::drawingml::CustomShapeProperties.pushToPropSet(), oox::crypto::DocumentDecryption.readEncryptionInfo(), oox::ppt::TimeNode.setNode(), oox::drawingml.sortChildrenByZOrder(), oox::drawingml::TextListStyle.TextListStyle(), oox::drawingml::DrawingML.WriteCustomGeometrySegment(), oox::drawingml::ShapeExport.WriteCustomShape(), VBAEncryption.writeDataEnc(), VBAEncryption.writeDataLengthEnc(), oox::drawingml::ShapeExport.WriteGroupShape(), VBAEncryption.writeIgnoredEnc(), oox::drawingml::DrawingML.WriteOutline(), oox::drawingml::DrawingML.WritePolyPolygon(), VBACompressionChunk.writeRawChunk(), and oox::drawingml::DrawingML.WriteText().
list namespaces.id_out_name = sys.argv[2] |
Definition at line 21 of file namespaces.py.
tuple namespaces.idfile = open(id_out_name, 'w') |
Definition at line 62 of file namespaces.py.
list namespaces.infile_name = sys.argv[1] |
Definition at line 20 of file namespaces.py.
list namespaces.instrict_name = sys.argv[5] |
Definition at line 24 of file namespaces.py.
tuple namespaces.line = line.strip() |
Definition at line 33 of file namespaces.py.
Definition at line 39 of file namespaces.py.
list namespaces.name_out_name = sys.argv[3] |
Definition at line 22 of file namespaces.py.
tuple namespaces.namefile = open(name_out_name, 'w') |
Definition at line 63 of file namespaces.py.
tuple namespaces.namefile_strict = open(strict_out_name, 'w') |
Definition at line 65 of file namespaces.py.
dictionary namespaces.namespaces = {} |
Definition at line 29 of file namespaces.py.
dictionary namespaces.namespaces_strict = {} |
Definition at line 46 of file namespaces.py.
int namespaces.shift = 16 |
Definition at line 68 of file namespaces.py.
list namespaces.strict_out_name = sys.argv[6] |
Definition at line 25 of file namespaces.py.
list namespaces.txt_out_name = sys.argv[4] |
Definition at line 23 of file namespaces.py.
tuple namespaces.txtfile = open(txt_out_name, 'w') |
Definition at line 64 of file namespaces.py.