Searched refs:ScDataPilotItemObj (Results 1 – 5 of 5) sorted by relevance
1 "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 …]
3284 new ScDataPilotItemObj( mrParent, maFieldId, nIndex ) : 0; in GetObjectByIndex_Impl()3387 ScDataPilotItemObj::ScDataPilotItemObj( ScDataPilotDescriptorBase& rParent, const ScFieldIdentifier… in ScDataPilotItemObj() function in ScDataPilotItemObj3394 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 …]
78 class ScDataPilotItemObj;902 ScDataPilotItemObj* GetObjectByIndex_Impl( sal_Int32 nIndex ) const;915 class ScDataPilotItemObj : public ScDataPilotChildObjBase, public ScDataPilotItemObjImpl class918 explicit ScDataPilotItemObj(923 virtual ~ScDataPilotItemObj();
67 -o sc.ScDataPilotItemObj
72 public class ScDataPilotItemObj extends TestCase { class
Completed in 61 milliseconds