Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/html/
H A Dparcss1.hxx142 sal_Unicode cOp; // Art der Verkuepfung mit dem Vorgaenger member
152 : cOp(cO), eType(eTyp), aValue(rVal), nValue(nVal), pNext(0) in CSS1Expression()
165 sal_Unicode GetOp() const { return cOp; } in GetOp()
178 cOp = cO; eType = eTyp; aValue = rVal; nValue = nVal; pNext = 0; in Set()
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()
/aoo41x/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()
/aoo41x/main/rsc/source/tools/
H A Drscdef.cxx584 RscExpression::RscExpression( RscExpType aLE, char cOp, RscExpType aRE ) in RscExpression() argument
587 cOperation = cOp; in RscExpression()
/aoo41x/main/rsc/inc/
H A Drscdef.hxx178 RscExpression( RscExpType aLE, char cOp,

Completed in 19 milliseconds