Searched refs:nsSwExtendedSubType (Results 1 – 20 of 20) sorted by relevance
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()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()586 nSubTyp &= ~nsSwExtendedSubType::SUB_INVISIBLE; in PutValue()588 nSubTyp |= nsSwExtendedSubType::SUB_INVISIBLE; in PutValue()875 if(0 ==(GetSubType() & nsSwExtendedSubType::SUB_INVISIBLE)) in Expand()[all …]
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()
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 …]
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()
672 !(Which() == RES_USERFLD && (GetSubType()&nsSwExtendedSubType::SUB_CMD) ) ) in SetLanguage()
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()
1455 nUserSubType |= nsSwExtendedSubType::SUB_CMD; in attachToRange()1512 nSubType |= nsSwExtendedSubType::SUB_INVISIBLE; in attachToRange()1556 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()1595 nSubType |= nsSwExtendedSubType::SUB_CMD; in attachToRange()1597 nSubType &= ~nsSwExtendedSubType::SUB_CMD; in attachToRange()1633 nSubType |= nsSwExtendedSubType::SUB_CMD; in attachToRange()1635 nSubType &= ~nsSwExtendedSubType::SUB_CMD; in attachToRange()[all …]
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()
162 nsSwExtendedSubType::SUB_CMD169 nsSwExtendedSubType::SUB_OWN_FMT1136 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()
256 nSubType = nsSwExtendedSubType::SUB_OWN_FMT; in FillItemSet()363 if (GetCurField()->GetSubType() & nsSwExtendedSubType::SUB_OWN_FMT) in IMPL_LINK()
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 …FltGetFlag( nFieldFlags, SwFltControlStack::TAGS_VISIBLE ) ) ? 0 : nsSwExtendedSubType::SUB_INVISI… 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()
211 namespace nsSwExtendedSubType namespace
297 ((SwField*)pFld)->SetSubType(nsSwExtendedSubType::SUB_CMD); in RequestHelp()
466 if( nsSwExtendedSubType::SUB_CMD & pFld->GetSubType() ) in UpdateTblFlds()534 if( !pFmtFld->GetTxtFld() || (nsSwExtendedSubType::SUB_CMD & in UpdateTblFlds()
972 nSubType = nsSwExtendedSubType::SUB_OWN_FMT; in SplitTextToColArr()
2667 nsSwExtendedSubType::SUB_INVISIBLE))) in IsValidNumTxtNd()
Completed in 185 milliseconds