Searched refs:GetOp (Results 1 – 2 of 2) sorted by relevance
1161 while( pExpr && (bFirst || ','==pExpr->GetOp() || !pExpr->GetOp()) ) in ParseCSS1_font_family()1173 while( pNext && !pNext->GetOp() && in ParseCSS1_font_family()1307 !pExpr->GetOp() ) in ParseCSS1_font_style()1512 while( pExpr && !pExpr->GetOp() ) in ParseCSS1_background()1764 while( pExpr && !pExpr->GetOp() && in ParseCSS1_font()1798 if( !pExpr || pExpr->GetOp() ) in ParseCSS1_font()1844 if( '/' == pExpr->GetOp() ) in ParseCSS1_font()1853 if( !pExpr || pExpr->GetOp() ) in ParseCSS1_font()2568 while( n<4 && pExpr && !pExpr->GetOp() ) in ParseCSS1_padding()2604 while( pExpr && !pExpr->GetOp() ) in ParseCSS1_border_xxx()[all …]
165 sal_Unicode GetOp() const { return cOp; } in GetOp() function
Completed in 23 milliseconds