/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8graf2.cxx | 395 WW8FlySet aFlySet(*this, pWFlyPara, pSFlyPara, true); in MakeGrafNotInCntnt() local 399 aFlySet.Put(aAnchor); in MakeGrafNotInCntnt() 401 aFlySet.Put( SwFmtFrmSize( ATT_FIX_SIZE, nWidth, nHeight ) ); in MakeGrafNotInCntnt() 404 &aFlySet, &rGrfSet, NULL); in MakeGrafNotInCntnt() 421 WW8FlySet aFlySet(*this, pPaM, rPic, rPD.nWidth, rPD.nHeight); in MakeGrafInCntnt() local 426 pFlyFmt = ImportOle(pGraph, &aFlySet, &rGrfSet); in MakeGrafInCntnt() 544 aFlySet.ClearItem( RES_ANCHOR ); in ImportGraf() 547 pFlyFmtOfJustInsertedGraphic->SetFmtAttr( aFlySet ); in ImportGraf() 614 aFlySet.Put(aAnchor); in ImportGraf() 616 aAttrSet.Put(aFlySet); in ImportGraf() [all …]
|
H A D | ww8graf.cxx | 1126 SfxItemSet aFlySet( rDoc.GetAttrPool(), in InsertTxbxText() local 1134 aFlySet, in InsertTxbxText() 1139 pFlyFmt->SetFmtAttr( aFlySet ); in InsertTxbxText() 2679 aFlySet.Put( aSur ); in Read_GrafLayer() 2727 aFlySet.Put( aFollowTextFlow ); in Read_GrafLayer() 2770 aFlySet.Put(*pFmtURL); in Read_GrafLayer() 2785 aFlySet.Put(SvxOpaqueItem(RES_OPAQUE,false)); in Read_GrafLayer() 2794 pF, aFlySet); in Read_GrafLayer() 2805 RndStdIds eAnchor = ProcessEscherAlign(pRecord, pF, aFlySet, in Read_GrafLayer() 2812 eAnchor, pF, aFlySet); in Read_GrafLayer() [all …]
|
H A D | ww8par6.cxx | 2514 WW8FlySet aFlySet(*this, pWFlyPara, pSFlyPara, false); in StartApo() local 2517 pPaM->GetPoint(), &aFlySet ); in StartApo() 2675 SfxItemSet aFlySet( pSFlyPara->pFlyFmt->GetAttrSet() ); in StopApo() local 2677 SwFmtFrmSize aSize(ItemGet<SwFmtFrmSize>(aFlySet, RES_FRM_SIZE)); in StopApo() 2679 aFlySet.ClearItem(RES_FRM_SIZE); in StopApo() 2681 CalculateFlySize(aFlySet, pSFlyPara->pMainTextPos->nNode, in StopApo() 2684 nNewWidth = ItemGet<SwFmtFrmSize>(aFlySet, RES_FRM_SIZE).GetWidth(); in StopApo()
|
H A D | ww8par5.cxx | 2421 SfxItemSet aFlySet( rDoc.GetAttrPool(), RES_FRMATR_BEGIN, in Read_F_IncludePicture() local 2423 aFlySet.Put( SwFmtAnchor( FLY_AS_CHAR ) ); in Read_F_IncludePicture() 2424 aFlySet.Put( SwFmtVertOrient( 0, text::VertOrientation::TOP, text::RelOrientation::FRAME )); in Read_F_IncludePicture() 2429 &aFlySet, in Read_F_IncludePicture()
|
H A D | ww8par2.cxx | 3567 WW8FlySet aFlySet( *this, pTableWFlyPara, pTableSFlyPara, false ); in StartTable() local 3570 aFlySet.Put( aAnchor ); in StartTable() 3571 pTableDesc->pFlyFmt->SetFmtAttr( aFlySet ); in StartTable()
|
H A D | ww8par.hxx | 1333 void MatchSdrItemsIntoFlySet( SdrObject* pSdrObj, SfxItemSet &aFlySet,
|
/aoo4110/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 151 const SwFmtFrmSize& rSz = GetFrmSize( aFlySet ); in SetFlySize() 315 pFlySave->aFlySet ); in SetFlysInDoc() 401 pFlySave->aFlySet.Put( SwFmtCntnt( pSttNd )); in SetFlysInDoc() 442 pFlySave->aFlySet.Put( aTmpSet ); in SetFlysInDoc() 450 pFmt->SetFmtAttr( pFlySave->aFlySet ); in SetFlysInDoc() 1056 pFS->aFlySet.Put(aBrush, RES_BACKGROUND); in ReadFly() 1197 pFlySave->aFlySet.Put( aDiffs ); in ReadFly() 1211 pFlySave->aFlySet.Put( aSz2 ); in ReadFly() 1288 aFlySet.Put( aAnchor ); in InsPicture() 1295 aFlySet.Put(aOpaqueItem); in InsPicture() [all …]
|
H A D | swparrtf.cxx | 1255 aFlySet.Put( aSur ); in ReadDrawingObject() 1257 aFlySet.Put( aFollowTextFlow ); in ReadDrawingObject() 1264 aFlySet.Put( aAnchor ); in ReadDrawingObject() 1291 aFlySet.Put( aHori ); in ReadDrawingObject() 1305 aFlySet.Put( aVert ); in ReadDrawingObject() 1324 aFlySet.Put( aSur ); in InsertShpObject() 1326 aFlySet.Put( aFollowTextFlow ); in InsertShpObject() 1330 aFlySet.Put( aAnchor ); in InsertShpObject() 1334 aFlySet.Put( aHori ); in InsertShpObject() 1337 aFlySet.Put( aVert ); in InsertShpObject() [all …]
|
H A D | swparrtf.hxx | 122 SfxItemSet aFlySet; member
|
/aoo4110/main/sw/source/core/layout/ |
H A D | laycache.cxx | 1105 std::set< const SdrObject*, SdrObjectCompare > aFlySet; in _CheckFlyCache() local 1118 aFlySet.insert( pAnchoredObj->GetDrawObj() ); in _CheckFlyCache() 1124 if ( aFlyCacheSet.size() == aFlySet.size() ) in _CheckFlyCache() 1129 aFlySet.begin(); in _CheckFlyCache()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docfly.cxx | 559 SfxItemSet aFlySet( *rNewFmt.GetAttrSet().GetPool(), in SetFrmFmtToFly() local 561 aFlySet.Put( *pItem ); in SetFrmFmtToFly() 562 bChgAnchor = MAKEFRMS == SetFlyFrmAnchor( rFmt, aFlySet, sal_False); in SetFrmFmtToFly()
|