Searched refs:CSS1Expression (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/sw/source/filter/html/ |
| H A D | svxcss1.cxx | 66 typedef void (*FnParseCSS1Prop)( const CSS1Expression *pExpr, 759 const CSS1Expression *pExpr ) in DeclarationParsed() 1068 static void ParseCSS1_font_size( const CSS1Expression *pExpr, in ParseCSS1_font_size() 1147 static void ParseCSS1_font_family( const CSS1Expression *pExpr, in ParseCSS1_font_family() 1172 const CSS1Expression *pNext = pExpr->GetNext(); in ParseCSS1_font_family() 1228 static void ParseCSS1_font_weight( const CSS1Expression *pExpr, in ParseCSS1_font_weight() 1287 static void ParseCSS1_font_style( const CSS1Expression *pExpr, in ParseCSS1_font_style() 1358 static void ParseCSS1_font_variant( const CSS1Expression *pExpr, in ParseCSS1_font_variant() 1386 static void ParseCSS1_color( const CSS1Expression *pExpr, in ParseCSS1_color() 1410 static void ParseCSS1_direction( const CSS1Expression *pExpr, in ParseCSS1_direction() [all …]
|
| H A D | parcss1.hxx | 132 struct CSS1Expression struct 138 CSS1Expression *pNext; // die nächste Komponente argument 142 CSS1Expression( CSS1Token eTyp, const String &rVal, in CSS1Expression() function 147 ~CSS1Expression(); 163 void SetNext( CSS1Expression *pNxt ) { pNext = pNxt; } in SetNext() argument 164 const CSS1Expression *GetNext() const { return pNext; } in GetNext() argument 167 inline void CSS1Expression::Set( CSS1Token eTyp, const String &rVal, in Set() 173 inline sal_uInt32 CSS1Expression::GetULength() const in GetULength() 178 inline sal_Int32 CSS1Expression::GetSLength() const in GetSLength() 238 CSS1Expression *ParseDeclaration( String& rProperty ); [all …]
|
| H A D | parcss1.cxx | 813 CSS1Expression *pExpr = ParseDeclaration( aProperty ); in ParseRule() 834 CSS1Expression *pExp = ParseDeclaration( aProperty ); in ParseRule() 1038 CSS1Expression *CSS1Parser::ParseDeclaration( String& rProperty ) in ParseDeclaration() 1040 CSS1Expression *pRoot = 0, *pLast = 0; in ParseDeclaration() 1066 CSS1Expression *pNew = 0; in ParseDeclaration() 1097 pNew = new CSS1Expression( nToken, aToken, nValue, cOp ); in ParseDeclaration() 1205 CSS1Expression *pExpr = ParseDeclaration( aProperty ); in ParseStyleOption() 1225 CSS1Expression *pExp = ParseDeclaration( aProperty ); in ParseStyleOption() 1245 const CSS1Expression * /* pExpr */ ) in DeclarationParsed() argument 1261 CSS1Expression::~CSS1Expression() in ~CSS1Expression() [all …]
|
| H A D | svxcss1.hxx | 249 const CSS1Expression *pExpr ); 282 const CSS1Expression *pExpr );
|