Home
last modified time | relevance | path

Searched refs:xSelectionSupplier (Results 1 – 21 of 21) sorted by relevance

/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleChartView.cxx205 Reference< view::XSelectionSupplier > xSelectionSupplier; in initialize() local
212 xSelectionSupplier.set( m_xSelectionSupplier ); in initialize()
282 if(xSelectionSupplier!=xNewSelectionSupplier) in initialize()
285 if(xSelectionSupplier.is()) in initialize()
289 xSelectionSupplier = xNewSelectionSupplier; in initialize()
292 else if( xSelectionSupplier.is() ) in initialize()
296 xSelectionSupplier = 0; in initialize()
301 if(xSelectionSupplier.is()) in initialize()
303 xSelectionSupplier = 0; in initialize()
373 Reference< view::XSelectionSupplier > xSelectionSupplier; in selectionChanged() local
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx338 if (!xSelectionSupplier.is()) in ScChildrenShapes()
625 if (!xSelectionSupplier.is()) in IsSelected()
670 if (!xSelectionSupplier.is()) in SelectionChanged()
685 if (!xSelectionSupplier.is()) in Select()
695 xSelectionSupplier->getSelection() >>= xShapes; in Select()
717 if (!xSelectionSupplier.is()) in DeselectAll()
737 if (!xSelectionSupplier.is()) in SelectAll()
780 if (!xSelectionSupplier.is()) in GetSelectedCount()
1140 if (!xSelectionSupplier.is() && mpViewShell) in FillSelectionSupplier()
1146 if (xSelectionSupplier.is()) in FillSelectionSupplier()
[all …]
/trunk/main/chart2/source/controller/main/
H A DElementSelector.cxx105 Reference< view::XSelectionSupplier > xSelectionSupplier( xChartController, uno::UNO_QUERY); in UpdateChartElementsListAndSelection() local
108 if( xSelectionSupplier.is() ) in UpdateChartElementsListAndSelection()
110 aSelectedOID = ObjectIdentifier( xSelectionSupplier->getSelection() ); in UpdateChartElementsListAndSelection()
208 …Reference< view::XSelectionSupplier > xSelectionSupplier( m_xChartController.get(), uno::UNO_QUERY… in Select() local
209 if( xSelectionSupplier.is() ) in Select()
210 xSelectionSupplier->select( aOID.getAny() ); in Select()
H A DControllerCommandDispatch.cxx175 Reference< view::XSelectionSupplier > xSelectionSupplier( in update() local
179 if( xSelectionSupplier.is()) in update()
181 uno::Any aSelObj( xSelectionSupplier->getSelection() ); in update()
H A DChartController.cxx1528 uno::Reference<view::XSelectionSupplier> xSelectionSupplier(this); in impl_initializeAccessible() local
1529 aArguments[0]=uno::makeAny(xSelectionSupplier); in impl_initializeAccessible()
H A DChartController_Window.cxx1751 uno::Reference< view::XSelectionSupplier > xSelectionSupplier(this); in impl_notifySelectionChangeListeners() local
1752 lang::EventObject aEvent( xSelectionSupplier ); in impl_notifySelectionChangeListeners()
/trunk/main/svx/source/accessibility/
H A DChildrenManagerImpl.cxx101 Reference<view::XSelectionSupplier> xSelectionSupplier ( in Init() local
103 if (xSelectionSupplier.is()) in Init()
108 xSelectionSupplier->addSelectionChangeListener ( in Init()
748 Reference<view::XSelectionSupplier> xSelectionSupplier ( in impl_dispose() local
750 if (xSelectionSupplier.is()) in impl_dispose()
752 xSelectionSupplier->removeSelectionChangeListener ( in impl_dispose()
935 Reference<view::XSelectionSupplier> xSelectionSupplier ( in UpdateSelection() local
942 if (xSelectionSupplier.is()) in UpdateSelection()
945 xSelectionSupplier->getSelection(), uno::UNO_QUERY); in UpdateSelection()
947 xSelectionSupplier->getSelection(), uno::UNO_QUERY); in UpdateSelection()
/trunk/main/scripting/examples/python/
H A DCapitalise.py47 xSelectionSupplier = xModel.getCurrentController()
50 xIndexAccess = xSelectionSupplier.getSelection()
70 xSelectionSupplier.select(xWordCursor);
76 xSelectionSupplier.select(xTextRange);
/trunk/main/scripting/examples/beanshell/Capitalise/
H A Dcapitalise.bsh85 xSelectionSupplier.select(xWordCursor);
93 xSelectionSupplier.select(xTextRange);
106 xSelectionSupplier = (XSelectionSupplier)
110 UnoRuntime.queryInterface(XIndexAccess.class, xSelectionSupplier.getSelection());
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DControlAndSelectDemo.java116 XSelectionSupplier xSelectionSupplier =(XSelectionSupplier) in main() local
124 xSelectionSupplier.select( xSelection ); in main()
/trunk/main/sw/source/ui/vba/
H A Dvbatable.cxx55 …uno::Reference< view::XSelectionSupplier > xSelectionSupplier( xController, uno::UNO_QUERY_THROW ); in Select() local
58 xSelectionSupplier->select( uno::makeAny( mxTextTable ) ); in Select()
/trunk/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx357 uno::Reference< view::XSelectionSupplier > xSelectionSupplier( in Export() local
359 if ( xSelectionSupplier.is() ) in Export()
361 uno::Any aSelection( xSelectionSupplier->getSelection() ); in Export()
/trunk/main/scripting/examples/beanshell/WordCount/
H A Dwordcount.bsh76 xSelectionSupplier = (XSelectionSupplier)
81 UnoRuntime.queryInterface(XIndexAccess.class, xSelectionSupplier.getSelection());
/trunk/main/sc/source/ui/vba/
H A Dvbachartobject.cxx120 …uno::Reference< view::XSelectionSupplier > xSelectionSupplier( getCurrentExcelDoc(mxContext)->getC… in Activate() local
121 xSelectionSupplier->select(uno::makeAny(xShape)); in Activate()
/trunk/main/chart2/source/tools/
H A DChartModelHelper.cxx57 const uno::Reference< view::XSelectionSupplier > & xSelectionSupplier ) in createRangeHighlighter()
59 return new RangeHighlighter( xSelectionSupplier ); in createRangeHighlighter()
H A DRangeHighlighter.cxx73 const Reference< view::XSelectionSupplier > & xSelectionSupplier ) : in RangeHighlighter()
75 m_xSelectionSupplier( xSelectionSupplier ), in RangeHighlighter()
/trunk/main/chart2/source/inc/
H A DRangeHighlighter.hxx58 ::com::sun::star::view::XSelectionSupplier > & xSelectionSupplier );
H A DChartModelHelper.hxx53 …com::sun::star::uno::Reference< ::com::sun::star::view::XSelectionSupplier >& xSelectionSupplier );
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx414 uno::Reference< view::XSelectionSupplier > xSelectionSupplier( xController, uno::UNO_QUERY ); in GetGraphicSource() local
415 if ( xSelectionSupplier.is() ) in GetGraphicSource()
417 uno::Any aAny( xSelectionSupplier->getSelection() ); in GetGraphicSource()
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx486 uno::Reference< view::XSelectionSupplier> xSelectionSupplier(aEvent.Source,uno::UNO_QUERY); in _selectionChanged() local
487 uno::Any aSec = xSelectionSupplier->getSelection(); in _selectionChanged()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx2796 …uno::Reference< view::XSelectionSupplier > xSelectionSupplier( m_xChartModel->getCurrentController… in Notify() local
2797 if ( xSelectionSupplier.is() ) in Notify()
2800 uno::Any aSelObj( xSelectionSupplier->getSelection() ); in Notify()

Completed in 116 milliseconds