Home
last modified time | relevance | path

Searched refs:Source (Results 151 – 175 of 975) sorted by relevance

12345678910>>...39

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java125 int iKey = CurUnoDialog.getControlKey(EventObject.Source, CurUnoDialog.ControlList); in itemStateChanged()
133 sControlName = getControlName(EventObject.Source); in itemStateChanged()
151 sControlName = getControlName(EventObject.Source); in itemStateChanged()
161 sControlName = getControlName(EventObject.Source); in itemStateChanged()
180 String sName = getControlName(EventObject.Source); in textChanged()
/trunk/main/sc/source/ui/vba/
H A Dvbaeventshelper.cxx288 uno::Reference< awt::XWindow > xWindow( rEvent.Source, uno::UNO_QUERY ); in windowActivated()
310 uno::Reference< awt::XWindow > xWindow( rEvent.Source, uno::UNO_QUERY ); in windowDeactivated()
328 uno::Reference< awt::XWindow > xWindow( rEvent.Source, uno::UNO_QUERY ); in windowResized()
417 uno::Reference< frame::XModel > xModel( rEvent.Source, uno::UNO_QUERY ); in disposing()
426 uno::Reference< frame::XController > xController( rEvent.Source, uno::UNO_QUERY ); in disposing()
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx2738 if ( xIfac == aEvent.Source && m_bVisible ) in windowResized()
2753 else if ( m_xFrame.is() && aEvent.Source == m_xFrame->getContainerWindow() ) in windowResized()
2786 if ( xIfac == aEvent.Source ) in windowShown()
2808 if ( xIfac == aEvent.Source ) in windowHidden()
2894 if ( rEvent.Source == Reference< XInterface >( m_xFrame, UNO_QUERY )) in disposing()
2948 else if ( rEvent.Source == Reference< XInterface >( m_xContainerWindow, UNO_QUERY )) in disposing()
2969 else if ( rEvent.Source == Reference< XInterface >( m_xDocCfgMgr, UNO_QUERY )) in disposing()
2971 else if ( rEvent.Source == Reference< XInterface >( m_xModuleCfgMgr , UNO_QUERY )) in disposing()
3077 if ( Event.Source == xElementCfgMgr ) in elementRemoved()
3080 if ( Event.Source == Reference< XInterface >( xDocCfgMgr, UNO_QUERY )) in elementRemoved()
[all …]
H A Dtoolbarlayoutmanager.cxx122 if ( aEvent.Source == m_xFrame ) in disposing()
3380 UIElement aUIElement = implts_findToolbar( aEvent.Source ); in windowResized()
3438 uno::Reference< awt::XWindow2 > xWindow( e.Source, uno::UNO_QUERY ); in startDocking()
3450 UIElement aUIElement = implts_findToolbar( e.Source ); in startDocking()
3764 UIElement aUIDockingElement = implts_findToolbar( e.Source ); in prepareToggleFloatingMode()
3766 uno::Reference< awt::XWindow > xWindow( e.Source, uno::UNO_QUERY ); in prepareToggleFloatingMode()
3816 xWindow = uno::Reference< awt::XWindow2 >( e.Source, uno::UNO_QUERY ); in toggleFloatingMode()
3825 aUIDockingElement = implts_findToolbar( e.Source ); in toggleFloatingMode()
3944 if ( xIfac == e.Source ) in closed()
4060 if ( rEvent.Source == xElementCfgMgr ) in elementRemoved()
[all …]
/trunk/main/package/source/xstor/
H A Dohierarchyholder.cxx275 void SAL_CALL OHierarchyElement_Impl::disposing( const lang::EventObject& Source ) in disposing() argument
283 uno::Reference< embed::XExtendedStorageStream > xStream( Source.Source, uno::UNO_QUERY ); in disposing()
/trunk/main/chart2/source/tools/
H A DRangeHighlighter.cxx355 void SAL_CALL RangeHighlighter::disposing( const lang::EventObject& Source ) in disposing() argument
358 if( Source.Source == m_xSelectionSupplier ) in disposing()
/trunk/main/linguistic/source/
H A Dlngprophelp.cxx196 if (GetPropSet().is() && rEvt.Source == GetPropSet()) in propertyChange_Impl()
301 if (rSource.Source == xPropSet) in disposing()
453 if (!bRes && GetPropSet().is() && rEvt.Source == GetPropSet()) in propertyChange_Impl()
639 if (!bRes && GetPropSet().is() && rEvt.Source == GetPropSet()) in propertyChange_Impl()
/trunk/main/configmgr/qa/unit/
H A Dtest.cxx262 void RecursiveTest::disposing(css::lang::EventObject const & Source) in disposing() argument
265 ASSERT_TRUE(properties_.is() && Source.Source == properties_); in disposing()
273 evt.Source == properties_ && in propertyChange()
/trunk/main/framework/source/fwe/helper/
H A Dtitlehelper.cxx193 if (aEvent.Source != xSubTitle) in titleChanged()
216 aEvent.Source != xOwner || in notifyEvent()
238 if (aEvent.Source != xOwner) in frameAction()
269 if (xOwner != aEvent.Source) in disposing()
/trunk/main/comphelper/source/misc/
H A Devtlistenerhlp.cxx34 …void SAL_CALL OEventListenerHelper::disposing( const ::com::sun::star::lang::EventObject& Source )… in disposing() argument
38 xRef->disposing(Source); in disposing()
/trunk/main/framework/source/uiconfiguration/
H A Duiconfigurationmanager.cxx470 aEvent.Source = xIfac; in impl_resetElementTypeData()
519 aReplaceEvent.Source = xIfac; in impl_reloadElementTypeData()
533 aRemoveEvent.Source = xIfac; in impl_reloadElementTypeData()
918 aEvent.Source = xIfac; in replaceSettings()
976 aEvent.Source = xIfac; in removeSettings()
1053 aEvent.Source = xIfac; in insertSettings()
/trunk/main/embeddedobj/source/inc/
H A Ddocholder.hxx182 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com:…
185 …virtual void SAL_CALL queryClosing( const ::com::sun::star::lang::EventObject& Source, sal_Bool Ge…
186 …virtual void SAL_CALL notifyClosing( const ::com::sun::star::lang::EventObject& Source ) throw (::…
/trunk/main/sc/source/ui/Accessibility/
H A DAccessiblePageHeader.cxx154 aEvent.Source = uno::Reference< XAccessibleContext >(this); in Notify()
164 aEvent.Source = uno::Reference< XAccessibleContext >(this); in Notify()
177 aEvent.Source = uno::Reference< XAccessibleContext >(this); in Notify()
/trunk/main/svtools/source/uno/
H A Dframestatuslistener.cxx149 void SAL_CALL FrameStatusListener::disposing( const EventObject& Source ) in disposing() argument
152 Reference< XInterface > xSource( Source.Source ); in disposing()
H A Dsvtxgridcontrol.cxx681 void SAL_CALL SVTXGridControl::disposing( const EventObject& Source ) throw(RuntimeException) in disposing() argument
683 VCLXWindow::disposing( Source ); in disposing()
775 aObj.Source = (::cppu::OWeakObject*)this; in dispose()
880 aEvent.Source = (::cppu::OWeakObject*)this; in ImplCallItemListeners()
/trunk/main/toolkit/test/accessibility/
H A DQueuedListener.java41 XAccessibleContext.class, aEvent.Source); in disposing()
45 XAccessible.class, aEvent.Source); in disposing()
H A DEventHandler.java43 XAccessibleContext.class, aEvent.Source); in EventHandler()
47 XAccessible.class, aEvent.Source); in EventHandler()
/trunk/main/sfx2/source/bastyp/
H A Dfltlst.cxx95 uno::Reference< util::XRefreshable > xContainer( aSource.Source, uno::UNO_QUERY ); in refreshed()
108 uno::Reference< util::XRefreshable > xNotifier( aSource.Source, uno::UNO_QUERY ); in disposing()
/trunk/main/basctl/source/inc/
H A Ddlgedlist.hxx49 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw(::com:…
72 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw(::com:…
/trunk/main/toolkit/inc/toolkit/helper/
H A Dmacros.hxx140 …void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw(::com::sun…
152 …void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw(::com::sun…
191 aMulti.Source = &GetContext(); \
/trunk/main/migrationanalysis/src/wizard/
H A DAnalyse.bas408 WriteDebug currentFunctionName & " : " & Err.Number & " " & Err.Description & " " & Err.Source
464 WriteDebug currentFunctionName & " : " & Err.Number & " " & Err.Description & " " & Err.Source
547 WriteDebug currentFunctionName & " : " & Err.Number & " " & Err.Description & " " & Err.Source
H A DWizard.bas302 Debug.Print currentFunctionName & " : " & Err.Number & " " & Err.Description & " " & Err.Source
447 WriteDebug currentFunctionName & " : " & Err.Number & " " & Err.Description & " " & Err.Source
536 WriteDebug currentFunctionName & " : " & Err.Number & " " & Err.Description & " " & Err.Source
/trunk/main/canvas/inc/canvas/
H A Dcanvastools.hxx468 template< typename Target, typename Source > inline Target numeric_cast( Source arg ) in numeric_cast()
471 typedef ::std::numeric_limits< Source > SourceLimits; in numeric_cast()
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx856 aEvt.Source = static_cast< XPropertySet * >( this ); in impl_changeRowCount()
879 aEvt.Source = static_cast< XPropertySet * >( this ); in impl_changeIsRowCountFinal()
1029 aEvt.Source = static_cast< XPropertySet * >( this ); in setPropertyValue()
1062 aEvt.Source = static_cast< XPropertySet * >( this ); in setPropertyValue()
1178 aEvt.Source = static_cast< XPropertySet * >( this ); in impl_propertyChange()
1245 aEvt.Source = static_cast< XPropertySet * >( this ); in impl_vetoableChange()
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx442 void OGenericUnoController::disposing(const EventObject& Source) throw( RuntimeException ) in disposing() argument
445 if ( Source.Source == getFrame() ) in disposing()
454 Reference<XModifiable> xModi(aEvent.Source,UNO_QUERY); in modified()
584 aEvent.Source = (XDispatch*)this; in ImplBroadcastFeatureState()
937 aDisposeEvent.Source = static_cast<XWeak*>(this); in disposing()

Completed in 219 milliseconds

12345678910>>...39