Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/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"
4 "ScCellObj";"com::sun::star::table::CellProperties";"HoriJustify"
5 "ScCellObj";"com::sun::star::table::CellProperties";"VertJustify"
7 "ScCellObj";"com::sun::star::table::CellProperties";"ParaIndent"
25 "ScCellObj";"com::sun::star::util::XSearchable";"findAll()"
133 "ScCellObj";"com::sun::star::table::XCell";"getValue()"
134 "ScCellObj";"com::sun::star::table::XCell";"setValue()"
135 "ScCellObj";"com::sun::star::table::XCell";"getType()"
136 "ScCellObj";"com::sun::star::table::XCell";"getError()"
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx4214 return new ScCellObj( pDocSh, aRange.aStart ); in GetObjectByIndex_Impl()
4898 return new ScCellObj( pDocSh, aNew ); in GetCellByPosition_Impl()
6075 ScCellObj::ScCellObj(ScDocShell* pDocSh, const ScAddress& rP) : in ScCellObj() function in ScCellObj
6086 SvxUnoText& ScCellObj::GetUnoText() in GetUnoText()
6103 ScCellObj::~ScCellObj() in ~ScCellObj()
6109 void ScCellObj::RefChanged() in RefChanged()
6137 void SAL_CALL ScCellObj::acquire() throw() in acquire()
6142 void SAL_CALL ScCellObj::release() throw() in release()
6227 String ScCellObj::GetOutputString_Impl() const in GetOutputString_Impl()
6247 double ScCellObj::GetValue_Impl() const in GetValue_Impl()
[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.cxx2230 xRangeObj.set( new ScCellObj( pDocShell, aRange.aStart ) ); in NotifyChanges()
2289 … 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()
/trunk/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();
/trunk/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
/trunk/main/sc/
H A DPackage_xml.mk29 $(eval $(call gb_Package_add_file,sc_xml,xml/ScCellObj.xml,ScCellObj.xml))
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScCellObj.java87 public class ScCellObj extends TestCase { class
/trunk/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()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx1378 const SfxItemPropertyMap* pMap = ScCellObj::GetCellPropertyMap(); in ApplySelectionPattern()
H A Dgridwin.cxx2221 uno::Reference< table::XCell > xCell( new ScCellObj( pViewData->GetDocShell(), aCellPos ) ); in MouseButtonUp()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx782 ScCellObj* pCellObj = dynamic_cast< ScCellObj* >( xCell.get() ); in processValue()

Completed in 236 milliseconds