| /trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/ |
| H A D | com.sun.star.comp.office.ScCellRangeObj.csv | 1 "ScCellRangeObj";"com::sun::star::table::CellProperties";"CellStyle#optional" 2 "ScCellRangeObj";"com::sun::star::table::CellProperties";"CellBackColor" 3 "ScCellRangeObj";"com::sun::star::table::CellProperties";"IsCellBackgroundTransparent" 4 "ScCellRangeObj";"com::sun::star::table::CellProperties";"HoriJustify" 5 "ScCellRangeObj";"com::sun::star::table::CellProperties";"VertJustify" 6 "ScCellRangeObj";"com::sun::star::table::CellProperties";"IsTextWrapped" 7 "ScCellRangeObj";"com::sun::star::table::CellProperties";"ParaIndent" 8 "ScCellRangeObj";"com::sun::star::table::CellProperties";"Orientation" 9 "ScCellRangeObj";"com::sun::star::table::CellProperties";"RotateAngle" 10 "ScCellRangeObj";"com::sun::star::table::CellProperties";"RotateReference" [all …]
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | cursuno.cxx | 53 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() 434 return ScCellRangeObj::getSpreadsheet(); in getSpreadsheet() 443 return ScCellRangeObj::getCellByPosition(nColumn,nRow); in getCellByPosition() 450 return ScCellRangeObj::getCellRangeByPosition(nLeft,nTop,nRight,nBottom); in getCellRangeByPosition() 457 return ScCellRangeObj::getCellRangeByName(rRange); in getCellRangeByName() 472 ScCellRangeObj::supportsService(rServiceName); in supportsService() [all …]
|
| H A D | cellsuno.cxx | 4149 ScCellRangeObj* ScCellRangesObj::GetObjectByIndex_Impl(sal_Int32 nIndex) const in GetObjectByIndex_Impl() 4159 return new ScCellRangeObj( pDocSh, aRange ); in GetObjectByIndex_Impl() 4548 xRange.set(new ScCellRangeObj( pDocSh, aRange )); in getByName() 4677 uno::Reference<table::XCellRange> ScCellRangeObj::CreateRangeFromDoc( ScDocument* pDoc, const ScRan… in CreateRangeFromDoc() 4681 return new ScCellRangeObj( (ScDocShell*) pObjSh, rR ); in CreateRangeFromDoc() 4687 ScCellRangeObj::ScCellRangeObj(ScDocShell* pDocSh, const ScRange& rR) : in ScCellRangeObj() function in ScCellRangeObj 4695 ScCellRangeObj::~ScCellRangeObj() in ~ScCellRangeObj() 4699 void ScCellRangeObj::RefChanged() in RefChanged() 4713 uno::Any SAL_CALL ScCellRangeObj::queryInterface( const uno::Type& rType ) in queryInterface() 4738 void SAL_CALL ScCellRangeObj::acquire() throw() in acquire() [all …]
|
| H A D | docuno.cxx | 2239 xRangeObj.set( new ScCellRangeObj( pDocShell, aRange ) ); in NotifyChanges() 2296 … xTarget.set( static_cast<cppu::OWeakObject*>( new ScCellRangeObj( pDocShell, aRange ) ) ); in NotifyChanges() 2705 …uno::Reference<table::XCellRange> xSheet(static_cast<ScCellRangeObj*>(GetObjectByIndex_Impl((sal_u… in getCellByPosition() 2715 …uno::Reference<table::XCellRange> xSheet(static_cast<ScCellRangeObj*>(GetObjectByIndex_Impl((sal_u… in getCellRangeByPosition() 2739 xRet[nIndex] = new ScCellRangeObj(pDocShell, *pRange); in getCellRangesByName() 3305 uno::Reference<beans::XPropertySet> xRangeObj = new ScCellRangeObj( pDocShell, aRange ); in setPropertyValue() 3360 uno::Reference<beans::XPropertySet> xRangeObj = new ScCellRangeObj( pDocShell, aRange ); in getPropertyValue()
|
| H A D | viewuno.cxx | 309 return new ScCellRangeObj( pDocSh, aRange ); in getReferredCells() 940 pObj = new ScCellRangeObj( pDocSh, aRange ); in getSelection() 962 pObj = new ScCellRangeObj( pDocSh, rRange ); in getSelection()
|
| H A D | nameuno.cxx | 398 return new ScCellRangeObj( pDocShell, aRange ); in getReferredCells()
|
| H A D | datauno.cxx | 1920 return new ScCellRangeObj( pDocShell, aRange ); in getReferredCells()
|
| /trunk/main/sc/inc/ |
| H A D | cellsuno.hxx | 102 class ScCellRangeObj; 414 ScCellRangeObj* GetObjectByIndex_Impl(sal_Int32 nIndex) const; 481 class SC_DLLPUBLIC ScCellRangeObj : public ScCellRangesBase, class 520 ScCellRangeObj(ScDocShell* pDocSh, const ScRange& rR); 521 virtual ~ScCellRangeObj(); 666 class SC_DLLPUBLIC ScCellObj : public ScCellRangeObj, 813 class ScTableSheetObj : public ScCellRangeObj, 876 using ScCellRangeObj::getCellRangeByName; 1016 class ScTableColumnObj : public ScCellRangeObj, 1057 class ScTableRowObj : public ScCellRangeObj [all …]
|
| H A D | cursuno.hxx | 32 class ScCellCursorObj : public ScCellRangeObj, 75 using ScCellRangeObj::getCellRangeByName;
|
| /trunk/main/sc/source/ui/vba/ |
| H A D | vbafont.hxx | 35 class ScCellRangeObj; 42 ScCellRangeObj* mpRangeObj; 50 ScCellRangeObj* pRangeObj = 0, bool bFormControl = false );
|
| H A D | vbarange.cxx | 234 … uno::Reference< table::XCellRange > xTmpRange( new ScCellRangeObj( pDoc, *aCellRanges.First() ) ); in lcl_makeXRangeFromSheetCellRanges() 255 ScCellRangeObj* ScVbaRange::getCellRangeObj() in getCellRangeObj() 257 return dynamic_cast< ScCellRangeObj* >( getCellRangesBase() ); in getCellRangeObj() 1237 … uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( pDocSh, *aCellRanges.First() ) ); in getRangeForName() 1911 …uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( pUnoRangesBase->GetDocShell(), *aC… in Offset() 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() 2886 …uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( pUnoRangesBase->GetDocShell(), *aC… in getEntireColumnOrRow() [all …]
|
| H A D | vbarange.hxx | 55 class ScCellRangeObj; 116 ScCellRangeObj* getCellRangeObj( );
|
| H A D | vbafont.cxx | 48 ScCellRangeObj* pRangeObj, bool bFormControl ) : in ScVbaFont()
|
| H A D | vbahelper.cxx | 746 ScVbaCellRangeAccess::GetDataSet( ScCellRangeObj* pRangeObj ) in GetDataSet()
|
| H A D | vbaapplication.cxx | 942 …uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( pDocShell, *aCellRanges.First() ) … in lclCreateVbaRange()
|
| /trunk/main/sc/qa/unoapi/ |
| H A D | knownissues.xcl | 44 sc.ScCellRangeObj::com::sun::star::table::XAutoFormattable 99 sc.ScCellRangeObj::com::sun::star::style::ParagraphProperties
|
| H A D | sc.sce | 51 -o sc.ScCellRangeObj
|
| /trunk/main/sc/ |
| H A D | Package_xml.mk | 110 $(eval $(call gb_Package_add_file,sc_xml,xml/ScCellRangeObj.xml,ScCellRangeObj.xml))
|
| /trunk/main/sc/source/filter/xml/ |
| H A D | xmlsubti.cxx | 823 ScCellRangeObj* pCellRangeObj = in SetMatrix() 824 static_cast<ScCellRangeObj*>(ScCellRangesBase::getImplementation( in SetMatrix()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ |
| H A D | ScCellRangeObj.java | 93 public class ScCellRangeObj extends TestCase { class
|
| /trunk/main/sc/source/core/tool/ |
| H A D | interpr4.cxx | 2611 ScCellRangeObj::CreateRangeFromDoc( pDok, aRange ); in ScExternal() 2623 ScCellRangeObj::CreateRangeFromDoc( pDok, aRange ); in ScExternal()
|