Searched refs:ScCellObj (Results 1 – 20 of 20) sorted by relevance
/aoo4110/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScCellObj.csv | 1 "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 …]
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 4214 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 D | textuno.cxx | 631 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 D | viewuno.cxx | 312 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 D | shapeuno.cxx | 685 … 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 D | notesuno.cxx | 113 return (cppu::OWeakObject*)new ScCellObj( pDocShell, aCellPos ); in getParent()
|
H A D | nameuno.cxx | 403 return new ScCellObj( pDocShell, aRange.aStart ); in getReferredCells()
|
H A D | fielduno.cxx | 642 return new ScCellObj( pDocShell, aCellPos ); in getAnchor()
|
H A D | docuno.cxx | 2230 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 D | datauno.cxx | 1956 return new ScCellObj( pDocShell, aRange.aStart ); in getReferredCells()
|
/aoo4110/main/sc/inc/ |
H A D | textuno.hxx | 45 class ScCellObj; 248 ScCellObj& rTextObj; 252 ScCellTextCursor(ScCellObj& rText); 255 ScCellObj& GetCellObj() const { return rTextObj; } in GetCellObj()
|
H A D | cellsuno.hxx | 815 class SC_DLLPUBLIC ScCellObj : public ScCellRangeObj, class 853 ScCellObj(ScDocShell* pDocSh, const ScAddress& rP); 854 virtual ~ScCellObj();
|
/aoo4110/main/sc/qa/unoapi/ |
H A D | knownissues.xcl | 38 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 D | sc.sce | 50 -o sc.ScCellObj
|
/aoo4110/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScCellObj.java | 87 public class ScCellObj extends TestCase { class
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | xmlcelli.cxx | 1077 ScCellObj* pCellObj = in EndElement() 1078 static_cast<ScCellObj*>(ScCellRangesBase::getImplementation( in EndElement()
|
H A D | xmlexprt.cxx | 2890 rMyCell.sStringValue = ScCellObj::GetOutputString_Impl(pDoc, aPos); in GetCellText()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 1378 const SfxItemPropertyMap* pMap = ScCellObj::GetCellPropertyMap(); in ApplySelectionPattern()
|
H A D | gridwin.cxx | 2206 uno::Reference< table::XCell > xCell( new ScCellObj( pViewData->GetDocShell(), aCellPos ) ); in MouseButtonUp()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 782 ScCellObj* pCellObj = dynamic_cast< ScCellObj* >( xCell.get() ); in processValue()
|
Completed in 324 milliseconds