/aoo41x/main/configmgr/source/ |
H A D | access.cxx | 123 rtl::Reference< Node > p(getNode()); in isValue() 266 if (getNode()->kind() == Node::KIND_GROUP) { in queryInterface() 392 getNode().get()); in insertLocalizedValueChild() 682 switch (getNode()->kind()) { in initBroadcasterAndChanges() 1055 rtl::Reference< Node > p(getNode()); in getElementType() 1291 switch (getNode()->kind()) { in setName() 1806 switch (getNode()->kind()) { in replaceByName() 1849 switch (getNode()->kind()) { in insertByName() 2089 rtl::Reference< Node > p(getNode()); in asProperty() 2156 switch (child->getNode()->kind()) { in checkKnownProperty() [all …]
|
H A D | rootaccess.cxx | 79 getNode(); in getAbsolutePath() 114 getNode(); // turn pathRepresentation_ into canonic form in getAbsolutePathRepresentation() 139 rtl::Reference< Node > RootAccess::getNode() { in getNode() function in configmgr::RootAccess 165 getNode(); in isFinalized() 170 getNode(); in getNameInternal()
|
H A D | rootaccess.hxx | 90 virtual rtl::Reference< Node > getNode();
|
H A D | childaccess.hxx | 79 virtual rtl::Reference< Node > getNode();
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | ImageElementLayoutController.java | 78 final ImageElement imageElement = (ImageElement) getNode(); in delegateContentGeneration() 130 final Element tableCell = (Element) cellController.getNode(); in createContext() 145 final Section tableRow = (Section) rowController.getNode(); in createContext() 163 final Section table = (Section) tableController.getNode(); in createContext() 229 final Object node = parent.getNode(); in findParentCell() 245 final ImageElement imageElement = (ImageElement) getNode(); in isValueChanged()
|
H A D | FormattedTextLayoutController.java | 90 final FormattedTextElement element = (FormattedTextElement) getNode(); in isValueChanged() 107 final FormattedTextElement element = (FormattedTextElement) getNode(); in delegateContentGeneration() 160 final Object node = parent.getNode(); in getDocument()
|
H A D | ObjectOleLayoutController.java | 57 final ObjectOleElement element = (ObjectOleElement) getNode(); in isValueChanged() 81 final ObjectOleElement element = (ObjectOleElement) getNode(); in delegateContentGeneration()
|
H A D | FixedTextLayoutController.java | 69 final FixedTextElement fte = (FixedTextElement) getNode(); in delegateContentGeneration()
|
H A D | VariablesDeclarationLayoutController.java | 116 final Element node = (Element) getNode(); in advance()
|
/aoo41x/main/wizards/com/sun/star/wizards/common/ |
H A D | Configuration.java | 53 Object o = getNode(name, parent); in getInt() 63 Object o = getNode(name, parent); in getShort() 73 Object o = getNode(name, parent); in getFloat() 83 Object o = getNode(name, parent); in getDouble() 93 Object o = getNode(name, parent); in getString() 103 Object o = getNode(name, parent); in getBoolean() 111 public static Object getNode(String name, Object parent) throws Exception in getNode() method in Configuration
|
H A D | ConfigSet.java | 157 … child.readConfiguration(Configuration.getNode(names[i], configurationView), param); in readConfiguration() 184 Object child = Configuration.getNode(names[i], configurationView); in readConfiguration()
|
/aoo41x/main/oox/source/drawingml/diagram/ |
H A D | diagramdefinitioncontext.cxx | 58 mpLayout->getNode()->dump(0); in ~DiagramDefinitionContext() 84 mpLayout->getNode().reset( new LayoutNode() ); in createFastChildContext() 85 xRet.set( new LayoutNodeContext( *this, xAttribs, mpLayout->getNode() ) ); in createFastChildContext()
|
/aoo41x/main/forms/source/xforms/ |
H A D | binding.cxx | 242 return maBindingExpression.getNode().is() && in isValid() 278 if( ! maBindingExpression.getNode().is() ) in explainInvalid() 609 if( ! maBindingExpression.getNode().is() ) in bind() 621 OSL_ENSURE( maBindingExpression.getNode().is(), in bind() 727 Reference<XNode> xNode = maBindingExpression.getNode(); in valueModified() 1102 Binding::XNode_t xNode = maBindingExpression.getNode(); in setValue()
|
H A D | pathexpression.hxx | 79 com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode> getNode() const;
|
H A D | pathexpression.cxx | 131 Reference<XNode> PathExpression::getNode() const in getNode() function in xforms::PathExpression
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | WW8TableInfo.cxx | 164 const SwNode * WW8TableNodeInfoInner::getNode() const in getNode() function in ww8::WW8TableNodeInfoInner 169 pResult = mpParent->getNode(); in getNode() 496 const SwNode * WW8TableNodeInfo::getNode() const in getNode() function in ww8::WW8TableNodeInfo 957 pResult = pNextInfo->getNode(); in getNextNode() 1227 const SwNode * pNode = pNodeInfo->getNode(); in connectCells()
|
H A D | WW8TableInfo.hxx | 107 const SwNode * getNode() const; 203 const SwNode * getNode() const;
|
/aoo41x/main/oox/inc/oox/drawingml/diagram/ |
H A D | diagram.hxx | 172 LayoutNodePtr & getNode() in getNode() function in oox::drawingml::DiagramLayout 174 const LayoutNodePtr & getNode() const in getNode() function in oox::drawingml::DiagramLayout
|
/aoo41x/main/sd/source/core/ |
H A D | CustomAnimationPreset.cxx | 153 Sequence< NamedValue > aUserData( pEffect->getNode()->getUserData() ); in CustomAnimationPreset() 200 Reference< XCloneable > xCloneable( pEffect->getNode(), UNO_QUERY_THROW ); in create()
|
/aoo41x/main/xmlsecurity/tools/uno/ |
H A D | XMLTreeCellRanderer.java | 68 if (((AdapterNode)value).getNode() == m_currentNode) in getTreeCellRendererComponent()
|
H A D | AdapterNode.java | 60 protected Node getNode() in getNode() method in AdapterNode
|
/aoo41x/main/xmloff/inc/ |
H A D | DomBuilderContext.hxx | 85 com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode> getNode();
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/style/ |
H A D | OfficeStylesReadHandler.java | 131 officeStyles.addOtherNode((Element) handler.getNode()); in doneParsing()
|
/aoo41x/main/wizards/com/sun/star/wizards/web/ |
H A D | WWD_Events.java | 165 view = Configuration.getNode(sessionToLoad, view); in loadSession() 835 node = Configuration.getNode(name, conf); in saveSession()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/ |
H A D | GroupReadHandler.java | 128 …((Element) ((Section) rh.getDetail().getElement()).getNode(0)).setAttribute(JFreeReportInfo.REPORT… in getHandlerForChild()
|