Home
last modified time | relevance | path

Searched refs:aNewAttr (Results 26 – 34 of 34) sorted by relevance

12

/aoo4110/main/sw/source/ui/uiview/
H A Dviewdraw.cxx817 SfxItemSet aNewAttr( pSdrView->GetModel()->GetItemPool(), in IsDrawTextHyphenate() local
819 if( pSdrView->GetAttributes( aNewAttr ) && in IsDrawTextHyphenate()
820 aNewAttr.GetItemState( EE_PARA_HYPHENATE ) >= SFX_ITEM_AVAILABLE ) in IsDrawTextHyphenate()
821 bHyphenate = ((const SfxBoolItem&)aNewAttr.Get( EE_PARA_HYPHENATE )). in IsDrawTextHyphenate()
/aoo4110/main/svx/source/table/
H A Dtablecontroller.cxx721 SfxItemSet aNewAttr( pTableObj->GetModel()->GetItemPool() ); in onFormatTable() local
722 MergeAttrFromSelectedCells(aNewAttr, sal_False); in onFormatTable()
725 SvxBoxItem aBoxItem( static_cast< const SvxBoxItem& >( aNewAttr.Get( SDRATTR_TABLE_BORDER ) ) ); in onFormatTable()
726 …aBoxItem.SetDistance( sal::static_int_cast< sal_uInt16 >( ((SdrTextLeftDistItem&)(aNewAttr.Get(SDR… in onFormatTable()
727 …aBoxItem.SetDistance( sal::static_int_cast< sal_uInt16 >( ((SdrTextRightDistItem&)(aNewAttr.Get(SD… in onFormatTable()
728 …aBoxItem.SetDistance( sal::static_int_cast< sal_uInt16 >( ((SdrTextUpperDistItem&)(aNewAttr.Get(SD… in onFormatTable()
729 …aBoxItem.SetDistance( sal::static_int_cast< sal_uInt16 >( ((SdrTextLowerDistItem&)(aNewAttr.Get(SD… in onFormatTable()
730 aNewAttr.Put( aBoxItem ); in onFormatTable()
733 …ractTabDialog > pDlg( pFact ? pFact->CreateSvxFormatCellsDialog( NULL, &aNewAttr, pTableObj->GetMo… in onFormatTable()
/aoo4110/main/sd/source/ui/view/
H A Ddrtxtob.cxx162 SfxItemSet aNewAttr( mpViewShell->GetPool(),EE_ITEMS_START,EE_ITEMS_END); in GetCharState() local
164 aNewAttr.Put(aCharAttrSet, sal_False); in GetCharState()
165 rSet.Put(aNewAttr, sal_False); in GetCharState()
H A Ddrviewsf.cxx589 SfxItemSet aNewAttr( GetPool(), EE_ITEMS_START, EE_ITEMS_END ); in GetAttrState() local
590 aNewAttr.Put( aEditAttr, sal_False ); in GetAttrState()
603 pTmpItem=GetNumBulletItem(aNewAttr, nNumItemId); in GetAttrState()
/aoo4110/main/sc/source/ui/drawfunc/
H A Ddrawsh2.cxx407 SfxItemSet aNewAttr(pView->GetGeoAttrFromMarked()); in GetDrawAttrStateForIFBX() local
408 rSet.Put(aNewAttr, sal_False); in GetDrawAttrStateForIFBX()
/aoo4110/main/sw/source/filter/ww8/
H A Dww8par4.cxx547 SwFltRedline aNewAttr(eType, nAutorNo, aStamp); in Read_CRevisionMark() local
549 NewAttr(aNewAttr); in Read_CRevisionMark()
/aoo4110/main/sd/source/ui/inc/
H A Dfuolbull.hxx65 const SfxPoolItem* GetNumBulletItem(SfxItemSet& aNewAttr, sal_uInt32& nNumItemId);
H A DViewShell.hxx213 const SfxPoolItem* GetNumBulletItem(SfxItemSet& aNewAttr, sal_uInt16& nNumItemId);
/aoo4110/main/svx/source/svdraw/
H A Dsvdedtv2.cxx807 SfxItemSet aNewAttr(pMod->GetItemPool()); in DECLARE_LIST() local
812 AbstractSvxDistributeDialog *pDlg = pFact->CreateSvxDistributeDialog(NULL, aNewAttr); in DECLARE_LIST()

Completed in 66 milliseconds

12