| /AOO41X/main/sw/inc/ |
| H A D | node.hxx | 96 sal_uInt8 nNodeType; member in SwNode 139 sal_uInt8 GetNodeType() const { return nNodeType; } in GetNodeType() 325 const sal_uInt8 nNodeType = ND_STARTNODE, 381 SwCntntNode( const SwNodeIndex &rWhere, const sal_uInt8 nNodeType, 615 return ND_ENDNODE == nNodeType ? (SwEndNode*)this : 0; in GetEndNode() 619 return ND_ENDNODE == nNodeType ? (const SwEndNode*)this : 0; in GetEndNode() 623 return ND_STARTNODE & nNodeType ? (SwStartNode*)this : 0; in GetStartNode() 627 return ND_STARTNODE & nNodeType ? (const SwStartNode*)this : 0; in GetStartNode() 631 return ND_TABLENODE == nNodeType ? (SwTableNode*)this : 0; in GetTableNode() 635 return ND_TABLENODE == nNodeType ? (const SwTableNode*)this : 0; in GetTableNode() [all …]
|
| H A D | ndnotxt.hxx | 110 return ND_NOTXTNODE & nNodeType ? (SwNoTxtNode*)this : 0; in GetNoTxtNode() 114 return ND_NOTXTNODE & nNodeType ? (const SwNoTxtNode*)this : 0; in GetNoTxtNode()
|
| H A D | ndole.hxx | 160 return ND_OLENODE == nNodeType ? (SwOLENode*)this : 0; in GetOLENode() 164 return ND_OLENODE == nNodeType ? (const SwOLENode*)this : 0; in GetOLENode()
|
| H A D | ndgrf.hxx | 226 return ND_GRFNODE == nNodeType ? (SwGrfNode*)this : 0; in GetGrfNode() 230 return ND_GRFNODE == nNodeType ? (const SwGrfNode*)this : 0; in GetGrfNode()
|
| H A D | ndtxt.hxx | 871 return ND_TEXTNODE == nNodeType ? static_cast<SwTxtNode*>(this) : 0; in GetTxtNode() 875 return ND_TEXTNODE == nNodeType ? static_cast<const SwTxtNode*>(this) : 0; in GetTxtNode()
|
| /AOO41X/main/oox/source/ppt/ |
| H A D | timenodelistcontext.cxx | 1104 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() 1123 nNodeType = AnimationNodeType::ANIMATECOLOR; in createFastChildContext() 1126 nNodeType = AnimationNodeType::TRANSITIONFILTER; in createFastChildContext() 1129 nNodeType = AnimationNodeType::ANIMATEMOTION; in createFastChildContext() 1133 nNodeType = AnimationNodeType::ANIMATETRANSFORM; in createFastChildContext() 1136 nNodeType = AnimationNodeType::COMMAND; in createFastChildContext() [all …]
|
| H A D | timenode.cxx | 60 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()
|
| /AOO41X/main/sd/source/ui/animations/ |
| H A D | CustomAnimationList.cxx | 266 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 D | CustomAnimationPane.cxx | 830 sal_Int16 nNodeType = pEffect->getNodeType(); in updateControls() local 831 switch( nNodeType ) in updateControls() 1526 sal_Int16 nNodeType = 0; in changeSelection() local 1527 pResultSet->getPropertyValue( nHandleStart ) >>= nNodeType; in changeSelection() 1528 if( pEffect->getNodeType() != nNodeType ) in changeSelection() 1530 pEffect->setNodeType( nNodeType ); in changeSelection() 2181 sal_Int16 nNodeType; in onChangeStart() local 2185 case 0: nNodeType = EffectNodeType::ON_CLICK; break; in onChangeStart() 2186 case 1: nNodeType = EffectNodeType::WITH_PREVIOUS; break; in onChangeStart() 2187 case 2: nNodeType = EffectNodeType::AFTER_PREVIOUS; break; in onChangeStart() [all …]
|
| H A D | CustomAnimationPane.hxx | 78 void onChangeStart( sal_Int16 nNodeType );
|
| /AOO41X/main/xmloff/source/draw/ |
| H A D | animationexport.cxx | 681 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() 1114 else if( nNodeType == AnimationNodeType::ANIMATETRANSFORM ) in exportAnimate() 1118 else if( nNodeType == AnimationNodeType::ANIMATEMOTION ) in exportAnimate() 1180 if(nNodeType != AnimationNodeType::SET) in exportAnimate() [all …]
|
| H A D | animationimport.cxx | 701 … 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()
|
| /AOO41X/main/sd/source/filter/ppt/ |
| H A D | pptinanimations.cxx | 623 sal_Int16 nNodeType = 0; in fixMainSequenceTiming() local 624 p->Value >>= nNodeType; in fixMainSequenceTiming() 625 … if( nNodeType != ::com::sun::star::presentation::EffectNodeType::ON_CLICK ) in fixMainSequenceTiming() 684 const sal_Int16 nNodeType = xNode->getType(); in convertAnimationNode() local 686 if( nNodeType == AnimationNodeType::TRANSITIONFILTER ) in convertAnimationNode() 691 if( (nNodeType == AnimationNodeType::SET) && aAttributeName.equalsAscii( "fill.on" ) ) in convertAnimationNode() 698 if( (nNodeType == AnimationNodeType::ANIMATEMOTION) || in convertAnimationNode() 699 (nNodeType == AnimationNodeType::ANIMATETRANSFORM) ) in convertAnimationNode() 1180 sal_Int16 nNodeType = ::com::sun::star::presentation::EffectNodeType::DEFAULT; in fillNode() local 1183 …case DFF_ANIM_NODE_TYPE_ON_CLICK: nNodeType = ::com::sun::star::presentation::EffectNodeType… in fillNode() [all …]
|
| /AOO41X/main/animations/source/animcore/ |
| H A D | animcore.cxx | 134 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() 427 …mnCalcMode( (nNodeType == AnimationNodeType::ANIMATEMOTION) ? AnimationCalcMode::PACED : Animation… in AnimationNode() 442 …OSL_ENSURE((sal_uInt32)nNodeType < sizeof(mpTypes)/sizeof(Sequence<Type>*), "NodeType out of range… 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() [all …]
|
| /AOO41X/main/sw/source/core/docnode/ |
| H A D | node.cxx | 334 : 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() 2096 return ND_TEXTNODE == nNodeType ? (SwTxtNode*)this : 0; in GetTxtNode() 2100 return ND_TEXTNODE == nNodeType ? (const SwTxtNode*)this : 0; in GetTxtNode()
|
| /AOO41X/main/sd/source/core/ |
| H A D | CustomAnimationEffect.cxx | 408 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() 1198 Any CustomAnimationEffect::getProperty( sal_Int32 nNodeType, const OUString& rAttributeName, EValue… in getProperty() argument 1215 if( xAnimate->getType() == nNodeType ) in getProperty() [all …]
|
| H A D | CustomAnimationCloner.cxx | 167 sal_Int16 nNodeType( xNode->getType() ); in transformNode() local 168 switch( nNodeType ) in transformNode()
|
| /AOO41X/main/oox/inc/oox/ppt/ |
| H A D | timenode.hxx | 54 TimeNode( sal_Int16 nNodeType ); 103 static rtl::OUString getServiceName( sal_Int16 nNodeType );
|
| /AOO41X/main/sd/inc/ |
| H A D | CustomAnimationEffect.hxx | 88 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,…
|
| /AOO41X/main/sd/source/filter/eppt/ |
| H A D | pptexanimations.cxx | 549 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()
|