Home
last modified time | relevance | path

Searched refs:ScDataPilotFieldObj (Results 1 – 8 of 8) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScDataPilotFieldObj.csv1 "ScDataPilotFieldObj";"com::sun::star::sheet::XDataPilotFieldGrouping#optional";"createNameGroup()"
2 "ScDataPilotFieldObj";"com::sun::star::sheet::XDataPilotFieldGrouping#optional";"createDateGroup()"
3 "ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"Orientation"
4 "ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"Function"
5 "ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"SelectedPage#optional"
6 "ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"UseSelectedPage#optional"
7 "ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"UsedHierarchy#optional"
8 "ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"HasSortInfo#optional"
9 "ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"SortInfo#optional"
10 "ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"HasLayoutInfo#optional"
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx184 SC_SIMPLE_SERVICE_INFO( ScDataPilotFieldObj, "ScDataPilotFieldObj", "com.sun.star.sheet.DataPilotFi…
1071 return new ScDataPilotFieldObj( *this, aFieldId ); in getDataLayoutField()
1731 ScDataPilotFieldObj* ScDataPilotFieldsObj::GetObjectByIndex_Impl( sal_Int32 nIndex ) const in GetObjectByIndex_Impl()
1738 return new ScDataPilotFieldObj( mrParent, aFieldId, maOrient ); in GetObjectByIndex_Impl()
1743 ScDataPilotFieldObj* ScDataPilotFieldsObj::GetObjectByName_Impl(const OUString& aName) const in GetObjectByName_Impl()
1749 return new ScDataPilotFieldObj( mrParent, aFieldId, maOrient ); in GetObjectByName_Impl()
1840 ScDataPilotFieldObj::ScDataPilotFieldObj( in ScDataPilotFieldObj() function in ScDataPilotFieldObj
1847 ScDataPilotFieldObj::ScDataPilotFieldObj( ScDataPilotDescriptorBase& rParent, in ScDataPilotFieldObj() function in ScDataPilotFieldObj
1855 ScDataPilotFieldObj::~ScDataPilotFieldObj() in ~ScDataPilotFieldObj()
1861 OUString SAL_CALL ScDataPilotFieldObj::getName() throw(RuntimeException) in getName()
[all …]
/trunk/main/sc/inc/
H A Ddapiuno.hxx77 class ScDataPilotFieldObj;
499 ScDataPilotFieldObj* GetObjectByIndex_Impl( sal_Int32 nIndex ) const;
500 ScDataPilotFieldObj* GetObjectByName_Impl( const ::rtl::OUString& rName ) const;
519 class ScDataPilotFieldObj : public ScDataPilotChildObjBase, public ScDataPilotFieldObjImpl class
522 ScDataPilotFieldObj(
526 ScDataPilotFieldObj(
531 virtual ~ScDataPilotFieldObj();
/trunk/main/sc/
H A DPackage_xml.mk103 $(eval $(call gb_Package_add_file,sc_xml,xml/ScDataPilotFieldObj.xml,ScDataPilotFieldObj.xml))
/trunk/main/sc/qa/unoapi/
H A Dsc.sce65 -o sc.ScDataPilotFieldObj
H A Dknownissues.xcl213 sc.ScDataPilotFieldObj::com::sun::star::sheet::XDataPilotFieldGrouping
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDataPilotFieldObj.java71 public class ScDataPilotFieldObj extends TestCase { class
/trunk/main/framework/qa/complex/api_internal/
H A Dapi.lst83 job84=sc.ScDataPilotFieldObj