Home
last modified time | relevance | path

Searched refs:Notify (Results 76 – 100 of 600) sorted by relevance

12345678910>>...24

/trunk/main/unotools/source/config/
H A Dsourceviewconfig.cxx55 virtual void Notify( const Sequence< rtl::OUString >& aPropertyNames );
161 void SourceViewConfig_Impl::Notify( const Sequence< OUString >& ) in Notify() function in utl::SourceViewConfig_Impl
H A Dstartoptions.cxx106 virtual void Notify( const Sequence< OUString >& seqPropertyNames );
244 void SvtStartOptions_Impl::Notify( const Sequence< OUString >& seqPropertyNames ) in Notify() function in SvtStartOptions_Impl
H A Dlocalisationoptions.cxx105 virtual void Notify( const Sequence< OUString >& seqPropertyNames );
241 void SvtLocalisationOptions_Impl::Notify( const Sequence< OUString >& seqPropertyNames ) in Notify() function in SvtLocalisationOptions_Impl
H A Dmisccfg.cxx69 virtual void Notify( const com::sun::star::uno::Sequence<rtl::OUString>& aPropertyNames);
201 void SfxMiscCfg::Notify( const com::sun::star::uno::Sequence<rtl::OUString>& ) in Notify() function in utl::SfxMiscCfg
H A Doptionsdlg.cxx76 virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& aPropertyNames );
134 void SvtOptionsDlgOptions_Impl::Notify( const Sequence< rtl::OUString >& ) in Notify() function in SvtOptionsDlgOptions_Impl
H A Dprintwarningoptions.cxx87 virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& aPropertyNames );
239 void SvtPrintWarningOptions_Impl::Notify( const Sequence< rtl::OUString >& ) in Notify() function in SvtPrintWarningOptions_Impl
H A Dfontoptions.cxx105 virtual void Notify( const Sequence< OUString >& seqPropertyNames );
251 void SvtFontOptions_Impl::Notify( const Sequence< OUString >& seqPropertyNames ) in Notify() function in SvtFontOptions_Impl
H A Dcacheoptions.cxx90 virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& aPropertyNames );
244 void SvtCacheOptions_Impl::Notify( const Sequence< rtl::OUString >& ) in Notify() function in SvtCacheOptions_Impl
H A Dextendedsecurityoptions.cxx129 virtual void Notify( const Sequence< OUString >& seqPropertyNames );
285 void SvtExtendedSecurityOptions_Impl::Notify( const Sequence< OUString >& ) in Notify() function in SvtExtendedSecurityOptions_Impl
/trunk/main/sfx2/inc/sfx2/
H A Dbasedlgs.hxx122 virtual long Notify( NotifyEvent& rNEvt );
156 virtual long Notify( NotifyEvent& rNEvt );
/trunk/main/svx/inc/
H A Dgalbrws2.hxx108 using Control::Notify;
142 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
/trunk/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx105 void ScSheetLinkObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() function in ScSheetLinkObj
403 void ScSheetLinksObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() function in ScSheetLinksObj
632 void ScAreaLinkObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() function in ScAreaLinkObj
946 void ScAreaLinksObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() function in ScAreaLinksObj
1077 void ScDDELinkObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() function in ScDDELinkObj
1288 void ScDDELinksObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() function in ScDDELinksObj
/trunk/main/sfx2/source/dialog/
H A Dpartwnd.cxx231 long SfxPartDockWnd_Impl::Notify( NotifyEvent& rEvt ) in Notify() function in SfxPartDockWnd_Impl
244 return SfxDockingWindow::Notify( rEvt ); in Notify()
/trunk/main/svx/inc/svx/
H A Druler.hxx48 using Window::Notify;
212 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
/trunk/main/svtools/source/table/
H A Dtabledatawindow.cxx225 long TableDataWindow::Notify(NotifyEvent& rNEvt ) in Notify() function in svt::table::TableDataWindow
240 return nDone ? nDone : Window::Notify( rNEvt ); in Notify()
/trunk/main/sfx2/source/view/
H A Dprinter.cxx289 long SfxPrintOptionsDialog::Notify( NotifyEvent& rNEvt ) in Notify() function in SfxPrintOptionsDialog
297 return ModalDialog::Notify( rNEvt ); in Notify()
/trunk/main/sd/source/ui/animations/
H A DDialogListBox.cxx317 long DialogListBox::Notify( NotifyEvent& rNEvt ) in Notify() function in sd::DialogListBox
333 return nDone ? nDone : Window::Notify( rNEvt ); in Notify()
/trunk/main/sc/inc/
H A Ddispuno.hxx73 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
120 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
/trunk/main/reportdesign/source/ui/report/
H A DSectionView.cxx141 void OSectionView::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify() function in rptui::OSectionView
144 SdrView::Notify(rBC,rHint); in Notify()
/trunk/main/sc/source/ui/navipi/
H A Dscenwnd.cxx123 long ScScenarioListBox::Notify( NotifyEvent& rNEvt ) in Notify() function in ScScenarioListBox
171 return bHandled ? 1 : ListBox::Notify( rNEvt ); in Notify()
/trunk/main/svx/source/accessibility/
H A DAccessibleEmptyEditSource.cxx94 void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
325 void AccessibleEmptyEditSource::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint ) in Notify() function in accessibility::AccessibleEmptyEditSource
/trunk/main/svx/source/inc/
H A Dfmexpl.hxx409 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
537 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
545 using SvTreeListBox::Notify;
/trunk/main/sd/source/ui/view/
H A Dsdwindow.cxx352 long Window::Notify( NotifyEvent& rNEvt ) in Notify() function in sd::Window
357 nResult = mpViewShell->Notify(rNEvt, this); in Notify()
360 nResult = ::Window::Notify( rNEvt ); in Notify()
/trunk/main/sw/source/ui/config/
H A Dmodcfg.cxx332 void SwRevisionConfig::Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& ) {} in Notify() function in SwRevisionConfig
689 void SwInsertConfig::Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& ) {} in Notify() function in SwInsertConfig
1207 void SwTableConfig::Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& ) {} in Notify() function in SwTableConfig
1320 void SwMiscConfig::Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& ) {} in Notify() function in SwMiscConfig
/trunk/main/sd/source/core/
H A Dstlsheet.cxx115 virtual void Notify(SfxBroadcaster& rBC, const SfxHint& rHint);
131 void ModifyListenerForewarder::Notify(SfxBroadcaster& /*rBC*/, const SfxHint& /*rHint*/) in Notify() function in ModifyListenerForewarder
561 void SdStyleSheet::Notify(SfxBroadcaster& rBC, const SfxHint& rHint) in Notify() function in SdStyleSheet
564 SfxStyleSheet::Notify(rBC, rHint); in Notify()

Completed in 192 milliseconds

12345678910>>...24