Searched refs:ScCellRangesObj (Results 1 – 14 of 14) sorted by relevance
/aoo4110/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScCellRangesObj.csv | 1 "ScCellRangesObj";"com::sun::star::table::CellProperties";"CellStyle#optional" 2 "ScCellRangesObj";"com::sun::star::table::CellProperties";"CellBackColor" 4 "ScCellRangesObj";"com::sun::star::table::CellProperties";"HoriJustify" 5 "ScCellRangesObj";"com::sun::star::table::CellProperties";"VertJustify" 7 "ScCellRangesObj";"com::sun::star::table::CellProperties";"ParaIndent" 8 "ScCellRangesObj";"com::sun::star::table::CellProperties";"Orientation" 9 "ScCellRangesObj";"com::sun::star::table::CellProperties";"RotateAngle" 13 "ScCellRangesObj";"com::sun::star::table::CellProperties";"TopBorder" 28 "ScCellRangesObj";"com::sun::star::util::XSearchable";"findAll()" 29 "ScCellRangesObj";"com::sun::star::util::XSearchable";"findFirst()" [all …]
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 3429 return new ScCellRangesObj( pDocShell, aNewRanges ); in queryVisibleCells() 3754 return new ScCellRangesObj( pDocShell, aNew ); // kann leer sein in queryIntersection() 3807 return new ScCellRangesObj( pDocShell, aNewRanges ); in queryPrecedents() 3870 return new ScCellRangesObj( pDocShell, aNewRanges ); in queryDependents() 3917 xRet.set(new ScCellRangesObj( pDocShell, aNewRanges )); in findAll() 4130 ScCellRangesObj::ScCellRangesObj(ScDocShell* pDocSh, const ScRangeList& rR) : in ScCellRangesObj() function in ScCellRangesObj 4135 ScCellRangesObj::~ScCellRangesObj() in ~ScCellRangesObj() 4139 void ScCellRangesObj::RefChanged() in RefChanged() 4161 void SAL_CALL ScCellRangesObj::acquire() throw() in acquire() 4166 void SAL_CALL ScCellRangesObj::release() throw() in release() [all …]
|
H A D | viewuno.cxx | 964 pObj = new ScCellRangesObj( pDocSh, aRangeList ); in getSelection() 976 pObj = new ScCellRangesObj( pDocSh, aRangeList ); in getSelection() 989 pObj = new ScCellRangesObj( pDocSh, *xRanges ); in getSelection()
|
H A D | servuno.cxx | 419 xRet.set((sheet::XSheetCellRanges*)new ScCellRangesObj( pDocShell, ScRangeList() )); in MakeInstance()
|
H A D | docuno.cxx | 2294 … xTarget.set( static_cast<cppu::OWeakObject*>( new ScCellRangesObj( pDocShell, aTabRanges ) ) ); in NotifyChanges()
|
/aoo4110/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScCellRangesObj.java | 90 public class ScCellRangesObj extends TestCase { class
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbarange.hxx | 56 class ScCellRangesObj; 117 ScCellRangesObj* getCellRangesObj() throw ( css::uno::RuntimeException );
|
H A D | vbarange.cxx | 239 …uno::Reference< sheet::XSheetCellRangeContainer > xRanges( new ScCellRangesObj( pDoc, aCellRanges … in lcl_makeXRangeFromSheetCellRanges() 260 ScCellRangesObj* ScVbaRange::getCellRangesObj() throw ( uno::RuntimeException ) in getCellRangesObj() 262 return dynamic_cast< ScCellRangesObj* >( getCellRangesBase() ); in getCellRangesObj() 1241 …uno::Reference< sheet::XSheetCellRangeContainer > xRanges( new ScCellRangesObj( pDocSh, aCellRange… in getRangeForName() 1301 return new ScCellRangesObj( getDocShellFromRanges( rxCellRanges ), aScRanges ); in lclExpandToMerged() 1907 …uno::Reference< sheet::XSheetCellRangeContainer > xRanges( new ScCellRangesObj( pUnoRangesBase->Ge… in Offset() 2882 …uno::Reference< sheet::XSheetCellRangeContainer > xRanges( new ScCellRangesObj( pUnoRangesBase->Ge… in getEntireColumnOrRow() 5553 …uno::Reference< sheet::XSheetCellRangeContainer > xRanges( new ScCellRangesObj( getScDocShell(), a… in SpecialCells()
|
H A D | vbaeventshelper.cxx | 406 …uno::Reference< sheet::XSheetCellRangeContainer > xRanges( new ScCellRangesObj( mpDocShell, aRange… in changesOccurred()
|
H A D | vbaapplication.cxx | 949 …uno::Reference< sheet::XSheetCellRangeContainer > xRanges( new ScCellRangesObj( pDocShell, aCellRa… in lclCreateVbaRange()
|
/aoo4110/main/sc/qa/unoapi/ |
H A D | sc.sce | 52 -o sc.ScCellRangesObj
|
H A D | knownissues.xcl | 100 sc.ScCellRangesObj::com::sun::star::style::ParagraphProperties
|
/aoo4110/main/sc/inc/ |
H A D | cellsuno.hxx | 482 class SC_DLLPUBLIC ScCellRangesObj : public ScCellRangesBase, class 493 ScCellRangesObj(ScDocShell* pDocSh, const ScRangeList& rR); 494 virtual ~ScCellRangesObj();
|
/aoo4110/main/sc/source/ui/app/ |
H A D | transobj.cxx | 533 xDragSourceRanges = new ScCellRangesObj( pSourceShell, aRanges ); in SetDragSource()
|
Completed in 281 milliseconds