| /trunk/main/sw/source/core/fields/ |
| H A D | dbfld.cxx | 249 if(0 ==(GetSubType() & nsSwExtendedSubType::SUB_INVISIBLE)) in Expand() 337 if( !( nSubType & nsSwExtendedSubType::SUB_OWN_FMT ) ) in Evaluate() 412 sal_Bool bTemp = 0 == (GetSubType()&nsSwExtendedSubType::SUB_OWN_FMT); in QueryValue() 418 sal_Bool bVal = 0 == (GetSubType() & nsSwExtendedSubType::SUB_INVISIBLE); in QueryValue() 444 SetSubType(GetSubType()&~nsSwExtendedSubType::SUB_OWN_FMT); in PutValue() 446 SetSubType(GetSubType()|nsSwExtendedSubType::SUB_OWN_FMT); in PutValue() 455 nSubTyp &= ~nsSwExtendedSubType::SUB_INVISIBLE; in PutValue() 457 nSubTyp |= nsSwExtendedSubType::SUB_INVISIBLE; in PutValue() 556 sal_Bool bVal = 0 == (GetSubType() & nsSwExtendedSubType::SUB_INVISIBLE); in QueryValue() 586 nSubTyp &= ~nsSwExtendedSubType::SUB_INVISIBLE; in PutValue() [all …]
|
| H A D | usrfld.cxx | 58 if(!(nSubType & nsSwExtendedSubType::SUB_INVISIBLE)) in Expand() 134 sal_Bool bTmp = 0 != (nSubType & nsSwExtendedSubType::SUB_CMD); in QueryValue() 140 sal_Bool bTmp = 0 == (nSubType & nsSwExtendedSubType::SUB_INVISIBLE); in QueryValue() 161 nSubType &= (~nsSwExtendedSubType::SUB_INVISIBLE); in PutValue() 163 nSubType |= nsSwExtendedSubType::SUB_INVISIBLE; in PutValue() 167 nSubType |= nsSwExtendedSubType::SUB_CMD; in PutValue() 169 nSubType &= (~nsSwExtendedSubType::SUB_CMD); in PutValue() 203 if((nType & nsSwGetSetExpType::GSE_EXPR) && !(nSubType & nsSwExtendedSubType::SUB_CMD)) in Expand()
|
| H A D | expfld.cxx | 305 if(nSubType & nsSwExtendedSubType::SUB_CMD) in Expand() 417 if (nSubType & nsSwExtendedSubType::SUB_CMD) in SetLanguage() 447 sal_Bool bTmp = 0 != (nSubType & nsSwExtendedSubType::SUB_CMD); in QueryValue() 487 nSubType |= nsSwExtendedSubType::SUB_CMD; in PutValue() 489 nSubType &= (~nsSwExtendedSubType::SUB_CMD); in PutValue() 808 if (nSubType & nsSwExtendedSubType::SUB_CMD) in Expand() 814 else if(!(nSubType & nsSwExtendedSubType::SUB_INVISIBLE)) in Expand() 987 nSubType &= ~nsSwExtendedSubType::SUB_INVISIBLE; in PutValue() 989 nSubType |= nsSwExtendedSubType::SUB_INVISIBLE; in PutValue() 1042 nSubType |= nsSwExtendedSubType::SUB_CMD; in PutValue() [all …]
|
| H A D | tblcalc.cxx | 128 if (nSubType & nsSwExtendedSubType::SUB_CMD) in Expand() 189 pThis->nSubType |= nsSwExtendedSubType::SUB_CMD; in QueryValue() 196 sal_Bool bFormula = 0 != (nsSwExtendedSubType::SUB_CMD & nSubType); in QueryValue() 223 nSubType = nsSwGetSetExpType::GSE_FORMULA|nsSwExtendedSubType::SUB_CMD; in PutValue()
|
| H A D | fldbas.cxx | 672 !(Which() == RES_USERFLD && (GetSubType()&nsSwExtendedSubType::SUB_CMD) ) ) in SetLanguage()
|
| /trunk/main/sw/source/core/sw3io/ |
| H A D | sw3convert.cxx | 248 rSubType = nsSwExtendedSubType::SUB_OWN_FMT; in sw3io_ConvertFromOldField() 262 rSubType = nsSwExtendedSubType::SUB_INVISIBLE; in sw3io_ConvertFromOldField() 267 rSubType = nsSwExtendedSubType::SUB_CMD; in sw3io_ConvertFromOldField() 373 if (nSubType & nsSwExtendedSubType::SUB_INVISIBLE) in sw3io_ConvertToOldField() 375 else if (nSubType & nsSwExtendedSubType::SUB_CMD) in sw3io_ConvertToOldField()
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | unofield.cxx | 1453 sal_uInt16 nUserSubType = m_pProps->bBool1 ? nsSwExtendedSubType::SUB_INVISIBLE : 0; in attachToRange() 1455 nUserSubType |= nsSwExtendedSubType::SUB_CMD; in attachToRange() 1510 nSubType &= ~nsSwExtendedSubType::SUB_INVISIBLE; in attachToRange() 1512 nSubType |= nsSwExtendedSubType::SUB_INVISIBLE; in attachToRange() 1554 nSubType &= ~nsSwExtendedSubType::SUB_INVISIBLE; in attachToRange() 1556 nSubType |= nsSwExtendedSubType::SUB_INVISIBLE; in attachToRange() 1569 nSubType &= ~nsSwExtendedSubType::SUB_INVISIBLE; in attachToRange() 1571 nSubType |= nsSwExtendedSubType::SUB_INVISIBLE; in attachToRange() 1591 nSubType &= ~nsSwExtendedSubType::SUB_INVISIBLE; in attachToRange() 1593 nSubType |= nsSwExtendedSubType::SUB_INVISIBLE; in attachToRange() [all …]
|
| /trunk/main/sw/source/ui/fldui/ |
| H A D | fldvar.cxx | 664 if ( GetCurField()->GetSubType() & nsSwExtendedSubType::SUB_INVISIBLE ) in UpdateSubType() 812 … if ( nTypeId == TYP_USERFLD && ( GetCurField()->GetSubType() & nsSwExtendedSubType::SUB_CMD ) ) in FillFormatLB() 1223 nSubType |= nsSwExtendedSubType::SUB_CMD; in FillItemSet() 1226 nSubType |= nsSwExtendedSubType::SUB_INVISIBLE; in FillItemSet() 1233 nSubType |= nsSwExtendedSubType::SUB_CMD; in FillItemSet() 1240 nSubType |= nsSwExtendedSubType::SUB_CMD; in FillItemSet() 1261 nSubType |= nsSwExtendedSubType::SUB_INVISIBLE; in FillItemSet()
|
| H A D | fldmgr.cxx | 162 nsSwExtendedSubType::SUB_CMD 169 nsSwExtendedSubType::SUB_OWN_FMT 1136 if( !(nSubType & nsSwExtendedSubType::SUB_OWN_FMT) ) // Datenbankformat ermitteln in InsertFld() 1280 …new SwInputField( pTyp, rData.sPar1, rData.sPar2, nSubType|nsSwExtendedSubType::SUB_INVISIBLE, nFo… in InsertFld()
|
| H A D | flddb.cxx | 256 nSubType = nsSwExtendedSubType::SUB_OWN_FMT; in FillItemSet() 363 if (GetCurField()->GetSubType() & nsSwExtendedSubType::SUB_OWN_FMT) in IMPL_LINK()
|
| /trunk/main/sw/source/filter/ww1/ |
| H A D | w1filter.cxx | 645 ((SwSetExpField*)pField)->SetSubType( nsSwExtendedSubType::SUB_INVISIBLE ); in Out() 831 aFld.SetSubType(nsSwExtendedSubType::SUB_INVISIBLE); in Out() 881 ((SwSetExpField*)pField)->SetSubType(nsSwExtendedSubType::SUB_INVISIBLE); in Out()
|
| H A D | fltshell.cxx | 565 aFld.SetSubType( nsSwExtendedSubType::SUB_INVISIBLE ); in SetAttrInDoc()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8par5.cxx | 1175 …FltGetFlag( nFieldFlags, SwFltControlStack::TAGS_VISIBLE ) ) ? 0 : nsSwExtendedSubType::SUB_INVISI… in InsertTagField() 1436 aFld.SetSubType(nsSwExtendedSubType::SUB_INVISIBLE | nsSwGetSetExpType::GSE_STRING); in Read_F_InputVar() 1529 aFld.SetSubType(aFld.GetSubType() | nsSwExtendedSubType::SUB_INVISIBLE); in Read_F_Seq() 2033 aFld.SetSubType(nsSwExtendedSubType::SUB_INVISIBLE | nsSwGetSetExpType::GSE_STRING); in Read_F_Set()
|
| H A D | docxattributeoutput.cxx | 614 …bool bShowRef = ( !bIsSetField || ( nSubType & nsSwExtendedSubType::SUB_INVISIBLE ) ) ? false : tr… in EndField_Impl()
|
| H A D | ww8atr.cxx | 2655 bShowAsWell = (nSubType & nsSwExtendedSubType::SUB_INVISIBLE) ? false : true; in TextField()
|
| /trunk/main/sw/inc/ |
| H A D | fldbas.hxx | 211 namespace nsSwExtendedSubType namespace
|
| /trunk/main/sw/source/ui/docvw/ |
| H A D | edtwin2.cxx | 294 ((SwField*)pFld)->SetSubType(nsSwExtendedSubType::SUB_CMD); in RequestHelp()
|
| /trunk/main/sw/source/core/doc/ |
| H A D | docfld.cxx | 466 if( nsSwExtendedSubType::SUB_CMD & pFld->GetSubType() ) in UpdateTblFlds() 534 if( !pFmtFld->GetTxtFld() || (nsSwExtendedSubType::SUB_CMD & in UpdateTblFlds()
|
| /trunk/main/sw/source/ui/dbui/ |
| H A D | dbinsdlg.cxx | 972 nSubType = nsSwExtendedSubType::SUB_OWN_FMT; in SplitTextToColArr()
|
| /trunk/main/sw/source/core/table/ |
| H A D | swtable.cxx | 2667 nsSwExtendedSubType::SUB_INVISIBLE))) in IsValidNumTxtNd()
|