Home
last modified time | relevance | path

Searched refs:aFlySet (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8graf2.cxx391 WW8FlySet aFlySet(*this, pWFlyPara, pSFlyPara, true); in MakeGrafNotInCntnt() local
395 aFlySet.Put(aAnchor); in MakeGrafNotInCntnt()
397 aFlySet.Put( SwFmtFrmSize( ATT_FIX_SIZE, nWidth, nHeight ) ); in MakeGrafNotInCntnt()
400 &aFlySet, &rGrfSet, NULL); in MakeGrafNotInCntnt()
417 WW8FlySet aFlySet(*this, pPaM, rPic, rPD.nWidth, rPD.nHeight); in MakeGrafInCntnt() local
422 pFlyFmt = ImportOle(pGraph, &aFlySet, &rGrfSet); in MakeGrafInCntnt()
427 pFlyFmt = rDoc.Insert( *pPaM, rFileName, aEmptyStr, pGraph, &aFlySet, in MakeGrafInCntnt()
530 WW8FlySet aFlySet( *this, pPaM, aPic, aPD.nWidth, aPD.nHeight ); in ImportGraf() local
540 aFlySet.ClearItem( RES_ANCHOR ); in ImportGraf()
543 pFlyFmtOfJustInsertedGraphic->SetFmtAttr( aFlySet ); in ImportGraf()
[all …]
H A Dww8graf.cxx1122 SfxItemSet aFlySet( rDoc.GetAttrPool(), in InsertTxbxText() local
1130 aFlySet, in InsertTxbxText()
1135 pFlyFmt->SetFmtAttr( aFlySet ); in InsertTxbxText()
2621 SfxItemSet aFlySet(rDoc.GetAttrPool(), RES_FRMATR_BEGIN, RES_FRMATR_END-1); in Read_GrafLayer() local
2670 aFlySet.Put( aSur ); in Read_GrafLayer()
2718 aFlySet.Put( aFollowTextFlow ); in Read_GrafLayer()
2761 aFlySet.Put(*pFmtURL); in Read_GrafLayer()
2776 aFlySet.Put(SvxOpaqueItem(RES_OPAQUE,false)); in Read_GrafLayer()
2785 pF, aFlySet); in Read_GrafLayer()
2796 RndStdIds eAnchor = ProcessEscherAlign(pRecord, pF, aFlySet, in Read_GrafLayer()
[all …]
H A Dww8par6.cxx2513 WW8FlySet aFlySet(*this, pWFlyPara, pSFlyPara, false); in StartApo() local
2516 pPaM->GetPoint(), &aFlySet ); in StartApo()
2674 SfxItemSet aFlySet( pSFlyPara->pFlyFmt->GetAttrSet() ); in StopApo() local
2676 SwFmtFrmSize aSize(ItemGet<SwFmtFrmSize>(aFlySet, RES_FRM_SIZE)); in StopApo()
2678 aFlySet.ClearItem(RES_FRM_SIZE); in StopApo()
2680 CalculateFlySize(aFlySet, pSFlyPara->pMainTextPos->nNode, in StopApo()
2683 nNewWidth = ItemGet<SwFmtFrmSize>(aFlySet, RES_FRM_SIZE).GetWidth(); in StopApo()
H A Dww8par5.cxx2427 SfxItemSet aFlySet( rDoc.GetAttrPool(), RES_FRMATR_BEGIN, in Read_F_IncludePicture() local
2429 aFlySet.Put( SwFmtAnchor( FLY_AS_CHAR ) ); in Read_F_IncludePicture()
2430 aFlySet.Put( SwFmtVertOrient( 0, text::VertOrientation::TOP, text::RelOrientation::FRAME )); in Read_F_IncludePicture()
2435 &aFlySet, in Read_F_IncludePicture()
H A Dww8par2.cxx3595 WW8FlySet aFlySet( *this, pTableWFlyPara, pTableSFlyPara, false ); in StartTable() local
3598 aFlySet.Put( aAnchor ); in StartTable()
3599 pTableDesc->pFlyFmt->SetFmtAttr( aFlySet ); in StartTable()
H A Dww8par.hxx1332 void MatchSdrItemsIntoFlySet( SdrObject* pSdrObj, SfxItemSet &aFlySet,
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx83 : aFlySet(rSet), nSttNd(rPam.GetPoint()->nNode), nEndNd(nSttNd), nEndCnt(0), in SwFlySave()
90 if( rSet.Count() != aFlySet.Count() || nDropAnchor ) in IsEqualFly()
123 if( SFX_ITEM_SET != aFlySet.GetItemState( pCurr->Which(), in IsEqualFly()
145 const SwFmtFrmSize& rSz = GetFrmSize( aFlySet ); in SetFlySize()
147 aFlySet.Put( SwFmtFrmSize( rSz.GetHeightSizeType(), nWidth, rSz.GetHeight() )); in SetFlySize()
306 if( SFX_ITEM_SET != pFlySave->aFlySet.GetItemState( in SetFlysInDoc()
309 pFlySave->aFlySet ); in SetFlysInDoc()
395 pFlySave->aFlySet.Put( SwFmtCntnt( pSttNd )); in SetFlysInDoc()
397 CalculateFlySize( pFlySave->aFlySet, pFlySave->nSttNd, in SetFlysInDoc()
412 …const SvxBrushItem* pBackgroundBrush = (const SvxBrushItem*)pFlySave->aFlySet.GetItem(RES_BACKGROU… in SetFlysInDoc()
[all …]
H A Dswparrtf.cxx1241 SfxItemSet aFlySet(pDoc->GetAttrPool(), RES_FRMATR_BEGIN, RES_FRMATR_END-1); in ReadDrawingObject() local
1245 aFlySet.Put( aSur ); in ReadDrawingObject()
1247 aFlySet.Put( aFollowTextFlow ); in ReadDrawingObject()
1254 aFlySet.Put( aAnchor ); in ReadDrawingObject()
1281 aFlySet.Put( aHori ); in ReadDrawingObject()
1295 aFlySet.Put( aVert ); in ReadDrawingObject()
1304 /* SwFrmFmt* pRetFrmFmt = */pDoc->InsertDrawObj(*pPam, *pStroke, aFlySet ); in ReadDrawingObject()
1310 SfxItemSet aFlySet(pDoc->GetAttrPool(), RES_FRMATR_BEGIN, RES_FRMATR_END-1); in InsertShpObject() local
1314 aFlySet.Put( aSur ); in InsertShpObject()
1316 aFlySet.Put( aFollowTextFlow ); in InsertShpObject()
[all …]
H A Dswparrtf.hxx121 SfxItemSet aFlySet; member
/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx1101 std::set< const SdrObject*, SdrObjectCompare > aFlySet; in _CheckFlyCache() local
1114 aFlySet.insert( pAnchoredObj->GetDrawObj() ); in _CheckFlyCache()
1120 if ( aFlyCacheSet.size() == aFlySet.size() ) in _CheckFlyCache()
1125 aFlySet.begin(); in _CheckFlyCache()
/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx617 SfxItemSet aFlySet( *rNewFmt.GetAttrSet().GetPool(), in SetFrmFmtToFly() local
619 aFlySet.Put( *pItem ); in SetFrmFmtToFly()
620 bChgAnchor = MAKEFRMS == SetFlyFrmAnchor( rFmt, aFlySet, sal_False); in SetFrmFmtToFly()