Lines Matching refs:PPTCharPropSet

4729 PPTCharPropSet::PPTCharPropSet( sal_uInt32 nParagraph ) :  in PPTCharPropSet()  function in PPTCharPropSet
4740 PPTCharPropSet::PPTCharPropSet( PPTCharPropSet& rCharPropSet ) in PPTCharPropSet() function in PPTCharPropSet
4757 PPTCharPropSet::PPTCharPropSet( PPTCharPropSet& rCharPropSet, sal_uInt32 nParagraph ) in PPTCharPropSet() function in PPTCharPropSet
4773 PPTCharPropSet::~PPTCharPropSet() in ~PPTCharPropSet()
4780 PPTCharPropSet& PPTCharPropSet::operator=( PPTCharPropSet& rCharPropSet ) in operator =()
4797 void PPTCharPropSet::ImplMakeUnique() in ImplMakeUnique()
4808 void PPTCharPropSet::SetFont( sal_uInt16 nFont ) in SetFont()
4824 void PPTCharPropSet::SetColor( sal_uInt32 nColor ) in SetColor()
5318 void PPTStyleTextPropReader::ReadCharProps( SvStream& rIn, PPTCharPropSet& aCharPropSet, const Stri… in ReadCharProps()
5511 PPTCharPropSet aCharPropSet(0); in Init()
5522 new PPTCharPropSet( aCharPropSet, 0 ), LIST_APPEND ); in Init()
5544 PPTCharPropSet aCharPropSet( nCurrentPara ); in Init()
5578 aCharPropList.Insert( new PPTCharPropSet( aCharPropSet, nCurrentPara ), LIST_APPEND ); in Init()
5591 aCharPropList.Insert( new PPTCharPropSet( aCharPropSet, nCurrentPara ), LIST_APPEND ); in Init()
5595 PPTCharPropSet* pCPropSet = new PPTCharPropSet( aCharPropSet, nCurrentPara ); in Init()
5609 aCharPropList.Insert( new PPTCharPropSet( aCharPropSet, nCurrentPara ), LIST_APPEND ); in Init()
5616 …if ( aCharPropList.Count() && ( ((PPTCharPropSet*)aCharPropList.Last())->mnParagraph != nCurrentPa… in Init()
5618PPTCharPropSet* pCharPropSet = new PPTCharPropSet( *(PPTCharPropSet*)aCharPropList.Last(), nCurren… in Init()
5633 delete (PPTCharPropSet*)pTmp; in ~PPTStyleTextPropReader()
5662 PPTCharPropSet ( 0 ), in PPTPortionObj()
5669 PPTPortionObj::PPTPortionObj( PPTCharPropSet& rCharPropSet, const PPTStyleSheet& rStyleSheet, sal_u… in PPTPortionObj()
5670 PPTCharPropSet ( rCharPropSet ), in PPTPortionObj()
5678 PPTCharPropSet ( rPortionObj ), in PPTPortionObj()
6078 PPTCharPropSet* pCharPropSet = (PPTCharPropSet*)rPropReader.aCharPropList.GetCurObject(); in PPTParagraphObj()
6082 … ( pCharPropSet->mnParagraph == nCurrentParagraph ); pCharPropSet = (PPTCharPropSet*)rPropReader.a… in PPTParagraphObj()
6084 pCharPropSet = (PPTCharPropSet*)rPropReader.aCharPropList.Seek( nCurPos ); in PPTParagraphObj()
6101 pCharPropSet = (PPTCharPropSet*)rPropReader.aCharPropList.Next(); in PPTParagraphObj()
6949PPTCharPropSet* pSet = (PPTCharPropSet*)aStyleTextPropReader.aCharPropList.GetObject( nI ); in PPTTextObj()
6965 PPTCharPropSet* pNew = new PPTCharPropSet( *pSet ); in PPTTextObj()
7189 PPTCharPropSet* pSet = (PPTCharPropSet*)aCharPropList.GetObject( n ); in PPTTextObj()
7209 PPTCharPropSet* pNewCPS = new PPTCharPropSet( *pSet ); in PPTTextObj()
7215 PPTCharPropSet* pNewCPS = new PPTCharPropSet( *pSet ); in PPTTextObj()
7219 pNewCPS = new PPTCharPropSet( *pSet ); in PPTTextObj()
7225 PPTCharPropSet* pNewCPS = new PPTCharPropSet( *pSet ); in PPTTextObj()
7243 PPTCharPropSet* pBefCPS = NULL; in PPTTextObj()
7246 pBefCPS = new PPTCharPropSet( *pSet ); in PPTTextObj()
7257 PPTCharPropSet* pCurrent = (PPTCharPropSet*)aCharPropList.GetObject( nIdx ); in PPTTextObj()
7290 PPTCharPropSet* pNext = (PPTCharPropSet*)aCharPropList.GetObject( nIdx + 1 ); in PPTTextObj()
7298 PPTCharPropSet* pNewCPS = new PPTCharPropSet( *pCurrent ); in PPTTextObj()