LibreOffice Module oox (master) 1
|
Variables | |
infile_name = sys.argv[1] | |
id_out_name = sys.argv[2] | |
name_out_name = sys.argv[3] | |
txt_out_name = sys.argv[4] | |
instrict_name = sys.argv[5] | |
strict_out_name = sys.argv[6] | |
dictionary | namespaces = {} |
line = line.strip() | |
m = re.match(r'([a-zA-Z][a-zA-Z0-9]*)\s+([a-zA-Z0-9-.:\/]+)\s*$', line) | |
dictionary | namespaces_strict = {} |
idfile = open(id_out_name, 'w') | |
namefile = open(name_out_name, 'w') | |
txtfile = open(txt_out_name, 'w') | |
namefile_strict = open(strict_out_name, 'w') | |
int | shift = 16 |
int | i = 1; |
int | 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::ppt::SlidePersist.createXShapes(), 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(), FontworkHelpers.GetVMLFontworkShapetypeMarkup(), oox::vml::BezierShape.implConvertAndInsert(), oox::core::XmlFilterBase.importCustomFragments(), oox::ppt::PresentationFragmentHandler.importCustomSlideShow(), oox::ppt::PresentationFragmentHandler.importSlide(), oox::ppt::PresentationFragmentHandler.importSlideNames(), oox::drawingml::SnakeAlg.layoutShapeChildren(), oox::dump.lcl_ConvertDouble(), oox::drawingml.lcl_fillCategoriesIntoStringVector(), oox::drawingml.lcl_getAllValuesFromSequence(), oox::drawingml.lcl_GetConnectorAdjustValue(), oox::drawingml.lcl_GetGluePointId(), oox::drawingml.lcl_getLabelSequence(), oox::drawingml.lcl_GetTarget(), oox::ppt.lcl_SetEdgeLineValue(), oox.lcl_StoreOwnAsOOXML(), oox.lclDumpAnyValue(), oox.lclDumpAnyValueCode(), oox::drawingml::chart::LegendConverter.legendEntriesFormatting(), oox::drawingml::TextCharacterPropertiesContext.onCreateContext(), oox::ppt::SlideMasterTextStylesContext.onCreateContext(), oox::shape::WpsContext.onCreateContext(), oox::drawingml::TextListStyle.operator=(), oox.printLevel(), oox::drawingml::TextBodyProperties.pushTextDistances(), 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().
namespaces.id_out_name = sys.argv[2] |
Definition at line 21 of file namespaces.py.
namespaces.idfile = open(id_out_name, 'w') |
Definition at line 62 of file namespaces.py.
namespaces.infile_name = sys.argv[1] |
Definition at line 20 of file namespaces.py.
namespaces.instrict_name = sys.argv[5] |
Definition at line 24 of file namespaces.py.
namespaces.line = line.strip() |
Definition at line 33 of file namespaces.py.
Definition at line 39 of file namespaces.py.
namespaces.name_out_name = sys.argv[3] |
Definition at line 22 of file namespaces.py.
namespaces.namefile = open(name_out_name, 'w') |
Definition at line 63 of file namespaces.py.
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.
namespaces.strict_out_name = sys.argv[6] |
Definition at line 25 of file namespaces.py.
namespaces.txt_out_name = sys.argv[4] |
Definition at line 23 of file namespaces.py.
namespaces.txtfile = open(txt_out_name, 'w') |
Definition at line 64 of file namespaces.py.