Home
last modified time | relevance | path

Searched refs:RES_SURROUND (Results 1 – 25 of 29) sorted by relevance

12

/aoo4110/main/sw/source/core/layout/
H A Dflyincnt.cxx129 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 Datrfrm.cxx1135 SfxEnumItem( RES_SURROUND, sal_uInt16( eFly ) ) in SwFmtSurround()
1141 SfxEnumItem( RES_SURROUND, rCpy.GetValue() ) in SwFmtSurround()
/aoo4110/main/sw/source/ui/frmdlg/
H A Dwrap.cxx66 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 Dbasesh.cxx1028 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 Dfrmsh.cxx537 RES_SURROUND, RES_SURROUND, in Execute()
740 case RES_SURROUND: in GetState()
H A Dgrfsh.cxx275 RES_SURROUND, RES_SURROUND, in Execute()
H A Ddrwbassh.cxx159 SfxItemSet aSet(GetPool(), RES_SURROUND, RES_SURROUND, in Execute()
/aoo4110/main/sw/source/core/unocore/
H A Dunomap.cxx335 …{ 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 Dunodraw.cxx1397 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 Dunoframe.cxx375 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 Dunoparagraph.cxx962 case RES_SURROUND: in lcl_SwXParagraph_getPropertyState()
/aoo4110/main/sw/inc/
H A Dfmtsrnd.hxx83 { return (const SwFmtSurround&)Get( RES_SURROUND,bInP); } in GetSurround()
H A Dhintids.hxx206 RES_SURROUND, // 95 enumerator
/aoo4110/main/sw/source/ui/inc/
H A Dfrmmgr.hxx174 return ((SwFmtSurround&)aSet.Get(RES_SURROUND)); in GetSurround()
/aoo4110/main/sw/source/ui/dbui/
H A Dmmlayoutpage.cxx315 RES_SURROUND, RES_SURROUND, in InsertAddressFrame()
/aoo4110/main/sw/source/core/undo/
H A Dunsect.cxx465 pFmt->ResetFmtAttr( RES_SURROUND, RES_FRMATR_END-1 ); in UndoImpl()
/aoo4110/main/sw/source/ui/uiview/
H A Dformatclipboard.cxx80 RES_PAPER_BIN, RES_SURROUND, \
/aoo4110/main/sw/source/core/draw/
H A Ddcontact.cxx1640 if ( RES_SURROUND == nWhich || in Modify()
1645 RES_SURROUND, sal_False ) || in Modify()
/aoo4110/main/sw/source/core/doc/
H A Ddoclay.cxx1338 lcl_CpyAttr( *pNewSet, pOldFmt->GetAttrSet(), RES_SURROUND ); in lcl_InsertLabel()
1666 lcl_CpyAttr( *pNewSet, pOldFmt->GetAttrSet(), RES_SURROUND ); in lcl_InsertDrawLabel()
H A Ddocfly.cxx579 rFmt.ResetFmtAttr( RES_PRINT, RES_SURROUND ); in SetFrmFmtToFly()
H A Ddbgoutsw.cxx214 aItemWhichMap[RES_SURROUND] = String("SURROUND", RTL_TEXTENCODING_ASCII_US); in GetItemWhichMap()
/aoo4110/main/sw/source/core/bastyp/
H A Dinit.cxx592 aAttrTab[ RES_SURROUND- POOLATTR_BEGIN ] = new SwFmtSurround; in _InitCore()
/aoo4110/main/sw/source/core/frmedt/
H A Dfeshview.cxx1761 RES_SURROUND, RES_ANCHOR, 0 ); in ImpEndCreate()
2659 RES_SURROUND, RES_ANCHOR, 0 ); in CheckUnboundObjects()
H A Dfecopy.cxx1430 RES_SURROUND, RES_ANCHOR ); in Paste()
/aoo4110/main/sw/source/filter/html/
H A Dhtmlfly.cxx755 SFX_ITEM_SET == rItemSet.GetItemState( RES_SURROUND, sal_True, &pItem )) in OutFrmFmtOptions()

Completed in 186 milliseconds

12