Home
last modified time | relevance | path

Searched refs:SwDropPortionPart (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dpordrop.hxx43 class SwDropPortionPart class
45 SwDropPortionPart* pFollow;
51 SwDropPortionPart( SwFont& rFont, const xub_StrLen nL ) in SwDropPortionPart() function in SwDropPortionPart
53 ~SwDropPortionPart();
55 inline SwDropPortionPart* GetFollow() const { return pFollow; }; in GetFollow()
56 inline void SetFollow( SwDropPortionPart* pNew ) { pFollow = pNew; }; in SetFollow()
70 SwDropPortionPart* pPart; // due to script / attribute changes
102 inline SwDropPortionPart* GetPart() const { return pPart; } in GetPart()
103 inline void SetPart( SwDropPortionPart* pNew ) { pPart = pNew; } in SetPart()
H A Dtxtdrop.cxx112 SwDropPortionPart::~SwDropPortionPart() in ~SwDropPortionPart()
291 const SwDropPortionPart* pCurrPart = GetPart(); in PaintTxt()
431 const SwDropPortionPart* pCurrPart = GetPart(); in GetTxtSize()
605 SwDropPortionPart* pCurrPart = 0; in NewDropPortion()
632 SwDropPortionPart* pPart = in NewDropPortion()
633 new SwDropPortionPart( *pTmpFnt, nNextChg - nTmpIdx ); in NewDropPortion()
756 SwDropPortionPart* pCurrPart = pDrop->GetPart(); in CalcFontSize()
1022 SwDropPortionPart* pCurrPart = pPart; in Format()

Completed in 26 milliseconds