LibreOffice Module filter (master) 1
Variables
gentoken Namespace Reference

Variables

 tokenfile_name = sys.argv[1]
 
 hxx_name = sys.argv[2]
 
 gperf_name = sys.argv[3]
 
string gperf_header
 
dictionary tokens = {}
 
 line = line.strip()
 
 arr = line.split()
 
string t = "XML_" + arr[0]
 
 hxx = open(hxx_name, 'w')
 
 gperf = open(gperf_name, 'w', newline='\n')
 
int i = 0;
 

Variable Documentation

◆ arr

gentoken.arr = line.split()

Definition at line 31 of file gentoken.py.

◆ gperf

gentoken.gperf = open(gperf_name, 'w', newline='\n')

Definition at line 40 of file gentoken.py.

◆ gperf_header

string gentoken.gperf_header
Initial value:
1= r"""%language=C++
2%global-table
3%null-strings
4%struct-type
5struct xmltoken
6{
7 const char *name; sal_Int32 nToken;
8}
9%%
10"""

Definition at line 14 of file gentoken.py.

◆ gperf_name

gentoken.gperf_name = sys.argv[3]

Definition at line 12 of file gentoken.py.

◆ hxx

gentoken.hxx = open(hxx_name, 'w')

Definition at line 39 of file gentoken.py.

◆ hxx_name

gentoken.hxx_name = sys.argv[2]

Definition at line 11 of file gentoken.py.

◆ i

int gentoken.i = 0;

Definition at line 48 of file gentoken.py.

Referenced by EscherPropertyContainer.AddOpt(), DffPropertyReader.ApplyCustomShapeGeometryAttributes(), SdrPowerPointImport.ApplyTextObj(), PPTParagraphObj.ApplyTo(), CGMChart.CGMChart(), filter::config::CacheUpdateListener.changesOccurred(), PptSlideLayoutAtom.Clear(), EscherPropertyContainer.Commit(), ConvertEnhancedCustomShapeEquation(), EscherPropertyContainer.CreateConnectorProperties(), EscherPropertyContainer.CreateCustomShapeProperties(), msfilter::util.CreateDOCXStyleId(), createExtensionsSequence(), EscherPropertyContainer.CreatePolygonProperties(), SdrPowerPointImport.CreateTable(), T602ImportFilter::T602ImportFilter.detect(), FilterDetect.detect(), XMLFilterTestDialog.doExport(), CGMImpressOutAct.DrawPolybezier(), CGMImpressOutAct.EndGroup(), EscherBlibEntry.EscherBlibEntry(), msfilter::rtfutil.ExtractOLE2FromObjdata(), filter::config::FilterCache.FilterCache(), GraphicExportFilter.filterExportShape(), SVGFilter.filterImpressOrDraw(), PptSlidePersistList.FindPage(), filter::config::CacheItem.getAsPackedPropertyValueList(), EscherGraphicProvider.GetBlibID(), EscherGraphicProvider.GetBlibStoreContainerSize(), CGMElements.GetBundle(), EscherPropertyContainer.GetCustomShapeType(), SvxMSDffManager.GetFidclData(), PPTExtParaProv.GetGraphic(), msfilter::util.GetOOXMLPresetGeometry(), EscherPropertyContainer.GetOpt(), SVGActionWriter.GetPathString(), PDFDialog.getPropertyValues(), GetShadeColors(), PPTParagraphObj.GetTextSize(), msfilter::util.GETVMLShapeType(), PDFInteractionHandler.handleInteractionRequest(), filter::config::FilterCache.impl_convertFlagNames2FlagField(), IMPL_LINK(), filter::config::FilterCache.impl_loadItem(), filter::config::FilterCache.impl_loadSet(), filter::config::FilterCache.impl_savePatchUINames(), SVGFontExport.implCollectGlyphs(), SVGFilter.implCreateObjects(), SVGFilter.implCreateObjectsFromShapes(), CGM.ImplDefaultReplacement(), CGM.ImplDoClass4(), CGM.ImplDoClass5(), PDFFilter.implExport(), SVGFilter.implExport(), SVGFilter.implExportDrawPages(), SVGFilter.implExportMasterPages(), SVGFilter.implExportShapes(), SVGFilter.implExportTextShapeIndex(), implGenerateFieldId(), SVGFilter.implGenerateMetaData(), CGMBitmap.ImplGeneratePalette(), SVGFilter.implGenerateScript(), CGM.ImplGetSwitch4(), CGM.ImplGetSwitch8(), CGM.ImplGetVector(), SVGActionWriter.ImplMap(), ImplSearchEntry(), SVGActionWriter.ImplWriteText(), PDFExport.ImplWriteTiledWatermark(), T602ImportFilter::T602ImportFilter.importImpl(), SvxMSDffManager.ImportShape(), CGMElements.Init(), PPTStyleTextPropReader.Init(), PPTParagraphObj.Next(), PPTTextObj.Next(), SVGTextWriter.nextParagraph(), SvxMSDffManager.NotifyFreeObj(), XMLFilterTestDialog.onImportBrowse(), EscherBlibEntry.operator==(), ooo::vba.parseKeyEvent(), PPTExtParaProv.PPTExtParaProv(), PPTParaSheet.PPTParaSheet(), PPTStyleSheet.PPTStyleSheet(), PPTTextObj.PPTTextObj(), PPTTextRulerInterpreter.PPTTextRulerInterpreter(), SvxMSDffManager.ProcessObj(), SdrEscherImport.ProcessObj(), PPTParaSheet.Read(), PPTTextSpecInfoAtomInterpreter.Read(), msfilter::util.Read_SubF_Combined(), T602ImportFilter::T602ImportFilter.readnum(), PPTStyleTextPropReader.ReadParaProps(), DffPropertyReader.ReadPropSet(), SdrEscherImport.RecolorGraphic(), CGMImpressOutAct.RegPolyLine(), SdrPowerPointImport.SdrPowerPointImport(), SdrPowerPointImport.SeekOle(), SdrPowerPointImport.SeekToContentOfProgTag(), T602ImportFilter::T602ImportFilter.Setformat602(), EscherGraphicProvider.SetNewBlipStreamOffset(), SvxMSDffManager.SolveSolver(), svgi::ODFSerializer.startElement(), EscherGraphicProvider.WriteBlibStoreContainer(), msfilter::rtfutil.WriteHex(), and PPTStyleSheet.~PPTStyleSheet().

◆ line

gentoken.line = line.strip()

Definition at line 29 of file gentoken.py.

◆ t

string gentoken.t = "XML_" + arr[0]

◆ tokenfile_name

gentoken.tokenfile_name = sys.argv[1]

Definition at line 10 of file gentoken.py.

◆ tokens

dictionary gentoken.tokens = {}

Definition at line 25 of file gentoken.py.