Home
last modified time | relevance | path

Searched refs:SUB_INVISIBLE (Results 1 – 14 of 14) sorted by relevance

/aoo4110/main/sw/source/core/fields/
H A Ddbfld.cxx249 if(0 ==(GetSubType() & nsSwExtendedSubType::SUB_INVISIBLE)) in Expand()
418 sal_Bool bVal = 0 == (GetSubType() & nsSwExtendedSubType::SUB_INVISIBLE); in QueryValue()
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()
588 nSubTyp |= nsSwExtendedSubType::SUB_INVISIBLE; in PutValue()
875 if(0 ==(GetSubType() & nsSwExtendedSubType::SUB_INVISIBLE)) in Expand()
934 if(0 !=(GetSubType() & nsSwExtendedSubType::SUB_INVISIBLE) || nNumber == 0) in Expand()
H A Dusrfld.cxx58 if(!(nSubType & nsSwExtendedSubType::SUB_INVISIBLE)) in Expand()
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()
H A Dexpfld.cxx816 else if(!(nSubType & nsSwExtendedSubType::SUB_INVISIBLE)) in Expand()
989 nSubType &= ~nsSwExtendedSubType::SUB_INVISIBLE; in PutValue()
991 nSubType |= nsSwExtendedSubType::SUB_INVISIBLE; in PutValue()
1067 sal_Bool bVal = 0 == (nSubType & nsSwExtendedSubType::SUB_INVISIBLE); in QueryValue()
/aoo4110/main/sw/source/core/unocore/
H A Dunofield.cxx1453 sal_uInt16 nUserSubType = m_pProps->bBool1 ? nsSwExtendedSubType::SUB_INVISIBLE : 0; 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()
/aoo4110/main/sw/source/core/sw3io/
H A Dsw3convert.cxx262 rSubType = nsSwExtendedSubType::SUB_INVISIBLE; in sw3io_ConvertFromOldField()
373 if (nSubType & nsSwExtendedSubType::SUB_INVISIBLE) in sw3io_ConvertToOldField()
/aoo4110/main/sw/source/ui/fldui/
H A Dfldvar.cxx664 if ( GetCurField()->GetSubType() & nsSwExtendedSubType::SUB_INVISIBLE ) in UpdateSubType()
1226 nSubType |= nsSwExtendedSubType::SUB_INVISIBLE; in FillItemSet()
1261 nSubType |= nsSwExtendedSubType::SUB_INVISIBLE; in FillItemSet()
H A Dfldmgr.cxx1280 …nputField( pTyp, rData.sPar1, rData.sPar2, nSubType|nsSwExtendedSubType::SUB_INVISIBLE, nFormatId); in InsertFld()
/aoo4110/main/sw/source/filter/ww1/
H A Dw1filter.cxx645 ((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 Dfltshell.cxx568 aFld.SetSubType( nsSwExtendedSubType::SUB_INVISIBLE ); in SetAttrInDoc()
/aoo4110/main/sw/inc/
H A Dfldbas.hxx214 const SwExtendedSubType SUB_INVISIBLE = 0x0200; // unsichtbar variable
/aoo4110/main/sw/source/filter/ww8/
H A Dww8par5.cxx1169 …GetFlag( nFieldFlags, SwFltControlStack::TAGS_VISIBLE ) ) ? 0 : nsSwExtendedSubType::SUB_INVISIBLE; in InsertTagField()
1430 aFld.SetSubType(nsSwExtendedSubType::SUB_INVISIBLE | nsSwGetSetExpType::GSE_STRING); in Read_F_InputVar()
1523 aFld.SetSubType(aFld.GetSubType() | nsSwExtendedSubType::SUB_INVISIBLE); in Read_F_Seq()
2027 aFld.SetSubType(nsSwExtendedSubType::SUB_INVISIBLE | nsSwGetSetExpType::GSE_STRING); in Read_F_Set()
H A Ddocxattributeoutput.cxx614 …bool bShowRef = ( !bIsSetField || ( nSubType & nsSwExtendedSubType::SUB_INVISIBLE ) ) ? false : tr… in EndField_Impl()
H A Dww8atr.cxx2656 bShowAsWell = (nSubType & nsSwExtendedSubType::SUB_INVISIBLE) ? false : true; in TextField()
/aoo4110/main/sw/source/core/table/
H A Dswtable.cxx2601 nsSwExtendedSubType::SUB_INVISIBLE))) in IsValidNumTxtNd()

Completed in 228 milliseconds