Home
last modified time | relevance | path

Searched refs:ScCellRangeObj (Results 1 – 21 of 21) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScCellRangeObj.csv1 "ScCellRangeObj";"com::sun::star::table::CellProperties";"CellStyle#optional"
2 "ScCellRangeObj";"com::sun::star::table::CellProperties";"CellBackColor"
4 "ScCellRangeObj";"com::sun::star::table::CellProperties";"HoriJustify"
5 "ScCellRangeObj";"com::sun::star::table::CellProperties";"VertJustify"
7 "ScCellRangeObj";"com::sun::star::table::CellProperties";"ParaIndent"
8 "ScCellRangeObj";"com::sun::star::table::CellProperties";"Orientation"
13 "ScCellRangeObj";"com::sun::star::table::CellProperties";"TopBorder"
24 "ScCellRangeObj";"com::sun::star::util::XMergeable";"merge()"
27 "ScCellRangeObj";"com::sun::star::util::XSearchable";"findAll()"
29 "ScCellRangeObj";"com::sun::star::util::XSearchable";"findNext()"
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dcursuno.cxx53 ScCellRangeObj( pDocSh, rR ) in ScCellCursorObj()
67 return ScCellRangeObj::queryInterface( rType ); in queryInterface()
72 ScCellRangeObj::acquire(); in acquire()
77 ScCellRangeObj::release(); in release()
85 uno::Sequence<uno::Type> aParentTypes(ScCellRangeObj::getTypes()); in getTypes()
439 return ScCellRangeObj::getSpreadsheet(); in getSpreadsheet()
449 return ScCellRangeObj::getCellByPosition(nColumn,nRow); in getCellByPosition()
457 return ScCellRangeObj::getCellRangeByPosition(nLeft,nTop,nRight,nBottom); in getCellRangeByPosition()
464 return ScCellRangeObj::getCellRangeByName(rRange); in getCellRangeByName()
480 ScCellRangeObj::supportsService(rServiceName); in supportsService()
[all …]
H A Dcellsuno.cxx4768 ScCellRangeObj::ScCellRangeObj(ScDocShell* pDocSh, const ScRange& rR) : in ScCellRangeObj() function in ScCellRangeObj
4776 ScCellRangeObj::~ScCellRangeObj() in ~ScCellRangeObj()
6111 ScCellRangeObj::RefChanged(); in RefChanged()
6139 ScCellRangeObj::acquire(); in acquire()
6144 ScCellRangeObj::release(); in release()
6929 ScCellRangeObj::acquire(); in acquire()
6934 ScCellRangeObj::release(); in release()
8831 ScCellRangeObj::acquire(); in acquire()
8836 ScCellRangeObj::release(); in release()
9409 ScCellRangeObj* pRet = NULL; in GetObjectByIndex_Impl()
[all …]
H A Ddocuno.cxx2234 xRangeObj.set( new ScCellRangeObj( pDocShell, aRange ) ); in NotifyChanges()
2291 … xTarget.set( static_cast<cppu::OWeakObject*>( new ScCellRangeObj( pDocShell, aRange ) ) ); in NotifyChanges()
2714 …uno::Reference<table::XCellRange> xSheet(static_cast<ScCellRangeObj*>(GetObjectByIndex_Impl((sal_u… in getCellByPosition()
2725 …uno::Reference<table::XCellRange> xSheet(static_cast<ScCellRangeObj*>(GetObjectByIndex_Impl((sal_u… in getCellRangeByPosition()
2750 xRet[nIndex] = new ScCellRangeObj(pDocShell, *pRange); in getCellRangesByName()
3347 uno::Reference<beans::XPropertySet> xRangeObj = new ScCellRangeObj( pDocShell, aRange ); in setPropertyValue()
3404 uno::Reference<beans::XPropertySet> xRangeObj = new ScCellRangeObj( pDocShell, aRange ); in getPropertyValue()
H A Dviewuno.cxx314 return new ScCellRangeObj( pDocSh, aRange ); in getReferredCells()
950 pObj = new ScCellRangeObj( pDocSh, aRange ); in getSelection()
972 pObj = new ScCellRangeObj( pDocSh, rRange ); in getSelection()
H A Dnameuno.cxx405 return new ScCellRangeObj( pDocShell, aRange ); in getReferredCells()
H A Ddatauno.cxx1958 return new ScCellRangeObj( pDocShell, aRange ); in getReferredCells()
/trunk/main/sc/source/ui/vba/
H A Dvbafont.hxx35 class ScCellRangeObj;
42 ScCellRangeObj* mpRangeObj;
50ScCellRangeObj* pRangeObj = 0, bool bFormControl = false ) throw ( css::uno::RuntimeException );
H A Dvbarange.cxx234 uno::Reference< table::XCellRange > xTmpRange( new ScCellRangeObj( pDoc, *aCellRanges.First() ) ); in lcl_makeXRangeFromSheetCellRanges()
255 ScCellRangeObj* ScVbaRange::getCellRangeObj() throw ( uno::RuntimeException ) in getCellRangeObj()
257 return dynamic_cast< ScCellRangeObj* >( getCellRangesBase() ); in getCellRangeObj()
1237 uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( pDocSh, *aCellRanges.First() ) ); in getRangeForName()
2110 ScCellRangeObj* pRangeObj = NULL; in Font()
2352 …uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( pUnoRangesBase->GetDocShell(), aRa… in Rows()
2400 …uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( pUnoRangesBase->GetDocShell(), aRa… in Columns()
2745 xCellRange = new ScCellRangeObj( getScDocShell(), aNew ); in Range()
5070 … uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( getScDocShell() , refRange ) ); in MergeArea()
5466 uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( getScDocShell() , refRange ) ); in PreviousNext()
[all …]
H A Dvbarange.hxx55 class ScCellRangeObj;
116 ScCellRangeObj* getCellRangeObj( ) throw ( css::uno::RuntimeException );
H A Dvbafont.cxx48 ScCellRangeObj* pRangeObj, bool bFormControl ) throw ( uno::RuntimeException ) : in ScVbaFont()
H A Dvbahelper.cxx746 ScVbaCellRangeAccess::GetDataSet( ScCellRangeObj* pRangeObj ) in GetDataSet()
H A Dvbaapplication.cxx944 …uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( pDocShell, *aCellRanges.First() ) … in lclCreateVbaRange()
/trunk/main/sc/inc/
H A Dcellsuno.hxx102 class ScCellRangeObj;
590 class SC_DLLPUBLIC ScCellRangeObj : public ScCellRangesBase, class
635 ScCellRangeObj(ScDocShell* pDocSh, const ScRange& rR);
636 virtual ~ScCellRangeObj();
815 class SC_DLLPUBLIC ScCellObj : public ScCellRangeObj,
988 class ScTableSheetObj : public ScCellRangeObj,
1060 using ScCellRangeObj::getCellRangeByName;
1245 class ScTableColumnObj : public ScCellRangeObj,
1297 class ScTableRowObj : public ScCellRangeObj
1414 ScCellRangeObj* GetObjectByIndex_Impl(long nIndex) const;
[all …]
H A Dcursuno.hxx32 class ScCellCursorObj : public ScCellRangeObj,
84 using ScCellRangeObj::getCellRangeByName;
/trunk/main/sc/qa/unoapi/
H A Dknownissues.xcl44 sc.ScCellRangeObj::com::sun::star::table::XAutoFormattable
99 sc.ScCellRangeObj::com::sun::star::style::ParagraphProperties
H A Dsc.sce51 -o sc.ScCellRangeObj
/trunk/main/sc/
H A DPackage_xml.mk110 $(eval $(call gb_Package_add_file,sc_xml,xml/ScCellRangeObj.xml,ScCellRangeObj.xml))
/trunk/main/sc/source/filter/xml/
H A Dxmlsubti.cxx823 ScCellRangeObj* pCellRangeObj = in SetMatrix()
824 static_cast<ScCellRangeObj*>(ScCellRangesBase::getImplementation( in SetMatrix()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScCellRangeObj.java93 public class ScCellRangeObj extends TestCase { class
/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx2611 ScCellRangeObj::CreateRangeFromDoc( pDok, aRange ); in ScExternal()
2623 ScCellRangeObj::CreateRangeFromDoc( pDok, aRange ); in ScExternal()

Completed in 182 milliseconds