Home
last modified time | relevance | path

Searched refs:SfxSimpleHint (Results 1 – 25 of 170) sorted by relevance

1234567

/aoo4110/main/svl/inc/svl/
H A Dsmplhint.hxx64 class SVL_DLLPUBLIC SfxSimpleHint: public SfxHint class
70 SfxSimpleHint( sal_uLong nId ) { mnId = nId; } in SfxSimpleHint() function in SfxSimpleHint
77 class Name: public SfxSimpleHint \
89 TYPEINIT1(Name, SfxSimpleHint); \
91 SfxSimpleHint( nID ), aObj(rObject) \
/aoo4110/main/sc/source/ui/docshell/
H A Dservobj.cxx215 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()
249 else if (rHint.ISA(SfxSimpleHint)) in Notify()
251 sal_uLong nId = ((const SfxSimpleHint&)rHint).GetId(); in Notify()
/aoo4110/main/sc/source/ui/undo/
H A Dundotab.cxx144 pDocShell->Broadcast( SfxSimpleHint( SC_HINT_FORCESETTAB ) ); in Undo()
267 pDocShell->Broadcast( SfxSimpleHint( SC_HINT_FORCESETTAB ) ); in Undo()
425 pSfxApp->Broadcast( SfxSimpleHint( SC_HINT_TABLES_CHANGED ) ); in Undo()
426 pSfxApp->Broadcast( SfxSimpleHint( SC_HINT_DBAREAS_CHANGED ) ); in Undo()
455 pDocShell->Broadcast( SfxSimpleHint( SC_HINT_FORCESETTAB ) ); in Redo()
882 SFX_APP()->Broadcast( SfxSimpleHint( SC_HINT_TABLES_CHANGED ) ); in Undo()
885 pDocShell->Broadcast( SfxSimpleHint( SC_HINT_FORCESETTAB ) ); in Undo()
906 SFX_APP()->Broadcast( SfxSimpleHint( SC_HINT_TABLES_CHANGED ) ); in Redo()
1198 SFX_APP()->Broadcast( SfxSimpleHint( SC_HINT_TABLES_CHANGED ) ); in DoChange()
1483 SFX_APP()->Broadcast( SfxSimpleHint( SC_HINT_TABLES_CHANGED ) ); in Undo()
[all …]
/aoo4110/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx774 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
776 sal_uLong nId = ((const SfxSimpleHint&)rHint).GetId(); in Notify()
1091 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
1093 sal_uLong nId = ((const SfxSimpleHint&)rHint).GetId(); in Notify()
1365 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
1367 sal_uLong nId = ((const SfxSimpleHint&)rHint).GetId(); in Notify()
1458 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
1460 sal_uLong nId = ((const SfxSimpleHint&)rHint).GetId(); in Notify()
1601 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
1718 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
[all …]
H A DAccessiblePageHeaderArea.cxx105 if (rHint.ISA( SfxSimpleHint ) ) in Notify()
107 const SfxSimpleHint& rRef = (const SfxSimpleHint&)rHint; in Notify()
H A DAccessiblePreviewCell.cxx90 if (rHint.ISA( SfxSimpleHint )) in Notify()
92 const SfxSimpleHint& rRef = (const SfxSimpleHint&)rHint; in Notify()
/aoo4110/main/sd/source/ui/dlg/
H A Dunchss.cxx130 …( (SdStyleSheet*)pStyleSheet )->GetRealStyleSheet()->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)… in Undo()
132 pStyleSheet->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)); in Undo()
148 …( (SdStyleSheet*)pStyleSheet )->GetRealStyleSheet()->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)… in Redo()
150 pStyleSheet->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)); in Redo()
/aoo4110/main/sd/source/ui/func/
H A Dfutempl.cxx443 pRealSheet->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)); in DoExecute()
456 pRealSheet->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)); in DoExecute()
470 pRealStyleSheet->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)); in DoExecute()
552 ( (SfxStyleSheet*) pStyleSheet )->Broadcast( SfxSimpleHint( SFX_HINT_DATACHANGED ) ); in DoExecute()
646 ( (SfxStyleSheet*) pStyleSheet )->Broadcast( SfxSimpleHint( SFX_HINT_DATACHANGED ) ); in DoExecute()
673 ( (SfxStyleSheet*) pStyleSheet )->Broadcast( SfxSimpleHint( SFX_HINT_DATACHANGED ) ); in DoExecute()
/aoo4110/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx110 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
112 if ( ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) 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()
639 if ( ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) 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()
1292 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
[all …]
H A Dtarguno.cxx101 if ( rHint.ISA( SfxSimpleHint ) && ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
170 if ( rHint.ISA( SfxSimpleHint ) && ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
H A Ddispuno.cxx106 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
107 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
235 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
236 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
H A Dnameuno.cxx106 if ( rHint.ISA( SfxSimpleHint ) && ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
551 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
552 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
1046 if ( rHint.ISA( SfxSimpleHint ) && ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
1166 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
1167 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
H A Ddocuno.cxx568 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
570 sal_uLong nId = ((const SfxSimpleHint&)rHint).GetId(); in Notify()
2372 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
2373 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
2486 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
2487 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
2879 else if ( rHint.ISA( SfxSimpleHint ) && in Notify()
3156 else if ( rHint.ISA( SfxSimpleHint ) && in Notify()
3431 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
3485 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
[all …]
H A Ddrdefuno.cxx55 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
56 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
H A Dforbiuno.cxx73 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
74 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
/aoo4110/main/sd/source/ui/view/
H A Ddrawview.cxx202 pSheet->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)); in SetAttributes()
249 pSheet->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)); in SetAttributes()
261 pOutlSheet->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)); in SetAttributes()
317 pSheet->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)); in SetAttributes()
362 pSheet->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)); in SetAttributes()
/aoo4110/main/sd/source/ui/slidesorter/controller/
H A DSlsTransferableData.cxx110 if (rHint.ISA(SfxSimpleHint) && mpViewShell!=NULL) in Notify()
112 SfxSimpleHint& rSimpleHint (*PTR_CAST(SfxSimpleHint, &rHint)); in Notify()
/aoo4110/main/basic/inc/basic/
H A Dtesttool.hxx128 class TTExecutionStatusHint : public SfxSimpleHint
138 : SfxSimpleHint(SBX_HINT_EXECUTION_STATUS_INFORMATION) in TTExecutionStatusHint()
145 : SfxSimpleHint(SBX_HINT_EXECUTION_STATUS_INFORMATION) in TTExecutionStatusHint()
/aoo4110/main/sfx2/source/doc/
H A Dobjmisc.cxx412 …Broadcast( SfxSimpleHint( SFX_HINT_TITLECHANGED ) ); // xmlsec05, signed state might change in tit… in ModifyChanged()
462 Broadcast( SfxSimpleHint(SFX_HINT_MODECHANGED) ); in SetReadOnlyUI()
491 Broadcast( SfxSimpleHint(SFX_HINT_MODECHANGED) ); in SetReadOnly()
538 Broadcast( SfxSimpleHint( SFX_HINT_MODECHANGED ) ); in SetMacroMode_Impl()
558 Broadcast( SfxSimpleHint( SFX_HINT_MODECHANGED ) ); in SetModalMode_Impl()
857 Broadcast( SfxSimpleHint(SFX_HINT_TITLECHANGED) ); in SetTitle()
1086 Broadcast( SfxSimpleHint(SFX_HINT_TITLECHANGED) ); in InvalidateName()
1101 Broadcast( SfxSimpleHint(SFX_HINT_TITLECHANGED) ); in SetNamedVisibility_Impl()
1462 Broadcast( SfxSimpleHint( SFX_HINT_TITLECHANGED ) ); in FinishedLoading()
1551 Broadcast( SfxSimpleHint(SFX_HINT_MODECHANGED) ); in TemplateDisconnectionAfterLoad()
/aoo4110/main/sd/source/core/
H A Dstlsheet.cxx222 Broadcast( SfxSimpleHint( SFX_HINT_DATACHANGED ) ); in SetParent()
229 Broadcast( SfxSimpleHint( SFX_HINT_DATACHANGED ) ); in SetParent()
569 SfxSimpleHint* pSimple = PTR_CAST(SfxSimpleHint, &rHint); in Notify()
1012 Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)); in setName()
1171 Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)); in setPropertyValue()
1401 Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)); in setPropertyToDefault()
/aoo4110/main/svtools/source/edit/
H A Dtextdata.cxx315 TYPEINIT1( TextHint, SfxSimpleHint );
317 TextHint::TextHint( sal_uLong Id ) : SfxSimpleHint( Id ) in TextHint()
322 TextHint::TextHint( sal_uLong Id, sal_uLong nValue ) : SfxSimpleHint( Id ) in TextHint()
/aoo4110/main/svx/source/accessibility/
H A DAccessibleTextEventQueue.hxx35 class SfxSimpleHint;
61 void Append( const SfxSimpleHint& rHint );
H A DAccessibleTextEventQueue.cxx66 void AccessibleTextEventQueue::Append( const SfxSimpleHint& rHint ) in Append()
68 maEventQueue.push_back( new SfxSimpleHint( rHint ) ); in Append()
/aoo4110/main/sc/inc/
H A Dbrdcst.hxx38 class ScHint : public SfxSimpleHint
47 : SfxSimpleHint( n ), aAddress( a ), pCell( p ) {} in ScHint()
/aoo4110/main/reportdesign/source/ui/misc/
H A DColorListener.cxx57 if (rHint.ISA(SfxSimpleHint) in Notify()
58 && (static_cast< SfxSimpleHint const & >(rHint).GetId() in Notify()

Completed in 279 milliseconds

1234567