Searched refs:cOp (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sw/source/filter/html/ |
H A D | parcss1.hxx | 134 sal_Unicode cOp; // Art der Verknüpfung mit dem Vorgänger member 144 : cOp(cO), eType(eTyp), aValue(rVal), nValue(nVal), pNext(0) in CSS1Expression() 157 sal_Unicode GetOp() const { return cOp; } in GetOp() 170 cOp = cO; eType = eTyp; aValue = rVal; nValue = nVal; pNext = 0; in Set()
|
H A D | parcss1.cxx | 1065 sal_Unicode cSign = 0, cOp = 0; in ParseDeclaration() local 1097 pNew = new CSS1Expression( nToken, aToken, nValue, cOp ); in ParseDeclaration() 1100 cOp = 0; in ParseDeclaration() 1104 cOp = '/'; in ParseDeclaration() 1109 cOp = ','; in ParseDeclaration()
|
/aoo42x/main/basic/source/sbx/ |
H A D | sbxexec.cxx | 196 xub_Unicode cOp = *p++; in MulDiv() local 204 if( cOp == '*' ) in MulDiv() 228 xub_Unicode cOp = *p++; in PlusMinus() local 236 if( cOp == '+' ) in PlusMinus()
|
/aoo42x/main/rsc/source/tools/ |
H A D | rscdef.cxx | 584 RscExpression::RscExpression( RscExpType aLE, char cOp, RscExpType aRE ) in RscExpression() argument 587 cOperation = cOp; in RscExpression()
|
/aoo42x/main/rsc/inc/ |
H A D | rscdef.hxx | 178 RscExpression( RscExpType aLE, char cOp,
|
Completed in 31 milliseconds