Home
last modified time | relevance | path

Searched refs:Element (Results 126 – 150 of 492) sorted by relevance

12345678910>>...20

/trunk/main/svtools/source/uno/
H A Dunoimap.cxx569 …virtual void SAL_CALL insertByIndex( sal_Int32 Index, const Any& Element ) throw( IllegalArgumentE…
573 …virtual void SAL_CALL replaceByIndex( sal_Int32 Index, const Any& Element ) throw( IllegalArgument…
638 void SAL_CALL SvUnoImageMap::insertByIndex( sal_Int32 Index, const Any& Element ) in insertByIndex() argument
641 SvUnoImageMapObject* pObject = getObject( Element ); in insertByIndex()
683 void SAL_CALL SvUnoImageMap::replaceByIndex( sal_Int32 Index, const Any& Element ) throw(IllegalArg… in replaceByIndex() argument
685 SvUnoImageMapObject* pObject = getObject( Element ); in replaceByIndex()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFastDocumentHandler.hxx65 (::sal_Int32 Element,
73 virtual void SAL_CALL endFastElement(::sal_Int32 Element)
81 (::sal_Int32 Element,
H A DOOXMLFactory.hxx144 (OOXMLFastContextHandler * pHandler, sal_Int32 Element);
147 (OOXMLFastContextHandler * pHandler, sal_Int32 Element);
169 sal_Int32 Element);
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/style/
H A DOfficeStylesReadHandler.java34 import org.jfree.report.structure.Element;
131 officeStyles.addOtherNode((Element) handler.getNode()); in doneParsing()
135 public Element getElement() in getElement()
/trunk/main/toolkit/src2xml/source/
H A Dglobals.py74 class Element(Node): class
90 chars += "\n" + Element.INDENT*level
105 chars += "\n"+Element.INDENT*level
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DObjectOleLayoutController.java42 import org.jfree.report.structure.Element;
86 …ole.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, Element.NAMESPACE_ATTRIBUTE, JFreeReportInfo.RE… in delegateContentGeneration()
87 …ole.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, Element.TYPE_ATTRIBUTE, OfficeToken.OBJECT_OLE); in delegateContentGeneration()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/text/
H A DNoCDATATextContentReadHandler.java38 import org.jfree.report.structure.Element;
88 final Element element = getElement(); in startParsing()
185 public Element getElement() in getElement()
/trunk/main/autodoc/source/display/html/
H A Dhd_chlst.hxx72 csi::xml::Element & rOut;
76 csi::xml::Element & o_rOut ) in Area_Result()
172 csi::xml::Element & rOut );
H A Ddsply_op.cxx98 csi::xml::Element & rOut = rPage.CurOut(); in do_Process()
131 OperationsDisplay::Display_SglOperation( csi::xml::Element & rOut, in Display_SglOperation()
147 csi::xml::Element & rHeader = aSyntaxHeader.Term(); in Display_SglOperation()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java61 import org.jfree.report.structure.Element;
390 Element tableRowProperties = style.getTableRowProperties(); in processElement()
515 final Element tableColumnProperties = style.getTableColumnProperties(); in collectBoundaryForElement()
758 …tableAttributes.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, Element.NAMESPACE_ATTRIBUTE, Office… in startContent()
759 …tableAttributes.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, Element.TYPE_ATTRIBUTE, OfficeToken… in startContent()
783 …final Element tableProperties = produceFirstChild(tableStyle, OfficeNamespaces.STYLE_NS, "table-pr… in generateInitialTableStyle()
/trunk/main/stoc/source/javavm/
H A Djavavm.cxx1133 rEvent.Element >>= value; in elementReplaced()
1142 rEvent.Element >>= aPropertyValue; in elementReplaced()
1150 rEvent.Element >>= n; in elementReplaced()
1158 rEvent.Element >>= aPropertyValue; in elementReplaced()
1166 rEvent.Element >>= n; in elementReplaced()
1174 rEvent.Element >>= aPropertyValue; in elementReplaced()
1182 rEvent.Element >>= n; in elementReplaced()
1192 rEvent.Element >>= aPropertyValue; in elementReplaced()
1200 if (rEvent.Element >>= n) in elementReplaced()
1225 if (rEvent.Element >>= b) in elementReplaced()
/trunk/main/reportdesign/source/ui/inc/
H A DReportControllerObserver.hxx84 …id AddElement(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& Element);
85 …RemoveElement(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& Element);
112 …ertyListening(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& Element);
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DGroupReadHandler.java36 import org.jfree.report.structure.Element;
128 …((Element) ((Section) rh.getDetail().getElement()).getNode(0)).setAttribute(JFreeReportInfo.REPORT… in getHandlerForChild()
174 public Element getElement() in getElement()
/trunk/main/sdext/source/pdfimport/tree/
H A Dstyle.hxx36 struct Element;
48 Element* ContainedElement;
65 Element* ContainedElement;
/trunk/main/autodoc/source/display/idl/
H A Dhfi_doc.cxx153 Xml::Element & in Produce_byDocuAndScope()
165 Xml::Element & in Produce_byDocuAndScope()
179 Xml::Element & in Produce_byDocuAndScope()
H A Dhfi_hierarchy.cxx106 Write_BaseHierarchy( csi::xml::Element & o_rOut, in Write_BaseHierarchy()
110 csi::xml::Element & in Write_BaseHierarchy()
133 Write_Bases( csi::xml::Element & o_out, in Write_Bases()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DValidatingCreator.java45 import org.apache.openoffice.ooxml.schema.model.complex.Element;
124 for (final Element aElement : maSchemaBase.TopLevelElements.GetSorted()) in CreateForTopLevelElements()
301 public void Visit (final Element aElement) in Visit()
338 final Element aElement = aReference.GetReferencedElement(maSchemaBase); in Visit()
707 @Override public void Visit (final Element aElement) in GetElementCount()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStylesWriter.java49 import org.jfree.report.structure.Element;
240 private void writeElement(final Element element) in writeElement()
277 else if (node instanceof Element) in writeSectionChilds()
279 writeElement((Element) node); in writeSectionChilds()
/trunk/main/reportdesign/source/core/api/
H A DFixedText.cxx282 void SAL_CALL OFixedText::insertByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang::… in insertByIndex() argument
284 m_aProps.insertByIndex(Index,Element); in insertByIndex()
293 void SAL_CALL OFixedText::replaceByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang:… in replaceByIndex() argument
295 m_aProps.replaceByIndex(Index,Element); in replaceByIndex()
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXElement.idl62 encountered in a preorder traversal of this Element tree.
69 a preorder traversal of this Element tree.
125 …INUSE_ATTRIBUTE_ERR: Raised if newAttr is already an attribute of another Element object. The DOM …
134 …INUSE_ATTRIBUTE_ERR: Raised if newAttr is already an attribute of another Element object. The DOM …
/trunk/main/reportdesign/inc/
H A DUndoEnv.hxx102 …id AddElement(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& Element);
103 …RemoveElement(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& Element);
133 …ertyListening(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& Element);
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DColumnStyle.java29 import org.w3c.dom.Element;
230 Element node = parentDoc.createElement(name); in createNode()
265 public void writeAttributes(Element node) { in writeAttributes()
H A DRowStyle.java29 import org.w3c.dom.Element;
230 Element node = parentDoc.createElement(name); in createNode()
265 public void writeAttributes(Element node) { in writeAttributes()
/trunk/main/toolkit/source/controls/
H A Deventcontainer.cxx117 aEvent.Element <<= aElement; in replaceByName()
148 aEvent.Element <<= aElement; in insertByName()
168 aEvent.Element = aOldElement; in removeByName()
/trunk/main/oox/inc/oox/core/
H A Dcontexthandler.hxx80 …virtual void SAL_CALL startFastElement( ::sal_Int32 Element, const ::com::sun::star::uno::Referenc…
82 …virtual void SAL_CALL endFastElement( ::sal_Int32 Element ) throw (::com::sun::star::xml::sax::SAX…
84 …:sax::XFastContextHandler > SAL_CALL createFastChildContext( ::sal_Int32 Element, const ::com::sun…

Completed in 302 milliseconds

12345678910>>...20