Home
last modified time | relevance | path

Searched refs:pPart (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dtxtdrop.cxx127 : pPart( 0 ), in SwDropPortion()
140 delete pPart; in ~SwDropPortion()
325 if( ! nDropHeight || ! pPart || nLines == 1 ) in PaintDrop()
632 SwDropPortionPart* pPart = in NewDropPortion() local
636 pDropPor->SetPart( pPart ); in NewDropPortion()
638 pCurrPart->SetFollow( pPart ); in NewDropPortion()
640 pCurrPart = pPart; in NewDropPortion()
1011 if( nDropHeight && pPart && nLines!=1 ) in Format()
1022 SwDropPortionPart* pCurrPart = pPart; in Format()
1068 delete pPart; in Format()
[all …]
H A Dpordrop.hxx70 SwDropPortionPart* pPart; // due to script / attribute changes member in SwDropPortion
102 inline SwDropPortionPart* GetPart() const { return pPart; } in GetPart()
103 inline void SetPart( SwDropPortionPart* pNew ) { pPart = pNew; } in SetPart()
107 inline SwFont* GetFnt() const { return pPart ? &pPart->GetFont() : NULL; } in GetFnt()
H A Dtxtio.cxx929 if( pPart && nDropHeight ) in operator <<()
933 rOs <<" Fnt:" << pPart->GetFont().GetHeight(); in operator <<()

Completed in 24 milliseconds