Searched refs:SvxRTFItemStackType (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/editeng/source/rtf/ |
| H A D | svxrtf.cxx | 55 SV_IMPL_PTRARR( SvxRTFItemStackList, SvxRTFItemStackType* ) in SV_IMPL_PTRARR() argument 244 SvxRTFItemStackType* pStkSet = aAttrSetList[--n]; in NextToken() 839 SvxRTFItemStackType* pTmp; in ClearAttrStack() 875 SvxRTFItemStackType* SvxRTFParser::_GetAttrSet( int bCopyAttr ) in _GetAttrSet() 877 SvxRTFItemStackType* pAkt = aAttrStack.empty() ? 0 : aAttrStack.back(); in _GetAttrSet() 878 SvxRTFItemStackType* pNew; in _GetAttrSet() 880 pNew = new SvxRTFItemStackType( *pAkt, *pInsPos, bCopyAttr ); in _GetAttrSet() 882 pNew = new SvxRTFItemStackType( *pAttrPool, aWhichMap.GetData(), in _GetAttrSet() 892 void SvxRTFParser::_ClearStyleAttr( SvxRTFItemStackType& rStkType ) in _ClearStyleAttr() 943 SvxRTFItemStackType *pOld = aAttrStack.empty() ? 0 : aAttrStack.back(); in AttrGroupEnd() [all …]
|
| H A D | rtfitem.cxx | 249 SvxRTFItemStackType* pAkt = aAttrStack.empty() ? 0 : aAttrStack.back(); in ReadAttr() 262 SvxRTFItemStackType* pNew = new SvxRTFItemStackType( in ReadAttr() 304 SvxRTFItemStackType* pAkt = aAttrStack.empty() ? 0 : aAttrStack.back(); in ReadAttr() 1870 SvxRTFItemStackType* pAkt = aAttrStack.back(); in RTFPardPlain() 1881 SvxRTFItemStackType* pNew = new SvxRTFItemStackType( *pAkt, *pInsPos, sal_True ); in RTFPardPlain()
|
| /AOO41X/main/editeng/inc/editeng/ |
| H A D | svxrtf.hxx | 44 class SvxRTFItemStackType; 87 typedef SvxRTFItemStackType* SvxRTFItemStackTypePtr; 262 void _ClearStyleAttr( SvxRTFItemStackType& rStkType ); 266 void SetAttrSet( SvxRTFItemStackType &rSet ); 323 virtual void SetAttrInDoc( SvxRTFItemStackType &rSet ); 404 virtual bool UncompressableStackEntry(const SvxRTFItemStackType &rSet) const; 409 class EDITENG_DLLPUBLIC SvxRTFItemStackType class 420 SvxRTFItemStackType( SfxItemPool&, const sal_uInt16* pWhichRange, 422 ~SvxRTFItemStackType(); 428 SvxRTFItemStackType( const SvxRTFItemStackType&, const SvxPosition&,
|
| /AOO41X/main/sw/source/filter/rtf/ |
| H A D | rtftbl.cxx | 863 SvxRTFItemStackType* pStk = rAttrStk[n]; in ReadTable() 1008 const SvxRTFItemStackType* pStk; in NewTblLine() 1012 ((SvxRTFItemStackType*)pStk)->SetStartPos( SwxPosition( pPam ) ); in NewTblLine()
|
| H A D | swparrtf.hxx | 430 virtual void SetAttrInDoc( SvxRTFItemStackType &rSet ); 431 virtual bool UncompressableStackEntry(const SvxRTFItemStackType &rSet) const;
|
| H A D | swparrtf.cxx | 2114 bool SwRTFParser::UncompressableStackEntry(const SvxRTFItemStackType &rSet) in UncompressableStackEntry() 2151 void SwRTFParser::SetAttrInDoc( SvxRTFItemStackType &rSet ) in SetAttrInDoc() 4172 SvxRTFItemStackType* pStkEntry = (SvxRTFItemStackType*) in DelLastNode() 4221 const SvxRTFItemStackType* pStk; in UnknownAttrToken() 4225 ((SvxRTFItemStackType*)pStk)->SetStartPos( SwxPosition( pPam ) ); in UnknownAttrToken()
|
| /AOO41X/main/editeng/source/editeng/ |
| H A D | eertfpar.hxx | 93 virtual void SetAttrInDoc( SvxRTFItemStackType &rSet );
|
| H A D | eertfpar.cxx | 309 void __EXPORT EditRTFParser::SetAttrInDoc( SvxRTFItemStackType &rSet ) in SetAttrInDoc()
|