/aoo41x/main/qadevOOo/tests/java/ifc/ui/ |
H A D | _XUIConfigurationListener.java | 26 import com.sun.star.ui.ConfigurationEvent; 35 ConfigurationEvent event = new ConfigurationEvent(); in _elementInserted() 40 ConfigurationEvent event = new ConfigurationEvent(); in _elementRemoved() 45 ConfigurationEvent event = new ConfigurationEvent(); in _elementReplaced()
|
/aoo41x/main/offapi/com/sun/star/ui/ |
H A D | XUIConfigurationListener.idl | 32 #include <com/sun/star/ui/ConfigurationEvent.idl> 56 [oneway] void elementInserted( [in] ::com::sun::star::ui::ConfigurationEvent Event ); 65 [oneway] void elementRemoved( [in] ::com::sun::star::ui::ConfigurationEvent Event ); 75 [oneway] void elementReplaced( [in] ::com::sun::star::ui::ConfigurationEvent Event );
|
H A D | XImageManager.idl | 208 <member scope="com::sun::star::ui">ConfigurationEvent::Element</member>. 210 <member scope="com::sun::star::ui">ConfigurationEvent::aInfo</member>.
|
H A D | makefile.mk | 42 ConfigurationEvent.idl \
|
H A D | ConfigurationEvent.idl | 39 published struct ConfigurationEvent : ::com::sun::star::container::ContainerEvent
|
/aoo41x/main/qadevOOo/tests/java/mod/_fwk/ |
H A D | UIConfigurationManager.java | 38 import com.sun.star.ui.ConfigurationEvent; 185 public void elementInserted(ConfigurationEvent configEvent) { in elementInserted() 189 public void elementRemoved(ConfigurationEvent configEvent) { in elementRemoved() 193 public void elementReplaced(ConfigurationEvent configEvent) { in elementReplaced()
|
H A D | ModuleUIConfigurationManager.java | 43 import com.sun.star.ui.ConfigurationEvent; 226 public void elementInserted(ConfigurationEvent configEvent) { in elementInserted() 230 public void elementRemoved(ConfigurationEvent configEvent) { in elementRemoved() 234 public void elementReplaced(ConfigurationEvent configEvent) { in elementReplaced()
|
/aoo41x/main/framework/source/uiconfiguration/ |
H A D | moduleuiconfigurationmanager.cxx | 549 ConfigurationEvent aReplaceEvent; in impl_resetElementTypeData() 566 ConfigurationEvent aEvent; in impl_resetElementTypeData() 617 ConfigurationEvent aReplaceEvent; in impl_reloadElementTypeData() 635 ConfigurationEvent aReplaceEvent; in impl_reloadElementTypeData() 652 ConfigurationEvent aRemoveEvent; in impl_reloadElementTypeData() 1137 ConfigurationEvent aEvent; in replaceSettings() 1187 ConfigurationEvent aEvent; in replaceSettings() 1251 ConfigurationEvent aEvent; in removeSettings() 1266 ConfigurationEvent aEvent; in removeSettings() 1331 ConfigurationEvent aEvent; in insertSettings() [all …]
|
H A D | uiconfigurationmanagerimpl.cxx | 521 ConfigurationEvent aReplaceEvent; in impl_resetElementTypeData() 538 ConfigurationEvent aEvent; in impl_resetElementTypeData() 590 ConfigurationEvent aReplaceEvent; in impl_reloadElementTypeData() 608 ConfigurationEvent aReplaceEvent; in impl_reloadElementTypeData() 625 ConfigurationEvent aRemoveEvent; in impl_reloadElementTypeData() 1104 ConfigurationEvent aEvent; in replaceSettings() 1152 ConfigurationEvent aEvent; in replaceSettings() 1214 ConfigurationEvent aEvent; in removeSettings() 1229 ConfigurationEvent aEvent; in removeSettings() 1308 ConfigurationEvent aEvent; in insertSettings() [all …]
|
H A D | imagemanagerimpl.cxx | 1034 ConfigurationEvent aInsertEvent; in replaceImages() 1045 ConfigurationEvent aReplaceEvent; in replaceImages() 1137 ConfigurationEvent aRemoveEvent; in removeImages() 1148 ConfigurationEvent aReplaceEvent; in removeImages() 1282 ConfigurationEvent aInsertEvent; in reload() 1293 ConfigurationEvent aReplaceEvent; in reload() 1305 ConfigurationEvent aRemoveEvent; in reload() 1420 void ImageManagerImpl::implts_notifyContainerListener( const ConfigurationEvent& aEvent, NotifyOp e… in implts_notifyContainerListener()
|
H A D | uiconfigurationmanager.cxx | 467 ConfigurationEvent aEvent; in impl_resetElementTypeData() 515 ConfigurationEvent aReplaceEvent; in impl_reloadElementTypeData() 529 ConfigurationEvent aRemoveEvent; in impl_reloadElementTypeData() 913 ConfigurationEvent aEvent; in replaceSettings() 972 ConfigurationEvent aEvent; in removeSettings() 1049 ConfigurationEvent aEvent; in insertSettings() 1320 void UIConfigurationManager::implts_notifyContainerListener( const ConfigurationEvent& aEvent, Noti… in implts_notifyContainerListener()
|
H A D | imagemanagerimpl.hxx | 179 … typedef ::std::vector< ::com::sun::star::ui::ConfigurationEvent > ConfigEventNotifyContainer; 183 … implts_notifyContainerListener( const ::com::sun::star::ui::ConfigurationEvent& aEvent, Not…
|
H A D | uiconfigurationmanagerimpl.hxx | 176 … typedef ::std::vector< ::com::sun::star::ui::ConfigurationEvent > ConfigEventNotifyContainer; 181 … implts_notifyContainerListener( const ::com::sun::star::ui::ConfigurationEvent& aEvent, Not…
|
/aoo41x/main/framework/inc/uielement/ |
H A D | toolbarmanager.hxx | 121 …virtual void SAL_CALL elementInserted( const ::com::sun::star::ui::ConfigurationEvent& Event ) thr… 122 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::ui::ConfigurationEvent& Event ) thro… 123 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::ui::ConfigurationEvent& Event ) thr… 201 … void impl_elementChanged(bool _bRemove,const ::com::sun::star::ui::ConfigurationEvent& Event );
|
H A D | statusbarmanager.hxx | 78 …virtual void SAL_CALL elementInserted( const ::com::sun::star::ui::ConfigurationEvent& Event ) thr… 79 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::ui::ConfigurationEvent& Event ) thro… 80 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::ui::ConfigurationEvent& Event ) thr…
|
H A D | menubarmanager.hxx | 150 …virtual void SAL_CALL elementInserted( const ::com::sun::star::ui::ConfigurationEvent& Event ) thr… 151 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::ui::ConfigurationEvent& Event ) thro… 152 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::ui::ConfigurationEvent& Event ) thr…
|
/aoo41x/main/framework/qa/complex/imageManager/ |
H A D | CheckImageManager.java | 172 public void elementInserted(com.sun.star.ui.ConfigurationEvent configurationEvent) { in elementInserted() 176 public void elementRemoved(com.sun.star.ui.ConfigurationEvent configurationEvent) { in elementRemoved() 180 public void elementReplaced(com.sun.star.ui.ConfigurationEvent configurationEvent) { in elementReplaced()
|
/aoo41x/main/framework/inc/helper/ |
H A D | uiconfigelementwrapperbase.hxx | 112 …virtual void SAL_CALL elementInserted( const ::com::sun::star::ui::ConfigurationEvent& Event ) th… 113 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::ui::ConfigurationEvent& Event ) thr… 114 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::ui::ConfigurationEvent& Event ) th…
|
/aoo41x/main/framework/source/layoutmanager/ |
H A D | toolbarlayoutmanager.hxx | 184 …virtual void SAL_CALL elementInserted( const ::com::sun::star::ui::ConfigurationEvent& Event ) thr… 185 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::ui::ConfigurationEvent& Event ) thro… 186 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::ui::ConfigurationEvent& Event ) thr…
|
/aoo41x/main/framework/source/helper/ |
H A D | uiconfigelementwrapperbase.cxx | 196 …igElementWrapperBase::elementInserted( const ::com::sun::star::ui::ConfigurationEvent& ) throw (::… in elementInserted() argument 201 …figElementWrapperBase::elementRemoved( const ::com::sun::star::ui::ConfigurationEvent& ) throw (::… in elementRemoved() argument 206 …igElementWrapperBase::elementReplaced( const ::com::sun::star::ui::ConfigurationEvent& ) throw (::… in elementReplaced() argument
|
/aoo41x/main/framework/inc/services/ |
H A D | layoutmanager.hxx | 191 …virtual void SAL_CALL elementInserted( const ::com::sun::star::ui::ConfigurationEvent& Event ) thr… 192 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::ui::ConfigurationEvent& Event ) thro… 193 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::ui::ConfigurationEvent& Event ) thr…
|
/aoo41x/main/framework/source/uielement/ |
H A D | statusbarmanager.cxx | 306 void SAL_CALL StatusBarManager::elementInserted( const css::ui::ConfigurationEvent& ) throw ( uno::… in elementInserted() argument 315 void SAL_CALL StatusBarManager::elementRemoved( const css::ui::ConfigurationEvent& ) throw ( uno::R… in elementRemoved() argument 324 void SAL_CALL StatusBarManager::elementReplaced( const css::ui::ConfigurationEvent& ) throw ( uno::… in elementReplaced() argument
|
H A D | toolbarmanager.cxx | 737 void SAL_CALL ToolBarManager::elementInserted( const ::com::sun::star::ui::ConfigurationEvent& Even… in elementInserted() 742 void SAL_CALL ToolBarManager::elementRemoved( const ::com::sun::star::ui::ConfigurationEvent& Event… in elementRemoved() 746 …rManager::impl_elementChanged(bool _bRemove,const ::com::sun::star::ui::ConfigurationEvent& Event ) in impl_elementChanged() 813 void SAL_CALL ToolBarManager::elementReplaced( const ::com::sun::star::ui::ConfigurationEvent& Even… in elementReplaced()
|
/aoo41x/main/framework/inc/uiconfiguration/ |
H A D | uiconfigurationmanager.hxx | 174 … typedef ::std::vector< ::com::sun::star::ui::ConfigurationEvent > ConfigEventNotifyContainer; 179 … implts_notifyContainerListener( const ::com::sun::star::ui::ConfigurationEvent& aEvent, Not…
|
H A D | moduleuiconfigurationmanager.hxx | 186 … typedef ::std::vector< ::com::sun::star::ui::ConfigurationEvent > ConfigEventNotifyContainer; 191 … implts_notifyContainerListener( const ::com::sun::star::ui::ConfigurationEvent& aEvent, Not…
|