Home
last modified time | relevance | path

Searched refs:ScCellObj (Results 1 – 20 of 20) sorted by relevance

/AOO41X/main/qadevOOo/objdsc/sc/
H A Dcom.sun.star.comp.office.ScCellObj.csv1 "ScCellObj";"com::sun::star::table::CellProperties";"CellStyle#optional"
2 "ScCellObj";"com::sun::star::table::CellProperties";"CellBackColor"
3 "ScCellObj";"com::sun::star::table::CellProperties";"IsCellBackgroundTransparent"
4 "ScCellObj";"com::sun::star::table::CellProperties";"HoriJustify"
5 "ScCellObj";"com::sun::star::table::CellProperties";"VertJustify"
6 "ScCellObj";"com::sun::star::table::CellProperties";"IsTextWrapped"
7 "ScCellObj";"com::sun::star::table::CellProperties";"ParaIndent"
8 "ScCellObj";"com::sun::star::table::CellProperties";"Orientation"
9 "ScCellObj";"com::sun::star::table::CellProperties";"RotateAngle"
10 "ScCellObj";"com::sun::star::table::CellProperties";"RotateReference"
[all …]
/AOO41X/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx3962 xRet.set((cppu::OWeakObject*) new ScCellObj( pDocShell, aFoundPos )); in Find_Impl()
4214 return new ScCellObj( pDocSh, aRange.aStart ); in GetObjectByIndex_Impl()
4620 xRange.set(new ScCellObj( pDocSh, aRange.aStart )); in getByName()
4898 return new ScCellObj( pDocSh, aNew ); in GetCellByPosition_Impl()
4995 return new ScCellObj( pDocSh, aCellRange.aStart ); in getCellRangeByName()
6066 const SvxItemPropertySet* ScCellObj::GetEditPropertySet() // static in GetEditPropertySet()
6070 const SfxItemPropertyMap* ScCellObj::GetCellPropertyMap() in GetCellPropertyMap()
6075 ScCellObj::ScCellObj(ScDocShell* pDocSh, const ScAddress& rP) : in ScCellObj() function in ScCellObj
6086 SvxUnoText& ScCellObj::GetUnoText() in GetUnoText()
6103 ScCellObj::~ScCellObj() in ~ScCellObj()
[all …]
H A Dtextuno.cxx631 ScCellTextCursor::ScCellTextCursor(ScCellObj& rText) : in ScCellTextCursor()
957 … SvxUnoText( GetOriginalSource(), ScCellObj::GetEditPropertySet(), uno::Reference<text::XText>() ) in ScEditEngineTextObj()
1141 … SvxUnoText( GetOriginalSource(), ScCellObj::GetEditPropertySet(), uno::Reference<text::XText>() ) in ScCellTextObj()
H A Dviewuno.cxx312 return new ScCellObj( pDocSh, aRange.aStart ); in getReferredCells()
948 pObj = new ScCellObj( pDocSh, aRange.aStart ); in getSelection()
970 pObj = new ScCellObj( pDocSh, rRange.aStart ); in getSelection()
1217 ScCellObj* pCellObj = new ScCellObj(pData->GetDocShell(), aCellPos); in GetClickedObject()
H A Dshapeuno.cxx685 … xAnchor.set(static_cast<cppu::OWeakObject*>(new ScCellObj( pDocSh, aRange.aStart ))); in getPropertyValue()
1035 xRet.set(new ScCellObj( pDocSh, aRange.aStart )); in getAnchor()
1292 … return static_cast< ::cppu::OWeakObject* >( new ScCellObj( pDocSh, pCaptData->maStart ) ); in getParent()
H A Dnotesuno.cxx113 return (cppu::OWeakObject*)new ScCellObj( pDocShell, aCellPos ); in getParent()
H A Dnameuno.cxx403 return new ScCellObj( pDocShell, aRange.aStart ); in getReferredCells()
H A Dfielduno.cxx642 return new ScCellObj( pDocShell, aCellPos ); in getAnchor()
H A Ddocuno.cxx2261 xRangeObj.set( new ScCellObj( pDocShell, aRange.aStart ) ); in NotifyChanges()
2320 … xTarget.set( static_cast<cppu::OWeakObject*>( new ScCellObj( pDocShell, aRange.aStart ) ) ); in NotifyChanges()
H A Ddatauno.cxx1956 return new ScCellObj( pDocShell, aRange.aStart ); in getReferredCells()
/AOO41X/main/sc/inc/
H A Dtextuno.hxx45 class ScCellObj;
248 ScCellObj& rTextObj;
252 ScCellTextCursor(ScCellObj& rText);
255 ScCellObj& GetCellObj() const { return rTextObj; } in GetCellObj()
H A Dcellsuno.hxx815 class SC_DLLPUBLIC ScCellObj : public ScCellRangeObj, class
853 ScCellObj(ScDocShell* pDocSh, const ScAddress& rP);
854 virtual ~ScCellObj();
/AOO41X/main/sc/qa/unoapi/
H A Dknownissues.xcl38 sc.ScCellObj::com::sun::star::sheet::XCellRangesQuery
98 sc.ScCellObj::com::sun::star::style::ParagraphProperties
212 sc.ScCellObj::com::sun::star::sheet::XSheetAnnotationAnchor
H A Dsc.sce50 -o sc.ScCellObj
/AOO41X/main/qadevOOo/tests/java/mod/_sc/
H A DScCellObj.java87 public class ScCellObj extends TestCase { class
/AOO41X/main/sc/source/filter/xml/
H A Dxmlcelli.cxx1077 ScCellObj* pCellObj = in EndElement()
1078 static_cast<ScCellObj*>(ScCellRangesBase::getImplementation( in EndElement()
H A Dxmlexprt.cxx2890 rMyCell.sStringValue = ScCellObj::GetOutputString_Impl(pDoc, aPos); in GetCellText()
/AOO41X/main/sc/source/ui/view/
H A Dviewfunc.cxx1378 const SfxItemPropertyMap* pMap = ScCellObj::GetCellPropertyMap(); in ApplySelectionPattern()
H A Dgridwin.cxx2206 … uno::Reference< table::XCell > xCell( new ScCellObj( pViewData->GetDocShell(), aCellPos ) ); in MouseButtonUp()
/AOO41X/main/sc/source/ui/vba/
H A Dvbarange.cxx782 ScCellObj* pCellObj = dynamic_cast< ScCellObj* >( xCell.get() ); in processValue()