/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, 615 return ND_ENDNODE == nNodeType ? (SwEndNode*)this : 0; in GetEndNode() 657 return ND_STARTNODE & nNodeType ? sal_True : sal_False; in IsStartNode() 665 return ND_ENDNODE == nNodeType ? sal_True : sal_False; in IsEndNode() 669 return ND_TEXTNODE == nNodeType ? sal_True : sal_False; in IsTxtNode() 673 return ND_TABLENODE == nNodeType ? sal_True : sal_False; in IsTableNode() 681 return ND_NOTXTNODE & nNodeType ? sal_True : sal_False; in IsNoTxtNode() 685 return ND_OLENODE == nNodeType ? sal_True : sal_False; in IsOLENode() [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() 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 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 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() 2192 onChangeStart( nNodeType ); in onChangeStart() 2209 if( pEffect->getNodeType() != nNodeType ) 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() 1118 else if( nNodeType == AnimationNodeType::ANIMATEMOTION ) in exportAnimate() 1180 if(nNodeType != AnimationNodeType::SET) in exportAnimate() 1203 (nNodeType != AnimationNodeType::AUDIO ) ) 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() 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 …]
|
/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() 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 …]
|
/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() 1215 if( xAnimate->getType() == nNodeType ) in getProperty() 1267 if( xAnimate->getType() == nNodeType ) in setProperty() [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, EValue eValue, co…
|
/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()
|