Home
last modified time | relevance | path

Searched refs:getCurrentSelection (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx745 ObjectHierarchy::tOID ObjectKeyNavigation::getCurrentSelection() const in getCurrentSelection() function in chart::ObjectKeyNavigation
753 ObjectHierarchy::tChildContainer aSiblings( aHierarchy.getSiblings( getCurrentSelection() ) ); in first()
765 ObjectHierarchy::tChildContainer aSiblings( aHierarchy.getSiblings( getCurrentSelection() ) ); in last()
777 ObjectHierarchy::tChildContainer aSiblings( aHierarchy.getSiblings( getCurrentSelection() ) ); in next()
782 ::std::find( aSiblings.begin(), aSiblings.end(), getCurrentSelection())); in next()
797 ObjectHierarchy::tChildContainer aSiblings( aHierarchy.getSiblings( getCurrentSelection())); in previous()
802 ::std::find( aSiblings.begin(), aSiblings.end(), getCurrentSelection())); in previous()
817 bool bResult = !ObjectHierarchy::isRootNode( getCurrentSelection()); in up()
819 setCurrentSelection( aHierarchy.getParent( getCurrentSelection())); in up()
826 bool bResult = aHierarchy.hasChildren( getCurrentSelection()); in down()
[all …]
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOfficeDocument.java125 public java.lang.Object getCurrentSelection( ) in getCurrentSelection() method in OfficeDocument
127 return xModel.getCurrentSelection(); in getCurrentSelection()
/trunk/main/sw/source/ui/vba/
H A Dvbaselection.cxx71 …uno::Reference< lang::XServiceInfo > xServiceInfo( mxModel->getCurrentSelection(), uno::UNO_QUERY_… in GetSelectedRange()
566 …uno::Reference< text::XTextTableCursor > xTextTableCursor( mxModel->getCurrentSelection(), uno::UN… in Tables()
627 uno::Reference< drawing::XShapes > xShapes( mxModel->getCurrentSelection(), uno::UNO_QUERY ); in ShapeRange()
/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx232 …uno::Reference< lang::XServiceInfo > xServiceInfo( xModel->getCurrentSelection(), uno::UNO_QUERY_T… in getSelection()
236 … uno::Reference< drawing::XShapes > xShapes( xModel->getCurrentSelection(), uno::UNO_QUERY_THROW ); in getSelection()
255 …uno::Reference< table::XCellRange > xRange( getCurrentDocument()->getCurrentSelection(), ::uno::UN… in getSelection()
258 …< sheet::XSheetCellRangeContainer > xRanges( getCurrentDocument()->getCurrentSelection(), ::uno::U… in getSelection()
H A Dvbaeventshelper.cxx665 maOldSelection <<= mxModel->getCurrentSelection(); in implPrepareEvent()
/trunk/main/editeng/source/xml/
H A Dxmltxtexp.cxx214 …star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getCurrentSelection( ) throw (…
331 …e< ::com::sun::star::uno::XInterface > SAL_CALL SvxSimpleUnoModel::getCurrentSelection( ) throw (… in getCurrentSelection() function in SvxSimpleUnoModel
/trunk/main/dbaccess/source/ui/inc/
H A Dcallbacks.hxx111 getCurrentSelection( Control& _rControl ) const = 0;
H A Dunodatbr.hxx296 getCurrentSelection( Control& _rControl ) const;
/trunk/main/chart2/source/controller/inc/
H A DObjectHierarchy.hxx93 ObjectHierarchy::tOID getCurrentSelection() const;
H A DChartDocumentWrapper.hxx148 ::com::sun::star::uno::XInterface > SAL_CALL getCurrentSelection()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XModel.java161 Object sel = oObj.getCurrentSelection(); in _getCurrentSelection()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sch/
H A Dcom.sun.star.comp.office.ChXChartDocument.csv37 "ChXChartDocument";"com::sun::star::frame::XModel";"getCurrentSelection()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sd/
H A Dcom.sun.star.comp.office.SdXImpressDocument.csv57 "SdXImpressDocument";"com::sun::star::frame::XModel";"getCurrentSelection()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTextDocument.csv83 "SwXTextDocument";"com::sun::star::frame::XModel";"getCurrentSelection()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScModelObj.csv90 "ScModelObj";"com::sun::star::frame::XModel";"getCurrentSelection()"
/trunk/main/offapi/com/sun/star/frame/
H A DXModel.idl225 com::sun::star::uno::XInterface getCurrentSelection();
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDocumentWrapper.cxx963 Reference< uno::XInterface > SAL_CALL ChartDocumentWrapper::getCurrentSelection() in getCurrentSelection() function in chart::wrapper::ChartDocumentWrapper
968 return xModel->getCurrentSelection(); in getCurrentSelection()
/trunk/main/svx/source/form/
H A DfmPropBrw.cxx676 pShell->GetImpl()->getCurrentSelection( aSelection ); in StateChanged()
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx671 … aEvent.Selection = new SelectionSupplier( m_pContextMenuProvider->getCurrentSelection( *this ) ); in CreateContextMenu()
/trunk/main/svx/source/inc/
H A Dfmshimp.hxx392 SVX_DLLPUBLIC void getCurrentSelection( InterfaceBag& /* [out] */ _rSelection ) const;
/trunk/main/dbaccess/source/ui/app/
H A DAppController.hxx539 getCurrentSelection( Control& _rControl ) const;
/trunk/main/chart2/source/model/main/
H A DChartModel.hxx301 getCurrentSelection()
H A DChartModel.cxx498 uno::Reference< uno::XInterface > SAL_CALL ChartModel::getCurrentSelection() throw(uno::RuntimeExce… in getCurrentSelection() function in chart::ChartModel
/trunk/main/sw/inc/
H A Dunotxdoc.hxx283 …virtual css::uno::Reference< css::uno::XInterface > SAL_CALL getCurrentSelection( ) throw(css::un…
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.hxx343 …star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getCurrentSelection( ) throw (…

Completed in 94 milliseconds

12