/aoo4110/main/sw/source/core/layout/ |
H A D | flyincnt.cxx | 129 GetItemState( RES_SURROUND, sal_False ) || in Modify() 136 aOld.ClearItem( RES_SURROUND ); in Modify() 137 aNew.ClearItem( RES_SURROUND ); in Modify() 152 else if( nWhich != RES_SURROUND && RES_FRMMACRO != nWhich ) in Modify()
|
H A D | atrfrm.cxx | 1135 SfxEnumItem( RES_SURROUND, sal_uInt16( eFly ) ) in SwFmtSurround() 1141 SfxEnumItem( RES_SURROUND, rCpy.GetValue() ) in SwFmtSurround()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | wrap.cxx | 66 RES_PROTECT, RES_SURROUND, 243 const SwFmtSurround& rSurround = (const SwFmtSurround&)rSet.Get(RES_SURROUND); in Reset() 344 const SwFmtSurround& rOldSur = (const SwFmtSurround&)GetItemSet().Get(RES_SURROUND); in FillItemSet() 380 if(0 == (pOldItem = GetOldItem( rSet, RES_SURROUND )) || in FillItemSet() 555 const SwFmtSurround& rSurround = (const SwFmtSurround&)rSet.Get(RES_SURROUND); in ActivatePage()
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 1028 SfxItemSet aSet( rSh.GetAttrPool(), RES_SURROUND, RES_SURROUND); in Execute() 1030 SwFmtSurround aSur( (SwFmtSurround&)aSet.Get( RES_SURROUND ) ); in Execute() 1097 SfxItemSet aSet(GetPool(), RES_SURROUND, RES_HORI_ORIENT); in Execute() 1100 const SwFmtSurround& rSurround = (const SwFmtSurround&)aSet.Get(RES_SURROUND); in Execute() 1345 SfxItemSet aSet(GetPool(), RES_SURROUND, RES_SURROUND); in IMPL_LINK() 1347 const SwFmtSurround& rWrap = (const SwFmtSurround&)aSet.Get(RES_SURROUND); in IMPL_LINK() 1721 const SwFmtSurround& rWrap = (const SwFmtSurround&)aSet.Get(RES_SURROUND); in GetState() 1896 SfxItemSet aSet(GetPool(), RES_OPAQUE, RES_SURROUND); in SetWrapMode() 1901 SwFmtSurround aWrap( (SwFmtSurround&)aSet.Get(RES_SURROUND) ); in SetWrapMode()
|
H A D | frmsh.cxx | 537 RES_SURROUND, RES_SURROUND, in Execute() 740 case RES_SURROUND: in GetState()
|
H A D | grfsh.cxx | 275 RES_SURROUND, RES_SURROUND, in Execute()
|
H A D | drwbassh.cxx | 159 SfxItemSet aSet(GetPool(), RES_SURROUND, RES_SURROUND, in Execute()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unomap.cxx | 335 …{ SW_PROP_NMID(UNO_NAME_TEXT_WRAP), RES_SURROUND, CPPU_E2T(CPPUTYPE_WRAPTXTMODE), PROPERTY_N… 336 …{ SW_PROP_NMID(UNO_NAME_SURROUND), RES_SURROUND, CPPU_E2T(CPPUTYPE_WRAPTXTMODE), … 337 …{ SW_PROP_NMID(UNO_NAME_SURROUND_ANCHORONLY), RES_SURROUND, CPPU_E2T(CPPUTYPE_BOOLEAN), PROP… 751 …{ SW_PROP_NMID(UNO_NAME_SURROUND), RES_SURROUND, CPPU_E2T(CPPUTYPE_WRAPTXTMODE), PROPE… in GetPropertyMapEntries() 1138 …{ SW_PROP_NMID(UNO_NAME_SURROUND_CONTOUR), RES_SURROUND, CPPU_E2T(CPPUTYPE_BOOLEAN), PROPERT… in GetPropertyMapEntries() 1139 …{ SW_PROP_NMID(UNO_NAME_CONTOUR_OUTSIDE), RES_SURROUND, CPPU_E2T(CPPUTYPE_BOOLEAN), PROPERTY… in GetPropertyMapEntries() 1173 …{ SW_PROP_NMID(UNO_NAME_SURROUND_CONTOUR), RES_SURROUND, CPPU_E2T(CPPUTYPE_BOOLEAN), PROPERTY_NONE… in GetPropertyMapEntries() 1174 …{ SW_PROP_NMID(UNO_NAME_CONTOUR_OUTSIDE), RES_SURROUND, CPPU_E2T(CPPUTYPE_BOOLEAN), PROPERTY_NONE,… in GetPropertyMapEntries() 1204 …{ SW_PROP_NMID(UNO_NAME_TEXT_WRAP), RES_SURROUND, CPPU_E2T(CPPUTYPE_WRAPTXTMODE), PROPERTY_N… in GetPropertyMapEntries() 1206 …{ SW_PROP_NMID(UNO_NAME_SURROUND_CONTOUR), RES_SURROUND, CPPU_E2T(CPPUTYPE_BOOLEAN), PROPERT… in GetPropertyMapEntries() [all …]
|
H A D | unodraw.cxx | 1397 case RES_SURROUND: in setPropertyValue() 1619 case RES_SURROUND: in getPropertyValue() 1824 case RES_SURROUND: in getPropertyStates() 1888 case RES_SURROUND: pImpl->RemoveSurround();break; in setPropertyToDefault()
|
H A D | unoframe.cxx | 375 GetProperty(RES_SURROUND, MID_SURROUND_SURROUNDTYPE, pSur); in FillBaseProperties() 377 GetProperty(RES_SURROUND, MID_SURROUND_ANCHORONLY, pSurAnch); in FillBaseProperties() 380 …SwFmtSurround aSrnd ( static_cast < const :: SwFmtSurround & > ( rFromSet.Get ( RES_SURROUND ) ) ); in FillBaseProperties() 2231 if(pProps->GetProperty(RES_SURROUND, MID_SURROUND_CONTOUR, pSurroundContour)) in attachToRange() 2234 if(pProps->GetProperty(RES_SURROUND, MID_SURROUND_CONTOUROUTSIDE, pContourOutside)) in attachToRange()
|
H A D | unoparagraph.cxx | 962 case RES_SURROUND: in lcl_SwXParagraph_getPropertyState()
|
/aoo4110/main/sw/inc/ |
H A D | fmtsrnd.hxx | 83 { return (const SwFmtSurround&)Get( RES_SURROUND,bInP); } in GetSurround()
|
H A D | hintids.hxx | 206 RES_SURROUND, // 95 enumerator
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | frmmgr.hxx | 174 return ((SwFmtSurround&)aSet.Get(RES_SURROUND)); in GetSurround()
|
/aoo4110/main/sw/source/ui/dbui/ |
H A D | mmlayoutpage.cxx | 315 RES_SURROUND, RES_SURROUND, in InsertAddressFrame()
|
/aoo4110/main/sw/source/core/undo/ |
H A D | unsect.cxx | 465 pFmt->ResetFmtAttr( RES_SURROUND, RES_FRMATR_END-1 ); in UndoImpl()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | formatclipboard.cxx | 80 RES_PAPER_BIN, RES_SURROUND, \
|
/aoo4110/main/sw/source/core/draw/ |
H A D | dcontact.cxx | 1640 if ( RES_SURROUND == nWhich || in Modify() 1645 RES_SURROUND, sal_False ) || in Modify()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doclay.cxx | 1338 lcl_CpyAttr( *pNewSet, pOldFmt->GetAttrSet(), RES_SURROUND ); in lcl_InsertLabel() 1666 lcl_CpyAttr( *pNewSet, pOldFmt->GetAttrSet(), RES_SURROUND ); in lcl_InsertDrawLabel()
|
H A D | docfly.cxx | 579 rFmt.ResetFmtAttr( RES_PRINT, RES_SURROUND ); in SetFrmFmtToFly()
|
H A D | dbgoutsw.cxx | 214 aItemWhichMap[RES_SURROUND] = String("SURROUND", RTL_TEXTENCODING_ASCII_US); in GetItemWhichMap()
|
/aoo4110/main/sw/source/core/bastyp/ |
H A D | init.cxx | 592 aAttrTab[ RES_SURROUND- POOLATTR_BEGIN ] = new SwFmtSurround; in _InitCore()
|
/aoo4110/main/sw/source/core/frmedt/ |
H A D | feshview.cxx | 1761 RES_SURROUND, RES_ANCHOR, 0 ); in ImpEndCreate() 2659 RES_SURROUND, RES_ANCHOR, 0 ); in CheckUnboundObjects()
|
H A D | fecopy.cxx | 1430 RES_SURROUND, RES_ANCHOR ); in Paste()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmlfly.cxx | 755 SFX_ITEM_SET == rItemSet.GetItemState( RES_SURROUND, sal_True, &pItem )) in OutFrmFmtOptions()
|