Home
last modified time | relevance | path

Searched refs:ScCellRangesObj (Results 1 – 14 of 14) sorted by relevance

/aoo41x/main/qadevOOo/objdsc/sc/
H A Dcom.sun.star.comp.office.ScCellRangesObj.csv1 "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 …]
/aoo41x/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx3429 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 Dviewuno.cxx964 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 Dservuno.cxx419 xRet.set((sheet::XSheetCellRanges*)new ScCellRangesObj( pDocShell, ScRangeList() )); in MakeInstance()
H A Ddocuno.cxx2294 … xTarget.set( static_cast<cppu::OWeakObject*>( new ScCellRangesObj( pDocShell, aTabRanges ) ) ); in NotifyChanges()
/aoo41x/main/qadevOOo/tests/java/mod/_sc/
H A DScCellRangesObj.java90 public class ScCellRangesObj extends TestCase { class
/aoo41x/main/sc/source/ui/vba/
H A Dvbarange.hxx56 class ScCellRangesObj;
117 ScCellRangesObj* getCellRangesObj() throw ( css::uno::RuntimeException );
H A Dvbarange.cxx239 …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 Dvbaeventshelper.cxx406 …uno::Reference< sheet::XSheetCellRangeContainer > xRanges( new ScCellRangesObj( mpDocShell, aRange… in changesOccurred()
H A Dvbaapplication.cxx949 …uno::Reference< sheet::XSheetCellRangeContainer > xRanges( new ScCellRangesObj( pDocShell, aCellRa… in lclCreateVbaRange()
/aoo41x/main/sc/qa/unoapi/
H A Dsc.sce52 -o sc.ScCellRangesObj
H A Dknownissues.xcl100 sc.ScCellRangesObj::com::sun::star::style::ParagraphProperties
/aoo41x/main/sc/inc/
H A Dcellsuno.hxx482 class SC_DLLPUBLIC ScCellRangesObj : public ScCellRangesBase, class
493 ScCellRangesObj(ScDocShell* pDocSh, const ScRangeList& rR);
494 virtual ~ScCellRangesObj();
/aoo41x/main/sc/source/ui/app/
H A Dtransobj.cxx533 xDragSourceRanges = new ScCellRangesObj( pSourceShell, aRanges ); in SetDragSource()

Completed in 188 milliseconds