Searched refs:ScDataPilotTableObj (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/ |
| H A D | com.sun.star.comp.office.ScDataPilotTableObj.csv | 1 "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 D | dapiuno.cxx | 186 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 D | dapiuno.hxx | 76 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 D | Package_xml.mk | 93 $(eval $(call gb_Package_add_file,sc_xml,xml/ScDataPilotTableObj.xml,ScDataPilotTableObj.xml))
|
| /trunk/main/sc/qa/unoapi/ |
| H A D | sc.sce | 69 -o sc.ScDataPilotTableObj
|
| H A D | knownissues.xcl | 216 sc.ScDataPilotTableObj::com::sun::star::sheet::XDataPilotTable
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ |
| H A D | ScDataPilotTableObj.java | 70 public class ScDataPilotTableObj extends TestCase { class
|