Home
last modified time | relevance | path

Searched refs:FontFaceDeclsSection (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/
H A DFontFaceDeclsReadHandler.java26 import com.sun.star.report.pentaho.model.FontFaceDeclsSection;
52 private final FontFaceDeclsSection fontFaceDecls;
55 public FontFaceDeclsReadHandler(final FontFaceDeclsSection fontFaceDecls) in FontFaceDeclsReadHandler()
61 public FontFaceDeclsSection getFontFaceDecls() in getFontFaceDecls()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DOfficeStylesCollection.java53 private final FontFaceDeclsSection fontFaceDecls;
60 fontFaceDecls = new FontFaceDeclsSection(); in OfficeStylesCollection()
115 public FontFaceDeclsSection getFontFaceDecls() in getFontFaceDecls()
H A DFontFaceDeclsSection.java39 public class FontFaceDeclsSection extends Element class
44 public FontFaceDeclsSection() in FontFaceDeclsSection() method in FontFaceDeclsSection
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStyleUtilities.java27 import com.sun.star.report.pentaho.model.FontFaceDeclsSection;
212 final FontFaceDeclsSection currentFonts = stylesCollection.getFontFaceDecls(); in performFontFaceProcessing()
213 final FontFaceDeclsSection predefFonts = predefCollection.getFontFaceDecls(); in performFontFaceProcessing()
H A DStylesWriter.java27 import com.sun.star.report.pentaho.model.FontFaceDeclsSection;
194 final FontFaceDeclsSection fontFaceDecls = collection.getFontFaceDecls(); in writeFontFaces()

Completed in 37 milliseconds