Home
last modified time | relevance | path

Searched refs:footer (Results 1 – 25 of 144) sorted by relevance

123456

/aoo42x/main/offapi/com/sun/star/style/
H A DPageProperties.idl311 /** contains the color of the background of the footer.
331 /** determines the left margin of the footer.
335 /** determines the right margin of the footer.
359 /** contains the left border distance of the footer.
363 /** contains the right border distance of the footer.
367 /** contains the top border distance of the footer.
371 /** contains the bottom border distance of the footer.
375 /** determines the shadow of the footer.
391 /** determines the height of the footer.
395 /** determines if a footer is used on the page.
[all …]
/aoo42x/main/solenv/bin/
H A Dpchdelta.py73 def writePch(pchname, header, footer, acceptedlines, testlines): argument
83 outputfile.write(footer)
93 def binaryTest(dirlist, lines, pchname, header, footer, acceptedlines, indent, startpoint): argument
98 writePch(pchname, header, footer, acceptedlines, lines)
121 …acceptedlines = binaryTest(dirlist, splitslice, pchname, header, footer, acceptedlines, indent + "…
152 footer = segments[2] variable
155 writePch(pchname + "_backup", header, footer, lines, [])
158 writePch(pchname, header, footer, [], [])
160 writePch(pchname, header, footer, lines, [])
166 acceptedlines = binaryTest(dirlist, lines, pchname, header, footer, [], "", 0)
[all …]
/aoo42x/main/offapi/com/sun/star/report/
H A DReportPrintOption.idl33 /** Specifies whether a page header or footer is printed on the same page as the report header or r…
39 /** The page header/footer is printed on all pages.
43 /** The page header/footer is not printed on the same page as the report header.
47 /** The page header/footer is not printed on the same page as the report footer.
51 /** The page header/footer is not printed on the same page as the report header or footer.
H A DXReportDefinition.idl206 /** Represents the location of the page footer.
285 /** Defines that the report footer is on.
295 /** Defines that the page footer is on.
329 /** returns the page footer if the <member>PageFooterOn</member>is <TRUE/>.
331 If the report has the page footer disabled.
339 /** returns the report footer if the <member>ReportFooterOn</member>is <TRUE/>.
341 If the report has the report footer disabled.
H A DXSection.idl118 <p>Not valid for page header or page footer.</p>
128 <p>Not valid for page header or page footer.</p>
138 <p>Not valid for page header or page footer.</p>
174 /** Specifies the parent of the section if it is a group header or group footer.
178 /** Specifies the parent of the section if it is a page header or page footer.
H A DXGroup.idl74 /** Defines if a group has a footer.
89 /** returns the group footer.
91 If the group has the footer disabled.
111 /** Specifies if a group header, detail, and footer section is printed on the same page.
H A DKeepTogether.idl33 /** Specifies that a group header, detail, and footer section is printed on the same page.
40 /** Prints the group without keeping the header, detail, and footer together on the same page.
44 /** Prints the group header, detail, and footer together on the same page.
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DPageContext.java44 private String footer; field in PageContext
102 return footer; in getFooter()
115 public void setFooter(final String footer, final CSSNumericValue height) in setFooter() argument
117 this.footer = footer; in setFooter()
H A DMasterPageFactory.java288 final Section footer = new Section(); in setupMasterPage() local
289 footer.setNamespace(OfficeNamespaces.STYLE_NS); in setupMasterPage()
290 footer.setType("footer"); in setupMasterPage()
291 footer.addNode(new RawText(pageFooter)); in setupMasterPage()
292 derived.addNode(footer); in setupMasterPage()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeGroupLayoutController.java96 final OfficeGroupSection footer = group.getFooter(); in initialize() local
97 repeatFooter = (footer != null && footer.isRepeatSection()); in initialize()
136 final OfficeGroupSection footer = group.getFooter(); in processContent() local
138 return processChild(controller, footer, getFlowController()); in processContent()
/aoo42x/main/offapi/com/sun/star/document/
H A DHeaderFooterSettings.idl36 // Note: Where is the distinction between header and footer ?
50 header or footer
55 header or footer
60 header or footer
/aoo42x/main/offapi/com/sun/star/text/
H A DAccessibleHeaderFooterView.idl53 contained in the header and footer and is at least partially visible
94 <li>The name is "header" or "footer" (or the equivalent term
96 <li>The description is "header" or "footer" (or the equivalent term
107 footer is not existing any longer)
127 or footer.
H A DTextPageStyle.idl115 /** contains the interface to the text of the footer.
123 /** contains the interface to the text of the footer of a left page.
131 /** contains the interface to the text of the footer of a right page.
H A DXHeaderFooter.idl51 the text interface for the header/footer text of a left page.
59 the text interface for the header/footer text of a right page.
/aoo42x/main/offapi/com/sun/star/sheet/
H A DXHeaderFooterContent.idl41 /** provides access to the text contents of a header or footer on a page.
51 header or footer.
60 header or footer.
69 header or footer.
H A DTablePageStyle.idl140 /** contains the content of the footer for left pages.
142 <p>After changing the footer text contents, this property has to be
162 /** contains the content of the footer for right pages.
164 <p>After changing the footer text contents, this property has to be
H A DHeaderFooterContent.idl37 /** represents the contents of a header or footer line in a page style.
45 /** provides access to the text parts of the header or footer line.
H A DTableAutoFormat.idl53 range are divided into a header row, a footer row and 2 data rows
54 (repeated in turn between header and footer row). The columns are
/aoo42x/main/reportdesign/source/ui/report/
H A Dreport.src151 Text [ en-US ] = "Remove report header / report footer" ;
156 Text [ en-US ] = "Add report header / report footer" ;
161 Text [ en-US ] = "Remove page header / page footer" ;
166 Text [ en-US ] = "Add page header / page footer" ;
187 Text [ en-US ] = "Add group footer " ;
192 Text [ en-US ] = "Remove group footer " ;
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A Dpagesetup.log18 Verify that top/bottom/header/footer page margins on sheet 2 are all 0.5inch
20 TEST START : Test header/footer text
35 TEST OK : Test header/footer text
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A Dpagesetup.log18 Verify that top/bottom/header/footer page margins on sheet 2 are all 0.5inch
20 TEST START : Test header/footer text
35 TEST OK : Test header/footer text
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A Dpagesetup.log18 Verify that top/bottom/header/footer page margins on sheet 2 are all 0.5inch
20 TEST START : Test header/footer text
35 TEST OK : Test header/footer text
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/
H A Dpagesetup.log18 Verify that top/bottom/header/footer page margins on sheet 2 are all 0.5inch
20 TEST START : Test header/footer text
35 TEST OK : Test header/footer text
/aoo42x/main/filter/source/xslt/import/wordml/
H A Dwordml2ooo_props.xsl62 <xsl:variable name="footer-margin">
64 <xsl:when test="w:pgMar/@w:footer">
65 <xsl:value-of select="w:pgMar/@w:footer"/>
73 <xsl:value-of select="$footer-margin"/>
/aoo42x/main/offapi/com/sun/star/logging/
H A DXLogFormatter.idl70 /** returns the footer string for the log
72 <p>This can be used to generate a footer string, which by the <type>XLogHandler</type>

Completed in 73 milliseconds

123456