Searched refs:nSubItem (Results 1 – 8 of 8) sorted by relevance
205 sal_Int16 nSubItem( xIterNode->getSubItem() ); in implCreateIteratedNodes() local226 nSubItem = presentation::ShapeAnimationSubType::ONLY_TEXT; in implCreateIteratedNodes()299 nSubItem != presentation::ShapeAnimationSubType::ONLY_TEXT ) in implCreateIteratedNodes()335 if( nSubItem != presentation::ShapeAnimationSubType::ONLY_BACKGROUND ) in implCreateIteratedNodes()
719 mnTargetSubItem = nSubItem; in setTargetSubItem()874 sal_Int16 nSubItem = mnTargetSubItem; in replaceNode() local881 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() local2627 nSubItem = ShapeAnimationSubType::ONLY_BACKGROUND; in createTextGroup()[all …]
422 …FindEffect( MainSequencePtr& pMainSequence, const Reference< XShape >& rShape, sal_Int16 nSubItem ) in ImplFindEffect() argument429 if( (pEffect->getTargetShape() == rShape) && (pEffect->getTargetSubItem() == nSubItem) ) in ImplFindEffect()
173 sal_uInt16 nSubItem; member in SvxIconChoiceCtrlColumnInfo178 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()
113 nSubItem = rInfo.nSubItem; in SvxIconChoiceCtrlColumnInfo()
520 const SvxIconChoiceCtrlColumnInfo* GetItemColumn( sal_uInt16 nSubItem, long& rLeft ) const;
4474 const SvxIconChoiceCtrlColumnInfo* SvxIconChoiceCtrl_Impl::GetItemColumn( sal_uInt16 nSubItem, in GetItemColumn() argument4485 if( !pCol || pCol->GetSubItem() == nSubItem ) in GetItemColumn()
159 SD_DLLPUBLIC void setTargetSubItem( sal_Int16 nSubItem );
Completed in 80 milliseconds