Searched refs:TYP_FORMELFLD (Results 1 – 10 of 10) sorted by relevance
/trunk/main/sw/source/ui/fldui/ |
H A D | fldvar.cxx | 255 if (nTypeId != TYP_FORMELFLD) in IMPL_LINK() 369 case TYP_FORMELFLD: in IMPL_LINK() 590 case TYP_FORMELFLD: in IMPL_LINK() 650 case TYP_FORMELFLD: in UpdateSubType() 694 if ( nTypeId != TYP_FORMELFLD ) in UpdateSubType() 757 else if ( nTypeId == TYP_GETFLD || nTypeId == TYP_FORMELFLD ) in FillFormatLB() 795 case TYP_FORMELFLD: in FillFormatLB() 976 if( (nTypeId == TYP_SETFLD || nTypeId == TYP_FORMELFLD) && in IMPL_LINK() 1229 case TYP_FORMELFLD: in FillItemSet()
|
H A D | fldmgr.cxx | 238 { TYP_FORMELFLD, 0, 0, FMT_GETVAR_BEGIN, FMT_GETVAR_END }, 533 case TYP_FORMELFLD: in GetSubTypes() 558 ((nTypeId == TYP_INPUTFLD || nTypeId == TYP_FORMELFLD) && in GetSubTypes() 1344 case TYP_FORMELFLD: in InsertFld()
|
/trunk/main/sw/source/core/fields/ |
H A D | fldbas.cxx | 108 /* RES_TABLEFLD */ TYP_FORMELFLD, 231 …nRet = static_cast<sal_uInt16>(nsSwGetSetExpType::GSE_FORMULA & GetSubType() ? TYP_FORMELFLD : TYP… in GetTypeId()
|
H A D | expfld.cxx | 315 ? TYP_FORMELFLD in GetFieldName()
|
/trunk/main/sw/inc/ |
H A D | fldbas.hxx | 106 TYP_FORMELFLD, // 10 enumerator
|
/trunk/main/basic/source/runtime/ |
H A D | rtlproto.hxx | 110 extern RTLFUNC(TYP_FORMELFLD);
|
H A D | props.cxx | 514 RTLFUNC(TYP_FORMELFLD) in RTLFUNC() argument
|
H A D | stdobj.cxx | 563 { "TYP_FORMELFLD", SbxINTEGER, _CPROP, RTLNAME(TYP_FORMELFLD),0 },
|
/trunk/main/sw/source/ui/ribbar/ |
H A D | inputwin.cxx | 247 if( pMgr->GetCurFld() && TYP_FORMELFLD == pMgr->GetCurTypeId() ) in ShowWin()
|
/trunk/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 771 if( !bDelSel && aFldMgr.GetCurFld() && TYP_FORMELFLD == aFldMgr.GetCurTypeId() ) in Execute() 786 …SwInsertFld_Data aData(TYP_FORMELFLD, nsSwGetSetExpType::GSE_FORMULA, aEmptyStr, sFormula, nSysNum… in Execute()
|
Completed in 61 milliseconds