Home
last modified time | relevance | path

Searched refs:nSubItem (Results 1 – 8 of 8) sorted by relevance

/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationnodefactory.cxx205 sal_Int16 nSubItem( xIterNode->getSubItem() ); in implCreateIteratedNodes() local
226 nSubItem = presentation::ShapeAnimationSubType::ONLY_TEXT; in implCreateIteratedNodes()
299 nSubItem != presentation::ShapeAnimationSubType::ONLY_TEXT ) in implCreateIteratedNodes()
335 if( nSubItem != presentation::ShapeAnimationSubType::ONLY_BACKGROUND ) in implCreateIteratedNodes()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx719 mnTargetSubItem = nSubItem; in setTargetSubItem()
874 sal_Int16 nSubItem = mnTargetSubItem; in replaceNode() local
881 setTargetSubItem( nSubItem ); in replaceNode()
1862 nSubItem = ShapeAnimationSubType::ONLY_TEXT; in append()
1872 nSubItem = ShapeAnimationSubType::ONLY_TEXT; in append()
1880 pEffect->setTargetSubItem( nSubItem ); in append()
1916 nSubItem = ShapeAnimationSubType::ONLY_TEXT; in append()
1922 pEffect->setTargetSubItem( nSubItem ); in append()
2623 sal_Int16 nSubItem; in createTextGroup() local
2627 nSubItem = ShapeAnimationSubType::ONLY_BACKGROUND; in createTextGroup()
[all …]
H A DEffectMigration.cxx422 …FindEffect( MainSequencePtr& pMainSequence, const Reference< XShape >& rShape, sal_Int16 nSubItem ) in ImplFindEffect() argument
429 if( (pEffect->getTargetShape() == rShape) && (pEffect->getTargetSubItem() == nSubItem) ) in ImplFindEffect()
/trunk/main/svtools/inc/svtools/
H A Divctrl.hxx173 sal_uInt16 nSubItem; member in SvxIconChoiceCtrlColumnInfo
178 nWidth( nWd ), eAlignment( eAlign ), nSubItem( nSub ) {} in SvxIconChoiceCtrlColumnInfo()
185 void SetSubItem( sal_uInt16 nSub) { nSubItem = nSub; } in SetSubItem()
191 sal_uInt16 GetSubItem() const { return nSubItem; } in GetSubItem()
/trunk/main/svtools/source/contnr/
H A Divctrl.cxx113 nSubItem = rInfo.nSubItem; in SvxIconChoiceCtrlColumnInfo()
H A Dimivctl.hxx520 const SvxIconChoiceCtrlColumnInfo* GetItemColumn( sal_uInt16 nSubItem, long& rLeft ) const;
H A Dimivctl1.cxx4474 const SvxIconChoiceCtrlColumnInfo* SvxIconChoiceCtrl_Impl::GetItemColumn( sal_uInt16 nSubItem, in GetItemColumn() argument
4485 if( !pCol || pCol->GetSubItem() == nSubItem ) in GetItemColumn()
/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx159 SD_DLLPUBLIC void setTargetSubItem( sal_Int16 nSubItem );

Completed in 73 milliseconds