Home
last modified time | relevance | path

Searched refs:AttributeMap (Results 1 – 22 of 22) sorted by relevance

/trunk/main/accessibility/source/helper/
H A Dcharacterattributeshelper.cxx40 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharBackColor… in CharacterAttributesHelper()
41 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharColor" ),… in CharacterAttributesHelper()
42 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharFontCharS… in CharacterAttributesHelper()
43 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharFontFamil… in CharacterAttributesHelper()
45 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharFontPitch… in CharacterAttributesHelper()
51 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharWeight" )… in CharacterAttributesHelper()
52 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharPosture" … in CharacterAttributesHelper()
71 …for ( AttributeMap::iterator aIt = m_aAttributeMap.begin(); aIt != m_aAttributeMap.end(); ++aIt, +… in GetCharacterAttributes()
92 AttributeMap aAttributeMap; in GetCharacterAttributes()
96 AttributeMap::iterator aFound = m_aAttributeMap.find( pNames[i] ); in GetCharacterAttributes()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java83 import org.jfree.layouting.util.AttributeMap;
519 public final void startElement(final AttributeMap roAttrs) in startElement()
793 protected void startBody(final AttributeMap attrs) in startBody()
816 protected void startGroup(final AttributeMap attrs) in startGroup()
838 protected void startGroupBody(final AttributeMap attrs) in startGroupBody()
933 public final void endElement(final AttributeMap roAttrs) in endElement()
1006 protected void endGroupBody(final AttributeMap attrs) in endGroupBody()
1011 protected void endGroupInstance(final AttributeMap attrs) in endGroupInstance()
1034 protected void endGroup(final AttributeMap attrs) in endGroup()
1042 protected void endBody(final AttributeMap attrs) in endBody()
[all …]
H A DStylesWriter.java45 import org.jfree.layouting.util.AttributeMap;
294 protected AttributeList buildAttributeList(final AttributeMap attrs) in buildAttributeList()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java53 import org.jfree.layouting.util.AttributeMap;
194 …public void startOther(final AttributeMap attrs) throws DataSourceException, ReportProcessingExcep… in startOther()
321 …private void processElement(final AttributeMap attrs, final String namespace, final String element… in processElement()
492 private void collectBoundaryForElement(final AttributeMap attrs) in collectBoundaryForElement()
577 final AttributeMap attrs = (AttributeMap) shapes.get(i); in createTableShapes()
581 startChartProcessing((AttributeMap) ole.get(i)); in createTableShapes()
640 …protected void endOther(final AttributeMap attrs) throws DataSourceException, ReportProcessingExce… in endOther()
699 private void generateCoveredTableCells(final AttributeMap attrs) throws IOException in generateCoveredTableCells()
747 protected void startContent(final AttributeMap attrs) throws IOException, DataSourceException, in startContent()
757 final AttributeMap tableAttributes = new AttributeMap(); in startContent()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/chart/
H A DChartRawReportTarget.java38 import org.jfree.layouting.util.AttributeMap;
93 …protected void startContent(final AttributeMap attrs) throws IOException, DataSourceException, Rep… in startContent()
104 …protected void endContent(final AttributeMap attrs) throws IOException, DataSourceException, Repor… in endContent()
115 protected void startReportSection(final AttributeMap attrs, final int role) in startReportSection()
120 protected void endReportSection(final AttributeMap attrs, final int role) in endReportSection()
125 …protected void startOther(final AttributeMap attrs) throws IOException, DataSourceException, Repor… in startOther()
147 …protected void endOther(final AttributeMap attrs) throws IOException, DataSourceException, ReportP… in endOther()
196 …private void processElement(final AttributeMap attrs, final String namespace, final String element… in processElement()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DVariablesDeclarationLayoutController.java32 import org.jfree.layouting.util.AttributeMap;
117 final AttributeMap vdSection = node.getAttributeMap(); in advance()
125 final AttributeMap map = generateVariableSetSection(variable); in advance()
135 private AttributeMap generateVariableSetSection(final FormattedTextElement variable) in generateVariableSetSection()
138 final AttributeMap variableSection = new AttributeMap(); in generateVariableSetSection()
H A DOfficeGroupSectionLayoutController.java28 import org.jfree.layouting.util.AttributeMap;
83 protected AttributeMap computeAttributes(final FlowController fc, in computeAttributes()
88 final AttributeMap attrs = super.computeAttributes(fc, element, target); in computeAttributes()
100 final AttributeMap retval = new AttributeMap(attrs); in computeAttributes()
H A DTableCellLayoutController.java31 import org.jfree.layouting.util.AttributeMap;
61 protected AttributeMap computeAttributes(final FlowController fc, in computeAttributes()
66 … final AttributeMap attributeMap = new AttributeMap(super.computeAttributes(fc, element, target)); in computeAttributes()
99 private DataFlags computeValue(final AttributeMap attributeMap) throws DataSourceException in computeValue()
H A DOfficePageSectionLayoutController.java23 import org.jfree.layouting.util.AttributeMap;
43 …protected AttributeMap computeAttributes(final FlowController flowController, final Element elemen… in computeAttributes()
45 …final AttributeMap map = new AttributeMap(super.computeAttributes(flowController, element, reportT… in computeAttributes()
H A DOfficeTableLayoutController.java28 import org.jfree.layouting.util.AttributeMap;
51 …protected AttributeMap computeAttributes(final FlowController fc, final Element element, final Rep… in computeAttributes()
54 … final AttributeMap attributeMap = new AttributeMap(super.computeAttributes(fc, element, target)); in computeAttributes()
H A DOfficeGroupLayoutController.java28 import org.jfree.layouting.util.AttributeMap;
191 …protected AttributeMap computeAttributes(final FlowController fc, final Element element, final Rep… in computeAttributes()
194 final AttributeMap map = new AttributeMap(super.computeAttributes(fc, element, target)); in computeAttributes()
H A DOfficeGroupInstanceSectionLayoutController.java26 import org.jfree.layouting.util.AttributeMap;
165 …protected AttributeMap computeAttributes(final FlowController fc, final Element element, final Rep… in computeAttributes()
168 final AttributeMap map = new AttributeMap(super.computeAttributes(fc, element, target)); in computeAttributes()
H A DObjectOleLayoutController.java33 import org.jfree.layouting.util.AttributeMap;
85 final AttributeMap ole = new AttributeMap(); in delegateContentGeneration()
H A DFormattedTextLayoutController.java34 import org.jfree.layouting.util.AttributeMap;
112 final AttributeMap variablesGet = new AttributeMap(); in delegateContentGeneration()
H A DFormatValueUtility.java36 import org.jfree.layouting.util.AttributeMap;
65 … public static String applyValueForVariable(final Object value, final AttributeMap variableSection) in applyValueForVariable()
116 …public static void applyValueForCell(final Object value, final AttributeMap variableSection, final… in applyValueForCell()
H A DImageElementLayoutController.java32 import org.jfree.layouting.util.AttributeMap;
107 final AttributeMap image = new AttributeMap(); in generateImage()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java55 import org.jfree.layouting.util.AttributeMap;
514 protected void startContent(final AttributeMap attrs) in startContent()
536 protected void startOther(final AttributeMap attrs) in startOther()
723 private void startRow(final AttributeMap attrs) in startRow()
751 private void startTable(final AttributeMap attrs) in startTable()
1118 protected void startGroup(final AttributeMap attrs) in startGroup()
1155 protected void startGroupInstance(final AttributeMap attrs) in startGroupInstance()
1164 protected void endGroup(final AttributeMap attrs) in endGroup()
1299 protected void endOther(final AttributeMap attrs) in endOther()
1405 protected void endGroupBody(final AttributeMap attrs) in endGroupBody()
[all …]
/trunk/main/sax/inc/sax/parser/
H A Dsaxparser.hxx63 virtual void StartElement( sal_uInt32 aElementToken, const AttributeMap& rAttributes );
74 virtual SaxContextRef CreateContext( sal_uInt32 aElementToken, const AttributeMap& rAttributes );
113 virtual void StartElement( sal_uInt32 aElementToken, const AttributeMap& rAttributes );
132 virtual SaxContextRef CreateContext( sal_uInt32 aElementToken, const AttributeMap& rAttributes );
/trunk/main/sax/inc/sax/tools/
H A Dattributemap.hxx40 class SAX_DLLPUBLIC AttributeMap : public AttributeMapBase class
43 AttributeMap( const SaxTokenMap& rTokenMap );
44 ~AttributeMap();
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DPageSection.java27 import org.jfree.layouting.util.AttributeMap;
45 public static boolean isPrintWithReportHeader(final AttributeMap attrs) in isPrintWithReportHeader()
51 public static boolean isPrintWithReportFooter(final AttributeMap attrs) in isPrintWithReportFooter()
/trunk/main/accessibility/inc/accessibility/helper/
H A Dcharacterattributeshelper.hxx43 …d::map< ::rtl::OUString, ::com::sun::star::uno::Any, ::std::less< ::rtl::OUString > > AttributeMap; typedef in CharacterAttributesHelper
45 AttributeMap m_aAttributeMap;
/trunk/main/writerfilter/source/resourcemodel/
H A DWW8Analyzer.hxx47 typedef map<Id, sal_uInt32> AttributeMap; typedef in writerfilter::WW8Analyzer
51 mutable AttributeMap mAttributeMap;

Completed in 98 milliseconds