Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dww8graf2.cxx391 if( pSFlyPara->nLineSpace && pSFlyPara->nLineSpace > nNetHeight ) in MakeGrafNotInCntnt()
392 pSFlyPara->nYPos = in MakeGrafNotInCntnt()
393 (sal_uInt16)( pSFlyPara->nYPos + pSFlyPara->nLineSpace - nNetHeight ); in MakeGrafNotInCntnt()
395 WW8FlySet aFlySet(*this, pWFlyPara, pSFlyPara, true); in MakeGrafNotInCntnt()
397 SwFmtAnchor aAnchor(pSFlyPara->eAnchor); in MakeGrafNotInCntnt()
437 if( pSFlyPara ) in MakeGrafInCntnt()
438 pSFlyPara->BoxUpWidth( rPD.nWidth ); in MakeGrafInCntnt()
610 WW8FlySet aFlySet(*this, pWFlyPara, pSFlyPara, true); in ImportGraf()
612 SwFmtAnchor aAnchor(pSFlyPara->eAnchor); in ImportGraf()
H A Dww8par6.cxx2488 pSFlyPara = new WW8SwFlyPara( *pPaM, *this, *pWFlyPara, in StartApo()
2514 WW8FlySet aFlySet(*this, pWFlyPara, pSFlyPara, false); in StartApo()
2516 pSFlyPara->pFlyFmt = rDoc.MakeFlySection( pSFlyPara->eAnchor, in StartApo()
2518 ASSERT(pSFlyPara->pFlyFmt->GetAnchor().GetAnchorId() == in StartApo()
2519 pSFlyPara->eAnchor, "Not the anchor type requested!"); in StartApo()
2521 if (pSFlyPara->pFlyFmt) in StartApo()
2526 SdrObject* pOurNewObject = CreateContactObject(pSFlyPara->pFlyFmt); in StartApo()
2530 if (FLY_AS_CHAR != pSFlyPara->eAnchor) in StartApo()
2532 pAnchorStck->AddAnchor(*pPaM->GetPoint(),pSFlyPara->pFlyFmt); in StartApo()
2536 pSFlyPara->pMainTextPos = new SwPosition( *pPaM->GetPoint() ); in StartApo()
[all …]
H A Dww8par4.cxx297 if( pSFlyPara ) in ImportOle()
301 pSFlyPara->BoxUpWidth( aSizeTwip.Width() ); in ImportOle()
H A Dww8par2.cxx2575 if (!pIo->nInTable && pIo->InLocalApo() && pIo->pSFlyPara->pFlyFmt && in CreateSwTable()
2581 SwFmtHoriOrient aHori(pIo->pSFlyPara->pFlyFmt->GetHoriOrient()); in CreateSwTable()
2588 aHori.SetPos(pIo->pSFlyPara->nXPos + GetMinLeft()); in CreateSwTable()
2590 pIo->pSFlyPara->pFlyFmt->SetFmtAttr(aHori); in CreateSwTable()
3564 ASSERT(pSFlyPara->pFlyFmt, in StartTable()
H A Dww8par.cxx1857 mpSFlyPara(pRdr->pSFlyPara), in WW8ReaderSave()
1882 pRdr->pSFlyPara = 0; in WW8ReaderSave()
1916 pRdr->pSFlyPara = mpSFlyPara; in Restore()
3757 pSFlyPara = 0; in SwWW8ImplReader()
H A Dww8par.hxx1085 WW8SwFlyPara* pSFlyPara; // daraus erzeugte Sw-Parameter member in SwWW8ImplReader