Home
last modified time | relevance | path

Searched refs:INP_USR (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/sw/source/core/fields/
H A Dexpfld.cxx1216 else if( (nSubType & 0x00ff) == INP_USR ) in applyFieldContent()
1237 if ((nSubType & 0x00ff) == INP_USR) in GetFieldName()
1271 else if( (nSubType & 0x00ff) == INP_USR ) in Expand()
/aoo4110/main/sw/source/ui/fldui/
H A Dinpdlg.cxx101 case INP_USR: in SwFldInputDlg()
H A Dfldvar.cxx1246 … nSubType = static_cast< sal_uInt16 >((nSubType & 0xff00) | ((pType) ? INP_USR : INP_VAR)); in FillItemSet()
H A Dfldmgr.cxx423 if (nTypeId == TYP_INPUTFLD && (nSubType & INP_USR)) in GetGroup()
/aoo4110/main/sw/inc/
H A Dfldbas.hxx222 INP_USR = 0x02, enumerator
/aoo4110/main/sw/source/core/unocore/
H A Dunofield.cxx206 if( INP_USR == (rFld.GetSubType() & 0x00ff) ) in lcl_GetServiceForField()
1653 …static_int_cast< sal_uInt16 >(SW_SERVICE_FIELDTYPE_INPUT_USER == m_nServiceId ? INP_USR : INP_TXT); in attachToRange()

Completed in 47 milliseconds