Home
last modified time | relevance | path

Searched refs:pSimpleHint (Results 1 – 16 of 16) sorted by path

/trunk/main/basic/source/basmgr/
H A Dbasicmanagerrepository.cxx597 const SfxSimpleHint* pSimpleHint = dynamic_cast< const SfxSimpleHint* >( &_rHint ); in Notify() local
598 if ( !pSimpleHint || ( pSimpleHint->GetId() != SFX_HINT_DYING ) ) in Notify()
/trunk/main/scripting/source/basprov/
H A Dbasscript.cxx100 const SfxSimpleHint* pSimpleHint = PTR_CAST( SfxSimpleHint, &rHint ); in Notify() local
101 if ( pSimpleHint && ( pSimpleHint->GetId() == SFX_HINT_DYING ) ) in Notify()
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx907 const SfxSimpleHint* pSimpleHint = dynamic_cast< const SfxSimpleHint * >(&rHint); in Notify() local
908 if(pSimpleHint && (pSimpleHint->GetId() == SFX_HINT_DYING) ) in Notify()
/trunk/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx1266 const SfxSimpleHint* pSimpleHint = dynamic_cast<const SfxSimpleHint*>(&rHint); in Notify() local
1267 if (pSimpleHint != NULL && pSimpleHint->GetId() == SFX_HINT_DYING) in Notify()
/trunk/main/sd/source/ui/sidebar/
H A DCurrentMasterPagesSelector.cxx331 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 DLayoutMenu.cxx892 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()
/trunk/main/sd/source/ui/tools/
H A DPreviewRenderer.cxx549 const SfxSimpleHint* pSimpleHint = PTR_CAST(SfxSimpleHint, &rHint); in Notify() local
550 if (pSimpleHint != NULL in Notify()
551 && pSimpleHint->GetId() == SFX_HINT_DYING) in Notify()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx1248 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()
H A DFormShellManager.cxx321 const SfxSimpleHint* pSimpleHint = dynamic_cast<const SfxSimpleHint*>(&rHint); in Notify() local
322 if (pSimpleHint!=NULL && pSimpleHint->GetId()==SFX_HINT_DYING) in Notify()
H A Dviewoverlaymanager.cxx512 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()
/trunk/main/sfx2/source/control/
H A Drequest.cxx110 SfxSimpleHint *pSimpleHint = PTR_CAST(SfxSimpleHint, &rHint); in Notify() local
111 if ( pSimpleHint && pSimpleHint->GetId() == SFX_HINT_DYING ) in Notify()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx2595 SfxSimpleHint* pSimpleHint = PTR_CAST( SfxSimpleHint, &rHint ); in Notify() local
2596 if ( pSimpleHint && pSimpleHint->GetId() == SFX_HINT_DOCCHANGED ) in Notify()
2678 if ( pSimpleHint ) in Notify()
2680 if ( pSimpleHint->GetId() == SFX_HINT_TITLECHANGED ) in Notify()
2686 if ( pSimpleHint->GetId() == SFX_HINT_MODECHANGED ) in Notify()
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx1311 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()
/trunk/main/svx/source/sdr/properties/
H A Dcustomshapeproperties.cxx223 const SfxSimpleHint *pSimpleHint = PTR_CAST( SfxSimpleHint, &rHint ); in Notify() local
235 else if ( pSimpleHint && pSimpleHint->GetId() == SFX_HINT_DATACHANGED ) in Notify()
/trunk/main/svx/source/svdraw/
H A Dsvdpage.cxx1231 const SfxSimpleHint* pSimpleHint = dynamic_cast< const SfxSimpleHint* >(&rHint); in Notify() local
1233 if(pSimpleHint) in Notify()
1235 switch(pSimpleHint->GetId()) in Notify()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx2810 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()

Completed in 106 milliseconds