/aoo42x/main/qadevOOo/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" 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 …]
|
/aoo42x/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() 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 D | cellsuno.cxx | 4768 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 D | docuno.cxx | 2234 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 D | viewuno.cxx | 314 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 D | nameuno.cxx | 405 return new ScCellRangeObj( pDocShell, aRange ); in getReferredCells()
|
H A D | datauno.cxx | 1958 return new ScCellRangeObj( pDocShell, aRange ); in getReferredCells()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbafont.hxx | 35 class ScCellRangeObj; 42 ScCellRangeObj* mpRangeObj; 50 … ScCellRangeObj* pRangeObj = 0, bool bFormControl = false ) throw ( css::uno::RuntimeException );
|
H A D | vbarange.cxx | 234 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 D | vbarange.hxx | 55 class ScCellRangeObj; 116 ScCellRangeObj* getCellRangeObj( ) throw ( css::uno::RuntimeException );
|
H A D | vbafont.cxx | 48 ScCellRangeObj* pRangeObj, bool bFormControl ) throw ( uno::RuntimeException ) : in ScVbaFont()
|
H A D | vbahelper.cxx | 746 ScVbaCellRangeAccess::GetDataSet( ScCellRangeObj* pRangeObj ) in GetDataSet()
|
H A D | vbaapplication.cxx | 944 …uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( pDocShell, *aCellRanges.First() ) … in lclCreateVbaRange()
|
/aoo42x/main/sc/inc/ |
H A D | cellsuno.hxx | 102 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 D | cursuno.hxx | 32 class ScCellCursorObj : public ScCellRangeObj, 84 using ScCellRangeObj::getCellRangeByName;
|
/aoo42x/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
|
/aoo42x/main/sc/ |
H A D | Package_xml.mk | 110 $(eval $(call gb_Package_add_file,sc_xml,xml/ScCellRangeObj.xml,ScCellRangeObj.xml))
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlsubti.cxx | 823 ScCellRangeObj* pCellRangeObj = in SetMatrix() 824 static_cast<ScCellRangeObj*>(ScCellRangesBase::getImplementation( in SetMatrix()
|
/aoo42x/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScCellRangeObj.java | 93 public class ScCellRangeObj extends TestCase { class
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr4.cxx | 2611 ScCellRangeObj::CreateRangeFromDoc( pDok, aRange ); in ScExternal() 2623 ScCellRangeObj::CreateRangeFromDoc( pDok, aRange ); in ScExternal()
|