Searched refs:GSE_SEQ (Results 1 – 18 of 18) sorted by relevance
/aoo4110/main/sw/source/core/fields/ |
H A D | expfld.cxx | 79 case nsSwGetSetExpType::GSE_SEQ: in SV_IMPL_PTRARR() 100 case SetVariableType::SEQUENCE: nSet = nsSwGetSetExpType::GSE_SEQ; break; in lcl_APIToSubType() 510 if( ( nsSwGetSetExpType::GSE_SEQ | nsSwGetSetExpType::GSE_STRING ) & nType ) in SwSetExpFieldType() 552 if( !GetDepends() || !(nsSwGetSetExpType::GSE_SEQ & nType) ) in SetSeqRefNo() 970 if( !(nType & nsSwGetSetExpType::GSE_SEQ) || rStr.Len() ) in SetPar2()
|
H A D | fldbas.cxx | 239 if( nsSwGetSetExpType::GSE_SEQ & GetSubType() ) in GetTypeId()
|
H A D | reffld.cxx | 811 nsSwGetSetExpType::GSE_SEQ & ((SwSetExpFieldType*)pFldType)->GetType() ) in FindAnchor()
|
/aoo4110/main/sw/source/ui/fldui/ |
H A D | fldmgr.cxx | 550 … !(((SwSetExpFieldType*)pFldType)->GetType() & nsSwGetSetExpType::GSE_SEQ)) || in GetSubTypes() 553 … !(((SwSetExpFieldType*)pFldType)->GetType() & nsSwGetSetExpType::GSE_SEQ)) || in GetSubTypes() 556 (((SwSetExpFieldType*)pFldType)->GetType() & nsSwGetSetExpType::GSE_SEQ)) || in GetSubTypes() 561 … !(((SwSetExpFieldType*)pFldType)->GetType() & nsSwGetSetExpType::GSE_SEQ))) ) ) in GetSubTypes() 1309 SwSetExpFieldType(pCurShell->GetDoc(), rData.sPar1, nsSwGetSetExpType::GSE_SEQ)); in InsertFld() 1321 nSubType = nsSwGetSetExpType::GSE_SEQ; in InsertFld()
|
H A D | fldpage.cxx | 270 nSubType = nsSwGetSetExpType::GSE_SEQ; in InsertFld()
|
H A D | fldvar.cxx | 961 … if (nTypeId == TYP_SEQFLD && !(pFldType->GetType() & nsSwGetSetExpType::GSE_SEQ)) in IMPL_LINK() 964 if (nTypeId == TYP_SETFLD && (pFldType->GetType() & nsSwGetSetExpType::GSE_SEQ)) in IMPL_LINK()
|
H A D | fldref.cxx | 242 … if ((nsSwGetSetExpType::GSE_SEQ & pType->GetType()) && pType->GetDepends() && pSh->IsUsed(*pType)) in Reset()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | cption.cxx | 177 ((SwSetExpFieldType *) pType)->GetType() & nsSwGetSetExpType::GSE_SEQ ) in SwCaptionDialog() 358 ((SwSetExpFieldType*)pType)->GetType() == nsSwGetSetExpType::GSE_SEQ) in IMPL_LINK_INLINE_END() 553 SwSetExpFieldType aFldType( rSh.GetDoc(), aFldTypeName, nsSwGetSetExpType::GSE_SEQ ); in Apply()
|
/aoo4110/main/sw/inc/ |
H A D | expfld.hxx | 211 EnableFormat( !(nType & (nsSwGetSetExpType::GSE_SEQ|nsSwGetSetExpType::GSE_STRING))); in SetType() 292 { return 0 != (nsSwGetSetExpType::GSE_SEQ & ((SwSetExpFieldType*)GetTyp())->GetType()); } in IsSequenceFld()
|
H A D | fldbas.hxx | 206 const SwGetSetExpType GSE_SEQ = 0x0008; // Sequence variable
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docfld.cxx | 106 if( nsSwGetSetExpType::GSE_SEQ & ((SwSetExpFieldType&)rFldTyp).GetType() ) in SV_IMPL_OP_PTRARR_SORT() 1655 SW_RESSTR(STR_POOLCOLL_LABEL_ABB), nsSwGetSetExpType::GSE_SEQ), nFldType++); in _InitFieldTypes() 1657 SW_RESSTR(STR_POOLCOLL_LABEL_TABLE), nsSwGetSetExpType::GSE_SEQ),nFldType++); in _InitFieldTypes() 1659 SW_RESSTR(STR_POOLCOLL_LABEL_FRAME), nsSwGetSetExpType::GSE_SEQ),nFldType++); in _InitFieldTypes() 1661 SW_RESSTR(STR_POOLCOLL_LABEL_DRAWING), nsSwGetSetExpType::GSE_SEQ),nFldType++); in _InitFieldTypes()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewdlg2.cxx | 161 SwSetExpFieldType aSwSetExpFieldType(rSh.GetDoc(), rName, nsSwGetSetExpType::GSE_SEQ); in InsertCaption()
|
/aoo4110/main/sw/source/core/sw3io/ |
H A D | sw3convert.cxx | 377 else if( !(nsSwGetSetExpType::GSE_SEQ & nSubType) ) in sw3io_ConvertToOldField()
|
/aoo4110/main/sw/source/ui/config/ |
H A D | optload.cxx | 715 ((SwSetExpFieldType *) pType)->GetType() & nsSwGetSetExpType::GSE_SEQ ) in IMPL_LINK()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par5.cxx | 1444 SwSetExpFieldType aT( &rDoc, CREATE_CONST_ASC("AutoNr"), nsSwGetSetExpType::GSE_SEQ ); in Read_F_ANumber() 1518 SwSetExpFieldType( &rDoc, aSequenceName, nsSwGetSetExpType::GSE_SEQ ) ); in Read_F_Seq()
|
H A D | ww8atr.cxx | 2621 if (nsSwGetSetExpType::GSE_SEQ == nSubType) in TextField()
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | thints.cxx | 2929 … if( nsSwGetSetExpType::GSE_SEQ & ((SwSetExpFieldType*)pFld->GetTyp())->GetType() ) in TryInsertHint()
|
/aoo4110/main/sw/source/ui/index/ |
H A D | cnttab.cxx | 1432 ((SwSetExpFieldType *) pType)->GetType() & nsSwGetSetExpType::GSE_SEQ ) in Reset()
|
Completed in 157 milliseconds