Home
last modified time | relevance | path

Searched refs:ScDataPilotTableObj (Results 1 – 7 of 7) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScDataPilotTableObj.csv1 "ScDataPilotTableObj";"com::sun::star::container::XNamed";"getName()"
2 "ScDataPilotTableObj";"com::sun::star::container::XNamed";"setName()"
3 "ScDataPilotTableObj";"com::sun::star::sheet::XDataPilotDescriptor";"getTag()"
4 "ScDataPilotTableObj";"com::sun::star::sheet::XDataPilotDescriptor";"setTag()"
5 "ScDataPilotTableObj";"com::sun::star::sheet::XDataPilotDescriptor";"getSourceRange()"
6 "ScDataPilotTableObj";"com::sun::star::sheet::XDataPilotDescriptor";"setSourceRange()"
7 "ScDataPilotTableObj";"com::sun::star::sheet::XDataPilotDescriptor";"getFilterDescriptor()"
8 "ScDataPilotTableObj";"com::sun::star::sheet::XDataPilotDescriptor";"getDataPilotFields()"
9 "ScDataPilotTableObj";"com::sun::star::sheet::XDataPilotDescriptor";"getColumnFields()"
10 "ScDataPilotTableObj";"com::sun::star::sheet::XDataPilotDescriptor";"getRowFields()"
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx186 SC_SIMPLE_SERVICE_INFO( ScDataPilotTableObj, "ScDataPilotTableObj", "com.sun.star.sheet.DataPilotTa…
334 ScDataPilotTableObj* ScDataPilotTablesObj::GetObjectByIndex_Impl( sal_Int32 nIndex ) in GetObjectByIndex_Impl()
353 return new ScDataPilotTableObj( pDocShell, nTab, aName ); in GetObjectByIndex_Impl()
363 ScDataPilotTableObj* ScDataPilotTablesObj::GetObjectByName_Impl(const OUString& rName) in GetObjectByName_Impl()
366 return new ScDataPilotTableObj( pDocShell, nTab, rName ); in GetObjectByName_Impl()
1122 ScDataPilotTableObj::ScDataPilotTableObj(ScDocShell* pDocSh, SCTAB nT, const String& rN) : in ScDataPilotTableObj() function in ScDataPilotTableObj
1130 ScDataPilotTableObj::~ScDataPilotTableObj() in ~ScDataPilotTableObj()
1134 Any SAL_CALL ScDataPilotTableObj::queryInterface( const uno::Type& rType ) in queryInterface()
1146 void SAL_CALL ScDataPilotTableObj::acquire() throw() in acquire()
1151 void SAL_CALL ScDataPilotTableObj::release() throw() in release()
[all …]
/trunk/main/sc/inc/
H A Ddapiuno.hxx76 class ScDataPilotTableObj;
106 ScDataPilotTableObj* GetObjectByIndex_Impl( sal_Int32 nIndex );
107 ScDataPilotTableObj* GetObjectByName_Impl(const ::rtl::OUString& aName);
314 class ScDataPilotTableObj : public ScDataPilotDescriptorBase, class
326 ScDataPilotTableObj(ScDocShell* pDocSh, SCTAB nT, const String& rN);
327 virtual ~ScDataPilotTableObj();
/trunk/main/sc/
H A DPackage_xml.mk93 $(eval $(call gb_Package_add_file,sc_xml,xml/ScDataPilotTableObj.xml,ScDataPilotTableObj.xml))
/trunk/main/sc/qa/unoapi/
H A Dsc.sce69 -o sc.ScDataPilotTableObj
H A Dknownissues.xcl216 sc.ScDataPilotTableObj::com::sun::star::sheet::XDataPilotTable
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDataPilotTableObj.java70 public class ScDataPilotTableObj extends TestCase { class