Searched refs:CSS1Parser (Results 1 – 5 of 5) sorted by relevance
73 void CSS1Parser::InitRead( const String& rIn ) in InitRead()89 sal_Unicode CSS1Parser::GetNextChar() in GetNextChar()121 CSS1Token CSS1Parser::GetNextToken() in GetNextToken()710 void CSS1Parser::ParseStyleSheet() in ParseStyleSheet()775 void CSS1Parser::ParseRule() in ParseRule()869 CSS1Selector *CSS1Parser::ParseSelector() in ParseSelector()1038 CSS1Expression *CSS1Parser::ParseDeclaration( String& rProperty ) in ParseDeclaration()1154 CSS1Parser::CSS1Parser() in CSS1Parser() function in CSS1Parser1158 CSS1Parser::~CSS1Parser() in ~CSS1Parser()1164 sal_Bool CSS1Parser::ParseStyleSheet( const String& rIn ) in ParseStyleSheet()[all …]
206 class CSS1Parser class279 CSS1Parser();280 virtual ~CSS1Parser();286 inline sal_uInt32 CSS1Parser::SetLineNr( sal_uInt32 nlNum ) in SetLineNr()293 inline sal_uInt32 CSS1Parser::SetLinePos( sal_uInt32 nlPos ) in SetLinePos()
223 class SvxCSS1Parser : public CSS1Parser253 using CSS1Parser::ParseStyleOption;257 using CSS1Parser::ParseStyleSheet;
81 using CSS1Parser::ParseStyleSheet;
775 CSS1Parser(), in SvxCSS1Parser()848 sal_Bool bSuccess = CSS1Parser::ParseStyleSheet( rIn ); in ParseStyleSheet()876 sal_Bool bSuccess = CSS1Parser::ParseStyleOption( rIn ); in ParseStyleOption()
Completed in 46 milliseconds