Home
last modified time | relevance | path

Searched refs:getAttribute (Results 26 – 50 of 66) sorted by relevance

123

/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelEncoder.java262 Debug.log(Debug.TRACE,"bold : " + fmt.getAttribute(Format.BOLD) + in setCellFormat()
263 ",Italic : " + fmt.getAttribute(Format.ITALIC) + in setCellFormat()
264 ",Underline : " + fmt.getAttribute(Format.UNDERLINE)); in setCellFormat()
/trunk/main/forms/source/richtext/
H A Drtattributehandler.cxx106 return getAttribute(); in getAttributeId()
224 switch ( getAttribute() ) in ParaAlignmentHandler()
260 switch ( getAttribute() ) in LineSpacingHandler()
303 switch ( getAttribute() ) in EscapementHandler()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/
H A DConverterInfoReader.java179 temp = e.getAttribute(ATTRIB_OFFICE_TYPE); in parseConverterNode()
184 temp = e.getAttribute(ATTRIB_VERSION); in parseConverterNode()
212 temp = detailElement.getAttribute(ATTRIB_DEVICE_TYPE); in parseConverterNode()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DFontDescription.java69 if (fmt.getAttribute(Format.ITALIC)) in FontDescription()
72 if (fmt.getAttribute(Format.BOLD)) in FontDescription()
75 if (fmt.getAttribute(Format.UNDERLINE)) in FontDescription()
/trunk/main/writerfilter/source/doctok/
H A DWW8PropertySetImpl.cxx270 WW8PropertySetImpl::getAttribute(sal_uInt32 nOffset) const in getAttribute() function in writerfilter::doctok::WW8PropertySetImpl
390 WW8Property::Pointer_t pTmpAttr = mpAttrSet->getAttribute(mnOffset); in operator ++()
404 return mpAttrSet->getAttribute(mnOffset); in get()
H A DWW8PropertySetImpl.hxx93 virtual WW8Property::Pointer_t getAttribute(sal_uInt32 nOffset) const;
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentSerializerImpl.java209 String styleName = getAttribute(node, ATTRIBUTE_TEXT_STYLE_NAME); in traverseParagraph()
246 String styleName = getAttribute(node, ATTRIBUTE_TEXT_STYLE_NAME); in traverseParagraphContents()
417 private String getAttribute (Node node, String attribute) { in getAttribute() method in DocumentSerializerImpl
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DOfficeMasterPage.java45 return (String) getAttribute(OfficeNamespaces.STYLE_NS, "name"); in getStyleName()
55 return (String) getAttribute(OfficeNamespaces.STYLE_NS, "page-layout-name"); in getPageLayout()
H A DPageSection.java47 …final String pagePrintOption = (String) attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, "page-pri… in isPrintWithReportHeader()
53 …final String pagePrintOption = (String) attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, "page-pri… in isPrintWithReportFooter()
H A DReportElement.java60 …return OfficeToken.TRUE.equals(getAttribute(OfficeNamespaces.OOREPORT_NS, "print-when-group-change… in isPrintWhenGroupChanges()
78 …return OfficeToken.TRUE.equals(getAttribute(OfficeNamespaces.OOREPORT_NS, "print-repeated-values")… in isPrintRepeatedValues()
H A DOfficeGroup.java48 … return OfficeToken.TRUE.equals(getAttribute(OfficeNamespaces.OOREPORT_NS, "start-new-column")); in isStartNewColumn()
53 … return OfficeToken.TRUE.equals(getAttribute(OfficeNamespaces.OOREPORT_NS, "reset-page-number")); in isResetPageNumber()
H A DFontFaceElement.java44 return (String) getAttribute(OfficeNamespaces.STYLE_NS, "name"); in getStyleName()
H A DDataStyle.java44 return (String) getAttribute(OfficeNamespaces.STYLE_NS, "name"); in getStyleName()
H A DOfficeGroupSection.java47 getAttribute(OfficeNamespaces.OOREPORT_NS, "repeat-section"); in isRepeatSection()
H A DPageLayout.java47 return (String) getAttribute(OfficeNamespaces.STYLE_NS, "name"); in getStyleName()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/
H A DScriptNode.java56 String name = nameElement.getAttribute("value"); in init()
106 String value = nameElement.getAttribute("value"); in getStringProperty()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DIteratorRowCompare.java116 String orgRowRepeated = orgRow.getAttribute( in computeDiffs()
118 String modRowRepeated = modRow.getAttribute( in computeDiffs()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DDocumentMergerImpl.java169 String orgTableName = ((Element)orgSheet).getAttribute( in matchWorkSheet()
180 modTableName = ((Element)modSheetList.item(i)).getAttribute( in matchWorkSheet()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/
H A DPositionBaseRowMerge.java98 String orgColRepeated = orgCell.getAttribute( in mergeCellSequences()
100 String modColRepeated = modCell.getAttribute( in mergeCellSequences()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DTableCellLayoutController.java67 …final String definedStyle = (String) attributeMap.getAttribute(OfficeNamespaces.TABLE_NS, OfficeTo… in computeAttributes()
73 …final String valueType = (String) attributeMap.getAttribute(OfficeNamespaces.OFFICE_NS, FormatValu… in computeAttributes()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DPackageDescription.java426 String displayType = section.getAttribute("type"); in parse()
523 String pkgTypeName = section.getAttribute("type"); in parse()
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java369 "blah", xImpFoo.getAttribute("bar")); in testXDocument()
371 "quux", xImpFoo.getAttribute("baz")); in testXDocument()
821 String ret = xElemFoo.getAttribute("foo"); in testXElement()
921 "bar", xElemFoo.getAttribute("foo")); in testXElement()
2902 public String getAttribute(String n) { in getAttribute() method in DOMTest.MockElement
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/loader/
H A DInputRepositoryResourceData.java53 public Object getAttribute(final String key) in getAttribute() method in InputRepositoryResourceData
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPdbEncoder.java77 header.attribute = db.getAttribute(); in PdbEncoder()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DDataSheet.java81 if (sheetName.equals(e.getAttribute("ss:Name"))){ in getTableElement()

Completed in 80 milliseconds

123