Home
last modified time | relevance | path

Searched refs:m_sCode (Results 1 – 7 of 7) sorted by relevance

/dports/www/itop/web/core/
H A Dstimulus.class.inc.php41 private $m_sCode = null; variable in ObjectStimulus
45 $this->m_sCode = $sCode;
60 return $this->m_sCode;
65 return Dict::S('Class:'.$this->m_sHostClass.'/Stimulus:'.$this->m_sCode, $this->m_sCode);
69 return Dict::S('Class:'.$this->m_sHostClass.'/Stimulus:'.$this->m_sCode.'+', '');
H A Dfilterdef.class.inc.php43 protected $m_sCode; variable in FilterDefinition
49 $this->m_sCode = $sCode;
77 public function GetCode() {return $this->m_sCode;}
H A Dattributedef.class.inc.php166 protected $m_sCode; variable in AttributeDefinition
217 $this->m_sCode = $sCode;
255 if ($oAttDef->Get('target_attcode') == $this->m_sCode)
469 return $this->m_sCode;
529 $sDefault = str_replace('_', ' ', $this->m_sCode);
3205 $this->m_sCode = $sCode;
3329 $this->m_sCode = $sCode;
3363 $this->m_sCode = $sCode;
6534 $sLabel = $oExtKeyAttDef->GetLabel($this->m_sCode);
6542 $sLabel = $oRemoteAtt->GetLabel($this->m_sCode);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/fields/
H A Dscrptfld.cxx40 : SwField( pInitType ), m_sType( rType ), m_sCode( rCode ), m_bCodeURL( bURL ) in SwScriptField()
56 …e_unique<SwScriptField>( static_cast<SwScriptFieldType*>(GetTyp()), m_sType, m_sCode, m_bCodeURL ); in Copy()
73 m_sCode = rStr; in SetPar2()
78 return m_sCode; in GetPar2()
89 rAny <<= m_sCode; in QueryValue()
108 rAny >>= m_sCode; in PutValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/fields/
H A Dscrptfld.cxx40 : SwField( pInitType ), m_sType( rType ), m_sCode( rCode ), m_bCodeURL( bURL ) in SwScriptField()
56 …e_unique<SwScriptField>( static_cast<SwScriptFieldType*>(GetTyp()), m_sType, m_sCode, m_bCodeURL ); in Copy()
73 m_sCode = rStr; in SetPar2()
78 return m_sCode; in GetPar2()
89 rAny <<= m_sCode; in QueryValue()
108 rAny >>= m_sCode; in PutValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Ddocufld.hxx695 OUString m_sCode; /**< Code as text. member in SwScriptField
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Ddocufld.hxx691 OUString m_sCode; /**< Code as text. member in SwScriptField