Searched refs:m_nHandle (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/core/fields/ |
H A D | authfld.cxx | 566 m_nHandle = pInitType->AddField( rFieldContents ); in SwAuthorityField() 572 m_nHandle( nSetHandle ), in SwAuthorityField() 575 pInitType->AddField( m_nHandle ); in SwAuthorityField() 580 ((SwAuthorityFieldType* )GetTyp())->RemoveField(m_nHandle); in ~SwAuthorityField() 612 return new SwAuthorityField(pAuthType, m_nHandle); in Copy() 625 pInitType->RemoveField(m_nHandle); in SetPar1() 626 m_nHandle = pInitType->AddField(rStr); in SetPar1() 730 ((SwAuthorityFieldType*)GetTyp())->RemoveField(m_nHandle); in PutValue() 745 pSrcTyp->RemoveField( m_nHandle ); in ChgTyp() 746 m_nHandle = pDstTyp->GetHandle( nHdlPos ); in ChgTyp() [all …]
|
/trunk/main/forms/source/xforms/ |
H A D | propertysetbase.hxx | 330 sal_Int32 m_nHandle; member 345 ,m_nHandle( nHandle ) in PropertyChangeNotifier() 347 …m_rPropertySet.getCurrentPropertyValueByHandle( m_nHandle, m_aOldValue, PropertySetBase::NotifierA… in PropertyChangeNotifier() 352 …m_rPropertySet.getCurrentPropertyValueByHandle( m_nHandle, aNewValue, PropertySetBase::NotifierAcc… in ~PropertyChangeNotifier() 355 …m_rPropertySet.notifyPropertyChange( m_nHandle, m_aOldValue, aNewValue, PropertySetBase::NotifierA… in ~PropertyChangeNotifier()
|
/trunk/main/sw/inc/ |
H A D | authfld.hxx | 165 long m_nHandle; member in SwAuthorityField 184 long GetHandle() const { return m_nHandle; } in GetHandle()
|
/trunk/main/cui/source/options/ |
H A D | optpath.cxx | 116 sal_uInt16 m_nHandle; member 141 while ( Hdl2CfgMap_Impl[ nIndex ].m_nHandle != USHRT_MAX ) in getCfgName_Impl() 143 if ( Hdl2CfgMap_Impl[ nIndex ].m_nHandle == _nHandle ) in getCfgName_Impl()
|
/trunk/main/xmloff/source/forms/ |
H A D | elementimport.cxx | 1479 const sal_Int32 m_nHandle; member 1480 EqualHandle( sal_Int32 _nHandle ) : m_nHandle( _nHandle ) { } in EqualHandle() 1484 return _rProp.Handle == m_nHandle; in operator ()()
|
Completed in 29 milliseconds