Searched refs:ScTabViewObj (Results 1 – 14 of 14) sorted by relevance
1 "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 …]
481 ScTabViewObj::ScTabViewObj( ScTabViewShell* pViewSh ) : in ScTabViewObj() function in ScTabViewObj494 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 …]
911 ScTabViewObj* pViewObj = ScTabViewObj::getImplementation( xView ); in FillRenderMarkData()
579 ScTabViewObj* pImp = ScTabViewObj::getImplementation( xController ); in MarkListHasChanged()614 ScTabViewObj* pImp = ScTabViewObj::getImplementation( xController ); in SdrBeginTextEdit()635 ScTabViewObj* pImp = ScTabViewObj::getImplementation( xController ); in SdrEndTextEdit()
1192 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()
336 ScTabViewObj* pImp = ScTabViewObj::getImplementation( xController ); in TabChanged()
396 ScTabViewObj* pImp = ScTabViewObj::getImplementation( xController ); in SelectionChanged()
2458 ScTabViewObj* pImp = ScTabViewObj::getImplementation( xController ); in SetNewVisArea()
2534 ScTabViewObj* pImp = ScTabViewObj::getImplementation( xController ); in PreNotify()
173 class ScTabViewObj : public ScViewPaneBase, class211 ScTabViewObj(); // disabled213 ScTabViewObj(ScTabViewShell* pViewSh);214 virtual ~ScTabViewObj();377 static ScTabViewObj* getImplementation( const com::sun::star::uno::Reference<
172 friend class ScTabViewObj; // fuer select()
50 sc.ScTabViewObj::com::sun::star::sheet::XRangeSelection76 sc.ScTabViewObj::com::sun::star::awt::XUserInputInterception137 sc.ScTabViewObj
122 # # i84656 -o sc.ScTabViewObj
91 public class ScTabViewObj extends TestCase { class