Home
last modified time | relevance | path

Searched refs:GetOp (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/filter/html/
H A Dsvxcss1.cxx1161 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()
1925 pExpr->GetType() == CSS1_STRING) && !pExpr->GetOp() ) in ParseCSS1_text_decoration()
2336 for( sal_uInt16 i=0; pExpr && i<4 && !pExpr->GetOp(); i++ ) in ParseCSS1_margin()
[all …]
H A Dparcss1.hxx165 sal_Unicode GetOp() const { return cOp; } in GetOp() function