Home
last modified time | relevance | path

Searched refs:nsSwGetSetExpType (Results 1 – 25 of 28) sorted by relevance

12

/aoo42x/main/sw/source/core/fields/
H A Dexpfld.cxx74 case nsSwGetSetExpType::GSE_EXPR: in SV_IMPL_PTRARR()
77 case nsSwGetSetExpType::GSE_SEQ: in SV_IMPL_PTRARR()
80 case nsSwGetSetExpType::GSE_FORMULA: in SV_IMPL_PTRARR()
83 case nsSwGetSetExpType::GSE_STRING: in SV_IMPL_PTRARR()
365 if( !(GetSubType() & nsSwGetSetExpType::GSE_STRING) && in ChangeExpansion()
367 SetSubType( nsSwGetSetExpType::GSE_STRING ); in ChangeExpansion()
372 if(GetSubType() & nsSwGetSetExpType::GSE_STRING) in ChangeExpansion()
508 if( ( nsSwGetSetExpType::GSE_SEQ | nsSwGetSetExpType::GSE_STRING ) & nType ) in SwSetExpFieldType()
959 if (nType & nsSwGetSetExpType::GSE_STRING) in GetPar2()
968 if( !(nType & nsSwGetSetExpType::GSE_SEQ) || rStr.Len() ) in SetPar2()
[all …]
H A Dusrfld.cxx191 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 Dtblcalc.cxx135 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 Dfldbas.cxx231 …nRet = static_cast<sal_uInt16>(nsSwGetSetExpType::GSE_FORMULA & GetSubType() ? TYP_FORMELFLD : TYP… in GetTypeId()
239 if( nsSwGetSetExpType::GSE_SEQ & GetSubType() ) in GetTypeId()
H A Dreffld.cxx811 nsSwGetSetExpType::GSE_SEQ & ((SwSetExpFieldType*)pFldType)->GetType() ) in FindAnchor()
/aoo42x/main/sw/source/ui/fldui/
H A Dfldvar.cxx351 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 Dfldmgr.cxx550 … !(((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 Dfldpage.cxx270 nSubType = nsSwGetSetExpType::GSE_SEQ; in InsertFld()
H A Dfldref.cxx242 … if ((nsSwGetSetExpType::GSE_SEQ & pType->GetType()) && pType->GetDepends() && pSh->IsUsed(*pType)) in Reset()
/aoo42x/main/sw/inc/
H A Dexpfld.hxx102 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 Dusrfld.hxx95 EnableFormat(!(nSub & nsSwGetSetExpType::GSE_STRING)); in SetType()
H A Dfldbas.hxx201 namespace nsSwGetSetExpType namespace
/aoo42x/main/sw/source/core/unocore/
H A Dunofield.cxx598 …((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 …]
/aoo42x/main/sw/source/core/doc/
H A Ddocfld.cxx106 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()
/aoo42x/main/sw/source/filter/ww8/
H A Dww8par5.cxx1174 SwSetExpFieldType( &rDoc, aName, nsSwGetSetExpType::GSE_STRING ) ); in InsertTagField()
1177 aFld.SetSubType(nSubType | nsSwGetSetExpType::GSE_STRING); in InsertTagField()
1365 pDoc->GetSysFldType(RES_GETEXPFLD), rName, nsSwGetSetExpType::GSE_STRING, 0); in RefToVar()
1435 SwSetExpFieldType(&rDoc, sOrigName, nsSwGetSetExpType::GSE_STRING)); in Read_F_InputVar()
1437 aFld.SetSubType(nsSwExtendedSubType::SUB_INVISIBLE | nsSwGetSetExpType::GSE_STRING); in Read_F_InputVar()
1451 SwSetExpFieldType aT( &rDoc, CREATE_CONST_ASC("AutoNr"), nsSwGetSetExpType::GSE_SEQ ); in Read_F_ANumber()
1525 SwSetExpFieldType( &rDoc, aSequenceName, nsSwGetSetExpType::GSE_SEQ ) ); in Read_F_Seq()
2032 nsSwGetSetExpType::GSE_STRING ) ); in Read_F_Set()
2034 aFld.SetSubType(nsSwExtendedSubType::SUB_INVISIBLE | nsSwGetSetExpType::GSE_STRING); in Read_F_Set()
H A Dww8atr.cxx2612 if (nSubType == nsSwGetSetExpType::GSE_STRING) in TextField()
2621 if (nsSwGetSetExpType::GSE_SEQ == nSubType) in TextField()
2631 else if (nSubType & nsSwGetSetExpType::GSE_STRING) in TextField()
/aoo42x/main/sw/source/ui/frmdlg/
H A Dcption.cxx177 ((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()
/aoo42x/main/sw/source/filter/ww1/
H A Dw1filter.cxx643 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 Dfltshell.cxx561 SwSetExpFieldType aS(pDoc, rName, nsSwGetSetExpType::GSE_STRING); in SetAttrInDoc()
1179 SwSetExpFieldType aS(&GetDoc(), aName, nsSwGetSetExpType::GSE_STRING); in AddError()
/aoo42x/main/sw/source/ui/uiview/
H A Dviewdlg2.cxx161 SwSetExpFieldType aSwSetExpFieldType(rSh.GetDoc(), rName, nsSwGetSetExpType::GSE_SEQ); in InsertCaption()
/aoo42x/main/sw/source/core/sw3io/
H A Dsw3convert.cxx377 else if( !(nsSwGetSetExpType::GSE_SEQ & nSubType) ) in sw3io_ConvertToOldField()
/aoo42x/main/sw/source/filter/html/
H A Dhtmlfldw.cxx429 (nsSwGetSetExpType::GSE_STRING & pFld->GetSubType()) ) in OutHTML_SwFmtFld()
/aoo42x/main/sw/source/ui/config/
H A Doptload.cxx715 ((SwSetExpFieldType *) pType)->GetType() & nsSwGetSetExpType::GSE_SEQ ) in IMPL_LINK()
/aoo42x/main/sw/source/core/bastyp/
H A Dcalc.cxx560 if( nsSwGetSetExpType::GSE_STRING & pUFld->GetType() ) in VarLook()
/aoo42x/main/sw/source/ui/shells/
H A Dtextsh1.cxx786 …SwInsertFld_Data aData(TYP_FORMELFLD, nsSwGetSetExpType::GSE_FORMULA, aEmptyStr, sFormula, nSysNum… in Execute()

Completed in 237 milliseconds

12