/aoo42x/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 | 1140 SfxEnumItem( RES_SURROUND, sal_uInt16( eFly ) ) in SwFmtSurround() 1146 SfxEnumItem( RES_SURROUND, rCpy.GetValue() ) in SwFmtSurround()
|
/aoo42x/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()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 1026 SfxItemSet aSet( rSh.GetAttrPool(), RES_SURROUND, RES_SURROUND); in Execute() 1028 SwFmtSurround aSur( (SwFmtSurround&)aSet.Get( RES_SURROUND ) ); in Execute() 1095 SfxItemSet aSet(GetPool(), RES_SURROUND, RES_HORI_ORIENT); in Execute() 1098 const SwFmtSurround& rSurround = (const SwFmtSurround&)aSet.Get(RES_SURROUND); in Execute() 1343 SfxItemSet aSet(GetPool(), RES_SURROUND, RES_SURROUND); in IMPL_LINK() 1345 const SwFmtSurround& rWrap = (const SwFmtSurround&)aSet.Get(RES_SURROUND); in IMPL_LINK() 1719 const SwFmtSurround& rWrap = (const SwFmtSurround&)aSet.Get(RES_SURROUND); in GetState() 1894 SfxItemSet aSet(GetPool(), RES_OPAQUE, RES_SURROUND); in SetWrapMode() 1899 SwFmtSurround aWrap( (SwFmtSurround&)aSet.Get(RES_SURROUND) ); in SetWrapMode()
|
H A D | frmsh.cxx | 550 RES_SURROUND, RES_SURROUND, in Execute() 753 case RES_SURROUND: in GetState()
|
H A D | grfsh.cxx | 288 RES_SURROUND, RES_SURROUND, in Execute()
|
H A D | drwbassh.cxx | 155 SfxItemSet aSet(GetPool(), RES_SURROUND, RES_SURROUND, in Execute()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unomap.cxx | 340 …{ SW_PROP_NMID(UNO_NAME_TEXT_WRAP), RES_SURROUND, CPPU_E2T(CPPUTYPE_WRAPTXTMODE), PROPERTY_N… 341 …{ SW_PROP_NMID(UNO_NAME_SURROUND), RES_SURROUND, CPPU_E2T(CPPUTYPE_WRAPTXTMODE), … 342 …{ SW_PROP_NMID(UNO_NAME_SURROUND_ANCHORONLY), RES_SURROUND, CPPU_E2T(CPPUTYPE_BOOLEAN), PROP… 825 …{ SW_PROP_NMID(UNO_NAME_SURROUND), RES_SURROUND, CPPU_E2T(CPPUTYPE_WRAPTXTMODE), PROPE… in GetPropertyMapEntries() 1302 …{ SW_PROP_NMID(UNO_NAME_SURROUND_CONTOUR), RES_SURROUND, CPPU_E2T(CPPUTYPE_BOOLEAN), PROPERT… in GetPropertyMapEntries() 1303 …{ SW_PROP_NMID(UNO_NAME_CONTOUR_OUTSIDE), RES_SURROUND, CPPU_E2T(CPPUTYPE_BOOLEAN), PROPERTY… in GetPropertyMapEntries() 1347 …{ SW_PROP_NMID(UNO_NAME_SURROUND_CONTOUR), RES_SURROUND, CPPU_E2T(CPPUTYPE_BOOLEAN), PROPERTY_NONE… in GetPropertyMapEntries() 1348 …{ SW_PROP_NMID(UNO_NAME_CONTOUR_OUTSIDE), RES_SURROUND, CPPU_E2T(CPPUTYPE_BOOLEAN), PROPERTY_NONE,… in GetPropertyMapEntries() 1385 …{ SW_PROP_NMID(UNO_NAME_TEXT_WRAP), RES_SURROUND, CPPU_E2T(CPPUTYPE_WRAPTXTMODE), PROPERTY_N… in GetPropertyMapEntries() 1387 …{ SW_PROP_NMID(UNO_NAME_SURROUND_CONTOUR), RES_SURROUND, CPPU_E2T(CPPUTYPE_BOOLEAN), PROPERT… in GetPropertyMapEntries() [all …]
|
H A D | unodraw.cxx | 1395 case RES_SURROUND: in setPropertyValue() 1617 case RES_SURROUND: in getPropertyValue() 1822 case RES_SURROUND: in getPropertyStates() 1886 case RES_SURROUND: pImpl->RemoveSurround();break; in setPropertyToDefault()
|
H A D | unoframe.cxx | 733 GetProperty(RES_SURROUND, MID_SURROUND_SURROUNDTYPE, pSur); in FillBaseProperties() 735 GetProperty(RES_SURROUND, MID_SURROUND_ANCHORONLY, pSurAnch); in FillBaseProperties() 738 …SwFmtSurround aSrnd ( static_cast < const :: SwFmtSurround & > ( rFromSet.Get ( RES_SURROUND ) ) ); in FillBaseProperties() 2874 if(pProps->GetProperty(RES_SURROUND, MID_SURROUND_CONTOUR, pSurroundContour)) in attachToRange() 2877 if(pProps->GetProperty(RES_SURROUND, MID_SURROUND_CONTOUROUTSIDE, pContourOutside)) in attachToRange()
|
H A D | unoparagraph.cxx | 1078 case RES_SURROUND: in lcl_SwXParagraph_getPropertyState()
|
/aoo42x/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
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | mmlayoutpage.cxx | 315 RES_SURROUND, RES_SURROUND, in InsertAddressFrame()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | frmmgr.hxx | 174 return ((SwFmtSurround&)aSet.Get(RES_SURROUND)); in GetSurround()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unsect.cxx | 465 pFmt->ResetFmtAttr( RES_SURROUND, RES_FRMATR_END-1 ); in UndoImpl()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | formatclipboard.cxx | 80 RES_PAPER_BIN, RES_SURROUND, \
|
/aoo42x/main/sw/source/core/draw/ |
H A D | dcontact.cxx | 1638 if ( RES_SURROUND == nWhich || in Modify() 1643 RES_SURROUND, sal_False ) || in Modify()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | doclay.cxx | 1330 lcl_CpyAttr( *pNewSet, pOldFmt->GetAttrSet(), RES_SURROUND ); in lcl_InsertLabel() 1658 lcl_CpyAttr( *pNewSet, pOldFmt->GetAttrSet(), RES_SURROUND ); in lcl_InsertDrawLabel()
|
H A D | docfly.cxx | 637 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()
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | init.cxx | 605 aAttrTab[ RES_SURROUND- POOLATTR_BEGIN ] = new SwFmtSurround; in _InitCore()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | feshview.cxx | 1758 RES_SURROUND, RES_ANCHOR, 0 ); in ImpEndCreate() 2656 RES_SURROUND, RES_ANCHOR, 0 ); in CheckUnboundObjects()
|
H A D | fecopy.cxx | 1430 RES_SURROUND, RES_ANCHOR ); in Paste()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlfly.cxx | 755 SFX_ITEM_SET == rItemSet.GetItemState( RES_SURROUND, sal_True, &pItem )) in OutFrmFmtOptions()
|