Home
last modified time | relevance | path

Searched refs:xNode (Results 51 – 75 of 106) sorted by relevance

12345

/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationtransformnode.hxx38 ::com::sun::star::animations::XAnimationNode> const& xNode, in AnimationTransformNode()
41 : AnimationBaseNode( xNode, pParent, rContext ), in AnimationTransformNode()
42 mxTransformNode( xNode, ::com::sun::star::uno::UNO_QUERY_THROW ) {} in AnimationTransformNode()
H A Dbasenode.cxx254 const uno::Reference< animations::XAnimationNode >& xNode ) in isMainSequenceRootNode_()
262 uno::Sequence<beans::NamedValue> const userData(xNode->getUserData()); in isMainSequenceRootNode_()
328 BaseNode::BaseNode( const uno::Reference< animations::XAnimationNode >& xNode, in BaseNode() argument
333 mxAnimationNode( xNode ), in BaseNode()
341 mbIsMainSequenceRootNode( isMainSequenceRootNode_( xNode ) ) in BaseNode()
H A Danimationcommandnode.cxx48 AnimationCommandNode::AnimationCommandNode( uno::Reference<animations::XAnimationNode> const& xNode in AnimationCommandNode() argument
51 BaseNode( xNode, pParent, rContext ), in AnimationCommandNode()
53 mxCommandNode( xNode, ::com::sun::star::uno::UNO_QUERY_THROW ) in AnimationCommandNode()
H A Danimationaudionode.cxx44 const uno::Reference< animations::XAnimationNode >& xNode, in AnimationAudioNode()
47 : BaseNode( xNode, rParent, rContext ), in AnimationAudioNode()
48 mxAudioNode( xNode, uno::UNO_QUERY_THROW ), in AnimationAudioNode()
H A Danimationbasenode.cxx53 const uno::Reference< animations::XAnimationNode >& xNode, in AnimationBaseNode()
56 : BaseNode( xNode, rParent, rContext ), in AnimationBaseNode()
57 mxAnimateNode( xNode, uno::UNO_QUERY_THROW ), in AnimationBaseNode()
H A Dparalleltimecontainer.hxx40 ::com::sun::star::animations::XAnimationNode >& xNode, in ParallelTimeContainer()
43 : BaseContainerNode( xNode, rParent, rContext ) {} in ParallelTimeContainer()
H A Dpropertyanimationnode.hxx36 ::com::sun::star::animations::XAnimationNode> const& xNode, in PropertyAnimationNode()
39 : AnimationBaseNode( xNode, pParent, rContext ) {} in PropertyAnimationNode()
H A Danimationsetnode.hxx36 ::com::sun::star::animations::XAnimationNode> const& xNode, in AnimationSetNode()
39 : AnimationBaseNode( xNode, pParent, rContext ) {} in AnimationSetNode()
H A Dsequentialtimecontainer.hxx40 ::com::sun::star::animations::XAnimationNode> const& xNode, in SequentialTimeContainer()
43 : BaseContainerNode( xNode, pParent, rContext ) {} in SequentialTimeContainer()
/trunk/main/sd/source/core/
H A DEffectMigration.cxx513 Reference< XAnimationNode > xNode( pPreset->create( aPresetSubType ) ); in SetAnimationEffect() local
514 DBG_ASSERT( xNode.is(), "EffectMigration::SetAnimationEffect(), could not create preset!" ); in SetAnimationEffect()
515 if( xNode.is() ) in SetAnimationEffect()
517 CustomAnimationEffectPtr pEffect( new CustomAnimationEffect( xNode ) ); in SetAnimationEffect()
681 Reference< XAnimationNode > xNode( pPreset->create( aEmpty ) ); in SetTextAnimationEffect() local
682 … DBG_ASSERT( xNode.is(), "EffectMigration::SetTextAnimationEffect(), could not create preset!" ); in SetTextAnimationEffect()
683 if( xNode.is() ) in SetTextAnimationEffect()
685 pShapeEffect.reset( new CustomAnimationEffect( xNode ) ); in SetTextAnimationEffect()
H A Dsdpage_animations.cxx76 void SdPage::setAnimationNode( Reference< XAnimationNode >& xNode ) throw (RuntimeException) in setAnimationNode() argument
78 mxAnimationNode = xNode; in setAnimationNode()
80 mpMainSequence->reset( xNode ); in setAnimationNode()
H A DTransitionPreset.cxx75 …et( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode ) in TransitionPreset() argument
78 Sequence< NamedValue > aUserData( xNode->getUserData() ); in TransitionPreset()
91 Reference< XEnumerationAccess > xEnumerationAccess( xNode, UNO_QUERY_THROW ); in TransitionPreset()
/trunk/main/unotools/source/config/
H A Dconfignode.cxx310 Reference< XInterface > xNode; in openNode() local
313 if (!::cppu::extractInterface(xNode, m_xDirectAccess->getByName(sNormalized))) in openNode()
318 if (!::cppu::extractInterface(xNode, m_xHierarchyAccess->getByHierarchicalName(_rPath))) in openNode()
321 if (xNode.is()) in openNode()
322 return OConfigurationNode( xNode ); in openNode()
H A Dconfigitem.cxx530 Reference< XInterface > xNode; in GetReadOnlyStates() local
536 if (!(aNode >>= xNode) || !xNode.is()) in GetReadOnlyStates()
544 xNode = Reference< XInterface >(xHierarchyAccess, UNO_QUERY); in GetReadOnlyStates()
547 xSet = Reference< XPropertySet >(xNode, UNO_QUERY); in GetReadOnlyStates()
555 xInfo = Reference< XPropertySetInfo >(xNode, UNO_QUERY); in GetReadOnlyStates()
/trunk/main/store/source/
H A Dstorlckb.cxx118 inode_holder_type xNode (aPage.get()); in create() local
120 eErrCode = xManager->acquirePage (xNode->m_aDescr, store_AccessReadWrite); in create()
122 eErrCode = xManager->acquirePage (xNode->m_aDescr, store_AccessReadOnly); in create()
128 m_xNode = xNode; in create()
/trunk/main/slideshow/source/inc/
H A Dusereventqueue.hxx142 ::com::sun::star::animations::XAnimationNode>& xNode );
154 ::com::sun::star::animations::XAnimationNode>& xNode );
166 ::com::sun::star::animations::XAnimationNode>& xNode );
/trunk/main/automation/source/server/
H A DXMLParser.cxx429 NodeRef xNode=pSAXParser->GetCurrentNode(); in HandleSAXParser() local
430 pElementNode = (ElementNode*)(&xNode); in HandleSAXParser()
563 NodeRef xNode=pSAXParser->GetCurrentNode(); in HandleSAXParser() local
564 CharacterNode* aCharacterNode = (CharacterNode*)(&xNode); in HandleSAXParser()
675 NodeRef xNode=pSAXParser->GetCurrentNode(); in HandleSAXParser() local
676 Node* pNode = (Node*)(&xNode); in HandleSAXParser()
/trunk/main/framework/source/helper/
H A Docomponentaccess.cxx159 …ntAccess::impl_collectAllChildComponents( const css::uno::Reference< XFramesSupplier >& xNode , in impl_collectAllChildComponents() argument
163 if( xNode.is() == sal_True ) in impl_collectAllChildComponents()
172 const css::uno::Reference< XFrames > xContainer = xNode->getFrames(); in impl_collectAllChildComponents()
/trunk/main/xmloff/source/core/
H A DDomBuilderContext.cxx257 Reference<XNode> xNode( xElement, UNO_QUERY_THROW ); in lcl_createElement() local
258 xParent->appendChild( xNode ); in lcl_createElement()
259 return xNode; in lcl_createElement()
/trunk/main/svx/source/inc/
H A Ddatanavi.hxx200 … XPropertySet_t GetBindingForNode( const XNode_t &xNode ) { return m_xUIHelper->getBindingForNode( in GetBindingForNode() argument
201 …tring GetServiceNameForNode( const XNode_t &xNode ) { return m_xUIHelper->getDefaultServiceNameFor… in GetServiceNameForNode() argument
/trunk/main/connectivity/source/cpool/
H A DZPoolCollection.cxx421 Reference< XInterface > xNode; in openNode() local
427 if (!::cppu::extractInterface(xNode, xDirectAccess->getByName(_rPath))) in openNode()
432 if (!::cppu::extractInterface(xNode, xHierarchyAccess->getByHierarchicalName(_rPath))) in openNode()
448 return xNode; in openNode()
/trunk/main/oox/source/ppt/
H A Dslidepersist.cxx153 Reference< XAnimationNode > xNode( xNodeSupplier->getAnimationNode() ); in createXShapes() local
154 if( xNode.is() && !maTimeNodeList.empty() ) in createXShapes()
160 pNode->setNode( rFilterBase, xNode, pSlidePtr ); in createXShapes()
/trunk/main/toolkit/test/accessibility/
H A DAccessibilityTreeModel.java196 public void removeNode (XAccessibleContext xNode) in removeNode() argument
198 if (xNode != null) in removeNode()
200 AccessibleTreeNode aNode = maNodeMap.GetNode (xNode); in removeNode()
/trunk/main/sd/inc/
H A Danimations.hxx39 …un::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode, const ::com::sun:… in AfterEffectNode()
40 : mxNode( xNode ), mxMaster( xMaster ), mbOnNextEffect( bOnNextEffect ) {} in AfterEffectNode()
/trunk/main/unoxml/source/xpath/
H A Dnodelist.cxx70 Reference< XNode > const xNode(m_pDocument->GetCNode(pNode).get()); in item() local
71 return xNode; in item()

Completed in 125 milliseconds

12345