Home
last modified time | relevance | path

Searched refs:pRotItem (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dpormulti.cxx939 const SfxPoolItem* pRotItem; in GetMultiCreator() local
941 GetItemState( RES_CHRATR_ROTATE, sal_True, &pRotItem ) && in GetMultiCreator()
942 ((SvxCharRotateItem*)pRotItem)->GetValue() ) in GetMultiCreator()
943 pRotate = (SvxCharRotateItem*)pRotItem; in GetMultiCreator()
945 pRotItem = NULL; in GetMultiCreator()
1119 if( nRotate < nCount || ( pRotItem && pRotItem == pRotate && in GetMultiCreator()
1196 if( pRotItem ) in GetMultiCreator()
1199 bOn = ((SvxCharRotateItem*)pRotItem)->GetValue() == in GetMultiCreator()
1205 pRet->pItem = pRotItem; in GetMultiCreator()
/trunk/main/sc/source/ui/unoobj/
H A Dafmtuno.cxx837 …const SfxInt32Item* pRotItem = (const SfxInt32Item*)pData->GetItem( nFieldIndex, ATTR_ROTATE_VALUE… in getPropertyValue() local
838 sal_Int32 nRot = pRotItem ? pRotItem->GetValue() : 0; in getPropertyValue()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx2062 const SfxPoolItem * pRotItem; in lcl_TCFlags() local
2063 if ( SFX_ITEM_SET == aCoreSet.GetItemState(RES_CHRATR_ROTATE, sal_True, &pRotItem)) in lcl_TCFlags()
2065 pRotate = (SvxCharRotateItem*)pRotItem; in lcl_TCFlags()

Completed in 33 milliseconds