Home
last modified time | relevance | path

Searched refs:GSE_EXPR (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/sw/source/core/fields/
H A Dusrfld.cxx203 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()
H A Dexpfld.cxx76 case nsSwGetSetExpType::GSE_EXPR: in SV_IMPL_PTRARR()
99 case SetVariableType::VAR: nSet = nsSwGetSetExpType::GSE_EXPR; break; in lcl_APIToSubType()
/aoo4110/main/sw/source/ui/fldui/
H A Dfldvar.cxx1073 … 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()
/aoo4110/main/sw/inc/
H A Dexpfld.hxx102 sal_uInt16 nSubType = nsSwGetSetExpType::GSE_EXPR, sal_uLong nFmt = 0);
169 sal_uInt16 nType = nsSwGetSetExpType::GSE_EXPR );
H A Dfldbas.hxx204 const SwGetSetExpType GSE_EXPR = 0x0002; // Expression variable
/aoo4110/main/sw/source/core/unocore/
H A Dunofield.cxx598 …((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()
/aoo4110/main/sw/source/core/doc/
H A Ddocfld.cxx1094 if( nsSwGetSetExpType::GSE_EXPR & pFld->GetSubType() ) in lcl_CalcFld()

Completed in 62 milliseconds