Searched refs:GSE_EXPR (Results 1 – 7 of 7) sorted by relevance
203 if((nType & nsSwGetSetExpType::GSE_EXPR) && !(nSubType & nsSwExtendedSubType::SUB_CMD)) in Expand()328 sal_Bool bExpression = 0 != (nsSwGetSetExpType::GSE_EXPR&nType); in QueryValue()363 nType |= nsSwGetSetExpType::GSE_EXPR; in PutValue()368 nType &= ~nsSwGetSetExpType::GSE_EXPR; in PutValue()
74 case nsSwGetSetExpType::GSE_EXPR: in SV_IMPL_PTRARR()97 case SetVariableType::VAR: nSet = nsSwGetSetExpType::GSE_EXPR; break; in lcl_APIToSubType()
1073 … nNumFormatPos == 0 ? nsSwGetSetExpType::GSE_STRING : nsSwGetSetExpType::GSE_EXPR ); in IMPL_LINK()1106 … aType.SetType(nNumFormatPos == 0 ? nsSwGetSetExpType::GSE_STRING : nsSwGetSetExpType::GSE_EXPR); in IMPL_LINK()1220 nSubType = (nFormat == ULONG_MAX) ? nsSwGetSetExpType::GSE_STRING : nsSwGetSetExpType::GSE_EXPR; in FillItemSet()1258 …& 0xff00) | ((nFormat == ULONG_MAX) ? nsSwGetSetExpType::GSE_STRING : nsSwGetSetExpType::GSE_EXPR); in FillItemSet()
102 sal_uInt16 nSubType = nsSwGetSetExpType::GSE_EXPR, sal_uLong nFmt = 0);169 sal_uInt16 nType = nsSwGetSetExpType::GSE_EXPR );
204 const SwGetSetExpType GSE_EXPR = 0x0002; // Expression variable
598 …((SwUserFieldType*)pType2)->SetType(bParam1 ? nsSwGetSetExpType::GSE_EXPR : nsSwGetSetExpType::GSE… in setPropertyValue()1613 … case text::SetVariableType::VAR: nSubType = nsSwGetSetExpType::GSE_EXPR; break; in attachToRange()1618 nSubType = nsSwGetSetExpType::GSE_EXPR; in attachToRange()
1094 if( nsSwGetSetExpType::GSE_EXPR & pFld->GetSubType() ) in lcl_CalcFld()
Completed in 57 milliseconds