Home
last modified time | relevance | path

Searched refs:fontFaceDecls (Results 1 – 3 of 3) sorted by relevance

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/
H A DFontFaceDeclsReadHandler.java52 private final FontFaceDeclsSection fontFaceDecls; field in FontFaceDeclsReadHandler
55 public FontFaceDeclsReadHandler(final FontFaceDeclsSection fontFaceDecls) in FontFaceDeclsReadHandler() argument
57 this.fontFaceDecls = fontFaceDecls; in FontFaceDeclsReadHandler()
63 return fontFaceDecls; in getFontFaceDecls()
105 fontFaceDecls.addFontFace((FontFaceElement) handler.getElement()); in doneParsing()
111 return fontFaceDecls; in getElement()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DOfficeStylesCollection.java53 private final FontFaceDeclsSection fontFaceDecls; field in OfficeStylesCollection
60 fontFaceDecls = new FontFaceDeclsSection(); in OfficeStylesCollection()
117 return fontFaceDecls; in getFontFaceDecls()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStylesWriter.java194 final FontFaceDeclsSection fontFaceDecls = collection.getFontFaceDecls(); in writeFontFaces() local
195 final FontFaceElement[] fontFaceElements = fontFaceDecls.getAllFontFaces(); in writeFontFaces()

Completed in 29 milliseconds