/aoo41x/main/svx/source/sdr/properties/ |
H A D | customshapeproperties.cxx | 223 const SfxSimpleHint *pSimpleHint = PTR_CAST( SfxSimpleHint, &rHint ); in Notify() local 235 else if ( pSimpleHint && pSimpleHint->GetId() == SFX_HINT_DATACHANGED ) in Notify()
|
/aoo41x/main/scripting/source/basprov/ |
H A D | basscript.cxx | 100 const SfxSimpleHint* pSimpleHint = PTR_CAST( SfxSimpleHint, &rHint ); in Notify() local 101 if ( pSimpleHint && ( pSimpleHint->GetId() == SFX_HINT_DYING ) ) in Notify()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | FormShellManager.cxx | 321 const SfxSimpleHint* pSimpleHint = dynamic_cast<const SfxSimpleHint*>(&rHint); in Notify() local 322 if (pSimpleHint!=NULL && pSimpleHint->GetId()==SFX_HINT_DYING) in Notify()
|
H A D | viewoverlaymanager.cxx | 512 const SfxSimpleHint* pSimpleHint = dynamic_cast<const SfxSimpleHint*>(&rHint); in Notify() local 513 if (pSimpleHint != NULL) in Notify() 515 if (pSimpleHint->GetId() == SFX_HINT_DOCCHANGED) in Notify()
|
H A D | DocumentRenderer.cxx | 1248 const SfxSimpleHint* pSimpleHint = dynamic_cast<const SfxSimpleHint*>(&rHint); in Notify() local 1249 if (pSimpleHint != NULL in Notify() 1250 && pSimpleHint->GetId() == SFX_HINT_DYING in Notify()
|
/aoo41x/main/sd/source/ui/sidebar/ |
H A D | CurrentMasterPagesSelector.cxx | 331 const SfxSimpleHint* pSimpleHint = dynamic_cast<const SfxSimpleHint*>(&rHint); in Notify() local 332 if (pSimpleHint != NULL) in Notify() 334 if (pSimpleHint->GetId() == SFX_HINT_DOCCHANGED) in Notify()
|
H A D | LayoutMenu.cxx | 892 const SfxSimpleHint* pSimpleHint = PTR_CAST(SfxSimpleHint, pEvent); in IMPL_LINK() local 893 if (pSimpleHint != NULL in IMPL_LINK() 894 && pSimpleHint->GetId() == SFX_HINT_DYING) in IMPL_LINK()
|
/aoo41x/main/sd/source/ui/tools/ |
H A D | PreviewRenderer.cxx | 549 const SfxSimpleHint* pSimpleHint = PTR_CAST(SfxSimpleHint, &rHint); in Notify() local 550 if (pSimpleHint != NULL in Notify() 551 && pSimpleHint->GetId() == SFX_HINT_DYING) in Notify()
|
/aoo41x/main/basic/source/basmgr/ |
H A D | basicmanagerrepository.cxx | 597 const SfxSimpleHint* pSimpleHint = dynamic_cast< const SfxSimpleHint* >( &_rHint ); in Notify() local 598 if ( !pSimpleHint || ( pSimpleHint->GetId() != SFX_HINT_DYING ) ) in Notify()
|
/aoo41x/main/svx/source/accessibility/ |
H A D | AccessibleTextHelper.cxx | 1311 const SfxSimpleHint* pSimpleHint = PTR_CAST( SfxSimpleHint, &rHint ); in ProcessQueue() local 1450 else if( pSimpleHint ) in ProcessQueue() 1452 switch( pSimpleHint->GetId() ) in ProcessQueue() 1493 const SfxSimpleHint* pSimpleHint = PTR_CAST( SfxSimpleHint, &rHint ); in Notify() local 1581 else if( pSimpleHint ) in Notify() 1584 switch( pSimpleHint->GetId() ) in Notify()
|
/aoo41x/main/sfx2/source/control/ |
H A D | request.cxx | 110 SfxSimpleHint *pSimpleHint = PTR_CAST(SfxSimpleHint, &rHint); in Notify() local 111 if ( pSimpleHint && pSimpleHint->GetId() == SFX_HINT_DYING ) in Notify()
|
/aoo41x/main/sd/source/ui/app/ |
H A D | sdxfer.cxx | 898 const SfxSimpleHint* pSimpleHint = dynamic_cast< const SfxSimpleHint * >(&rHint); in Notify() local 899 if(pSimpleHint && (pSimpleHint->GetId() == SFX_HINT_DYING) ) in Notify()
|
/aoo41x/main/sd/source/ui/framework/tools/ |
H A D | FrameworkHelper.cxx | 1266 const SfxSimpleHint* pSimpleHint = dynamic_cast<const SfxSimpleHint*>(&rHint); in Notify() local 1267 if (pSimpleHint != NULL && pSimpleHint->GetId() == SFX_HINT_DYING) in Notify()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdpage.cxx | 1231 const SfxSimpleHint* pSimpleHint = dynamic_cast< const SfxSimpleHint* >(&rHint); in Notify() local 1233 if(pSimpleHint) in Notify() 1235 switch(pSimpleHint->GetId()) in Notify()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | sfxbasemodel.cxx | 2561 SfxSimpleHint* pSimpleHint = PTR_CAST( SfxSimpleHint, &rHint ); in Notify() local 2562 if ( pSimpleHint && pSimpleHint->GetId() == SFX_HINT_DOCCHANGED ) in Notify() 2644 if ( pSimpleHint ) in Notify() 2646 if ( pSimpleHint->GetId() == SFX_HINT_TITLECHANGED ) in Notify() 2652 if ( pSimpleHint->GetId() == SFX_HINT_MODECHANGED ) in Notify()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | tbcontrl.cxx | 2810 SfxSimpleHint* pSimpleHint = PTR_CAST(SfxSimpleHint, &rHint); in lcl_FontChangedHint() local 2811 return pSimpleHint && ( SFX_HINT_DATACHANGED == in lcl_FontChangedHint() 2812 ( pSimpleHint->GetId() & SFX_HINT_DATACHANGED ) ); in lcl_FontChangedHint()
|