/aoo4110/main/sw/source/core/fields/ |
H A D | expfld.cxx | 76 case nsSwGetSetExpType::GSE_EXPR: in SV_IMPL_PTRARR() 79 case nsSwGetSetExpType::GSE_SEQ: in SV_IMPL_PTRARR() 82 case nsSwGetSetExpType::GSE_FORMULA: in SV_IMPL_PTRARR() 85 case nsSwGetSetExpType::GSE_STRING: in SV_IMPL_PTRARR() 367 if( !(GetSubType() & nsSwGetSetExpType::GSE_STRING) && in ChangeExpansion() 369 SetSubType( nsSwGetSetExpType::GSE_STRING ); in ChangeExpansion() 374 if(GetSubType() & nsSwGetSetExpType::GSE_STRING) in ChangeExpansion() 510 if( ( nsSwGetSetExpType::GSE_SEQ | nsSwGetSetExpType::GSE_STRING ) & nType ) in SwSetExpFieldType() 961 if (nType & nsSwGetSetExpType::GSE_STRING) in GetPar2() 970 if( !(nType & nsSwGetSetExpType::GSE_SEQ) || rStr.Len() ) in SetPar2() [all …]
|
H A D | usrfld.cxx | 191 nType(nsSwGetSetExpType::GSE_STRING) in SwUserFieldType() 196 if (nType & nsSwGetSetExpType::GSE_STRING) in SwUserFieldType() 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() 364 nType &= ~nsSwGetSetExpType::GSE_STRING; in PutValue() 368 nType &= ~nsSwGetSetExpType::GSE_EXPR; in PutValue() 369 nType |= nsSwGetSetExpType::GSE_STRING; in PutValue()
|
H A D | tblcalc.cxx | 135 if(nSubType & nsSwGetSetExpType::GSE_STRING) in Expand() 223 nSubType = nsSwGetSetExpType::GSE_FORMULA|nsSwExtendedSubType::SUB_CMD; in PutValue() 225 nSubType = nsSwGetSetExpType::GSE_FORMULA; in PutValue()
|
H A D | fldbas.cxx | 231 …nRet = static_cast<sal_uInt16>(nsSwGetSetExpType::GSE_FORMULA & GetSubType() ? TYP_FORMELFLD : TYP… in GetTypeId() 239 if( nsSwGetSetExpType::GSE_SEQ & GetSubType() ) in GetTypeId()
|
H A D | reffld.cxx | 811 nsSwGetSetExpType::GSE_SEQ & ((SwSetExpFieldType*)pFldType)->GetType() ) in FindAnchor()
|
/aoo4110/main/sw/source/ui/fldui/ |
H A D | fldvar.cxx | 351 if ( pSetTyp && pSetTyp->GetType() == nsSwGetSetExpType::GSE_STRING ) in IMPL_LINK() 403 if ( pSetTyp->GetType() & nsSwGetSetExpType::GSE_STRING ) // Textuell? in IMPL_LINK() 442 if ( pSetTyp->GetType() == nsSwGetSetExpType::GSE_STRING ) // Textuell? in IMPL_LINK() 961 … if (nTypeId == TYP_SEQFLD && !(pFldType->GetType() & nsSwGetSetExpType::GSE_SEQ)) in IMPL_LINK() 964 if (nTypeId == TYP_SETFLD && (pFldType->GetType() & nsSwGetSetExpType::GSE_SEQ)) in IMPL_LINK() 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() 1231 nSubType = nsSwGetSetExpType::GSE_FORMULA; in FillItemSet() 1255 nSubType = (nSubType & 0xff00) | nsSwGetSetExpType::GSE_STRING; in FillItemSet() [all …]
|
H A D | fldmgr.cxx | 550 … !(((SwSetExpFieldType*)pFldType)->GetType() & nsSwGetSetExpType::GSE_SEQ)) || in GetSubTypes() 553 … !(((SwSetExpFieldType*)pFldType)->GetType() & nsSwGetSetExpType::GSE_SEQ)) || in GetSubTypes() 556 (((SwSetExpFieldType*)pFldType)->GetType() & nsSwGetSetExpType::GSE_SEQ)) || in GetSubTypes() 561 … !(((SwSetExpFieldType*)pFldType)->GetType() & nsSwGetSetExpType::GSE_SEQ))) ) ) in GetSubTypes() 1309 SwSetExpFieldType(pCurShell->GetDoc(), rData.sPar1, nsSwGetSetExpType::GSE_SEQ)); in InsertFld() 1321 nSubType = nsSwGetSetExpType::GSE_SEQ; in InsertFld() 1385 … pFld = new SwGetExpField(pTyp, rData.sPar2, nsSwGetSetExpType::GSE_FORMULA, nFormatId); in InsertFld()
|
H A D | fldpage.cxx | 270 nSubType = nsSwGetSetExpType::GSE_SEQ; in InsertFld()
|
H A D | fldref.cxx | 242 … if ((nsSwGetSetExpType::GSE_SEQ & pType->GetType()) && pType->GetDepends() && pSh->IsUsed(*pType)) in Reset()
|
/aoo4110/main/sw/inc/ |
H A D | expfld.hxx | 102 sal_uInt16 nSubType = nsSwGetSetExpType::GSE_EXPR, sal_uLong nFmt = 0); 169 sal_uInt16 nType = nsSwGetSetExpType::GSE_EXPR ); 211 EnableFormat( !(nType & (nsSwGetSetExpType::GSE_SEQ|nsSwGetSetExpType::GSE_STRING))); in SetType() 292 { return 0 != (nsSwGetSetExpType::GSE_SEQ & ((SwSetExpFieldType*)GetTyp())->GetType()); } in IsSequenceFld()
|
H A D | usrfld.hxx | 95 EnableFormat(!(nSub & nsSwGetSetExpType::GSE_STRING)); in SetType()
|
H A D | fldbas.hxx | 201 namespace nsSwGetSetExpType namespace
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docfld.cxx | 106 if( nsSwGetSetExpType::GSE_SEQ & ((SwSetExpFieldType&)rFldTyp).GetType() ) in SV_IMPL_OP_PTRARR_SORT() 1094 if( nsSwGetSetExpType::GSE_EXPR & pFld->GetSubType() ) in lcl_CalcFld() 1218 if( nsSwGetSetExpType::GSE_STRING & pFld->GetSubType() ) in FldsToExpand() 1311 String sExpand(((SwUserFieldType*)pFldType)->Expand(nsSwGetSetExpType::GSE_STRING, 0, 0)); in UpdateExpFlds() 1445 if( nsSwGetSetExpType::GSE_STRING & pFld->GetSubType() ) // String Ersetzung in UpdateExpFlds() 1655 SW_RESSTR(STR_POOLCOLL_LABEL_ABB), nsSwGetSetExpType::GSE_SEQ), nFldType++); in _InitFieldTypes() 1657 SW_RESSTR(STR_POOLCOLL_LABEL_TABLE), nsSwGetSetExpType::GSE_SEQ),nFldType++); in _InitFieldTypes() 1659 SW_RESSTR(STR_POOLCOLL_LABEL_FRAME), nsSwGetSetExpType::GSE_SEQ),nFldType++); in _InitFieldTypes() 1661 SW_RESSTR(STR_POOLCOLL_LABEL_DRAWING), nsSwGetSetExpType::GSE_SEQ),nFldType++); in _InitFieldTypes() 2419 (nsSwGetSetExpType::GSE_STRING & pFld->GetSubType()) ) in _MakeFldList()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unofield.cxx | 598 …((SwUserFieldType*)pType2)->SetType(bParam1 ? nsSwGetSetExpType::GSE_EXPR : nsSwGetSetExpType::GSE… in setPropertyValue() 1457 nsSwGetSetExpType::GSE_STRING == ((SwUserFieldType*)pFldType)->GetType()) in attachToRange() 1582 nsSwGetSetExpType::GSE_STRING == ((SwSetExpFieldType*)pFldType)->GetType()) in attachToRange() 1612 … case text::SetVariableType::STRING: nSubType = nsSwGetSetExpType::GSE_STRING; break; in attachToRange() 1613 … case text::SetVariableType::VAR: nSubType = nsSwGetSetExpType::GSE_EXPR; break; in attachToRange() 1615 … case text::SetVariableType::FORMULA: nSubType = nsSwGetSetExpType::GSE_FORMULA; break; in attachToRange() 1618 nSubType = nsSwGetSetExpType::GSE_EXPR; in attachToRange() 1625 if( nSubType != nsSwGetSetExpType::GSE_STRING && in attachToRange() 1626 … static_cast< SwSetExpFieldType* >(pSetExpFld)->GetType() == nsSwGetSetExpType::GSE_STRING ) in attachToRange() 1627 nSubType = nsSwGetSetExpType::GSE_STRING; in attachToRange() [all …]
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par5.cxx | 1167 SwSetExpFieldType( &rDoc, aName, nsSwGetSetExpType::GSE_STRING ) ); in InsertTagField() 1170 aFld.SetSubType(nSubType | nsSwGetSetExpType::GSE_STRING); in InsertTagField() 1358 pDoc->GetSysFldType(RES_GETEXPFLD), rName, nsSwGetSetExpType::GSE_STRING, 0); in RefToVar() 1428 SwSetExpFieldType(&rDoc, sOrigName, nsSwGetSetExpType::GSE_STRING)); in Read_F_InputVar() 1430 aFld.SetSubType(nsSwExtendedSubType::SUB_INVISIBLE | nsSwGetSetExpType::GSE_STRING); in Read_F_InputVar() 1444 SwSetExpFieldType aT( &rDoc, CREATE_CONST_ASC("AutoNr"), nsSwGetSetExpType::GSE_SEQ ); in Read_F_ANumber() 1518 SwSetExpFieldType( &rDoc, aSequenceName, nsSwGetSetExpType::GSE_SEQ ) ); in Read_F_Seq() 2025 nsSwGetSetExpType::GSE_STRING ) ); in Read_F_Set() 2027 aFld.SetSubType(nsSwExtendedSubType::SUB_INVISIBLE | nsSwGetSetExpType::GSE_STRING); in Read_F_Set()
|
H A D | ww8atr.cxx | 2612 if (nSubType == nsSwGetSetExpType::GSE_STRING) in TextField() 2621 if (nsSwGetSetExpType::GSE_SEQ == nSubType) in TextField() 2631 else if (nSubType & nsSwGetSetExpType::GSE_STRING) in TextField()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | cption.cxx | 177 ((SwSetExpFieldType *) pType)->GetType() & nsSwGetSetExpType::GSE_SEQ ) in SwCaptionDialog() 358 ((SwSetExpFieldType*)pType)->GetType() == nsSwGetSetExpType::GSE_SEQ) in IMPL_LINK_INLINE_END() 553 SwSetExpFieldType aFldType( rSh.GetDoc(), aFldTypeName, nsSwGetSetExpType::GSE_SEQ ); in Apply()
|
/aoo4110/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 643 SwSetExpFieldType( &rOut.GetDoc(), aName, nsSwGetSetExpType::GSE_STRING ) ); in Out() 817 nsSwGetSetExpType::GSE_STRING, VVF_SYS); in Out() 827 SwSetExpFieldType aS(&rOut.GetDoc(), aName, nsSwGetSetExpType::GSE_FORMULA); in Out() 878 SwSetExpFieldType( &rOut.GetDoc(), aName, nsSwGetSetExpType::GSE_STRING ) ); in Out()
|
H A D | fltshell.cxx | 564 SwSetExpFieldType aS(pDoc, rName, nsSwGetSetExpType::GSE_STRING); in SetAttrInDoc() 1182 SwSetExpFieldType aS(&GetDoc(), aName, nsSwGetSetExpType::GSE_STRING); in AddError()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewdlg2.cxx | 161 SwSetExpFieldType aSwSetExpFieldType(rSh.GetDoc(), rName, nsSwGetSetExpType::GSE_SEQ); in InsertCaption()
|
/aoo4110/main/sw/source/core/sw3io/ |
H A D | sw3convert.cxx | 377 else if( !(nsSwGetSetExpType::GSE_SEQ & nSubType) ) in sw3io_ConvertToOldField()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmlfldw.cxx | 429 (nsSwGetSetExpType::GSE_STRING & pFld->GetSubType()) ) in OutHTML_SwFmtFld()
|
/aoo4110/main/sw/source/ui/config/ |
H A D | optload.cxx | 715 ((SwSetExpFieldType *) pType)->GetType() & nsSwGetSetExpType::GSE_SEQ ) in IMPL_LINK()
|
/aoo4110/main/sw/source/core/bastyp/ |
H A D | calc.cxx | 560 if( nsSwGetSetExpType::GSE_STRING & pUFld->GetType() ) in VarLook()
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 800 …SwInsertFld_Data aData(TYP_FORMELFLD, nsSwGetSetExpType::GSE_FORMULA, aEmptyStr, sFormula, nSysNum… in Execute()
|