/aoo42x/main/stoc/test/registry_tdprovider/ |
H A D | testregistrytdprovider.cxx | 211 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 D | testtdmanager.cxx | 203 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 D | configuration.properties | 139 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 D | Ambiguous.idl | 31 <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 D | Defaulted.idl | 31 <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 D | Optional.idl | 31 <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 D | TextSegment.idl | 29 /** 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 D | AccessibleTableModelChangeType.idl | 36 <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 D | XUIElementSettings.idl | 41 /** 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 D | ConfigurableUIElement.idl | 100 /** 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 D | OfficeTableLayoutController.java | 34 import org.jfree.report.structure.Element; 35 import org.jfree.report.structure.Node; 36 import org.jfree.report.structure.Section;
|
H A D | OfficeTableTemplateLayoutController.java | 39 import org.jfree.report.structure.Element; 40 import org.jfree.report.structure.Node; 41 import org.jfree.report.structure.Section;
|
H A D | TableCellLayoutController.java | 39 import org.jfree.report.structure.Element; 40 import org.jfree.report.structure.Node; 41 import org.jfree.report.structure.Section;
|
H A D | ImageElementLayoutController.java | 44 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 D | NoCDATATextContentReadHandler.java | 38 import org.jfree.report.structure.Element; 39 import org.jfree.report.structure.Section; 40 import org.jfree.report.structure.StaticText;
|
H A D | TextContentReadHandler.java | 25 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 D | StylesWriter.java | 49 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 D | DataPilotTablePositionData.idl | 35 /** 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 D | CoveredCellReadHandler.java | 27 import org.jfree.report.structure.Element; 28 import org.jfree.report.structure.Section;
|
H A D | TableColumnReadHandler.java | 27 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 D | OfficeMasterStyles.java | 28 import org.jfree.report.structure.Element; 29 import org.jfree.report.structure.Section;
|
H A D | OfficeReport.java | 25 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 D | BodyReadHandler.java | 29 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 D | StyleDefinitionReadHandler.java | 30 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 D | RootTableReadHandler.java | 29 import org.jfree.report.structure.Element; 30 import org.jfree.report.structure.Section;
|