Searched refs:ScTableColumnObj (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/ |
| H A D | com.sun.star.comp.office.ScTableColumnObj.csv | 1 "ScTableColumnObj";"com::sun::star::table::XCellRange";"getCellByPosition()" 2 "ScTableColumnObj";"com::sun::star::table::XCellRange";"getCellRangeByPosition()" 3 "ScTableColumnObj";"com::sun::star::table::XCellRange";"getCellRangeByName()" 4 "ScTableColumnObj";"com::sun::star::container::XNamed";"getName()" 5 "ScTableColumnObj";"com::sun::star::container::XNamed";"setName()" 6 "ScTableColumnObj";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()" 7 "ScTableColumnObj";"com::sun::star::beans::XPropertySet";"setPropertyValue()" 8 "ScTableColumnObj";"com::sun::star::beans::XPropertySet";"getPropertyValue()" 9 "ScTableColumnObj";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()" 10 "ScTableColumnObj";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()" [all …]
|
| /trunk/main/sc/ |
| H A D | Package_xml.mk | 82 $(eval $(call gb_Package_add_file,sc_xml,xml/ScTableColumnObj.xml,ScTableColumnObj.xml))
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | cellsuno.cxx | 823 SC_SIMPLE_SERVICE_INFO( ScTableColumnObj, "ScTableColumnObj", "com.sun.star.table.TableColumn" ) 8812 ScTableColumnObj::ScTableColumnObj( ScDocShell* pDocSh, SCCOL nCol, SCTAB nTab ) : in ScTableColumnObj() function in ScTableColumnObj 8818 ScTableColumnObj::~ScTableColumnObj() in ~ScTableColumnObj() 8822 uno::Any SAL_CALL ScTableColumnObj::queryInterface( const uno::Type& rType ) throw(uno::RuntimeExce… in queryInterface() 8829 void SAL_CALL ScTableColumnObj::acquire() throw() in acquire() 8834 void SAL_CALL ScTableColumnObj::release() throw() in release() 8839 uno::Sequence<uno::Type> SAL_CALL ScTableColumnObj::getTypes() throw(uno::RuntimeException) in getTypes() 8858 uno::Sequence<sal_Int8> SAL_CALL ScTableColumnObj::getImplementationId() throw(uno::RuntimeExceptio… in getImplementationId() 8871 rtl::OUString SAL_CALL ScTableColumnObj::getName() throw(uno::RuntimeException) in getName() 8882 void SAL_CALL ScTableColumnObj::setName( const rtl::OUString& /* aNewName */ ) in setName() [all …]
|
| H A D | docuno.cxx | 2917 ScTableColumnObj* ScTableColumnsObj::GetObjectByIndex_Impl(sal_Int32 nIndex) const in GetObjectByIndex_Impl() 2921 return new ScTableColumnObj( pDocShell, nCol, nTab ); in GetObjectByIndex_Impl() 2926 ScTableColumnObj* ScTableColumnsObj::GetObjectByName_Impl(const rtl::OUString& aName) const in GetObjectByName_Impl() 2932 return new ScTableColumnObj( pDocShell, nCol, nTab ); in GetObjectByName_Impl()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ |
| H A D | ScTableColumnObj.java | 67 public class ScTableColumnObj extends TestCase { class
|
| /trunk/main/sc/inc/ |
| H A D | docuno.hxx | 66 class ScTableColumnObj; 489 ScTableColumnObj* GetObjectByIndex_Impl(sal_Int32 nIndex) const; 490 ScTableColumnObj* GetObjectByName_Impl(const ::rtl::OUString& aName) const;
|
| H A D | cellsuno.hxx | 1245 class ScTableColumnObj : public ScCellRangeObj, class 1262 ScTableColumnObj(ScDocShell* pDocSh, SCCOL nCol, SCTAB nTab); 1263 virtual ~ScTableColumnObj();
|
| /trunk/main/sc/qa/unoapi/ |
| H A D | sc.sce | 123 # -o sc.ScTableColumnObj
|
| /trunk/main/framework/qa/complex/api_internal/ |
| H A D | api.lst | 127 job128=sc.ScTableColumnObj
|