| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/styles/ |
| H A D | StyleMapper.java | 47 public class StyleMapper class 52 public StyleMapper() in StyleMapper() method in StyleMapper 86 public static StyleMapper loadInstance(final ResourceManager resourceManager) in loadInstance() 89 …ager.createDirectly("res://com/sun/star/report/pentaho/styles/stylemapper.xml", StyleMapper.class); in loadInstance() 90 return (StyleMapper) resource.getResource(); in loadInstance()
|
| H A D | StyleMappingDocumentReadHandler.java | 44 private final StyleMapper styleMapper; 50 this.styleMapper = new StyleMapper(); in StyleMappingDocumentReadHandler()
|
| H A D | StyleMapperXmlResourceFactory.java | 50 return StyleMapper.class; in getFactoryType()
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/fo/ |
| H A D | BorderRightMapper.java | 33 import com.sun.star.report.pentaho.parser.StyleMapper; 41 public class BorderRightMapper implements StyleMapper
|
| H A D | FontSizeMapper.java | 25 import com.sun.star.report.pentaho.parser.StyleMapper; 30 public class FontSizeMapper implements StyleMapper
|
| H A D | FontStyleMapper.java | 25 import com.sun.star.report.pentaho.parser.StyleMapper; 30 public class FontStyleMapper implements StyleMapper
|
| H A D | FontWeightMapper.java | 25 import com.sun.star.report.pentaho.parser.StyleMapper; 30 public class FontWeightMapper implements StyleMapper
|
| H A D | BackgroundColorMapper.java | 25 import com.sun.star.report.pentaho.parser.StyleMapper; 32 public class BackgroundColorMapper implements StyleMapper
|
| H A D | ColorMapper.java | 25 import com.sun.star.report.pentaho.parser.StyleMapper; 32 public class ColorMapper implements StyleMapper
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/style/ |
| H A D | TextEmphasizeMapper.java | 25 import com.sun.star.report.pentaho.parser.StyleMapper; 29 public class TextEmphasizeMapper implements StyleMapper
|
| H A D | FontReliefMapper.java | 25 import com.sun.star.report.pentaho.parser.StyleMapper; 30 public class FontReliefMapper implements StyleMapper
|
| H A D | FontNameMapper.java | 25 import com.sun.star.report.pentaho.parser.StyleMapper; 32 public class FontNameMapper implements StyleMapper
|
| H A D | TextUnderlineColorMapper.java | 25 import com.sun.star.report.pentaho.parser.StyleMapper; 32 public class TextUnderlineColorMapper implements StyleMapper
|
| H A D | FontFamilyGenericMapper.java | 25 import com.sun.star.report.pentaho.parser.StyleMapper; 34 public class FontFamilyGenericMapper implements StyleMapper
|
| H A D | FontFamilyMapper.java | 25 import com.sun.star.report.pentaho.parser.StyleMapper; 34 public class FontFamilyMapper implements StyleMapper
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/table/ |
| H A D | RowHeightMapper.java | 25 import com.sun.star.report.pentaho.parser.StyleMapper; 35 public class RowHeightMapper implements StyleMapper
|
| H A D | ColumnWidthMapper.java | 25 import com.sun.star.report.pentaho.parser.StyleMapper; 35 public class ColumnWidthMapper implements StyleMapper
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/ |
| H A D | OneOfConstantsMapper.java | 25 import com.sun.star.report.pentaho.parser.StyleMapper; 35 public abstract class OneOfConstantsMapper implements StyleMapper
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/parser/ |
| H A D | StyleMapper.java | 27 public interface StyleMapper interface
|
| /AOO41X/main/reportbuilder/java/ |
| H A D | loader.properties | 25 …braries.resourceloader.factory.type.com.sun.star.report.pentaho.styles.StyleMapper=com.sun.star.re…
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
| H A D | OfficeDocumentReportTarget.java | 39 import com.sun.star.report.pentaho.styles.StyleMapper; 276 private StyleMapper styleMapper; 322 styleMapper = StyleMapper.loadInstance(realResourceManager); in OfficeDocumentReportTarget()
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/ |
| H A D | configuration.properties | 29 …ries.resourceloader.factory.modules.com.sun.star.report.pentaho.styles.StyleMapper.star=com.sun.st…
|