Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScDataPilotItemObj.csv1 "ScDataPilotItemObj";"com::sun::star::sheet::DataPilotItem";"ShowDetail"
2 "ScDataPilotItemObj";"com::sun::star::sheet::DataPilotItem";"IsHidden"
3 "ScDataPilotItemObj";"com::sun::star::container::XNamed";"getName()"
4 "ScDataPilotItemObj";"com::sun::star::container::XNamed";"setName()"
5 "ScDataPilotItemObj";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
6 "ScDataPilotItemObj";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
7 "ScDataPilotItemObj";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
8 "ScDataPilotItemObj";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
9 "ScDataPilotItemObj";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
10 "ScDataPilotItemObj";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx3284 new ScDataPilotItemObj( mrParent, maFieldId, nIndex ) : 0; in GetObjectByIndex_Impl()
3387 ScDataPilotItemObj::ScDataPilotItemObj( ScDataPilotDescriptorBase& rParent, const ScFieldIdentifier… in ScDataPilotItemObj() function in ScDataPilotItemObj
3394 ScDataPilotItemObj::~ScDataPilotItemObj() in ~ScDataPilotItemObj()
3399 OUString SAL_CALL ScDataPilotItemObj::getName() throw(RuntimeException) in getName()
3417 void SAL_CALL ScDataPilotItemObj::setName( const OUString& /* aName */ ) in setName()
3424 SAL_CALL ScDataPilotItemObj::getPropertySetInfo( ) in getPropertySetInfo()
3486 Any SAL_CALL ScDataPilotItemObj::getPropertyValue( const OUString& aPropertyName ) in getPropertyValue()
3543 void SAL_CALL ScDataPilotItemObj::addPropertyChangeListener( in addPropertyChangeListener()
3549 void SAL_CALL ScDataPilotItemObj::removePropertyChangeListener( in removePropertyChangeListener()
3555 void SAL_CALL ScDataPilotItemObj::addVetoableChangeListener( in addVetoableChangeListener()
[all …]
/trunk/main/sc/inc/
H A Ddapiuno.hxx78 class ScDataPilotItemObj;
902 ScDataPilotItemObj* GetObjectByIndex_Impl( sal_Int32 nIndex ) const;
915 class ScDataPilotItemObj : public ScDataPilotChildObjBase, public ScDataPilotItemObjImpl class
918 explicit ScDataPilotItemObj(
923 virtual ~ScDataPilotItemObj();
/trunk/main/sc/
H A DPackage_xml.mk41 $(eval $(call gb_Package_add_file,sc_xml,xml/ScDataPilotItemObj.xml,ScDataPilotItemObj.xml))
/trunk/main/sc/qa/unoapi/
H A Dsc.sce67 -o sc.ScDataPilotItemObj
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDataPilotItemObj.java72 public class ScDataPilotItemObj extends TestCase { class

Completed in 36 milliseconds