Searched refs:SUB_INVISIBLE (Results 1 – 14 of 14) sorted by relevance
249 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()
58 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()
814 else if(!(nSubType & nsSwExtendedSubType::SUB_INVISIBLE)) in Expand()987 nSubType &= ~nsSwExtendedSubType::SUB_INVISIBLE; in PutValue()989 nSubType |= nsSwExtendedSubType::SUB_INVISIBLE; in PutValue()1065 sal_Bool bVal = 0 == (nSubType & nsSwExtendedSubType::SUB_INVISIBLE); in QueryValue()
1453 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()
262 rSubType = nsSwExtendedSubType::SUB_INVISIBLE; in sw3io_ConvertFromOldField()373 if (nSubType & nsSwExtendedSubType::SUB_INVISIBLE) in sw3io_ConvertToOldField()
664 if ( GetCurField()->GetSubType() & nsSwExtendedSubType::SUB_INVISIBLE ) in UpdateSubType()1226 nSubType |= nsSwExtendedSubType::SUB_INVISIBLE; in FillItemSet()1261 nSubType |= nsSwExtendedSubType::SUB_INVISIBLE; in FillItemSet()
1280 …nputField( pTyp, rData.sPar1, rData.sPar2, nSubType|nsSwExtendedSubType::SUB_INVISIBLE, nFormatId); in InsertFld()
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()
565 aFld.SetSubType( nsSwExtendedSubType::SUB_INVISIBLE ); in SetAttrInDoc()
1176 …GetFlag( nFieldFlags, SwFltControlStack::TAGS_VISIBLE ) ) ? 0 : nsSwExtendedSubType::SUB_INVISIBLE; in InsertTagField()1437 aFld.SetSubType(nsSwExtendedSubType::SUB_INVISIBLE | nsSwGetSetExpType::GSE_STRING); in Read_F_InputVar()1530 aFld.SetSubType(aFld.GetSubType() | nsSwExtendedSubType::SUB_INVISIBLE); in Read_F_Seq()2034 aFld.SetSubType(nsSwExtendedSubType::SUB_INVISIBLE | nsSwGetSetExpType::GSE_STRING); in Read_F_Set()
614 …bool bShowRef = ( !bIsSetField || ( nSubType & nsSwExtendedSubType::SUB_INVISIBLE ) ) ? false : tr… in EndField_Impl()
2656 bShowAsWell = (nSubType & nsSwExtendedSubType::SUB_INVISIBLE) ? false : true; in TextField()
214 const SwExtendedSubType SUB_INVISIBLE = 0x0200; // unsichtbar variable
2667 nsSwExtendedSubType::SUB_INVISIBLE))) in IsValidNumTxtNd()
Completed in 144 milliseconds