Home
last modified time | relevance | path

Searched refs:rFlySet (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx1682 SfxItemSet& rFlySet, MSO_LineStyle eLineStyle, MSO_SPT eShapeType, in MatchSdrItemsIntoFlySet() argument
1718 rFlySet.Put( *pPoolItem ); in MatchSdrItemsIntoFlySet()
1724 SvxBoxItem aBox(sw::util::ItemGet<SvxBoxItem>(rFlySet, RES_BOX)); in MatchSdrItemsIntoFlySet()
1791 if( SFX_ITEM_SET != rFlySet.GetItemState(RES_FRM_SIZE, false) ) in MatchSdrItemsIntoFlySet()
1796 rFlySet.Put( SwFmtFrmSize(bFixSize ? ATT_FIX_SIZE : ATT_VAR_SIZE, in MatchSdrItemsIntoFlySet()
1802 SwFmtFrmSize aSize = (const SwFmtFrmSize &)(rFlySet.Get(RES_FRM_SIZE)); in MatchSdrItemsIntoFlySet()
1808 rFlySet.Put( aNewSize ); in MatchSdrItemsIntoFlySet()
1815 SwFmtHoriOrient aHori = (const SwFmtHoriOrient &)(rFlySet.Get( in MatchSdrItemsIntoFlySet()
1818 rFlySet.Put(aHori); in MatchSdrItemsIntoFlySet()
1820 SwFmtVertOrient aVert = (const SwFmtVertOrient &)(rFlySet.Get( in MatchSdrItemsIntoFlySet()
[all …]
H A Dww8par4.cxx215 const SfxItemSet &rFlySet, const SfxItemSet &rGrfSet) in InsertOle() argument
235 pMathFlySet = new SfxItemSet(rFlySet); in InsertOle()
254 const SfxItemSet *pFlySet = pMathFlySet ? pMathFlySet : &rFlySet; in InsertOle()
H A Dww8par.hxx1325 bool SetFlyBordersShadow(SfxItemSet& rFlySet, const WW8_BRC *pbrc,
1381 SwFlyFrmFmt* InsertOle(SdrOle2Obj &rObject, const SfxItemSet &rFlySet,
1470 SfxItemSet &rFlySet, bool bOrgObjectWasReplace);
1476 SfxItemSet &rFlySet );
1479 RndStdIds eAnchor, WW8_FSPA *pF, SfxItemSet &rFlySet );
1776 SfxItemSet &rFlySet);
H A Dww8par6.cxx1634 bool SwWW8ImplReader::SetFlyBordersShadow(SfxItemSet& rFlySet, in SetFlyBordersShadow() argument
1643 rFlySet.Put( aBox ); in SetFlyBordersShadow()
1650 rFlySet.Put( aShadow ); in SetFlyBordersShadow()
/trunk/main/sw/source/filter/basflt/
H A Dfltini.cxx617 void CalculateFlySize(SfxItemSet& rFlySet, const SwNodeIndex& rAnchor, in CalculateFlySize() argument
621 if( SFX_ITEM_SET != rFlySet.GetItemState( RES_FRM_SIZE, sal_True, &pItem ) || in CalculateFlySize()
624 SwFmtFrmSize aSz((SwFmtFrmSize&)rFlySet.Get(RES_FRM_SIZE, sal_True)); in CalculateFlySize()
638 const SwNodeIndex* pSttNd = ((SwFmtCntnt&)rFlySet.Get( RES_CNTNT )). in CalculateFlySize()
686 const SvxBoxItem& rBoxItem = (SvxBoxItem&)rFlySet.Get( RES_BOX ); in CalculateFlySize()
720 rFlySet.Put( aSz ); in CalculateFlySize()
726 rFlySet.Put( aSz ); in CalculateFlySize()
/trunk/main/sw/source/filter/inc/
H A Dfltini.hxx101 SW_DLLPUBLIC void CalculateFlySize(SfxItemSet& rFlySet, const SwNodeIndex& rAnchor,