/aoo42x/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 131 SwFmtAnchor aNewAnch( (SwFmtAnchor&)rSet.Get( RES_ANCHOR ) ); in lcl_FindAnchorPos() 230 RndStdIds nNew = ((SwFmtAnchor&)rSet.Get( RES_ANCHOR )).GetAnchorId(); in lcl_ChkAndSetNewAnchor() 691 SwFmtAnchor& rAnch = (SwFmtAnchor&)rSet.Get( RES_ANCHOR ); in NewFlyFrm() 856 if( SFX_ITEM_SET == pFlyAttrSet->GetItemState( RES_ANCHOR, sal_False, in Insert() 1110 if( SFX_ITEM_SET == rSet.GetItemState( RES_ANCHOR, sal_False, &pItem ) ) in GetFlyFrmAttr() 1162 if( SFX_ITEM_SET == rSet.GetItemState( RES_ANCHOR, sal_False )) in SetFlyFrmAttr() 1200 if( SFX_ITEM_SET == rSet.GetItemState( RES_ANCHOR, sal_False )) in SetDrawingAttr() 1208 rSet.ClearItem( RES_ANCHOR ); in SetDrawingAttr() 1237 if( RES_ANCHOR != nWhich && RES_CHAIN != nWhich && RES_CNTNT != nWhich ) in ResetFlyFrmAttr() 1260 RES_ANCHOR != ( nWhich = pItem->Which() ) && in ResetFlyFrmAttr() [all …]
|
/aoo42x/main/sw/source/ui/frmdlg/ |
H A D | frmmgr.cxx | 158 if( SFX_ITEM_SET == aSet.GetItemState( RES_ANCHOR, sal_False, &pItem )) in UpdateFlyFrm() 160 SfxItemSet aGetSet( *aSet.GetPool(), RES_ANCHOR, RES_ANCHOR ); in UpdateFlyFrm() 162 SFX_ITEM_SET == aGetSet.GetItemState( RES_ANCHOR, sal_False, &pGItem ) in UpdateFlyFrm() 165 aSet.ClearItem( RES_ANCHOR ); in UpdateFlyFrm()
|
H A D | wrap.cxx | 246 const SwFmtAnchor &rAnch = (const SwFmtAnchor&)rSet.Get(RES_ANCHOR); in Reset() 450 const SwFmtAnchor &rAnch = (const SwFmtAnchor&)rSet.Get(RES_ANCHOR); in ActivatePage()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unattr.cxx | 152 if ( SFX_ITEM_SET == m_pOldSet->GetItemState( RES_ANCHOR, sal_False )) in Init() 202 if ( SFX_ITEM_SET == m_pOldSet->GetItemState( RES_ANCHOR, sal_False )) in UndoImpl() 215 m_pOldSet->ClearItem( RES_ANCHOR ); in UndoImpl() 414 if ( RES_ANCHOR == rItem.Which() ) in PutAttr() 440 static_cast<const SwFmtAnchor&>( m_pOldSet->Get( RES_ANCHOR, sal_False ) ); in SaveFlyAnchor() 471 static_cast<const SwFmtAnchor&>( m_pOldSet->Get( RES_ANCHOR, sal_False ) ); in RestoreFlyAnchor()
|
H A D | undobj1.cxx | 228 pFrmFmt->ResetFmtAttr( RES_ANCHOR ); // Anchor loeschen in DelFly() 657 if( RES_ANCHOR == nWhich ) in PutAttr()
|
/aoo42x/main/sw/source/ui/app/ |
H A D | applab.cxx | 99 SfxItemSet aSet(rSh.GetAttrPool(), RES_ANCHOR, RES_ANCHOR, in lcl_InsertBCText() 144 SfxItemSet aSet(rSh.GetAttrPool(), RES_ANCHOR, RES_ANCHOR, in lcl_InsertLabText()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 208 SwFmtAnchor aAnchor ( static_cast < const SwFmtAnchor & > ( rFromSet.Get ( RES_ANCHOR ) ) ); in FillBaseProperties() 211 if(GetProperty(RES_ANCHOR, MID_ANCHOR_PAGENUM, pAnchorPgNo)) in FillBaseProperties() 214 if(GetProperty(RES_ANCHOR, MID_ANCHOR_ANCHORTYPE, pAnchorType)) in FillBaseProperties() 1698 else if(RES_ANCHOR == pEntry->nWID && MID_ANCHOR_ANCHORFRAME == nMemberId) in setPropertyValue() 1845 if(RES_ANCHOR == pEntry->nWID && MID_ANCHOR_ANCHORTYPE == nMemberId) in setPropertyValue() 1888 if( SFX_ITEM_SET == aSet.GetItemState( RES_ANCHOR, sal_False, &pItem )) in setPropertyValue() 2742 if(SFX_ITEM_SET == aFrmSet.GetItemState(RES_ANCHOR, sal_False, &pItem) ) in attachToRange() 2777 pAnchorItem = static_cast<SwFmtAnchor*>(aFrmSet.Get(RES_ANCHOR).Clone()); in attachToRange() 2790 SfxItemSet aAnchorSet( pDoc->GetAttrPool(), RES_ANCHOR, RES_ANCHOR ); in attachToRange() 3043 RES_ANCHOR, RES_ANCHOR ); in attach() [all …]
|
H A D | unodraw.cxx | 1152 if(RES_ANCHOR == pEntry->nWID && MID_ANCHOR_ANCHORFRAME == pEntry->nMemberId) in setPropertyValue() 1209 SwFmtAnchor aAnchor( static_cast<const SwFmtAnchor&>(aSet.Get( RES_ANCHOR )) ); in setPropertyValue() 1277 if(RES_ANCHOR == pEntry->nWID && MID_ANCHOR_ANCHORTYPE == pEntry->nMemberId) in setPropertyValue() 1298 if(RES_ANCHOR == pEntry->nWID && MID_ANCHOR_ANCHORTYPE == pEntry->nMemberId) in setPropertyValue() 1335 … SwFmtAnchor aNewAnchor( dynamic_cast< const SwFmtAnchor& >( aSet.Get( RES_ANCHOR ) ) ); in setPropertyValue() 1380 case RES_ANCHOR: in setPropertyValue() 1602 case RES_ANCHOR: in getPropertyValue() 1807 case RES_ANCHOR: in getPropertyStates() 1881 case RES_ANCHOR: pImpl->RemoveAnchor(); break; in setPropertyToDefault()
|
H A D | unomap.cxx | 304 …{ SW_PROP_NMID(UNO_NAME_ANCHOR_PAGE_NO), RES_ANCHOR, CPPU_E2T(CPPUTYPE_INT16), PROPERTY_NONE… 305 …{ SW_PROP_NMID(UNO_NAME_ANCHOR_TYPE), RES_ANCHOR, CPPU_E2T(CPPUTYPE_TXTCNTANCHOR), PROPERTY_… 306 …{ SW_PROP_NMID(UNO_NAME_ANCHOR_FRAME), RES_ANCHOR, CPPU_E2T(CPPUTYPE_REFTEXTFRAME), … 782 …{ SW_PROP_NMID(UNO_NAME_ANCHOR_PAGE_NO), RES_ANCHOR, CPPU_E2T(CPPUTYPE_INT16), … in GetPropertyMapEntries() 783 …{ SW_PROP_NMID(UNO_NAME_ANCHOR_TYPE), RES_ANCHOR, CPPU_E2T(CPPUTYPE_TXTCNTANCHOR), … in GetPropertyMapEntries() 1376 …{ SW_PROP_NMID(UNO_NAME_ANCHOR_PAGE_NO), RES_ANCHOR, CPPU_E2T(CPPUTYPE_INT16), PROPERTY_NONE… in GetPropertyMapEntries() 1377 …{ SW_PROP_NMID(UNO_NAME_ANCHOR_TYPE), RES_ANCHOR, CPPU_E2T(CPPUTYPE_TXTCNTANCHOR), PROPERTY_… in GetPropertyMapEntries() 1378 …{ SW_PROP_NMID(UNO_NAME_ANCHOR_FRAME), RES_ANCHOR, CPPU_E2T(CPPUTYPE_REFTEXTFRAME), … in GetPropertyMapEntries()
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | mmlayoutpage.cxx | 310 SfxItemSet aSet(rShell.GetAttrPool(), RES_ANCHOR, RES_ANCHOR, in InsertAddressFrame() 771 SfxItemSet aSet(m_pExampleWrtShell->GetAttrPool(), RES_ANCHOR, RES_ANCHOR, in IMPL_LINK()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docfly.cxx | 226 SwFmtAnchor aNewAnch( (SwFmtAnchor&)rSet.Get( RES_ANCHOR ) ); in SetFlyFrmAnchor() 387 (SFX_ITEM_SET == rSet.GetItemState( RES_ANCHOR, sal_False )) in lcl_SetFlyFrmAttr() 408 case RES_ANCHOR: in lcl_SetFlyFrmAttr() 607 if( SFX_ITEM_SET == pAsk->GetItemState( RES_ANCHOR, sal_False, &pItem ) in SetFrmFmtToFly()
|
H A D | doclay.cxx | 627 pFlySet->GetItemState( RES_ANCHOR, sal_False, in _MakeFlySection() 662 SFX_ITEM_SET != pFmt->GetItemState( RES_ANCHOR, sal_True ) ) in _MakeFlySection() 743 RES_ANCHOR, sal_False, (const SfxPoolItem**)&pAnch )) || in MakeFlySection() 745 RES_ANCHOR, sal_True, (const SfxPoolItem**)&pAnch )) ) in MakeFlySection() 792 SwFmtAnchor& rAnch = (SwFmtAnchor&)rSet.Get( RES_ANCHOR ); in MakeFlyAndMove() 927 rFlyAttrSet.GetItemState( RES_ANCHOR, sal_False, (const SfxPoolItem**) &pAnchor ); in InsertDrawObj()
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 127 ( RES_ANCHOR == pCurr->Which() in IsEqualFly() 577 aAnchor = (SwFmtAnchor&)pSet->Get( RES_ANCHOR ); in ReadFly() 1188 aDiffs.ClearItem( RES_ANCHOR ); in ReadFly() 1278 RES_VERT_ORIENT,*/ RES_ANCHOR ); in InsPicture()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 1078 SfxItemSet aSet( GetPool(), RES_VERT_ORIENT, RES_ANCHOR ); in Execute() 1634 SfxItemSet aSet(GetPool(), RES_ANCHOR, RES_ANCHOR); in GetState() 1639 RndStdIds eSet = ((SwFmtAnchor&)aSet.Get(RES_ANCHOR)).GetAnchorId(); in GetState() 1707 SfxItemSet aSet(GetPool(), RES_OPAQUE, RES_ANCHOR); in GetState() 1717 nAnchorType = ((SwFmtAnchor&)aSet.Get(RES_ANCHOR)).GetAnchorId(); in GetState()
|
H A D | grfsh.cxx | 289 RES_ANCHOR, RES_ANCHOR, in Execute()
|
H A D | drwbassh.cxx | 156 RES_ANCHOR, RES_ANCHOR, in Execute()
|
H A D | frmsh.cxx | 551 RES_ANCHOR, RES_ANCHOR, in Execute()
|
/aoo42x/main/sw/inc/ |
H A D | fmtanchr.hxx | 82 { return static_cast<const SwFmtAnchor&>(Get(RES_ANCHOR, bInP)); } in GetAnchor()
|
H A D | hintids.hxx | 209 RES_ANCHOR, // 98 enumerator
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | frmmgr.hxx | 184 return ((SwFmtAnchor&)aSet.Get(RES_ANCHOR)).GetAnchorId(); in GetAnchor()
|
/aoo42x/main/sw/source/core/draw/ |
H A D | dcontact.cxx | 1557 GetItemState( RES_ANCHOR, sal_False, (const SfxPoolItem**)&pAnchorFmt ); in lcl_getAnchorFmt() 1559 else if ( RES_ANCHOR == nWhich ) in lcl_getAnchorFmt() 1589 GetFmt()->GetAttrSet().GetItemState( RES_ANCHOR, sal_False ) ) in Modify()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | flylay.cxx | 571 ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( RES_ANCHOR, sal_False, in Modify() 575 else if( RES_ANCHOR == nWhich ) in Modify()
|
H A D | flycnt.cxx | 101 ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( RES_ANCHOR, sal_False, in Modify() 105 else if( RES_ANCHOR == nWhich ) in Modify()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8graf2.cxx | 544 aFlySet.ClearItem( RES_ANCHOR ); in ImportGraf()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlsect.cxx | 783 ((const SwFmtAnchor&)rItemSet.Get( RES_ANCHOR )).GetAnchorId(); in InsertFlyFrame()
|