/aoo42x/main/svx/source/accessibility/ |
H A D | AccessibleEmptyEditSource.cxx | 327 const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint ); in Notify() local 329 if( pSdrHint && pSdrHint->GetKind() == HINT_BEGEDIT && in Notify() 330 &mrObj == pSdrHint->GetObject() && mpEditSource.get() ) in Notify() 338 else if (pSdrHint && pSdrHint->GetObject()!=NULL) in Notify() 342 if (pSdrHint->GetObject()->GetOutlinerParaObject() != NULL) in Notify()
|
H A D | GraphCtlAccessibleContext.cxx | 912 const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint ); in Notify() local 914 if( pSdrHint ) in Notify() 916 switch( pSdrHint->GetKind() ) in Notify() 920 ShapesMapType::iterator iter = mxShapes.find( pSdrHint->GetObject() ); in Notify() 934 …CommitChange( AccessibleEventId::CHILD, makeAny( getAccessible( pSdrHint->GetObject() ) ) , uno::A… in Notify() 937 …CommitChange( AccessibleEventId::CHILD, uno::Any(), makeAny( getAccessible( pSdrHint->GetObject() … in Notify()
|
H A D | AccessibleTextHelper.cxx | 1310 const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint ); in ProcessQueue() local 1413 else if( pSdrHint ) in ProcessQueue() 1415 switch( pSdrHint->GetKind() ) in ProcessQueue() 1492 const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint ); in Notify() local 1569 else if( pSdrHint ) in Notify() 1571 maEventQueue.Append( *pSdrHint ); in Notify()
|
/aoo42x/main/chart2/source/controller/drawinglayer/ |
H A D | DrawViewWrapper.cxx | 383 const SdrHint* pSdrHint = dynamic_cast< const SdrHint* >( &rHint ); in Notify() local 387 if( pSdrHint && pSdrPageView ) in Notify() 389 if( pSdrPageView->GetPage() != pSdrHint->GetPage() ) in Notify() 395 if( pSdrHint != 0 ) in Notify() 397 SdrHintKind eKind = pSdrHint->GetKind(); in Notify()
|
/aoo42x/main/svx/source/unodraw/ |
H A D | unoshtxt.cxx | 354 const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint ); in Notify() local 366 else if( pSdrHint ) in Notify() 368 switch( pSdrHint->GetKind() ) in Notify() 390 if( mpObject == pSdrHint->GetObject() ) in Notify() 428 Broadcast( *pSdrHint ); in Notify() 433 if( mpObject == pSdrHint->GetObject() ) in Notify() 435 Broadcast( *pSdrHint ); in Notify()
|
H A D | unomod.cxx | 133 sal_Bool SvxUnoDrawMSFactory::createEvent( const SdrModel* pDoc, const SdrHint* pSdrHint, ::com::su… in createEvent() argument 138 switch( pSdrHint->GetKind() ) in createEvent() 152 pPage = pSdrHint->GetPage(); in createEvent() 156 pObj = pSdrHint->GetObject(); in createEvent() 160 pObj = pSdrHint->GetObject(); in createEvent() 164 pObj = pSdrHint->GetObject(); in createEvent()
|
H A D | UnoNameItemTable.cxx | 81 const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint ); in Notify() local 83 if( pSdrHint && HINT_MODELCLEARED == pSdrHint->GetKind() ) in Notify()
|
H A D | unomtabl.cxx | 133 const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint ); in Notify() local 135 if( pSdrHint && HINT_MODELCLEARED == pSdrHint->GetKind() ) in Notify()
|
H A D | unoshape.cxx | 1134 const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint ); in Notify() local 1135 if (!pSdrHint || ( /* (pSdrHint->GetKind() != HINT_OBJREMOVED) && */ in Notify() 1136 (pSdrHint->GetKind() != HINT_MODELCLEARED) && in Notify() 1138 ((pSdrHint->GetKind() != HINT_OBJCHG || pSdrHint->GetObject() != mpObj.get() )))) in Notify() 1150 switch( pSdrHint->GetKind() ) in Notify()
|
/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | DrawModelBroadcaster.cxx | 62 const SdrHint *pSdrHint = PTR_CAST( SdrHint, &rHint ); in Notify() local 63 if( !pSdrHint ) in Notify() 67 if( !SvxUnoDrawMSFactory::createEvent( mpDrawModel, pSdrHint, aEvent ) ) in Notify()
|
H A D | AccessibleDocumentPagePreview.cxx | 779 const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint ); in Notify() local 780 if (pSdrHint) in Notify() 782 SdrObject* pObj = const_cast<SdrObject*>(pSdrHint->GetObject()); in Notify() 785 switch (pSdrHint->GetKind()) in Notify()
|
H A D | AccessibleDocument.cxx | 394 const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint ); in Notify() local 395 if (pSdrHint) in Notify() 397 SdrObject* pObj = const_cast<SdrObject*>(pSdrHint->GetObject()); in Notify() 401 switch (pSdrHint->GetKind()) in Notify()
|
/aoo42x/main/sd/source/ui/accessibility/ |
H A D | AccessibleOutlineEditSource.cxx | 193 const SdrHint* pSdrHint = dynamic_cast< const SdrHint* >( &rHint ); in Notify() local 195 if( pSdrHint && ( pSdrHint->GetKind() == HINT_MODELCLEARED ) ) in Notify()
|
/aoo42x/main/basctl/source/accessibility/ |
H A D | accessibledialogwindow.cxx | 536 SdrHint* pSdrHint = (SdrHint*)&rHint; in Notify() local 537 switch ( pSdrHint->GetKind() ) in Notify() 541 SdrObject* pObj = (SdrObject*)pSdrHint->GetObject(); in Notify() 553 SdrObject* pObj = (SdrObject*)pSdrHint->GetObject(); in Notify()
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | unopback.cxx | 92 const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint ); in Notify() local 94 if( pSdrHint ) in Notify() 98 if( pSdrHint->GetKind() == HINT_MODELCLEARED ) in Notify()
|
H A D | unomodel.cxx | 161 const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint ); in Notify() local 163 if( pSdrHint ) in Notify() 165 if( HINT_MODELCLEARED == pSdrHint->GetKind() ) in Notify() 448 const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint ); in Notify() local 450 if( pSdrHint ) in Notify() 455 if( SvxUnoDrawMSFactory::createEvent( mpDoc, pSdrHint, aEvent ) ) in Notify() 459 if( pSdrHint->GetKind() == HINT_MODELCLEARED ) in Notify()
|
/aoo42x/main/svx/source/table/ |
H A D | celleditsource.cxx | 301 const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint ); in Notify() local 313 else if( pSdrHint ) in Notify() 315 switch( pSdrHint->GetKind() ) in Notify()
|
/aoo42x/main/svx/source/form/ |
H A D | navigatortreemodel.cxx | 745 SdrHint* pSdrHint = (SdrHint*)&rHint; in Notify() local 746 switch( pSdrHint->GetKind() ) in Notify() 749 InsertSdrObj(pSdrHint->GetObject()); in Notify() 752 RemoveSdrObj(pSdrHint->GetObject()); in Notify()
|
H A D | fmundo.cxx | 310 SdrHint* pSdrHint = (SdrHint*)&rHint; in Notify() local 311 switch( pSdrHint->GetKind() ) in Notify() 315 SdrObject* pSdrObj = (SdrObject*)pSdrHint->GetObject(); in Notify() 320 SdrObject* pSdrObj = (SdrObject*)pSdrHint->GetObject(); in Notify()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdpntv.cxx | 357 SdrHint* pSdrHint=PTR_CAST(SdrHint,&rHint); in Notify() local 358 if (pSdrHint!=NULL) { in Notify() 359 SdrHintKind eKind=pSdrHint->GetKind(); in Notify() 367 const SdrPage* pPg=pSdrHint->GetPage(); in Notify()
|
H A D | svdmrkv.cxx | 196 SdrHint* pSdrHint=PTR_CAST(SdrHint,&rHint); in Notify() local 197 if (pSdrHint!=NULL) in Notify() 199 SdrHintKind eKind=pSdrHint->GetKind(); in Notify()
|
H A D | svdedxv.cxx | 157 SdrHint* pSdrHint=PTR_CAST(SdrHint,&rHint); in Notify() local 158 if (pSdrHint!=NULL && pTextEditOutliner!=NULL) { in Notify() 159 SdrHintKind eKind=pSdrHint->GetKind(); in Notify()
|
/aoo42x/main/sd/source/ui/app/ |
H A D | sdxfer.cxx | 896 const SdrHint* pSdrHint = dynamic_cast< const SdrHint* >( &rHint ); in Notify() local 897 if( pSdrHint ) in Notify() 899 if( HINT_MODELCLEARED == pSdrHint->GetKind() ) in Notify()
|
/aoo42x/main/sw/source/core/access/ |
H A D | accmap.cxx | 164 const SdrHint *pSdrHint = PTR_CAST( SdrHint, &rHint ); in Notify() local 165 if ( !pSdrHint || in Notify() 166 ( pSdrHint->GetObject() && in Notify() 167 ( pSdrHint->GetObject()->ISA(SwFlyDrawObj) || in Notify() 168 pSdrHint->GetObject()->ISA(SwVirtFlyDrawObj) || in Notify() 169 IS_TYPE(SdrObject,pSdrHint->GetObject()) ) ) ) in Notify() 179 if( !SvxUnoDrawMSFactory::createEvent( mpDrawModel, pSdrHint, aEvent ) ) in Notify()
|
/aoo42x/main/svx/inc/svx/ |
H A D | unomod.hxx | 58 …static sal_Bool createEvent( const SdrModel* pDoc, const SdrHint* pSdrHint, ::com::sun::star::docu…
|