Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dww8graf2.cxx387 if( pSFlyPara->nLineSpace && pSFlyPara->nLineSpace > nNetHeight ) in MakeGrafNotInCntnt()
388 pSFlyPara->nYPos = in MakeGrafNotInCntnt()
389 (sal_uInt16)( pSFlyPara->nYPos + pSFlyPara->nLineSpace - nNetHeight ); in MakeGrafNotInCntnt()
391 WW8FlySet aFlySet(*this, pWFlyPara, pSFlyPara, true); in MakeGrafNotInCntnt()
393 SwFmtAnchor aAnchor(pSFlyPara->eAnchor); in MakeGrafNotInCntnt()
433 if( pSFlyPara ) in MakeGrafInCntnt()
434 pSFlyPara->BoxUpWidth( rPD.nWidth ); in MakeGrafInCntnt()
606 WW8FlySet aFlySet(*this, pWFlyPara, pSFlyPara, true); in ImportGraf()
608 SwFmtAnchor aAnchor(pSFlyPara->eAnchor); in ImportGraf()
H A Dww8par6.cxx2487 pSFlyPara = new WW8SwFlyPara( *pPaM, *this, *pWFlyPara, in StartApo()
2513 WW8FlySet aFlySet(*this, pWFlyPara, pSFlyPara, false); in StartApo()
2515 pSFlyPara->pFlyFmt = rDoc.MakeFlySection( pSFlyPara->eAnchor, in StartApo()
2517 ASSERT(pSFlyPara->pFlyFmt->GetAnchor().GetAnchorId() == in StartApo()
2518 pSFlyPara->eAnchor, "Not the anchor type requested!"); in StartApo()
2520 if (pSFlyPara->pFlyFmt) in StartApo()
2525 SdrObject* pOurNewObject = CreateContactObject(pSFlyPara->pFlyFmt); in StartApo()
2529 if (FLY_AS_CHAR != pSFlyPara->eAnchor) in StartApo()
2531 pAnchorStck->AddAnchor(*pPaM->GetPoint(),pSFlyPara->pFlyFmt); in StartApo()
2535 pSFlyPara->pMainTextPos = new SwPosition( *pPaM->GetPoint() ); in StartApo()
[all …]
H A Dww8par4.cxx296 if( pSFlyPara ) in ImportOle()
300 pSFlyPara->BoxUpWidth( aSizeTwip.Width() ); in ImportOle()
H A Dww8par2.cxx2574 if (!pIo->nInTable && pIo->InLocalApo() && pIo->pSFlyPara->pFlyFmt && in CreateSwTable()
2580 SwFmtHoriOrient aHori(pIo->pSFlyPara->pFlyFmt->GetHoriOrient()); in CreateSwTable()
2587 aHori.SetPos(pIo->pSFlyPara->nXPos + GetMinLeft()); in CreateSwTable()
2589 pIo->pSFlyPara->pFlyFmt->SetFmtAttr(aHori); in CreateSwTable()
3563 ASSERT(pSFlyPara->pFlyFmt, in StartTable()
H A Dww8par.cxx1856 mpSFlyPara(pRdr->pSFlyPara), in WW8ReaderSave()
1881 pRdr->pSFlyPara = 0; in WW8ReaderSave()
1915 pRdr->pSFlyPara = mpSFlyPara; in Restore()
3757 pSFlyPara = 0; in SwWW8ImplReader()
H A Dww8par.hxx1084 WW8SwFlyPara* pSFlyPara; // daraus erzeugte Sw-Parameter member in SwWW8ImplReader