Lines Matching refs:nSubItem
715 void CustomAnimationEffect::setTargetSubItem( sal_Int16 nSubItem ) in setTargetSubItem() argument
719 mnTargetSubItem = nSubItem; in setTargetSubItem()
874 sal_Int16 nSubItem = mnTargetSubItem; in replaceNode() local
881 setTargetSubItem( nSubItem ); in replaceNode()
1858 sal_Int16 nSubItem = ShapeAnimationSubType::AS_WHOLE; in append() local
1862 nSubItem = ShapeAnimationSubType::ONLY_TEXT; in append()
1872 nSubItem = ShapeAnimationSubType::ONLY_TEXT; in append()
1880 pEffect->setTargetSubItem( nSubItem ); in append()
1913 sal_Int16 nSubItem = ShapeAnimationSubType::AS_WHOLE; in append() local
1916 nSubItem = ShapeAnimationSubType::ONLY_TEXT; in append()
1922 pEffect->setTargetSubItem( nSubItem ); in append()
2623 sal_Int16 nSubItem; in createTextGroup() local
2625 nSubItem = bAnimateForm ? ShapeAnimationSubType::AS_WHOLE : ShapeAnimationSubType::ONLY_TEXT; in createTextGroup()
2627 nSubItem = ShapeAnimationSubType::ONLY_BACKGROUND; in createTextGroup()
2630 pEffect->setTargetSubItem( nSubItem ); in createTextGroup()