Lines Matching refs:SvxRTFParser

77 SvxRTFParser::SvxRTFParser( SfxItemPool& rPool, SvStream& rIn,  in SvxRTFParser()  function in SvxRTFParser
108 void SvxRTFParser::EnterEnvironment() in EnterEnvironment()
112 void SvxRTFParser::LeaveEnvironment() in LeaveEnvironment()
116 void SvxRTFParser::ResetPard() in ResetPard()
120 SvxRTFParser::~SvxRTFParser() in ~SvxRTFParser()
138 void SvxRTFParser::SetInsPos( const SvxPosition& rNew ) in SetInsPos()
145 SvParserState SvxRTFParser::CallParser() in CallParser()
173 void SvxRTFParser::Continue( int nToken ) in Continue()
192 void SvxRTFParser::NextToken( int nToken ) in NextToken()
349 void SvxRTFParser::ReadStyleTable() in ReadStyleTable()
459 void SvxRTFParser::ReadColorTable() in ReadColorTable()
502 void SvxRTFParser::ReadFontTable() in ReadFontTable()
638 void SvxRTFParser::ReadBitmapData() in ReadBitmapData()
643 void SvxRTFParser::ReadOLEData() in ReadOLEData()
648 String& SvxRTFParser::GetTextToEndGroup( String& rStr ) in GetTextToEndGroup()
686 util::DateTime SvxRTFParser::GetDateTimeStamp( ) in GetDateTimeStamp()
708 void SvxRTFParser::ReadInfo( const sal_Char* pChkForVerNo ) in ReadInfo()
814 void SvxRTFParser::ClearColorTbl() in ClearColorTbl()
823 void SvxRTFParser::ClearFontTbl() in ClearFontTbl()
830 void SvxRTFParser::ClearStyleTbl() in ClearStyleTbl()
837 void SvxRTFParser::ClearAttrStack() in ClearAttrStack()
848 String& SvxRTFParser::DelCharAtEnd( String& rStr, const sal_Unicode cDel ) in DelCharAtEnd()
860 const Font& SvxRTFParser::GetFont( sal_uInt16 nId ) in GetFont()
875 SvxRTFItemStackType* SvxRTFParser::_GetAttrSet( int bCopyAttr ) in _GetAttrSet()
892 void SvxRTFParser::_ClearStyleAttr( SvxRTFItemStackType& rStkType ) in _ClearStyleAttr()
939 void SvxRTFParser::AttrGroupEnd() // den akt. Bearbeiten, vom Stack loeschen in AttrGroupEnd()
1148 void SvxRTFParser::SetAllAttrOfStk() // end all Attr. and set it into doc in SetAllAttrOfStk()
1163 void SvxRTFParser::SetAttrSet( SvxRTFItemStackType &rSet ) in SetAttrSet()
1181 int SvxRTFParser::IsAttrSttPos() in IsAttrSttPos()
1189 void SvxRTFParser::SetAttrInDoc( SvxRTFItemStackType & ) in SetAttrInDoc()
1194 void SvxRTFParser::SaveState( int nToken ) in SaveState()
1199 void SvxRTFParser::RestoreState() in RestoreState()
1205 void SvxRTFParser::BuildWhichTbl() in BuildWhichTbl()
1218 const SfxItemSet& SvxRTFParser::GetRTFDefaults() in GetRTFDefaults()
1347 bool SvxRTFParser::UncompressableStackEntry(const SvxRTFItemStackType &) const in UncompressableStackEntry()
1352 void SvxRTFItemStackType::Compress( const SvxRTFParser& rParser ) in Compress()