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.cxx1354 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()
3986 ScCellRangesBase* pRangesImp = ScCellRangesBase::getImplementation( xStartAt ); in findNext()
4163 ScCellRangesBase::acquire(); in acquire()
4168 ScCellRangesBase::release(); in release()
4411 ScCellRangesBase* pRangesImp = ScCellRangesBase::getImplementation( xInterface ); in insertByName()
4822 ScCellRangesBase::acquire(); in acquire()
4827 ScCellRangesBase::release(); in release()
[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.cxx820 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.cxx396 ScCellRangesBase* pUno = ScCellRangesBase::getImplementation( xIf ); in getDocShellFromIf()
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()
1793 ScCellRangesBase* pThisRanges = dynamic_cast< ScCellRangesBase * > ( xIf.get() ); in HasFormula()
1797 ScCellRangesBase* pFormulaRanges = dynamic_cast< ScCellRangesBase * > ( xRanges.get() ); in HasFormula()
1886 ScCellRangesBase* pUnoRangesBase = getCellRangesBase(); in Offset()
2207 ScCellRangesBase* pUnoRangesBase = getCellRangesBase(); in Select()
2370 ScCellRangesBase* pUnoRangesBase = getCellRangesBase(); in Columns()
2863 ScCellRangesBase* pUnoRangesBase = getCellRangesBase(); in getEntireColumnOrRow()
[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()

Completed in 162 milliseconds