Home
last modified time | relevance | path

Searched refs:ScTabViewObj (Results 1 – 14 of 14) sorted by relevance

/AOO41X/main/qadevOOo/objdsc/sc/
H A Dcom.sun.star.comp.office.ScTabViewObj.csv1 "ScTabViewObj";"com::sun::star::container::XIndexAccess";"getCount()"
2 "ScTabViewObj";"com::sun::star::container::XIndexAccess";"getByIndex()"
3 "ScTabViewObj";"com::sun::star::lang::XComponent";"dispose()"
4 "ScTabViewObj";"com::sun::star::lang::XComponent";"addEventListener()"
5 "ScTabViewObj";"com::sun::star::lang::XComponent";"removeEventListener()"
6 "ScTabViewObj";"com::sun::star::sheet::XViewPane";"getFirstVisibleColumn()"
7 "ScTabViewObj";"com::sun::star::sheet::XViewPane";"setFirstVisibleColumn()"
8 "ScTabViewObj";"com::sun::star::sheet::XViewPane";"getFirstVisibleRow()"
9 "ScTabViewObj";"com::sun::star::sheet::XViewPane";"setFirstVisibleRow()"
10 "ScTabViewObj";"com::sun::star::sheet::XViewPane";"getVisibleRange()"
[all …]
/AOO41X/main/sc/source/ui/unoobj/
H A Dviewuno.cxx481 ScTabViewObj::ScTabViewObj( ScTabViewShell* pViewSh ) : in ScTabViewObj() function in ScTabViewObj
494 ScTabViewObj::~ScTabViewObj() in ~ScTabViewObj()
509 uno::Any SAL_CALL ScTabViewObj::queryInterface( const uno::Type& rType ) in queryInterface()
532 void SAL_CALL ScTabViewObj::acquire() throw() in acquire()
537 void SAL_CALL ScTabViewObj::release() throw() in release()
578 void ScTabViewObj::SheetChanged( bool bSameTabButMoved ) in SheetChanged()
617 uno::Sequence<uno::Type> SAL_CALL ScTabViewObj::getTypes() throw(uno::RuntimeException) in getTypes()
656 uno::Sequence<sal_Int8> SAL_CALL ScTabViewObj::getImplementationId() in getImplementationId()
715 sal_Bool SAL_CALL ScTabViewObj::select( const uno::Any& aSelection ) in select()
899 uno::Any SAL_CALL ScTabViewObj::getSelection() throw(uno::RuntimeException) in getSelection()
[all …]
H A Ddocuno.cxx911 ScTabViewObj* pViewObj = ScTabViewObj::getImplementation( xView ); in FillRenderMarkData()
/AOO41X/main/sc/source/ui/view/
H A Ddrawview.cxx579 ScTabViewObj* pImp = ScTabViewObj::getImplementation( xController ); in MarkListHasChanged()
614 ScTabViewObj* pImp = ScTabViewObj::getImplementation( xController ); in SdrBeginTextEdit()
635 ScTabViewObj* pImp = ScTabViewObj::getImplementation( xController ); in SdrEndTextEdit()
H A Dtabvwsh4.cxx1192 ScTabViewObj* lcl_GetViewObj( ScTabViewShell& rShell ) in lcl_GetViewObj()
1194 ScTabViewObj* pRet = NULL; in lcl_GetViewObj()
1201 pRet = ScTabViewObj::getImplementation( xController ); in lcl_GetViewObj()
1208 ScTabViewObj* pImpObj = lcl_GetViewObj( *this ); in IMPL_LINK()
1216 ScTabViewObj* pImpObj = lcl_GetViewObj( *this ); in IMPL_LINK()
1224 ScTabViewObj* pImpObj = lcl_GetViewObj( *this ); in IMPL_LINK()
1856 new ScTabViewObj( this ); in ScTabViewShell()
H A Dtabview5.cxx336 ScTabViewObj* pImp = ScTabViewObj::getImplementation( xController ); in TabChanged()
H A Dtabview3.cxx396 ScTabViewObj* pImp = ScTabViewObj::getImplementation( xController ); in SelectionChanged()
H A Dtabview.cxx2458 ScTabViewObj* pImp = ScTabViewObj::getImplementation( xController ); in SetNewVisArea()
H A Dgridwin.cxx2534 ScTabViewObj* pImp = ScTabViewObj::getImplementation( xController ); in PreNotify()
/AOO41X/main/sc/inc/
H A Dviewuno.hxx173 class ScTabViewObj : public ScViewPaneBase, class
211 ScTabViewObj(); // disabled
213 ScTabViewObj(ScTabViewShell* pViewSh);
214 virtual ~ScTabViewObj();
377 static ScTabViewObj* getImplementation( const com::sun::star::uno::Reference<
H A Dcellsuno.hxx172 friend class ScTabViewObj; // fuer select()
/AOO41X/main/sc/qa/unoapi/
H A Dknownissues.xcl50 sc.ScTabViewObj::com::sun::star::sheet::XRangeSelection
76 sc.ScTabViewObj::com::sun::star::awt::XUserInputInterception
137 sc.ScTabViewObj
H A Dsc.sce122 # # i84656 -o sc.ScTabViewObj
/AOO41X/main/qadevOOo/tests/java/mod/_sc/
H A DScTabViewObj.java91 public class ScTabViewObj extends TestCase { class