Home
last modified time | relevance | path

Searched refs:getNode (Results 1 – 25 of 38) sorted by path

12

/trunk/main/configmgr/source/
H A Daccess.cxx123 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 Daccess.hxx136 virtual rtl::Reference< Node > getNode() = 0;
H A Dchildaccess.cxx134 rtl::Reference< Node > ChildAccess::getNode() { in getNode() function in configmgr::ChildAccess
H A Dchildaccess.hxx79 virtual rtl::Reference< Node > getNode();
H A Drootaccess.cxx79 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 Drootaccess.hxx90 virtual rtl::Reference< Node > getNode();
/trunk/main/forms/source/xforms/
H A Dbinding.cxx242 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 Dpathexpression.cxx131 Reference<XNode> PathExpression::getNode() const in getNode() function in xforms::PathExpression
H A Dpathexpression.hxx79 com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode> getNode() const;
/trunk/main/oox/inc/oox/drawingml/diagram/
H A Ddiagram.hxx172 LayoutNodePtr & getNode() in getNode() function in oox::drawingml::DiagramLayout
174 const LayoutNodePtr & getNode() const in getNode() function in oox::drawingml::DiagramLayout
/trunk/main/oox/source/drawingml/diagram/
H A Ddiagramdefinitioncontext.cxx58 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()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportJob.java352 final OfficeReport officeReport = (OfficeReport) ((Section) nodes[0]).getNode(0); in execute()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DAbstractReportElementLayoutController.java87 final ReportElement text = (ReportElement) getNode(); in advance()
H A DFixedTextLayoutController.java69 final FixedTextElement fte = (FixedTextElement) getNode(); in delegateContentGeneration()
H A DFormattedTextLayoutController.java90 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 DImageElementLayoutController.java78 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 DObjectOleLayoutController.java57 final ObjectOleElement element = (ObjectOleElement) getNode(); in isValueChanged()
81 final ObjectOleElement element = (ObjectOleElement) getNode(); in delegateContentGeneration()
H A DVariablesDeclarationLayoutController.java116 final Element node = (Element) getNode(); in advance()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DGroupReadHandler.java128 …((Element) ((Section) rh.getDetail().getElement()).getNode(0)).setAttribute(JFreeReportInfo.REPORT… in getHandlerForChild()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/style/
H A DOfficeStylesReadHandler.java131 officeStyles.addOtherNode((Element) handler.getNode()); in doneParsing()
/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx73 …const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& getNode() … in getNode() function in sd::CustomAnimationEffect
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx1008 aEvent.Source <<= getNode(); in createAfterEffectNode()
2076 Reference< XAnimationNode > xEffectNode( pEffect->getNode() ); in implRebuild()
2144 return pEffect->getNode() == mxSearchNode; in operator ()()
2311 if( (*aIter)->getNode() == xNode ) in findEffect()
H A DCustomAnimationPreset.cxx153 Sequence< NamedValue > aUserData( pEffect->getNode()->getUserData() ); in CustomAnimationPreset()
200 Reference< XCloneable > xCloneable( pEffect->getNode(), UNO_QUERY_THROW ); in create()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx2570 …ddUndoAction( new UndoAnimationPath( mrBase.GetDocShell()->GetDoc(), pPage, pEffect->getNode() ) ); in updatePathFromMotionPathTag()
H A Dmotionpathtag.cxx410 Reference< XChangesNotifier > xNotifier( mpEffect->getNode(), UNO_QUERY ); in MotionPathTag()
1068 Reference< XChangesNotifier > xNotifier( mpEffect->getNode(), UNO_QUERY ); in disposing()

Completed in 166 milliseconds

12