Home
last modified time | relevance | path

Searched refs:SFX_HINT_DYING (Results 1 – 25 of 78) sorted by relevance

1234

/aoo41x/main/sd/source/ui/accessibility/
H A DAccessibleOutlineEditSource.cxx58 Broadcast( TextHint( SFX_HINT_DYING ) ); in ~AccessibleOutlineEditSource()
185 if( pHint && (pHint->GetId() == SFX_HINT_DYING) ) in Notify()
208 Broadcast( TextHint( SFX_HINT_DYING ) ); in Notify()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx777 if ( nId == SFX_HINT_DYING ) in Notify()
1094 if ( nId == SFX_HINT_DYING ) in Notify()
1368 if ( nId == SFX_HINT_DYING ) in Notify()
1461 if ( nId == SFX_HINT_DYING ) in Notify()
1604 if ( nId == SFX_HINT_DYING ) in Notify()
1721 if ( nId == SFX_HINT_DYING ) in Notify()
1868 if( nId == SFX_HINT_DYING ) in Notify()
/aoo41x/main/sc/source/ui/docshell/
H A Dservobj.cxx215 if ( rHint.ISA(SfxSimpleHint) && ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
252 if (nId == SFX_HINT_DYING) in Notify()
/aoo41x/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx112 if ( ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
408 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
639 if ( ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
951 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
1084 if ( ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
1293 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
H A Dtarguno.cxx101 if ( rHint.ISA( SfxSimpleHint ) && ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
170 if ( rHint.ISA( SfxSimpleHint ) && ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
H A Ddispuno.cxx107 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
236 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
H A Dnameuno.cxx106 if ( rHint.ISA( SfxSimpleHint ) && ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
552 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
1046 if ( rHint.ISA( SfxSimpleHint ) && ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
1167 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
H A Ddocuno.cxx571 if ( nId == SFX_HINT_DYING ) in Notify()
2373 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
2487 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
2880 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
3157 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
3432 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
3486 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
3637 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
H A Ddrdefuno.cxx56 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
H A Dforbiuno.cxx74 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
H A Deventuno.cxx59 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
H A Dchartuno.cxx120 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
486 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
H A Deditsrc.cxx288 if ( nId == SFX_HINT_DYING ) in Notify()
H A Dnotesuno.cxx96 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
/aoo41x/main/sc/inc/
H A Dbrdcst.hxx33 #define SC_HINT_DYING SFX_HINT_DYING
/aoo41x/main/svl/inc/svl/
H A Dsmplhint.hxx30 #define SFX_HINT_DYING 0x00000001 macro
/aoo41x/main/svl/source/notify/
H A Dbroadcast.cxx70 Broadcast( SfxSimpleHint(SFX_HINT_DYING) ); in ~SvtBroadcaster()
H A Dbrdcst.cxx94 Broadcast( SfxSimpleHint(SFX_HINT_DYING) ); in ~SfxBroadcaster()
/aoo41x/main/sd/source/ui/framework/factories/
H A DTaskPanelResource.cxx122 if (pEvent!=NULL && pEvent->GetId()==SFX_HINT_DYING) in IMPL_LINK()
/aoo41x/main/sd/source/ui/slidesorter/controller/
H A DSlsTransferableData.cxx113 if (rSimpleHint.GetId() == SFX_HINT_DYING) in Notify()
/aoo41x/main/sfx2/source/sidebar/
H A DSidebarPanel.cxx161 case SFX_HINT_DYING: in IMPL_LINK()
H A DSidebarController.cxx810 case SFX_HINT_DYING: in IMPL_LINK()
837 case SFX_HINT_DYING: in IMPL_LINK()
/aoo41x/main/sfx2/source/dialog/
H A Dbasedlgs.cxx73 case SFX_HINT_DYING: in Notify()
97 case SFX_HINT_DYING: in Notify()
/aoo41x/main/scripting/source/basprov/
H A Dbasscript.cxx101 if ( pSimpleHint && ( pSimpleHint->GetId() == SFX_HINT_DYING ) ) in Notify()
/aoo41x/main/basic/inc/basic/
H A Dsbxdef.hxx324 #define SBX_HINT_DYING SFX_HINT_DYING

Completed in 111 milliseconds

1234