Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dww8graf2.cxx395 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()
431 pFlyFmt = rDoc.Insert( *pPaM, rFileName, aEmptyStr, pGraph, &aFlySet, in MakeGrafInCntnt()
534 WW8FlySet aFlySet( *this, pPaM, aPic, aPD.nWidth, aPD.nHeight ); in ImportGraf() local
544 aFlySet.ClearItem( RES_ANCHOR ); in ImportGraf()
547 pFlyFmtOfJustInsertedGraphic->SetFmtAttr( aFlySet ); in ImportGraf()
[all …]
H A Dww8graf.cxx1126 SfxItemSet aFlySet( rDoc.GetAttrPool(), in InsertTxbxText() local
1134 aFlySet, in InsertTxbxText()
1139 pFlyFmt->SetFmtAttr( aFlySet ); in InsertTxbxText()
2630 SfxItemSet aFlySet(rDoc.GetAttrPool(), RES_FRMATR_BEGIN, RES_FRMATR_END-1); in Read_GrafLayer() local
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()
[all …]
H A Dww8par6.cxx2514 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 Dww8par5.cxx2421 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 Dww8par2.cxx3596 WW8FlySet aFlySet( *this, pTableWFlyPara, pTableSFlyPara, false ); in StartTable() local
3599 aFlySet.Put( aAnchor ); in StartTable()
3600 pTableDesc->pFlyFmt->SetFmtAttr( aFlySet ); in StartTable()
H A Dww8par.hxx1333 void MatchSdrItemsIntoFlySet( SdrObject* pSdrObj, SfxItemSet &aFlySet,
/AOO41X/main/sw/source/filter/rtf/
H A Drtffly.cxx89 : aFlySet(rSet), nSttNd(rPam.GetPoint()->nNode), nEndNd(nSttNd), nEndCnt(0), in SwFlySave()
96 if( rSet.Count() != aFlySet.Count() || nDropAnchor ) in IsEqualFly()
129 if( SFX_ITEM_SET != aFlySet.GetItemState( pCurr->Which(), in IsEqualFly()
151 const SwFmtFrmSize& rSz = GetFrmSize( aFlySet ); in SetFlySize()
153 aFlySet.Put( SwFmtFrmSize( rSz.GetHeightSizeType(), nWidth, rSz.GetHeight() )); in SetFlySize()
312 if( SFX_ITEM_SET != pFlySave->aFlySet.GetItemState( in SetFlysInDoc()
315 pFlySave->aFlySet ); in SetFlysInDoc()
401 pFlySave->aFlySet.Put( SwFmtCntnt( pSttNd )); in SetFlysInDoc()
403 CalculateFlySize( pFlySave->aFlySet, pFlySave->nSttNd, in SetFlysInDoc()
418 …const SvxBrushItem* pBackgroundBrush = (const SvxBrushItem*)pFlySave->aFlySet.GetItem(RES_BACKGROU… in SetFlysInDoc()
[all …]
H A Dswparrtf.cxx1251 SfxItemSet aFlySet(pDoc->GetAttrPool(), RES_FRMATR_BEGIN, RES_FRMATR_END-1); in ReadDrawingObject() local
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()
1314 /* SwFrmFmt* pRetFrmFmt = */pDoc->InsertDrawObj(*pPam, *pStroke, aFlySet ); in ReadDrawingObject()
1320 SfxItemSet aFlySet(pDoc->GetAttrPool(), RES_FRMATR_BEGIN, RES_FRMATR_END-1); in InsertShpObject() local
1324 aFlySet.Put( aSur ); in InsertShpObject()
1326 aFlySet.Put( aFollowTextFlow ); in InsertShpObject()
[all …]
H A Dswparrtf.hxx122 SfxItemSet aFlySet; member
/AOO41X/main/sw/source/core/layout/
H A Dlaycache.cxx1105 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()
/AOO41X/main/sw/source/core/doc/
H A Ddocfly.cxx559 SfxItemSet aFlySet( *rNewFmt.GetAttrSet().GetPool(), in SetFrmFmtToFly() local
561 aFlySet.Put( *pItem ); in SetFrmFmtToFly()
562 bChgAnchor = MAKEFRMS == SetFlyFrmAnchor( rFmt, aFlySet, sal_False); in SetFrmFmtToFly()