Home
last modified time | relevance | path

Searched refs:nNodeType (Results 1 – 20 of 20) sorted by relevance

/trunk/main/sw/inc/
H A Dnode.hxx102 sal_uInt8 nNodeType; member in SwNode
145 sal_uInt8 GetNodeType() const { return nNodeType; } in GetNodeType()
331 const sal_uInt8 nNodeType = ND_STARTNODE,
624 return ND_ENDNODE == nNodeType ? (SwEndNode*)this : 0; in GetEndNode()
666 return ND_STARTNODE & nNodeType ? sal_True : sal_False; in IsStartNode()
674 return ND_ENDNODE == nNodeType ? sal_True : sal_False; in IsEndNode()
678 return ND_TEXTNODE == nNodeType ? sal_True : sal_False; in IsTxtNode()
682 return ND_TABLENODE == nNodeType ? sal_True : sal_False; in IsTableNode()
690 return ND_NOTXTNODE & nNodeType ? sal_True : sal_False; in IsNoTxtNode()
694 return ND_OLENODE == nNodeType ? sal_True : sal_False; in IsOLENode()
[all …]
H A Dndnotxt.hxx110 return ND_NOTXTNODE & nNodeType ? (SwNoTxtNode*)this : 0; in GetNoTxtNode()
114 return ND_NOTXTNODE & nNodeType ? (const SwNoTxtNode*)this : 0; in GetNoTxtNode()
H A Dndole.hxx160 return ND_OLENODE == nNodeType ? (SwOLENode*)this : 0; in GetOLENode()
164 return ND_OLENODE == nNodeType ? (const SwOLENode*)this : 0; in GetOLENode()
H A Dndgrf.hxx226 return ND_GRFNODE == nNodeType ? (SwGrfNode*)this : 0; in GetGrfNode()
230 return ND_GRFNODE == nNodeType ? (const SwGrfNode*)this : 0; in GetGrfNode()
H A Dndtxt.hxx878 return ND_TEXTNODE == nNodeType ? static_cast<SwTxtNode*>(this) : 0; in GetTxtNode()
882 return ND_TEXTNODE == nNodeType ? static_cast<const SwTxtNode*>(this) : 0; in GetTxtNode()
/trunk/main/oox/source/ppt/
H A Dtimenodelistcontext.cxx1104 sal_Int16 nNodeType; in createFastChildContext() local
1109 nNodeType = AnimationNodeType::PAR; in createFastChildContext()
1112 nNodeType = AnimationNodeType::SEQ; in createFastChildContext()
1117 nNodeType = AnimationNodeType::PAR; in createFastChildContext()
1120 nNodeType = AnimationNodeType::ANIMATE; in createFastChildContext()
1136 nNodeType = AnimationNodeType::COMMAND; in createFastChildContext()
1139 nNodeType = AnimationNodeType::SET; in createFastChildContext()
1142 nNodeType = AnimationNodeType::AUDIO; in createFastChildContext()
1145 nNodeType = AnimationNodeType::AUDIO; in createFastChildContext()
1150 nNodeType = AnimationNodeType::CUSTOM; in createFastChildContext()
[all …]
H A Dtimenode.cxx60 OUString TimeNode::getServiceName( sal_Int16 nNodeType ) in getServiceName() argument
63 switch( nNodeType ) in getServiceName()
97 OSL_TRACE( "OOX: uhandled type %x", nNodeType ); in getServiceName()
105 TimeNode::TimeNode( sal_Int16 nNodeType ) in TimeNode() argument
106 : mnNodeType( nNodeType ) in TimeNode()
159 sal_Int16 nNodeType = 0; in fixMainSequenceTiming() local
160 p->Value >>= nNodeType; in fixMainSequenceTiming()
161 if( nNodeType != ::com::sun::star::presentation::EffectNodeType::ON_CLICK ) in fixMainSequenceTiming()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx266 sal_Int16 nNodeType = mpEffect->getNodeType(); in Paint() local
267 if( nNodeType == EffectNodeType::ON_CLICK ) in Paint()
271 else if( nNodeType == EffectNodeType::AFTER_PREVIOUS ) in Paint()
928 sal_Int16 nNodeType = -1; in CreateContextMenu() local
938 if( nNodeType == -1 ) in CreateContextMenu()
940 nNodeType = pEffect->getNodeType(); in CreateContextMenu()
944 if( nNodeType != pEffect->getNodeType() ) in CreateContextMenu()
946 nNodeType = -1; in CreateContextMenu()
955 pMenu->CheckItem( CM_WITH_CLICK, nNodeType == EffectNodeType::ON_CLICK ); in CreateContextMenu()
956 pMenu->CheckItem( CM_WITH_PREVIOUS, nNodeType == EffectNodeType::WITH_PREVIOUS ); in CreateContextMenu()
[all …]
H A DCustomAnimationPane.cxx830 sal_Int16 nNodeType = pEffect->getNodeType(); in updateControls() local
831 switch( nNodeType ) in updateControls()
1526 sal_Int16 nNodeType = 0; in changeSelection() local
1528 if( pEffect->getNodeType() != nNodeType ) in changeSelection()
1530 pEffect->setNodeType( nNodeType ); in changeSelection()
2184 sal_Int16 nNodeType; in onChangeStart() local
2188 case 0: nNodeType = EffectNodeType::ON_CLICK; break; in onChangeStart()
2189 case 1: nNodeType = EffectNodeType::WITH_PREVIOUS; break; in onChangeStart()
2195 onChangeStart( nNodeType ); in onChangeStart()
2212 if( pEffect->getNodeType() != nNodeType ) in onChangeStart()
[all …]
H A DCustomAnimationPane.hxx78 void onChangeStart( sal_Int16 nNodeType );
/trunk/main/xmloff/source/draw/
H A Danimationexport.cxx681 sal_Int16 nNodeType = xNode->getType(); in prepareNode() local
682 switch( nNodeType ) in prepareNode()
1008 const sal_Int32 nNodeType = xContainer->getType(); in exportContainer() local
1010 if( nNodeType == AnimationNodeType::ITERATE ) in exportContainer()
1056 switch( nNodeType ) in exportContainer()
1088 const sal_Int16 nNodeType = xAnimate->getType(); in exportAnimate() local
1110 if( nNodeType == AnimationNodeType::TRANSITIONFILTER ) in exportAnimate()
1118 else if( nNodeType == AnimationNodeType::ANIMATEMOTION ) in exportAnimate()
1180 if(nNodeType != AnimationNodeType::SET) in exportAnimate()
1203 (nNodeType != AnimationNodeType::AUDIO ) ) in exportAnimate()
[all …]
H A Danimationimport.cxx701 sal_Int16 nNodeType = (sal_Int16)mpHelper->getAnimationNodeTokenMap().Get( nPrfx, rLocalName ); in AnimationNodeContext() local
702 switch( nNodeType ) in AnimationNodeContext()
793 const sal_Int16 nNodeType = mxNode->getType(); in init_node() local
924 if( nNodeType == AnimationNodeType::AUDIO ) in init_node()
956 if( nNodeType == AnimationNodeType::AUDIO ) in init_node()
1232 if( xCommand.is() && nNodeType == AnimationNodeType::COMMAND ) in init_node()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx623 sal_Int16 nNodeType = 0; in fixMainSequenceTiming() local
624 p->Value >>= nNodeType; in fixMainSequenceTiming()
684 const sal_Int16 nNodeType = xNode->getType(); in convertAnimationNode() local
686 if( nNodeType == AnimationNodeType::TRANSITIONFILTER ) in convertAnimationNode()
698 if( (nNodeType == AnimationNodeType::ANIMATEMOTION) || in convertAnimationNode()
699 (nNodeType == AnimationNodeType::ANIMATETRANSFORM) ) in convertAnimationNode()
1194 aUserData[nSize].Value <<= nNodeType; in fillNode()
3637 sal_Int32 nNodeType; in dump() local
3638 if ( aAny >>= nNodeType ) in dump()
3641 switch( nNodeType ) in dump()
[all …]
/trunk/main/animations/source/animcore/
H A Danimcore.cxx134 AnimationNode( sal_Int16 nNodeType );
296 static void initTypeProvider( sal_Int16 nNodeType ) throw();
414 AnimationNode::AnimationNode( sal_Int16 nNodeType ) in AnimationNode() argument
416 mnNodeType( nNodeType ), in AnimationNode()
637 void AnimationNode::initTypeProvider( sal_Int16 nNodeType ) throw() in initTypeProvider() argument
641 if(! mpTypes[nNodeType] ) in initTypeProvider()
644 mpId[nNodeType] = new Sequence< sal_Int8 >( 16 ); in initTypeProvider()
645 rtl_createUuid( (sal_uInt8 *)mpId[nNodeType]->getArray(), 0, sal_True ); in initTypeProvider()
664 Sequence< Type > * types = new Sequence< Type >( type_numbers[nNodeType] ); in initTypeProvider()
676 switch( nNodeType ) in initTypeProvider()
[all …]
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx334 : nNodeType( nNdType ), pStartOfSection( 0 ) in SwNode()
368 : nNodeType( nNdType ), pStartOfSection( 0 ) in SwNode()
429 if( ND_STARTNODE & nNodeType ) in IsInVisibleArea()
434 else if( ND_ENDNODE & nNodeType ) in IsInVisibleArea()
470 const SwNode* pNd = ND_SECTIONNODE == nNodeType ? pStartOfSection : this; in IsInProtectSect()
480 const SwNode* pNd = ND_SECTIONNODE == nNodeType ? pStartOfSection : this; in IsProtect()
535 if( ND_STARTNODE & nNodeType ) in FindPageDesc()
540 else if( ND_ENDNODE & nNodeType ) in FindPageDesc()
2102 return ND_TEXTNODE == nNodeType ? (SwTxtNode*)this : 0; in GetTxtNode()
2106 return ND_TEXTNODE == nNodeType ? (const SwTxtNode*)this : 0; in GetTxtNode()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx408 sal_Int16 nNodeType = -1; in get_node_type() local
421 p->Value >>= nNodeType; in get_node_type()
429 return nNodeType; in get_node_type()
475 void CustomAnimationEffect::setNodeType( sal_Int16 nNodeType ) in setNodeType() argument
477 if( mnNodeType != nNodeType ) in setNodeType()
479 mnNodeType = nNodeType; in setNodeType()
863 sal_Int16 nNodeType = mnNodeType; in replaceNode() local
879 setNodeType( nNodeType ); in replaceNode()
1215 if( xAnimate->getType() == nNodeType ) in getProperty()
1267 if( xAnimate->getType() == nNodeType ) in setProperty()
[all …]
H A DCustomAnimationCloner.cxx167 sal_Int16 nNodeType( xNode->getType() ); in transformNode() local
168 switch( nNodeType ) in transformNode()
/trunk/main/oox/inc/oox/ppt/
H A Dtimenode.hxx54 TimeNode( sal_Int16 nNodeType );
103 static rtl::OUString getServiceName( sal_Int16 nNodeType );
/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx88 SD_DLLPUBLIC void setNodeType( sal_Int16 nNodeType );
143 …::com::sun::star::uno::Any getProperty( sal_Int32 nNodeType, const rtl::OUString& rAttributeName, …
144 …bool setProperty( sal_Int32 nNodeType, const rtl::OUString& rAttributeName, EValue eValue, co…
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx549 sal_Int16 nNodeType = exportAnimPropertySet( rStrm, xNode ); in exportNode() local
551 …if ( ( nGroupLevel == 1 ) && ( nNodeType == ::com::sun::star::presentation::EffectNodeType::INTERA… in exportNode()
915 sal_Int16 nNodeType = ::com::sun::star::presentation::EffectNodeType::DEFAULT; in exportAnimPropertySet() local
982 if ( *pAny[ DFF_ANIM_NODE_TYPE ] >>= nNodeType ) in exportAnimPropertySet()
985 switch( nNodeType ) in exportAnimPropertySet()
1142 return nNodeType; in exportAnimPropertySet()

Completed in 150 milliseconds