Home
last modified time | relevance | path

Searched refs:pSimple (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdoattr.cxx138 SfxSimpleHint *pSimple = PTR_CAST(SfxSimpleHint, &rHint); in Notify() local
139 sal_Bool bDataChg(pSimple && SFX_HINT_DATACHANGED == pSimple->GetId()); in Notify()
H A Dsvdoedge.cxx1566 SfxSimpleHint* pSimple=PTR_CAST(SfxSimpleHint,&rHint); in Notify() local
1567 sal_uIntPtr nId=pSimple==0 ? 0 : pSimple->GetId(); in Notify()
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx560 SfxSimpleHint* pSimple = PTR_CAST(SfxSimpleHint, &rHint); in Notify() local
561 sal_uInt32 nId(pSimple ? pSimple->GetId() : 0L); in Notify()
/trunk/main/sd/source/ui/view/
H A Ddrviewsa.cxx833 const SfxSimpleHint* pSimple = dynamic_cast< const SfxSimpleHint* >(&rHint); in Notify() local
834 if (pSimple!=NULL && pSimple->GetId()==SFX_HINT_MODECHANGED) in Notify()
/trunk/main/sd/source/core/
H A Dstlsheet.cxx569 SfxSimpleHint* pSimple = PTR_CAST(SfxSimpleHint, &rHint); in Notify() local
570 sal_uLong nId = pSimple == NULL ? 0 : pSimple->GetId(); in Notify()
/trunk/main/sw/source/ui/shells/
H A Dtextsh.cxx709 SFX_REQUEST_ARG( rReq, pSimple, SfxBoolItem, FN_PARAM_1, sal_False ); in TYPEINIT1()
710 if ( pSimple ) in TYPEINIT1()
711 bSimpleLine = pSimple->GetValue(); in TYPEINIT1()

Completed in 45 milliseconds