Searched refs:pSFlyPara (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8graf2.cxx | 391 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 D | ww8par6.cxx | 2516 pSFlyPara->pFlyFmt = rDoc.MakeFlySection( pSFlyPara->eAnchor, in StartApo() 2521 if (pSFlyPara->pFlyFmt) in StartApo() 2544 MoveInsideFly(pSFlyPara->pFlyFmt); in StartApo() 2625 MoveOutsideFly(pSFlyPara->pFlyFmt, *pSFlyPara->pMainTextPos); in StopApo() 2660 nW += pSFlyPara->nWidth - pSFlyPara->nNettoWidth; // Rand dazu in StopApo() 2662 SwFmtFrmSize( pSFlyPara->eHeightFix, nW, pSFlyPara->nHeight ) ); in StopApo() 2682 pSFlyPara->nWidth); in StopApo() 2692 delete pSFlyPara->pMainTextPos, pSFlyPara->pMainTextPos = 0; in StopApo() 2701 if (pSFlyPara && pSFlyPara->pFlyFmt) in StopApo() 2704 DELETEZ( pSFlyPara ); in StopApo() [all …]
|
H A D | ww8par4.cxx | 297 if( pSFlyPara ) in ImportOle() 301 pSFlyPara->BoxUpWidth( aSizeTwip.Width() ); in ImportOle()
|
H A D | ww8par2.cxx | 2546 if (!pIo->nInTable && pIo->InLocalApo() && pIo->pSFlyPara->pFlyFmt && in CreateSwTable() 2552 SwFmtHoriOrient aHori(pIo->pSFlyPara->pFlyFmt->GetHoriOrient()); in CreateSwTable() 2559 aHori.SetPos(pIo->pSFlyPara->nXPos + GetMinLeft()); in CreateSwTable() 2561 pIo->pSFlyPara->pFlyFmt->SetFmtAttr(aHori); in CreateSwTable() 3535 ASSERT(pSFlyPara->pFlyFmt, in StartTable()
|
H A D | ww8par.cxx | 1857 mpSFlyPara(pRdr->pSFlyPara), in WW8ReaderSave() 1882 pRdr->pSFlyPara = 0; in WW8ReaderSave() 1916 pRdr->pSFlyPara = mpSFlyPara; in Restore() 3757 pSFlyPara = 0; in SwWW8ImplReader()
|
H A D | ww8par.hxx | 1085 WW8SwFlyPara* pSFlyPara; // daraus erzeugte Sw-Parameter member in SwWW8ImplReader
|
Completed in 130 milliseconds