Home
last modified time | relevance | path

Searched refs:cOp (Results 1 – 5 of 5) sorted by path

/trunk/main/basic/source/sbx/
H A Dsbxexec.cxx196 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()
/trunk/main/rsc/inc/
H A Drscdef.hxx178 RscExpression( RscExpType aLE, char cOp,
/trunk/main/rsc/source/tools/
H A Drscdef.cxx584 RscExpression::RscExpression( RscExpType aLE, char cOp, RscExpType aRE ) in RscExpression() argument
587 cOperation = cOp; in RscExpression()
/trunk/main/sw/source/filter/html/
H A Dparcss1.cxx1065 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()
H A Dparcss1.hxx134 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()

Completed in 33 milliseconds