Searched refs:aCharFmtDep (Results 1 – 2 of 2) sorted by relevance
58 if ( rInfo.aCharFmtDep.GetRegisteredIn() ) in operator =()59 ((SwModify*)rInfo.aCharFmtDep.GetRegisteredIn())->Add( &aCharFmtDep ); in operator =()60 else if ( aCharFmtDep.GetRegisteredIn() ) in operator =()61 ((SwModify*)aCharFmtDep.GetRegisteredIn())->Remove( &aCharFmtDep ); in operator =()83 aCharFmtDep.GetRegisteredIn() == in operator ==()84 rInfo.aCharFmtDep.GetRegisteredIn() && in operator ==()99 aCharFmtDep( this, 0 ), in SwEndNoteInfo()110 if( rInfo.aCharFmtDep.GetRegisteredIn() ) in SwEndNoteInfo()111 ((SwModify*)rInfo.aCharFmtDep.GetRegisteredIn())->Add( &aCharFmtDep ); in SwEndNoteInfo()121 aCharFmtDep( this, 0 ), in SwEndNoteInfo()[all …]
39 SwDepend aCharFmtDep, aAnchorCharFmtDep; member in SwEndNoteInfo60 SwClient *GetCharFmtDep() const { return (SwClient*)&aCharFmtDep; } in GetCharFmtDep()