Home
last modified time | relevance | path

Searched refs:rHint (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/trunk/main/svx/source/accessibility/
H A DAccessibleTextEventQueue.cxx56 void AccessibleTextEventQueue::Append( const SfxHint& rHint ) in Append() argument
58 maEventQueue.push_back( new SfxHint( rHint ) ); in Append()
61 void AccessibleTextEventQueue::Append( const SdrHint& rHint ) in Append() argument
63 maEventQueue.push_back( new SdrHint( rHint ) ); in Append()
66 void AccessibleTextEventQueue::Append( const SfxSimpleHint& rHint ) in Append() argument
68 maEventQueue.push_back( new SfxSimpleHint( rHint ) ); in Append()
71 void AccessibleTextEventQueue::Append( const TextHint& rHint ) in Append() argument
73 maEventQueue.push_back( new TextHint( rHint ) ); in Append()
76 void AccessibleTextEventQueue::Append( const SvxViewHint& rHint ) in Append() argument
78 maEventQueue.push_back( new SvxViewHint( rHint ) ); in Append()
[all …]
H A DAccessibleTextEventQueue.hxx57 void Append( const SfxHint& rHint );
59 void Append( const SdrHint& rHint );
61 void Append( const SfxSimpleHint& rHint );
63 void Append( const TextHint& rHint );
65 void Append( const SvxViewHint& rHint );
67 void Append( const SvxEditSourceHint& rHint );
H A DAccessibleTextHelper.cxx219 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
1307 const SfxHint& rHint = *(pHint.get()); in ProcessQueue() local
1310 const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint ); in ProcessQueue()
1311 const SfxSimpleHint* pSimpleHint = PTR_CAST( SfxSimpleHint, &rHint ); in ProcessQueue()
1312 const TextHint* pTextHint = PTR_CAST( TextHint, &rHint ); in ProcessQueue()
1313 const SvxViewHint* pViewHint = PTR_CAST( SvxViewHint, &rHint ); in ProcessQueue()
1492 const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint ); in Notify()
1493 const SfxSimpleHint* pSimpleHint = PTR_CAST( SfxSimpleHint, &rHint ); in Notify()
1494 const TextHint* pTextHint = PTR_CAST( TextHint, &rHint ); in Notify()
1495 const SvxViewHint* pViewHint = PTR_CAST( SvxViewHint, &rHint ); in Notify()
[all …]
/trunk/main/sc/source/core/data/
H A Ddocumen7.cxx97 void ScDocument::Broadcast( const ScHint& rHint ) in Broadcast() argument
105 ScBaseCell* pCell = rHint.GetCell(); in Broadcast()
111 pBC->Broadcast( rHint ); in Broadcast()
116 TrackFormulas( rHint.GetId() ); in Broadcast()
121 pCondFormList->SourceChanged( rHint.GetAddress() ); in Broadcast()
123 if ( rHint.GetAddress() != BCA_BRDCST_ALWAYS ) in Broadcast()
125 SCTAB nTab = rHint.GetAddress().Tab(); in Broadcast()
132 void ScDocument::AreaBroadcast( const ScHint& rHint ) in AreaBroadcast() argument
139 if ( pBASM->AreaBroadcast( rHint ) ) in AreaBroadcast()
140 TrackFormulas( rHint.GetId() ); in AreaBroadcast()
[all …]
H A Dbcaslot.cxx277 sal_Bool ScBroadcastAreaSlot::AreaBroadcast( const ScHint& rHint) const in AreaBroadcast()
289 const ScAddress& rAddress = rHint.GetAddress(); in AreaBroadcast()
306 pArea->GetBroadcaster().Broadcast( rHint); in AreaBroadcast()
327 const ScHint& rHint) const in AreaBroadcastInRange()
355 pArea->GetBroadcaster().Broadcast( rHint); in AreaBroadcastInRange()
684 sal_Bool ScBroadcastAreaSlotMachine::AreaBroadcast( const ScHint& rHint ) const in AreaBroadcast()
686 const ScAddress& rAddress = rHint.GetAddress(); in AreaBroadcast()
691 pBCAlways->Broadcast( rHint ); in AreaBroadcast()
705 return pSlot->AreaBroadcast( rHint ); in AreaBroadcast()
713 const ScHint& rHint ) const in AreaBroadcastInRange()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Dservobj.cxx73 void ScServerObjectSvtListenerForwarder::Notify( SvtBroadcaster& /* rBC */, const SfxHint& rHint) in Notify() argument
75 pObj->Notify( aBroadcaster, rHint); in Notify()
207 void __EXPORT ScServerObject::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify() argument
215 if ( rHint.ISA(SfxSimpleHint) && ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
224 if ( aItemStr.Len() && rHint.ISA(SfxSimpleHint) && in Notify()
225 ((const SfxSimpleHint&)rHint).GetId() == SC_HINT_AREAS_CHANGED ) in Notify()
237 const ScHint* pScHint = PTR_CAST( ScHint, &rHint ); in Notify()
240 else if (rHint.ISA(ScAreaChangedHint)) // position of broadcaster changed in Notify()
242 ScRange aNewRange = ((const ScAreaChangedHint&)rHint).GetRange(); in Notify()
249 else if (rHint.ISA(SfxSimpleHint)) in Notify()
[all …]
/trunk/main/sc/source/ui/view/
H A Dtabvwsh5.cxx57 if (rHint.ISA(SfxSimpleHint)) // ohne Parameter in Notify()
59 sal_uLong nSlot = ((SfxSimpleHint&)rHint).GetId(); in Notify()
146 else if (rHint.ISA(ScPaintHint)) // neu zeichnen in Notify()
148 ScPaintHint* pHint = (ScPaintHint*) &rHint; in Notify()
184 else if (rHint.ISA(ScEditViewHint)) // Edit-View anlegen in Notify()
188 ScEditViewHint* pHint = (ScEditViewHint*) &rHint; in Notify()
215 else if (rHint.ISA(ScTablesHint)) // Tabelle eingefuegt / geloescht in Notify()
220 const ScTablesHint& rTabHint = (const ScTablesHint&)rHint; in Notify()
292 else if (rHint.ISA(ScIndexHint)) in Notify()
294 const ScIndexHint& rIndexHint = (const ScIndexHint&)rHint; in Notify()
[all …]
H A Dprevwsh2.cxx304 void __EXPORT ScPreviewShell::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
308 if (rHint.ISA(SfxSimpleHint)) in Notify()
310 sal_uLong nSlot = ((const SfxSimpleHint&)rHint).GetId(); in Notify()
326 else if (rHint.ISA(ScPaintHint)) in Notify()
328 if ( ((const ScPaintHint&)rHint).GetPrintFlag() ) in Notify()
330 sal_uInt16 nParts = ((const ScPaintHint&)rHint).GetParts(); in Notify()
335 else if (rHint.ISA(SdrHint)) in Notify()
338 if(HINT_OBJCHG == ((const SdrHint&)rHint).GetKind()) in Notify()
H A Ddrawvie3.cxx117 void __EXPORT ScDrawView::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify() argument
119 if (rHint.ISA(ScTabDeletedHint)) // Tabelle geloescht in Notify()
121 SCTAB nDelTab = ((ScTabDeletedHint&)rHint).GetTab(); in Notify()
129 else if (rHint.ISA(ScTabSizeChangedHint)) // Groesse geaendert in Notify()
131 if ( nTab == ((ScTabSizeChangedHint&)rHint).GetTab() ) in Notify()
135 FmFormView::Notify( rBC,rHint ); in Notify()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx774 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
786 ScAccessibleCellBaseTextData::Notify(rBC, rHint); in Notify()
1091 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
1106 ScAccessibleTextData::Notify(rBC, rHint); in Notify()
1365 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
1375 ScAccessibleCellBaseTextData::Notify(rBC, rHint); in Notify()
1458 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
1601 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
1718 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
1865 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
[all …]
/trunk/main/basic/source/runtime/
H A Dstdobj1.cxx153 const SfxHint& rHint, const TypeId& rHintType ) in SFX_NOTIFY() argument
156 const SbxHint* pHint = PTR_CAST( SbxHint, &rHint ); in SFX_NOTIFY()
162 SbxObject::SFX_NOTIFY( rBC, rBCType, rHint, rHintType ); in SFX_NOTIFY()
179 SbxObject::SFX_NOTIFY( rBC, rBCType, rHint, rHintType ); in SFX_NOTIFY()
276 const SfxHint& rHint, const TypeId& rHintType ) in SFX_NOTIFY() argument
278 const SbxHint* pHint = PTR_CAST( SbxHint, &rHint ); in SFX_NOTIFY()
284 SbxObject::SFX_NOTIFY( rBC, rBCType, rHint, rHintType ); in SFX_NOTIFY()
304 SbxObject::SFX_NOTIFY( rBC, rBCType, rHint, rHintType ); in SFX_NOTIFY()
515 const SfxHint& rHint, const TypeId& rHintType ) in SFX_NOTIFY() argument
517 const SbxHint* pHint = PTR_CAST( SbxHint, &rHint ); in SFX_NOTIFY()
[all …]
/trunk/main/svl/source/notify/
H A Dbrdcst.cxx50 void SfxBroadcaster::Broadcast( const SfxHint &rHint ) in Broadcast() argument
62 pListener->Notify( *this, rHint ); in Broadcast()
72 void SfxBroadcaster::BroadcastDelayed( const SfxHint& rHint ) in BroadcastDelayed() argument
75 Broadcast(rHint); in BroadcastDelayed()
81 void SfxBroadcaster::BroadcastInIdle( const SfxHint& rHint ) in BroadcastInIdle() argument
84 Broadcast(rHint); in BroadcastInIdle()
169 void SfxBroadcaster::Forward(SfxBroadcaster& rBC, const SfxHint& rHint) in Forward() argument
176 pListener->Notify( rBC, rHint ); in Forward()
H A Dbroadcast.cxx86 void SvtBroadcaster::Broadcast( const SfxHint &rHint ) in Broadcast() argument
98 pLast->Notify( *this, rHint ); in Broadcast()
121 void SvtBroadcaster::Forward( SvtBroadcaster& rBC, const SfxHint& rHint ) in Forward() argument
133 pLast->Notify( rBC, rHint ); in Forward()
/trunk/main/sc/source/ui/inc/
H A DAccessibleText.hxx84 …tual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) { ScCellTextData::Notify(rBC, rHint in Notify() argument
105 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
142 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
199 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
229 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
262 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
295 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
344 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
/trunk/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx110 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
115 else if ( rHint.ISA( ScLinkRefreshedHint ) ) in Notify()
407 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
408 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
637 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
642 else if ( rHint.ISA( ScLinkRefreshedHint ) ) in Notify()
950 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
951 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
1082 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
1087 else if ( rHint.ISA( ScLinkRefreshedHint ) ) in Notify()
[all …]
H A Dtarguno.cxx99 void ScLinkTargetTypesObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
101 if ( rHint.ISA( SfxSimpleHint ) && ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
168 void ScLinkTargetTypeObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
170 if ( rHint.ISA( SfxSimpleHint ) && ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
H A Ddocuno.cxx568 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
2372 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
2486 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
2873 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
2879 else if ( rHint.ISA( SfxSimpleHint ) && in Notify()
3150 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
3156 else if ( rHint.ISA( SfxSimpleHint ) && in Notify()
3431 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
3485 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
3630 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
[all …]
H A Dnameuno.cxx102 void ScNamedRangeObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
106 if ( rHint.ISA( SfxSimpleHint ) && ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
547 void ScNamedRangesObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
551 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
552 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
1042 void ScLabelRangeObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
1046 if ( rHint.ISA( SfxSimpleHint ) && ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
1162 void ScLabelRangesObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
1166 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
1167 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
H A Ddispuno.cxx104 void ScDispatchProviderInterceptor::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
106 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
107 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
233 void ScDispatch::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
235 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
236 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
/trunk/main/sw/inc/
H A Dcalbck.hxx85 virtual void SwClientNotify( const SwModify& rModify, const SfxHint& rHint );
107 …ientNotifyCall( const SwModify& rModify, const SfxHint& rHint ) { SwClientNotify( rModify, rHint )… in SwClientNotifyCall() argument
153 void CallSwClientNotify( const SfxHint& rHint ) const;
202 virtual void SwClientNotify( const SwModify& rModify, const SfxHint& rHint );
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsListener.cxx305 const SfxHint& rHint) in Notify() argument
307 if (rHint.ISA(SdrHint)) in Notify()
309 SdrHint& rSdrHint (*PTR_CAST(SdrHint,&rHint)); in Notify()
321 else if (rHint.ISA(ViewShellHint)) in Notify()
323 ViewShellHint& rViewShellHint (*PTR_CAST(ViewShellHint,&rHint)); in Notify()
355 else if (rHint.ISA(SfxSimpleHint)) in Notify()
357 SfxSimpleHint& rSfxSimpleHint (*PTR_CAST(SfxSimpleHint,&rHint)); in Notify()
/trunk/main/svx/source/form/
H A Dnavigatortreemodel.cxx740 void NavigatorTreeModel::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint ) in Notify() argument
743 if( rHint.ISA(SdrHint) ) in Notify()
745 SdrHint* pSdrHint = (SdrHint*)&rHint; in Notify()
759 else if ( rHint.ISA(SfxSimpleHint) && ((SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING) in Notify()
763 else if (rHint.ISA(FmNavViewMarksChanged)) in Notify()
765 FmNavViewMarksChanged* pvmcHint = (FmNavViewMarksChanged*)&rHint; in Notify()
825 sal_Bool NavigatorTreeModel::InsertFormComponent(FmNavRequestSelectHint& rHint, SdrObject* pObject) in InsertFormComponent() argument
834 if (!InsertFormComponent(rHint, pCurrent)) in InsertFormComponent()
851 rHint.AddItem( pControlData ); in InsertFormComponent()
/trunk/main/svl/inc/svl/
H A Dbrdcst.hxx51 void Forward(SfxBroadcaster& rBC, const SfxHint& rHint);
61 void Broadcast( const SfxHint &rHint );
62 void BroadcastDelayed( const SfxHint& rHint );
63 void BroadcastInIdle( const SfxHint& rHint );
/trunk/main/reportdesign/source/ui/report/
H A DSectionView.cxx141 void OSectionView::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify() argument
144 SdrView::Notify(rBC,rHint); in Notify()
145 if ( rHint.ISA(SdrHint) ) in Notify()
147 const SdrObject* pObj = ((SdrHint&)rHint).GetObject(); in Notify()
148 const SdrHintKind eKind = ((SdrHint&)rHint).GetKind(); in Notify()
/trunk/main/sfx2/source/dialog/
H A Dbasedlgs.cxx62 void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
67 void SfxModelessDialog_Impl::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
69 if ( rHint.IsA(TYPE(SfxSimpleHint)) ) in Notify()
71 switch( ( (SfxSimpleHint&) rHint ).GetId() ) in Notify()
88 void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
91 void SfxFloatingWindow_Impl::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
93 if ( rHint.IsA(TYPE(SfxSimpleHint)) ) in Notify()
95 switch( ( (SfxSimpleHint&) rHint ).GetId() ) in Notify()

Completed in 119 milliseconds

12345678910>>...14