Searched refs:ScTableRowObj (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScTableRowObj.csv | 1 "ScTableRowObj";"com::sun::star::table::TableRow";"Height" 2 "ScTableRowObj";"com::sun::star::table::TableRow";"OptimalHeight" 3 "ScTableRowObj";"com::sun::star::table::TableRow";"IsVisible" 4 "ScTableRowObj";"com::sun::star::table::TableRow";"IsStartOfNewPage" 5 "ScTableRowObj";"com::sun::star::table::XCellRange";"getCellByPosition()" 6 "ScTableRowObj";"com::sun::star::table::XCellRange";"getCellRangeByPosition()" 7 "ScTableRowObj";"com::sun::star::table::XCellRange";"getCellRangeByName()" 8 "ScTableRowObj";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()" 9 "ScTableRowObj";"com::sun::star::beans::XPropertySet";"setPropertyValue()" 10 "ScTableRowObj";"com::sun::star::beans::XPropertySet";"getPropertyValue()" [all …]
|
/aoo4110/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScTableRowObj.java | 64 public class ScTableRowObj extends TestCase { class
|
/aoo4110/main/sc/qa/unoapi/ |
H A D | sc.sce | 127 # -o sc.ScTableRowObj
|
/aoo4110/main/framework/qa/complex/api_internal/ |
H A D | api.lst | 136 job138=sc.ScTableRowObj
|
/aoo4110/main/sc/inc/ |
H A D | docuno.hxx | 66 class ScTableRowObj; 591 ScTableRowObj* GetObjectByIndex_Impl(sal_Int32 nIndex) const;
|
H A D | cellsuno.hxx | 1297 class ScTableRowObj : public ScCellRangeObj class 1313 ScTableRowObj(ScDocShell* pDocSh, SCROW nRow, SCTAB nTab); 1314 virtual ~ScTableRowObj();
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 824 SC_SIMPLE_SERVICE_INFO( ScTableRowObj, "ScTableRowObj", "com.sun.star.table.TableRow" ) 9023 ScTableRowObj::ScTableRowObj(ScDocShell* pDocSh, SCROW nRow, SCTAB nTab) : in ScTableRowObj() function in ScTableRowObj 9029 ScTableRowObj::~ScTableRowObj() in ~ScTableRowObj() 9035 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScTableRowObj::getPropertySetInfo() in getPropertySetInfo() 9044 void ScTableRowObj::SetOnePropertyValue( const SfxItemPropertySimpleEntry* pEntry, const uno::Any& … in SetOnePropertyValue() 9122 void ScTableRowObj::GetOnePropertyValue( const SfxItemPropertySimpleEntry* pEntry, in GetOnePropertyValue() 9176 const SfxItemPropertyMap* ScTableRowObj::GetItemPropertyMap() in GetItemPropertyMap()
|
H A D | docuno.cxx | 3165 ScTableRowObj* ScTableRowsObj::GetObjectByIndex_Impl(sal_Int32 nIndex) const in GetObjectByIndex_Impl() 3169 return new ScTableRowObj( pDocShell, nRow, nTab ); in GetObjectByIndex_Impl()
|
Completed in 250 milliseconds