Home
last modified time | relevance | path

Searched refs:Section (Results 1 – 25 of 161) sorted by relevance

1234567

/trunk/main/scp2/source/ooo/
H A Dprofileitem_ooo.scp29 Section = "Bootstrap";
38 Section = "Bootstrap";
47 Section = "Bootstrap";
58 Section = "Bootstrap";
74 Section = "Bootstrap";
90 Section = "Bootstrap";
103 Section = "Bootstrap";
114 Section = "Bootstrap";
123 Section = "Bootstrap";
132 Section = "Bootstrap";
[all …]
H A Dcommon_brand.scp815 Section = "Version";
824 Section = "Version";
832 Section = "Version";
843 Section = "Version";
856 Section = "Version";
867 Section = "Version";
876 Section = "Version";
885 Section = "Version";
894 Section = "Version";
905 Section = "Version";
[all …]
/trunk/main/sd/source/filter/ppt/
H A Dpropread.cxx282 Section::Section( Section& rSection ) in Section() function in Section
294 Section::Section( const sal_uInt8* pFMTID ) in Section() function in Section
412 Section::~Section() in ~Section()
601 Section& Section::operator=( Section& rSection ) in operator =()
649 Section* pSection; in GetSection()
651 for ( pSection = (Section*)First(); pSection; pSection = (Section*)Next() ) in GetSection()
663 for ( Section* pSection = (Section*)First(); pSection; pSection = (Section*)Next() ) in ~PropRead()
671 for ( Section* pSection = (Section*)First(); pSection; pSection = (Section*)Next() ) in Read()
709 Section* pSection; in operator =()
722 for ( pSection = (Section*)First(); pSection; pSection = (Section*)Next() ) in operator =()
[all …]
H A Dpropread.hxx125 friend class Section;
138 class Section : private List class
149 Section( const sal_uInt8* pFMTID );
150 Section( Section& rSection );
151 ~Section();
153 Section& operator=( Section& rSection );
173 void AddSection( Section& rSection );
180 const Section* GetSection( const sal_uInt8* pFMTID );
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeTableTemplateLayoutController.java41 import org.jfree.report.structure.Section;
77 final Section section = new Section(); in initialize()
86 addFromSection(tables, (Section) report.getPageHeader()); in initialize()
92 addPBody(tables, (Section) report.getPreBodySection()); in initialize()
93 addFromBody(tables, (Section) report.getBodySection()); in initialize()
94 addPBody(tables, (Section) report.getPostBodySection()); in initialize()
107 private void addPBody(final List tables, final Section section) in addPBody()
128 if (node instanceof Section) in addFromBody()
130 final Section child = (Section) node; in addFromBody()
149 if (node instanceof Section) in addFromGroup()
[all …]
H A DTableCellLayoutController.java41 import org.jfree.report.structure.Section;
68 …(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_NAME, getDisplayStyleName((Section) element, defined… in computeAttributes()
102 final Section cell = (Section) getElement(); in computeValue()
122 private FormattedTextElement findFormattedTextElement(final Section section) in findFormattedTextElement()
132 else if (node instanceof Section) in findFormattedTextElement()
134 final FormattedTextElement retval = findFormattedTextElement((Section) node); in findFormattedTextElement()
144 private String getDisplayStyleName(final Section section, in getDisplayStyleName()
200 if (child instanceof Section) in getDisplayStyleName()
203 getDisplayStyleName((Section) child, defaultStyle); in getDisplayStyleName()
H A DImageElementLayoutController.java46 import org.jfree.report.structure.Section;
145 final Section tableRow = (Section) rowController.getNode(); in createContext()
163 final Section table = (Section) tableController.getNode(); in createContext()
165 …final Section columns = (Section) table.findFirstChild(OfficeNamespaces.TABLE_NS, OfficeToken.TABL… in createContext()
190 private int findNodeInSection(final Section tableRow, in findNodeInSection()
267 …void addColumnStyles(final ImageElementContext context, final Section columns, final int columnPos… in addColumnStyles()
295 …void addRowStyles(final ImageElementContext context, final Section table, final int rowPos, final … in addRowStyles()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DMasterPageFactory.java38 import org.jfree.report.structure.Section;
279 final Section header = new Section(); in setupMasterPage()
288 final Section footer = new Section(); in setupMasterPage()
311 final Section headerStyle = new Section(); in createPageStyle()
320 final Section footerStyle = new Section(); in createPageStyle()
367 Section headerStyle = derived.getHeaderStyle(); in derivePageStyle()
370 headerStyle = new Section(); in derivePageStyle()
380 Section footerStyle = derived.getFooterStyle(); in derivePageStyle()
383 footerStyle = new Section(); in derivePageStyle()
400 private static void applyHeaderFooterHeight(final Section headerFooterStyle, in applyHeaderFooterHeight()
[all …]
H A DTextRawReportTarget.java63 import org.jfree.report.structure.Section;
377 final Section sectionProperties = new Section(); in generateSectionStyle()
386 final Section columns = new Section(); in generateSectionStyle()
403 final Section column = new Section(); in generateSectionStyle()
471 final Section paragraphProps = new Section(); in createVariablesStyle()
481 final Section textProps = new Section(); in createVariablesStyle()
665 paragraphProps = new Section(); in startOther()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DReportReadHandler.java35 import org.jfree.report.structure.Section;
173 final Section preBody = createSection("report-pre-body", preBodyHandlers); in doneParsing()
179 final Section groupBody = new Section(); in doneParsing()
194 final Section postBody = createSection("report-post-body", postBodyHandlers); in doneParsing()
218 private final Section createSection(final String name, final List handler) in createSection()
222 final Section section = new Section(); in createSection()
H A DRootTableReadHandler.java30 import org.jfree.report.structure.Section;
41 private final Section section;
45 section = new Section(); in RootTableReadHandler()
48 protected RootTableReadHandler(final Section section) in RootTableReadHandler()
H A DSubDocumentReadHandler.java31 import org.jfree.report.structure.Section;
54 public SubDocumentReadHandler(final Section section, final ObjectOleElement element) in SubDocumentReadHandler()
60 public SubDocumentReadHandler(final Section section) in SubDocumentReadHandler()
119 readHandler = new SubDocumentReadHandler(new Section(), element); in getHandlerForChild()
H A DGroupReadHandler.java37 import org.jfree.report.structure.Section;
128 …((Element) ((Section) rh.getDetail().getElement()).getNode(0)).setAttribute(JFreeReportInfo.REPORT… in getHandlerForChild()
154 final Section groupBody = new Section(); in doneParsing()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DPageLayout.java27 import org.jfree.report.structure.Section;
36 public class PageLayout extends Section
55 public Section getHeaderStyle() in getHeaderStyle()
57 return (Section) findFirstChild(OfficeNamespaces.STYLE_NS, "header-style"); in getHeaderStyle()
60 public Section getFooterStyle() in getFooterStyle()
62 return (Section) findFirstChild(OfficeNamespaces.STYLE_NS, "footer-style"); in getFooterStyle()
H A DFixedTextElement.java25 import org.jfree.report.structure.Section;
36 private final Section content;
40 content = new Section(); in FixedTextElement()
44 public Section getContent() in getContent()
H A DOfficeMasterStyles.java29 import org.jfree.report.structure.Section;
48 private final Section otherNodes;
53 otherNodes = new Section(); in OfficeMasterStyles()
75 public Section getOtherNodes() in getOtherNodes()
/trunk/main/sal/osl/os2/
H A Dprofile.c173 static osl_TProfileSection* findEntry(osl_TProfileImpl* pProfile, const sal_Char* Section,
1675 Section = (sal_Char *)stripBlanks(Section, &Len); in addSection()
1685 sal_uInt32 Section; in removeSection() local
1687 if ((Section = pSection - pProfile->m_Sections) < pProfile->m_NoSections) in removeSection()
1690 if (pProfile->m_NoSections - Section > 1) in removeSection()
1692 memmove(&pProfile->m_Sections[Section], &pProfile->m_Sections[Section + 1], in removeSection()
1693 (pProfile->m_NoSections - Section - 1) * sizeof(osl_TProfileSection)); in removeSection()
1706 static osl_TProfileSection* findEntry(osl_TProfileImpl* pProfile, const sal_Char* Section, in findEntry() argument
1715 Len = strlen(Section); in findEntry()
1716 Section = (sal_Char *)stripBlanks(Section, &Len); in findEntry()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/text/
H A DNoCDATATextContentReadHandler.java39 import org.jfree.report.structure.Section;
57 private Section section;
61 public NoCDATATextContentReadHandler(final Section section, in NoCDATATextContentReadHandler()
69 public NoCDATATextContentReadHandler(final Section section) in NoCDATATextContentReadHandler()
76 this(new Section(), true); in NoCDATATextContentReadHandler()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportJob.java63 import org.jfree.report.structure.Section;
311 if (node instanceof Section) in collectGroupExpressions()
313 final Section section = (Section) node; in collectGroupExpressions()
352 final OfficeReport officeReport = (OfficeReport) ((Section) nodes[0]).getNode(0); in execute()
353 final Section reportBody = (Section) officeReport.getBodySection(); in execute()
/trunk/main/sal/osl/w32/
H A Dprofile.cxx167 static osl_TProfileSection* findEntry(osl_TProfileImpl* pProfile, const sal_Char* Section,
1836 Section = (sal_Char *)stripBlanks(Section, &Len); in addSection()
1846 sal_uInt32 Section; in removeSection() local
1848 if ((Section = pSection - pProfile->m_Sections) < pProfile->m_NoSections) in removeSection()
1852 if (pProfile->m_NoSections - Section > 1) in removeSection()
1854 memmove(&pProfile->m_Sections[Section], &pProfile->m_Sections[Section + 1], in removeSection()
1855 (pProfile->m_NoSections - Section - 1) * sizeof(osl_TProfileSection)); in removeSection()
1873 static osl_TProfileSection* findEntry(osl_TProfileImpl* pProfile, const sal_Char* Section, in findEntry() argument
1882 Len = strlen(Section); in findEntry()
1883 Section = (sal_Char *)stripBlanks(Section, &Len); in findEntry()
[all …]
/trunk/main/sal/osl/unx/
H A Dprofile.c159 static sal_Bool addSection(osl_TProfileImpl* pProfile, int Line, const sal_Char* Section, sal_uInt3…
161 static osl_TProfileSection* findEntry(osl_TProfileImpl* pProfile, const sal_Char* Section,
1779 pProfile->m_Sections[pProfile->m_NoSections - 1].m_Offset = Section - pProfile->m_Lines[Line]; in addSection()
1787 sal_uInt32 Section; in removeSection() local
1789 if ((Section = pSection - pProfile->m_Sections) < pProfile->m_NoSections) in removeSection()
1793 if (pProfile->m_NoSections - Section > 1) in removeSection()
1795 memmove(&pProfile->m_Sections[Section], &pProfile->m_Sections[Section + 1], in removeSection()
1796 (pProfile->m_NoSections - Section - 1) * sizeof(osl_TProfileSection)); in removeSection()
1814 static osl_TProfileSection* findEntry(osl_TProfileImpl* pProfile, const sal_Char* Section, in findEntry() argument
1823 Len = strlen(Section); in findEntry()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java62 import org.jfree.report.structure.Section;
393 tableRowProperties = new Section(); in processElement()
419 final Section textProperties = (Section) cellStyle.getTextProperties(); in processElement()
432 final Section props = (Section) cellStyle.getTableCellProperties(); in processElement()
620 final Section tableColumnProperties = new Section(); in createTableColumns()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStyleUtilities.java42 import org.jfree.report.structure.Section;
260 …final Section derivedStyle = performDataStyleProcessing(style, stylesCollection, predefCollection,… in performDataStyleProcessing()
265 … final Section styleMap = (Section) derivedStyle.findFirstChild(OfficeNamespaces.STYLE_NS, "map"); in performDataStyleProcessing()
277 private static Section performDataStyleProcessing(final Section style, in performDataStyleProcessing()
/trunk/main/reportdesign/source/ui/inspection/
H A Dinspection.src63 Text [ en-US ] = "Before Section" ;
67 Text [ en-US ] = "After Section" ;
71 Text [ en-US ] = "Before & After Section" ;
107 Text [ en-US ] = "Repeat Section" ;
164 Text [ en-US ] = "Section" ;
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/table/
H A DTableColumnReadHandler.java28 import org.jfree.report.structure.Section;
38 private final Section tableColumn;
42 tableColumn = new Section(); in TableColumnReadHandler()

Completed in 144 milliseconds

1234567