| /AOO41X/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" 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 D | cellsuno.cxx | 3962 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 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 | 2261 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 D | datauno.cxx | 1956 return new ScCellObj( pDocShell, aRange.aStart ); in getReferredCells()
|
| /AOO41X/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();
|
| /AOO41X/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
|
| /AOO41X/main/qadevOOo/tests/java/mod/_sc/ |
| H A D | ScCellObj.java | 87 public class ScCellObj extends TestCase { class
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbarange.cxx | 782 ScCellObj* pCellObj = dynamic_cast< ScCellObj* >( xCell.get() ); in processValue()
|