Home
last modified time | relevance | path

Searched refs:rootNode (Results 1 – 12 of 12) sorted by relevance

/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java541 Node rootNode = (Node)rootElement; in read() local
558 rootNode.appendChild(tmpNode); in read()
564 rootNode.appendChild(tmpNode); in read()
582 rootNode.appendChild(tmpNode); in read()
606 rootNode.appendChild(tmpNode); in read()
792 Node rootNode = (Node)rootElement; in write() local
797 rootNode.appendChild(tmpNode); in write()
803 rootNode.appendChild(tmpNode); in write()
810 rootNode.appendChild(tmpNode); in write()
817 rootNode.appendChild(tmpNode); in write()
[all …]
H A DStyleCatalog.java272 Element rootNode = parentDoc.createElement(name); in writeNode() local
293 rootNode.appendChild(styleNode); in writeNode()
296 return rootNode; in writeNode()
/aoo41x/main/cui/source/customize/
H A Dcfgutil.cxx658 Reference< browse::XBrowseNode > rootNode; in Init() local
678 if ( rootNode.is() ) in Init()
684 rootNode->acquire(); in Init()
688 static_cast<void *>(rootNode.get())); in Init()
701 if ( rootNode->hasChildNodes() ) in Init()
704 rootNode->getChildNodes(); in Init()
1024 Reference< browse::XBrowseNode > rootNode( in GroupSelected() local
1028 if ( rootNode->hasChildNodes() ) in GroupSelected()
1031 rootNode->getChildNodes(); in GroupSelected()
1166 if ( rootNode->hasChildNodes() ) in RequestingChilds()
[all …]
H A Dselector.cxx549 Reference< browse::XBrowseNode > rootNode; in Init() local
559 rootNode.set( xFac->createView( browse::BrowseNodeFactoryViewTypes::MACROSELECTOR ) ); in Init()
566 if ( rootNode.is() ) in Init()
571 new SvxGroupInfo_Impl( SVX_CFGGROUP_SCRIPTCONTAINER, 0, rootNode ); in Init()
583 fillScriptList( rootNode, NULL, false ); in Init()
819 Reference< browse::XBrowseNode > rootNode( pInfo->xBrowseNode ); in GroupSelected() local
822 if ( rootNode->hasChildNodes() ) in GroupSelected()
825 rootNode->getChildNodes(); in GroupSelected()
944 Reference< browse::XBrowseNode > rootNode( pInfo->xBrowseNode ) ; in RequestingChilds() local
945 fillScriptList( rootNode, pEntry, true /* i30923 */ ); in RequestingChilds()
/aoo41x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java132 Element rootNode = null; in readStyleCatalog() local
453 Node rootNode = r.item(0); in buildDocument() local
472 rootNode.insertBefore(newNode, bodyNode); in buildDocument()
478 rootNode.insertBefore(newNode, bodyNode); in buildDocument()
483 rootNode.insertBefore(newNode, bodyNode); in buildDocument()
488 rootNode.insertBefore(newNode, bodyNode); in buildDocument()
502 rootNode.insertBefore(declNode, bodyNode); in buildDocument()
525 rootNode.insertBefore(autoStylesNode, bodyNode); in buildDocument()
/aoo41x/main/i18npool/source/localedata/
H A Dsaxparser.cxx142 rootNode(0), nError(0), nbOfCurrencies(0), nbOfCalendars(0), nbOfFormatElements(0), in TestDocumentHandler()
184 LocaleNode * rootNode; member in TestDocumentHandler
196 if (rootNode) in endDocument()
198 rootNode->generateCode(of); in endDocument()
199 int err = rootNode->getError(); in endDocument()
227 rootNode = l; in startElement()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/
H A DDocumentSerializerImpl.java149 Node rootNode = (Node)rootElement; in serialize() local
154 rootNode.appendChild(tmpNode); in serialize()
160 rootNode.appendChild(tmpNode); in serialize()
166 rootNode.appendChild(tmpNode); in serialize()
171 rootNode.appendChild(tmpNode); in serialize()
/aoo41x/main/cui/source/dialogs/
H A Dscriptdlg.cxx169 Reference< browse::XBrowseNode > rootNode; in Init() local
191 rootNode.set( xFac->createView( in Init()
194 if ( rootNode.is() && rootNode->hasChildNodes() == sal_True ) in Init()
196 children = rootNode->getChildNodes(); in Init()
306 SFTreeListBox::getLangNodeFromRootNode( Reference< browse::XBrowseNode >& rootNode, ::rtl::OUString… in getLangNodeFromRootNode() argument
312 Sequence < Reference< browse::XBrowseNode > > children = rootNode->getChildNodes(); in getLangNodeFromRootNode()
/aoo41x/main/offapi/com/sun/star/animations/
H A DXTargetPropertiesCreator.idl61 @param rootNode
64 sequence< TargetProperties > createInitialTargetProperties( [in] XAnimationNode rootNode );
/aoo41x/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx99 const Reference<css::xml::dom::XElement> rootNode = in getDocument() local
104 rootNode, UNO_QUERY_THROW)); in getDocument()
/aoo41x/main/qadevOOo/runner/graphical/
H A DMSOfficePostscriptCreator.java967 Node rootNode = document.getDocumentElement(); in getXMLDocumentFormat() local
973 String sRootNodeName = rootNode.getNodeName(); in getXMLDocumentFormat()
/aoo41x/main/animations/source/animcore/
H A Dtargetpropertiescreator.cxx74 …alTargetProperties( const uno::Reference< animations::XAnimationNode >& rootNode ) throw (uno::Run…

Completed in 94 milliseconds