Home
last modified time | relevance | path

Searched refs:ScCellRangesBase (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx820 SC_SIMPLE_SERVICE_INFO( ScCellRangesBase, "ScCellRangesBase", "stardiv.unknown" )
1354 ScCellRangesBase::ScCellRangesBase() : in ScCellRangesBase() function in ScCellRangesBase
1372 ScCellRangesBase::ScCellRangesBase(ScDocShell* pDocSh, const ScRange& rR) : in ScCellRangesBase() function in ScCellRangesBase
1400 ScCellRangesBase::ScCellRangesBase(ScDocShell* pDocSh, const ScRangeList& rR) : in ScCellRangesBase() function in ScCellRangesBase
1425 ScCellRangesBase::~ScCellRangesBase() in ~ScCellRangesBase()
1442 void ScCellRangesBase::ForgetCurrentAttrs() in ForgetCurrentAttrs()
1456 void ScCellRangesBase::ForgetMarkData() in ForgetMarkData()
1462 const ScPatternAttr* ScCellRangesBase::GetCurrentAttrsFlat() in GetCurrentAttrsFlat()
1474 const ScPatternAttr* ScCellRangesBase::GetCurrentAttrsDeep() in GetCurrentAttrsDeep()
1486 SfxItemSet* ScCellRangesBase::GetCurrentDataSet(bool bNoDflt) in GetCurrentDataSet()
[all …]
H A Dfuncuno.cxx641 ScCellRangesBase* pImpl = ScCellRangesBase::getImplementation( xRange ); in callFunction()
H A Dviewuno.cxx752 ScCellRangesBase* pRangesImp = ScCellRangesBase::getImplementation( xInterface ); in select()
903 ScCellRangesBase* pObj = NULL; in getSelection()
1190 ScCellRangesBase* pRangesImp = ScCellRangesBase::getImplementation( xActiveSheet ); in setActiveSheet()
H A Ddocuno.cxx822 ScCellRangesBase* pSelObj = ScCellRangesBase::getImplementation( xInterface ); in FillRenderMarkData()
/trunk/main/sc/source/ui/vba/
H A Dexcelvbahelper.cxx45 ScCellRangesBase* pScCellRangesBase = ScCellRangesBase::getImplementation( xRange ); in GetDocShellFromRange()
295 ScVbaCellRangeAccess::GetDataSet( ScCellRangesBase* pRangeObj ) in GetDataSet()
H A Dvbarange.cxx246 ScCellRangesBase* ScVbaRange::getCellRangesBase() throw ( uno::RuntimeException ) in getCellRangesBase()
249 return ScCellRangesBase::getImplementation( mxRanges ); in getCellRangesBase()
251 return ScCellRangesBase::getImplementation( mxRange ); in getCellRangesBase()
396 ScCellRangesBase* pUno = ScCellRangesBase::getImplementation( xIf ); in getDocShellFromIf()
488 if( ScCellRangesBase* pScRangesBase = getCellRangesBase() ) in getScRangeList()
545 ScCellRangesBase* pUnoCellRange = ScCellRangesBase::getImplementation( xIf ); in getNumberFormatString()
895 ScCellRangesBase* pUnoRangesBase = dynamic_cast< ScCellRangesBase* >( xIf.get() ); in processValue()
938 ScCellRangesBase* pUnoRangesBase = dynamic_cast< ScCellRangesBase* >( xIf.get() ); in visitNode()
1412 void lcl_NotifyRangeChanges( const uno::Reference< frame::XModel >& xModel, ScCellRangesBase* pUnoR… in lcl_NotifyRangeChanges()
1793 ScCellRangesBase* pThisRanges = dynamic_cast< ScCellRangesBase * > ( xIf.get() ); in HasFormula()
[all …]
H A Dexcelvbahelper.hxx33 class ScCellRangesBase;
67 static SfxItemSet* GetDataSet( ScCellRangesBase* pRangeObj );
H A Dvbaeventshelper.cxx841 ScCellRangesBase* pOldCellRanges = ScCellRangesBase::getImplementation( xOldSelection ); in isSelectionChanged()
842 ScCellRangesBase* pNewCellRanges = ScCellRangesBase::getImplementation( xNewSelection ); in isSelectionChanged()
H A Dvbachartobjects.cxx78 ScCellRangesBase* pUno= dynamic_cast< ScCellRangesBase* >( xIf.get() ); in getChartObjectNames()
H A Dvbaformat.hxx37 class ScCellRangesBase;
62 virtual ScCellRangesBase* getCellRangesBase() throw ( css::uno::RuntimeException );
H A Dvbaformat.cxx819 ScCellRangesBase*
822 return ScCellRangesBase::getImplementation( mxPropertySet ); in getCellRangesBase()
H A Dvbarange.hxx54 class ScCellRangesBase;
128 virtual ScCellRangesBase* getCellRangesBase() throw ( css::uno::RuntimeException );
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx561 ScCellRangesBase* pRangesObj = ScCellRangesBase::getImplementation( xDragSourceRanges ); in GetSourceDocShell()
571 ScCellRangesBase* pRangesObj = ScCellRangesBase::getImplementation( xDragSourceRanges ); in GetSourceMarkData()
/trunk/main/sc/inc/
H A Dcellsuno.hxx155 class SC_DLLPUBLIC ScCellRangesBase : public com::sun::star::beans::XPropertySet, class
231 ScCellRangesBase(); // fuer SMART_REFLECTION Krempel
232 ScCellRangesBase(ScDocShell* pDocSh, const ScRange& rR);
233 ScCellRangesBase(ScDocShell* pDocSh, const ScRangeList& rR);
234 virtual ~ScCellRangesBase();
471 static ScCellRangesBase* getImplementation( const com::sun::star::uno::Reference<
482 class SC_DLLPUBLIC ScCellRangesObj : public ScCellRangesBase,
590 class SC_DLLPUBLIC ScCellRangeObj : public ScCellRangesBase,
/trunk/main/sc/source/filter/xml/
H A Dxmlsubti.cxx824 static_cast<ScCellRangeObj*>(ScCellRangesBase::getImplementation( in SetMatrix()
H A Dxmlcelli.cxx1078 static_cast<ScCellObj*>(ScCellRangesBase::getImplementation( in EndElement()