Home
last modified time | relevance | path

Searched refs:structure (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/aoo42x/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx211 structure->getName()); in run()
212 assertFalse(structure->getBaseType().is()); in run()
221 structure->getMemberNames()[0]); in run()
235 structure->getName()); in run()
236 assertFalse(structure->getBaseType().is()); in run()
247 structure->getMemberNames()[0]); in run()
251 structure->getTypeParameters()[0]); in run()
254 structure->getTypeParameters()[1]); in run()
267 structure->getName()); in run()
271 structure->getBaseType()->getName()); in run()
[all …]
/aoo42x/main/stoc/test/tdmanager/
H A Dtesttdmanager.cxx203 assertEqual(css::uno::TypeClass_STRUCT, structure->getTypeClass()); in run()
209 structure->getName()); in run()
210 assertEqual< bool >(false, structure->getBaseType().is()); in run()
211 assertEqual< sal_Int32 >(1, structure->getMemberTypes().getLength()); in run()
216 structure->getMemberTypes()[0]->getName()); in run()
217 assertEqual< sal_Int32 >(1, structure->getMemberNames().getLength()); in run()
220 structure->getMemberNames()[0]); in run()
221 assertEqual< sal_Int32 >(0, structure->getTypeParameters().getLength()); in run()
222 assertEqual< sal_Int32 >(2, structure->getTypeArguments().getLength()); in run()
225 structure->getTypeArguments()[0]->getName()); in run()
[all …]
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dconfiguration.properties139 org.jfree.report.flow.structure.com.sun.star.report.pentaho.model.FixedTextElement=com.sun.star.rep…
140 org.jfree.report.flow.structure.com.sun.star.report.pentaho.model.FormattedTextElement=com.sun.star…
141 org.jfree.report.flow.structure.com.sun.star.report.pentaho.model.ObjectOleElement=com.sun.star.rep…
142 org.jfree.report.flow.structure.com.sun.star.report.pentaho.model.ImageElement=com.sun.star.report.…
143 org.jfree.report.flow.structure.com.sun.star.report.pentaho.model.TableCellElement=com.sun.star.rep…
144 org.jfree.report.flow.structure.com.sun.star.report.pentaho.model.OfficeReport=com.sun.star.report.…
145 org.jfree.report.flow.structure.com.sun.star.report.pentaho.model.OfficeGroup=com.sun.star.report.p…
146 org.jfree.report.flow.structure.com.sun.star.report.pentaho.model.OfficeGroupSection=com.sun.star.r…
147 org.jfree.report.flow.structure.com.sun.star.report.pentaho.model.VariablesDeclarationSection=com.s…
148 org.jfree.report.flow.structure.com.sun.star.report.pentaho.model.OfficeDetailSection=com.sun.star.…
[all …]
/aoo42x/main/udkapi/com/sun/star/beans/
H A DAmbiguous.idl31 <p>This structure is used as the type of interface attributes corresponding
38 The underlying value of this structure instance.
40 <p>Even if this structure instance is ambiguous, this member should
42 structure instance, <type scope="com::sun::star::beans">Optional</type>
48 Marks this structure instance as ambiguous.
H A DDefaulted.idl31 <p>This structure is used as the type of interface attributes corresponding
38 The underlying value of this structure instance.
40 <p>Even if this structure instance is defaulted, this member should
42 structure instance, <type scope="com::sun::star::beans">Optional</type>
48 Marks this structure instance as defaulted.
H A DOptional.idl31 <p>This structure is used as the type of interface attributes corresponding
40 Marks this structure instance as having an actual value.
45 The actual value of this structure instance.
47 <p>If no actual value is present, a producer of such a structure instance
48 should leave this member defaulted, and a consumer of such a structure
/aoo42x/main/offapi/com/sun/star/accessibility/
H A DTextSegment.idl29 /** This structure describes a text segment that is embedded in a larger
38 index. With it you can use this structure without having to
51 structure does not alter the enclosing text.</p>
68 structure. The index refers to the enclosing text.
73 text segment represented by this structure. The index refers to the
H A DAccessibleTableModelChangeType.idl36 <type>AccessibleTableModelChange</type> structure to specifiy the
54 structure to determine the indices of the rows and/or columns that
62 <type>AccessibleTableModelChange</type> structure.</p>
70 fields of the <type>AccessibleTableModelChange</type> structure have
/aoo42x/main/offapi/com/sun/star/ui/
H A DXUIElementSettings.idl41 /** provides functions to retrieve and change user interface element structure
62 to the structure of user interface element if the user interface element
75 /** set changes to the structure of the user interface element.
82 User interface elements cannot be changed directly. The changed structure
84 changes have to be made on the structure. The persistence of changes are
H A DConfigurableUIElement.idl100 /** provides functions to retrieve and change the user interface element structure data and to
105 /** specifies if the user interface element stores changes of its structure to its creator
112 If the property <member>Persistent</member> is <TRUE/> changes on the structure of
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeTableLayoutController.java34 import org.jfree.report.structure.Element;
35 import org.jfree.report.structure.Node;
36 import org.jfree.report.structure.Section;
H A DOfficeTableTemplateLayoutController.java39 import org.jfree.report.structure.Element;
40 import org.jfree.report.structure.Node;
41 import org.jfree.report.structure.Section;
H A DTableCellLayoutController.java39 import org.jfree.report.structure.Element;
40 import org.jfree.report.structure.Node;
41 import org.jfree.report.structure.Section;
H A DImageElementLayoutController.java44 import org.jfree.report.structure.Element;
45 import org.jfree.report.structure.Node;
46 import org.jfree.report.structure.Section;
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/text/
H A DNoCDATATextContentReadHandler.java38 import org.jfree.report.structure.Element;
39 import org.jfree.report.structure.Section;
40 import org.jfree.report.structure.StaticText;
H A DTextContentReadHandler.java25 import org.jfree.report.structure.Section;
26 import org.jfree.report.structure.StaticText;
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStylesWriter.java49 import org.jfree.report.structure.Element;
50 import org.jfree.report.structure.Node;
51 import org.jfree.report.structure.Section;
52 import org.jfree.report.structure.StaticText;
/aoo42x/main/offapi/com/sun/star/sheet/
H A DDataPilotTablePositionData.idl35 /** This structure contains information on a cell within a DataPilot table.
37 <p>This structure contains information on a particular cell within a DataPilot
63 /** <p>This member contains a structure of different types depending on the
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/table/
H A DCoveredCellReadHandler.java27 import org.jfree.report.structure.Element;
28 import org.jfree.report.structure.Section;
H A DTableColumnReadHandler.java27 import org.jfree.report.structure.Element;
28 import org.jfree.report.structure.Section;
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DOfficeMasterStyles.java28 import org.jfree.report.structure.Element;
29 import org.jfree.report.structure.Section;
H A DOfficeReport.java25 import org.jfree.report.structure.Element;
26 import org.jfree.report.structure.Node;
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/
H A DBodyReadHandler.java29 import org.jfree.report.structure.Element;
30 import org.jfree.report.structure.Section;
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/style/
H A DStyleDefinitionReadHandler.java30 import org.jfree.report.structure.Element;
31 import org.jfree.report.structure.Section;
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DRootTableReadHandler.java29 import org.jfree.report.structure.Element;
30 import org.jfree.report.structure.Section;

Completed in 95 milliseconds

12345678910>>...12