Home
last modified time | relevance | path

Searched refs:SvxRTFItemStackType (Results 1 – 8 of 8) sorted by relevance

/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx54 SV_IMPL_PTRARR( SvxRTFItemStackList, SvxRTFItemStackType* ) in SV_IMPL_PTRARR() argument
243 SvxRTFItemStackType* pStkSet = aAttrSetList[--n]; in NextToken()
838 SvxRTFItemStackType* pTmp; in ClearAttrStack()
874 SvxRTFItemStackType* SvxRTFParser::_GetAttrSet( int bCopyAttr ) in _GetAttrSet()
876 SvxRTFItemStackType* pAkt = aAttrStack.empty() ? 0 : aAttrStack.back(); in _GetAttrSet()
877 SvxRTFItemStackType* pNew; in _GetAttrSet()
879 pNew = new SvxRTFItemStackType( *pAkt, *pInsPos, bCopyAttr ); in _GetAttrSet()
881 pNew = new SvxRTFItemStackType( *pAttrPool, aWhichMap.GetData(), in _GetAttrSet()
891 void SvxRTFParser::_ClearStyleAttr( SvxRTFItemStackType& rStkType ) in _ClearStyleAttr()
942 SvxRTFItemStackType *pOld = aAttrStack.empty() ? 0 : aAttrStack.back(); in AttrGroupEnd()
[all …]
H A Drtfitem.cxx248 SvxRTFItemStackType* pAkt = aAttrStack.empty() ? 0 : aAttrStack.back(); in ReadAttr()
261 SvxRTFItemStackType* pNew = new SvxRTFItemStackType( in ReadAttr()
303 SvxRTFItemStackType* pAkt = aAttrStack.empty() ? 0 : aAttrStack.back(); in ReadAttr()
1869 SvxRTFItemStackType* pAkt = aAttrStack.back(); in RTFPardPlain()
1880 SvxRTFItemStackType* pNew = new SvxRTFItemStackType( *pAkt, *pInsPos, sal_True ); in RTFPardPlain()
/trunk/main/editeng/inc/editeng/
H A Dsvxrtf.hxx44 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&,
/trunk/main/sw/source/filter/rtf/
H A Drtftbl.cxx862 SvxRTFItemStackType* pStk = rAttrStk[n]; in ReadTable()
1007 const SvxRTFItemStackType* pStk; in NewTblLine()
1011 ((SvxRTFItemStackType*)pStk)->SetStartPos( SwxPosition( pPam ) ); in NewTblLine()
H A Dswparrtf.hxx429 virtual void SetAttrInDoc( SvxRTFItemStackType &rSet );
430 virtual bool UncompressableStackEntry(const SvxRTFItemStackType &rSet) const;
H A Dswparrtf.cxx2104 bool SwRTFParser::UncompressableStackEntry(const SvxRTFItemStackType &rSet) in UncompressableStackEntry()
2141 void SwRTFParser::SetAttrInDoc( SvxRTFItemStackType &rSet ) in SetAttrInDoc()
4162 SvxRTFItemStackType* pStkEntry = (SvxRTFItemStackType*) in DelLastNode()
4211 const SvxRTFItemStackType* pStk; in UnknownAttrToken()
4215 ((SvxRTFItemStackType*)pStk)->SetStartPos( SwxPosition( pPam ) ); in UnknownAttrToken()
/trunk/main/editeng/source/editeng/
H A Deertfpar.hxx93 virtual void SetAttrInDoc( SvxRTFItemStackType &rSet );
H A Deertfpar.cxx309 void __EXPORT EditRTFParser::SetAttrInDoc( SvxRTFItemStackType &rSet ) in SetAttrInDoc()