Lines Matching refs:SvxRTFItemStackType

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()
945 SvxRTFItemStackType *pAkt = aAttrStack.empty() ? 0 : aAttrStack.back(); in AttrGroupEnd()
1033 SvxRTFItemStackType* pNew = new SvxRTFItemStackType( in AttrGroupEnd()
1114 SvxRTFItemStackType* pNew = new SvxRTFItemStackType( in AttrGroupEnd()
1156 SvxRTFItemStackType* pStkSet = aAttrSetList[--n]; in SetAllAttrOfStk()
1163 void SvxRTFParser::SetAttrSet( SvxRTFItemStackType &rSet ) in SetAttrSet()
1183 SvxRTFItemStackType* pAkt = aAttrStack.empty() ? 0 : aAttrStack.back(); in IsAttrSttPos()
1189 void SvxRTFParser::SetAttrInDoc( SvxRTFItemStackType & ) in SetAttrInDoc() argument
1249 SvxRTFItemStackType::SvxRTFItemStackType( in SvxRTFItemStackType() function in SvxRTFItemStackType
1262 SvxRTFItemStackType::SvxRTFItemStackType( in SvxRTFItemStackType() function in SvxRTFItemStackType
1263 const SvxRTFItemStackType& rCpy, in SvxRTFItemStackType()
1280 SvxRTFItemStackType::~SvxRTFItemStackType() in ~SvxRTFItemStackType()
1289 void SvxRTFItemStackType::Add( SvxRTFItemStackType* pIns ) in Add()
1299 void SvxRTFItemStackType::SetStartPos( const SvxPosition& rPos )
1308 void SvxRTFItemStackType::SetStartPos( const SvxPosition& rPos ) in SetStartPos()
1319 void SvxRTFItemStackType::MoveFullNode(const SvxNodeIdx &rOldNode, in MoveFullNode()
1342 SvxRTFItemStackType* pStk = (*pChildList)[i]; in MoveFullNode()
1347 bool SvxRTFParser::UncompressableStackEntry(const SvxRTFItemStackType &) const in UncompressableStackEntry()
1352 void SvxRTFItemStackType::Compress( const SvxRTFParser& rParser ) in Compress()
1358 SvxRTFItemStackType* pTmp = (*pChildList)[0]; in Compress()
1439 void SvxRTFItemStackType::SetRTFDefaults( const SfxItemSet& rDefaults ) in SetRTFDefaults()