Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/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()"
10 "ScDataPilotTableObj";"com::sun::star::sheet::XDataPilotDescriptor";"getRowFields()"
11 "ScDataPilotTableObj";"com::sun::star::sheet::XDataPilotDescriptor";"getPageFields()"
14 "ScDataPilotTableObj";"com::sun::star::sheet::XDataPilotTable";"getOutputRange()"
15 "ScDataPilotTableObj";"com::sun::star::sheet::XDataPilotTable";"refresh()"
[all …]
/aoo4110/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx353 return new ScDataPilotTableObj( pDocShell, nTab, aName ); in GetObjectByIndex_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()
1146 void SAL_CALL ScDataPilotTableObj::acquire() throw() in acquire()
1151 void SAL_CALL ScDataPilotTableObj::release() throw() in release()
1189 ScDPObject* ScDataPilotTableObj::GetDPObject() const in GetDPObject()
1194 void ScDataPilotTableObj::SetDPObject( ScDPObject* pDPObject ) in SetDPObject()
1243 void SAL_CALL ScDataPilotTableObj::setTag( const OUString& aNewTag ) in setTag()
1279 void SAL_CALL ScDataPilotTableObj::refresh() throw(RuntimeException) in refresh()
[all …]
/aoo4110/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();
/aoo4110/main/sc/qa/unoapi/
H A Dsc.sce69 -o sc.ScDataPilotTableObj
H A Dknownissues.xcl216 sc.ScDataPilotTableObj::com::sun::star::sheet::XDataPilotTable
/aoo4110/main/qadevOOo/tests/java/mod/_sc/
H A DScDataPilotTableObj.java70 public class ScDataPilotTableObj extends TestCase { class

Completed in 53 milliseconds