Home
last modified time | relevance | path

Searched refs:tableProps (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java940 … final Element tableProps = produceFirstChild(style, OfficeNamespaces.STYLE_NS, TABLE_PROPERTIES); in startTable() local
941tableProps.setAttribute(OfficeNamespaces.STYLE_NS, MAY_BREAK_BETWEEN_ROWS, OfficeToken.FALSE); in startTable()
963 … final Element tableProps = produceFirstChild(style, OfficeNamespaces.STYLE_NS, TABLE_PROPERTIES); in startTable() local
964tableProps.setAttribute(OfficeNamespaces.STYLE_NS, MAY_BREAK_BETWEEN_ROWS, OfficeToken.FALSE); in startTable()
967 tableProps.setAttribute(OfficeNamespaces.FO_NS, KEEP_WITH_NEXT, ALWAYS); in startTable()
992 … final Element tableProps = produceFirstChild(style, OfficeNamespaces.STYLE_NS, TABLE_PROPERTIES); in startTable() local
994tableProps.setAttribute(OfficeNamespaces.STYLE_NS, MAY_BREAK_BETWEEN_ROWS, OfficeToken.FALSE); in startTable()
998 tableProps.setAttribute(OfficeNamespaces.FO_NS, KEEP_WITH_NEXT, ALWAYS); in startTable()
/aoo4110/main/sfx2/qa/complex/sfx2/undo/
H A DWriterDocumentTest.java93 final XPropertySet tableProps = UnoRuntime.queryInterface( XPropertySet.class, textTable ); in doMultipleModifications() local
94 tableProps.setPropertyValue( "BackColor", 0xCCFF44 ); in doMultipleModifications()

Completed in 25 milliseconds