Home
last modified time | relevance | path

Searched refs:ScTableRowObj (Results 1 – 9 of 9) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScTableRowObj.csv1 "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 …]
/trunk/main/sc/
H A DPackage_xml.mk127 $(eval $(call gb_Package_add_file,sc_xml,xml/ScTableRowObj.xml,ScTableRowObj.xml))
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScTableRowObj.java64 public class ScTableRowObj extends TestCase { class
/trunk/main/sc/qa/unoapi/
H A Dsc.sce127 # -o sc.ScTableRowObj
/trunk/main/framework/qa/complex/api_internal/
H A Dapi.lst136 job138=sc.ScTableRowObj
/trunk/main/sc/inc/
H A Ddocuno.hxx66 class ScTableRowObj;
591 ScTableRowObj* GetObjectByIndex_Impl(sal_Int32 nIndex) const;
H A Dcellsuno.hxx1297 class ScTableRowObj : public ScCellRangeObj class
1313 ScTableRowObj(ScDocShell* pDocSh, SCROW nRow, SCTAB nTab);
1314 virtual ~ScTableRowObj();
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx824 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 Ddocuno.cxx3165 ScTableRowObj* ScTableRowsObj::GetObjectByIndex_Impl(sal_Int32 nIndex) const in GetObjectByIndex_Impl()
3169 return new ScTableRowObj( pDocShell, nRow, nTab ); in GetObjectByIndex_Impl()

Completed in 91 milliseconds