/aoo41x/main/writerfilter/qa/cppunittests/odiapi/ |
H A D | testCore.cxx | 60 Node::Pointer_t node1 = createNode(NS_style::LN_char, ph, "Text"); in testInsertSibling() 61 Node::Pointer_t node2 = createNode(NS_style::LN_char, ph, "\\par"); in testInsertSibling() 75 Node::Pointer_t node3 = createNode(NS_style::LN_char, ph, "\\span"); in testInsertSibling() 98 Node::Pointer_t node1 = createNode(NS_style::LN_char, ph, "Text"); in testAppendChildren() 101 Node::Pointer_t node2 = createNode(NS_style::LN_char, ph, "\\par"); in testAppendChildren() 121 Node::Pointer_t node1 = createNode(NS_style::LN_char, ph, "A"); in testCore() 122 Node::Pointer_t node2 = createNode(NS_style::LN_char, ph, "\\span"); in testCore() 126 Node::Pointer_t node3 = createNode(NS_style::LN_char, ph, "B"); in testCore() 127 Node::Pointer_t node4 = createNode(NS_style::LN_char, ph, "\\span"); in testCore() 133 Node::Pointer_t node5 = createNode(NS_style::LN_char, ph, "\\par"); in testCore() [all …]
|
/aoo41x/main/qadevOOo/tests/java/mod/_toolkit/ |
H A D | MutableTreeNode.java | 86 xNode = mXTreeDataModel.createNode("UnoTreeControl", false); in createTestEnvironment() 113 mXTreeDataModel.createNode("XMutableTreeNode_NodeToAppend", true)); in createTestEnvironment() 116 public XMutableTreeNode createNode(String name){ in createTestEnvironment() 117 return mXTreeDataModel.createNode(name, true); in createTestEnvironment() 157 …xChildNode = mXTreeDataModel.createNode(dir.substring(dir.lastIndexOf("/")+1, dir.length()), sfa.i… in dirlist()
|
H A D | UnoTreeControl.java | 103 xNode = mXTreeDataModel.createNode("UnoTreeControl", false); in createTestEnvironment() 255 …xChildNode = mXTreeDataModel.createNode(dir.substring(dir.lastIndexOf("/")+1, dir.length()), sfa.i… in dirlist()
|
H A D | MutableTreeDataModel.java | 91 XMutableTreeNode node = xModel.createNode("EventNode", true); in fireEvent()
|
/aoo41x/main/qadevOOo/tests/java/ifc/awt/tree/ |
H A D | _XMutableTreeNode.java | 58 public XMutableTreeNode createNode(String name); in createNode() method 75 XMutableTreeNode myNode = nodeCreator.createNode("myNodeToAppend"); in _appendChild() 110 XMutableTreeNode myNode = nodeCreator.createNode("myNodeToInsert"); in _insertChildByIndex() 135 XMutableTreeNode myNode2 = nodeCreator.createNode("myNodeToInsert2"); in _insertChildByIndex()
|
H A D | _XMutableTreeDataModel.java | 53 mNewNode = oObj.createNode("Hallo Welt", true); in _createNode()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | confignode.hxx | 117 OConfigurationNode createNode(const ::rtl::OUString& _rName) const throw(); 119 OConfigurationNode createNode( const sal_Char* _pAsciiName ) const in createNode() function in utl::OConfigurationNode 121 return createNode( ::rtl::OUString::createFromAscii( _pAsciiName ) ); in createNode()
|
/aoo41x/main/offapi/com/sun/star/awt/tree/ |
H A D | XMutableTreeDataModel.idl | 42 …<p>Note that only <type>XTreeNode</type> created from the same instance with <member>createNode</m… 63 XMutableTreeNode createNode( [in] any DisplayValue, [in] boolean ChildrenOnDemand );
|
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/tree/ |
H A D | ToolkitNode.java | 96 … AccessibilityNode child = treeModel.createNode(xAC.getAccessibleChild(i)); in getTopWindowNode() 123 AccessibilityNode child = treeModel.createNode(xAccessible); in getTopWindowNode()
|
H A D | DynamicAccessibilityNode.java | 51 node = treeModel.createNode(xAccessible); in populate()
|
H A D | DynamicAccessibilityModel.java | 60 protected AccessibilityNode createNode(XAccessible xAccessible) { in createNode() method in DynamicAccessibilityModel
|
H A D | AccessibilityNode.java | 113 final AccessibilityNode node = treeModel.createNode(xAccessible); in handleChildAdded()
|
H A D | AccessibilityModel.java | 103 protected abstract AccessibilityNode createNode(XAccessible xAccessible); in createNode() method in AccessibilityModel
|
/aoo41x/main/svtools/workben/treecontrol/ |
H A D | treetest.cxx | 132 …Reference< XMutableTreeNode > xNode( mxTreeDataModel->createNode( Any( rURL ), false ), UNO_QUERY_… in display() 222 …Reference< XMutableTreeNode > xChildNode( mxTreeDataModel->createNode( Any( fs.getFileName() ), bD… in fillNode()
|
/aoo41x/main/qadevOOo/objdsc/toolkit/ |
H A D | toolkit.MutableTreeDataModel.csv | 1 "MutableTreeDataModel";"com::sun::star::awt::tree::XMutableTreeDataModel";"createNode()"
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ |
H A D | Style.java | 184 public Node createNode(org.w3c.dom.Document parentDoc, String name) { in createNode() method in Style
|
H A D | StyleCatalog.java | 287 Element propertiesNode = (Element) s.createNode(parentDoc, "style:properties"); in writeNode()
|
/aoo41x/main/toolkit/source/controls/tree/ |
H A D | treedatamodel.cxx | 69 …o::Reference< ::com::sun::star::awt::tree::XMutableTreeNode > SAL_CALL createNode( const ::com::su… 197 Reference< XMutableTreeNode > SAL_CALL MutableTreeDataModel::createNode( const Any& aValue, sal_Boo… in createNode() function in toolkit::MutableTreeDataModel
|
/aoo41x/main/cui/source/options/ |
H A D | connpoolconfig.cxx | 202 aThisDriverSettings = aDriverSettings.createNode(aLoop->sName); in SetOptions()
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | ColumnStyle.java | 229 public Node createNode(org.w3c.dom.Document parentDoc, String name) { in createNode() method in ColumnStyle
|
H A D | RowStyle.java | 229 public Node createNode(org.w3c.dom.Document parentDoc, String name) { in createNode() method in RowStyle
|
/aoo41x/main/extensions/source/abpilot/ |
H A D | fieldmappingimpl.cxx | 310 OConfigurationNode aNewField = aFields.createNode( aNewMapping->first ); in writeTemplateAddressFieldMapping()
|
/aoo41x/main/sd/source/filter/ppt/ |
H A D | pptinanimations.hxx | 84 …::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > createNode( const…
|
/aoo41x/main/i18npool/source/localedata/ |
H A D | LocaleNode.hxx | 154 static LocaleNode* createNode (const OUString& name,const Reference< XAttributeList > & attr);
|
H A D | saxparser.cxx | 222 LocaleNode * l = LocaleNode::createNode (aName, xAttribs); in startElement()
|