Home
last modified time | relevance | path

Searched refs:GSE_STRING (Results 1 – 16 of 16) sorted by relevance

/aoo41x/main/sw/source/core/fields/
H A Dexpfld.cxx85 case nsSwGetSetExpType::GSE_STRING: in SV_IMPL_PTRARR()
102 case SetVariableType::STRING: nSet = nsSwGetSetExpType::GSE_STRING; break; in lcl_APIToSubType()
367 if( !(GetSubType() & nsSwGetSetExpType::GSE_STRING) && in ChangeExpansion()
368 static_cast< SwSetExpFieldType* >(pSetExpFld)->GetType() == 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()
972 if (nType & nsSwGetSetExpType::GSE_STRING) in SetPar2()
H A Dusrfld.cxx191 nType(nsSwGetSetExpType::GSE_STRING) in SwUserFieldType()
196 if (nType & nsSwGetSetExpType::GSE_STRING) in SwUserFieldType()
364 nType &= ~nsSwGetSetExpType::GSE_STRING; in PutValue()
369 nType |= nsSwGetSetExpType::GSE_STRING; in PutValue()
H A Dtblcalc.cxx135 if(nSubType & nsSwGetSetExpType::GSE_STRING) in Expand()
/aoo41x/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()
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()
1255 nSubType = (nSubType & 0xff00) | nsSwGetSetExpType::GSE_STRING; in FillItemSet()
1258 …nSubType = (nSubType & 0xff00) | ((nFormat == ULONG_MAX) ? nsSwGetSetExpType::GSE_STRING : nsSwGet… in FillItemSet()
/aoo41x/main/sw/source/core/unocore/
H A Dunofield.cxx598 …FieldType*)pType2)->SetType(bParam1 ? nsSwGetSetExpType::GSE_EXPR : nsSwGetSetExpType::GSE_STRING); 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()
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()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par5.cxx1167 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()
2025 nsSwGetSetExpType::GSE_STRING ) ); in Read_F_Set()
2027 aFld.SetSubType(nsSwExtendedSubType::SUB_INVISIBLE | nsSwGetSetExpType::GSE_STRING); in Read_F_Set()
H A Dww8atr.cxx2612 if (nSubType == nsSwGetSetExpType::GSE_STRING) in TextField()
2631 else if (nSubType & nsSwGetSetExpType::GSE_STRING) in TextField()
H A Ddocxattributeoutput.cxx2642 if ( ( nType == RES_SETEXPFLD ) && ( nSubType & nsSwGetSetExpType::GSE_STRING ) ) in WriteField_Impl()
/aoo41x/main/sw/inc/
H A Dusrfld.hxx95 EnableFormat(!(nSub & nsSwGetSetExpType::GSE_STRING)); in SetType()
H A Dfldbas.hxx203 const SwGetSetExpType GSE_STRING = 0x0001; // String variable
H A Dexpfld.hxx211 EnableFormat( !(nType & (nsSwGetSetExpType::GSE_SEQ|nsSwGetSetExpType::GSE_STRING))); in SetType()
/aoo41x/main/sw/source/core/doc/
H A Ddocfld.cxx1218 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()
2419 (nsSwGetSetExpType::GSE_STRING & pFld->GetSubType()) ) in _MakeFldList()
/aoo41x/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()
878 SwSetExpFieldType( &rOut.GetDoc(), aName, nsSwGetSetExpType::GSE_STRING ) ); in Out()
H A Dfltshell.cxx564 SwSetExpFieldType aS(pDoc, rName, nsSwGetSetExpType::GSE_STRING); in SetAttrInDoc()
1182 SwSetExpFieldType aS(&GetDoc(), aName, nsSwGetSetExpType::GSE_STRING); in AddError()
/aoo41x/main/sw/source/filter/html/
H A Dhtmlfldw.cxx429 (nsSwGetSetExpType::GSE_STRING & pFld->GetSubType()) ) in OutHTML_SwFmtFld()
/aoo41x/main/sw/source/core/bastyp/
H A Dcalc.cxx560 if( nsSwGetSetExpType::GSE_STRING & pUFld->GetType() ) in VarLook()

Completed in 222 milliseconds