Home
last modified time | relevance | path

Searched refs:STLPropertySet (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/sd/source/ui/animations/
H A DSTLPropertySet.cxx37 STLPropertySet::STLPropertySet() in STLPropertySet() function in sd::STLPropertySet
41 STLPropertySet::~STLPropertySet() in ~STLPropertySet()
45 void STLPropertySet::setPropertyDefaultValue( sal_Int32 nHandle, const Any& rValue ) in setPropertyDefaultValue()
51 void STLPropertySet::setPropertyValue( sal_Int32 nHandle, const Any& rValue, sal_Int32 /* nState = … in setPropertyValue()
65 Any STLPropertySet::getPropertyValue( sal_Int32 nHandle ) const in getPropertyValue()
81 sal_Int32 STLPropertySet::getPropertyState( sal_Int32 nHandle ) const in getPropertyState()
95 void STLPropertySet::setPropertyState( sal_Int32 nHandle, sal_Int32 nState ) in setPropertyState()
108 bool STLPropertySet::findProperty( sal_Int32 nHandle, PropertyMapIter& rIter ) in findProperty()
114 bool STLPropertySet::findProperty( sal_Int32 nHandle, PropertyMapConstIter& rIter ) const in findProperty()
H A DCustomAnimationDialog.hxx152 class STLPropertySet;
157 CustomAnimationDialog( Window* pParent, STLPropertySet* pSet, sal_uInt16 nPage = 0 );
160 STLPropertySet* getDefaultSet() { return mpSet; } in getDefaultSet()
161 STLPropertySet* getResultSet();
163 static STLPropertySet* createDefaultSet();
166 STLPropertySet* mpSet;
167 STLPropertySet* mpResultSet;
H A DCustomAnimationDialog.cxx1138 void update( STLPropertySet* pSet );
1152 const STLPropertySet* mpSet;
1586 void CustomAnimationEffectTabPage::update( STLPropertySet* pSet ) in update()
1865 void update( STLPropertySet* pSet );
1870 const STLPropertySet* mpSet;
2078 void CustomAnimationDurationTabPage::update( STLPropertySet* pSet ) in update()
2243 void update( STLPropertySet* pSet );
2256 const STLPropertySet* mpSet;
2472 STLPropertySet* CustomAnimationDialog::getResultSet() in getResultSet()
2487 STLPropertySet* CustomAnimationDialog::createDefaultSet() in createDefaultSet()
[all …]
H A DCustomAnimationPane.hxx58 class STLPropertySet;
117 STLPropertySet* createSelectionSet();
118 void changeSelection( STLPropertySet* pResultSet, STLPropertySet* pOldSet );
H A DSTLPropertySet.hxx59 class STLPropertySet class
62 STLPropertySet();
63 ~STLPropertySet();
H A DCustomAnimationPane.cxx1118 void addValue( STLPropertySet* pSet, sal_Int32 nHandle, const Any& rValue ) in addValue()
1329 STLPropertySet* CustomAnimationPane::createSelectionSet() in createSelectionSet()
1331 STLPropertySet* pSet = CustomAnimationDialog::createDefaultSet(); in createSelectionSet()
1451 void CustomAnimationPane::changeSelection( STLPropertySet* pResultSet, STLPropertySet* pOldSet ) in changeSelection()
1853 STLPropertySet* pSet = createSelectionSet(); in showOptions()
/aoo42x/main/sd/
H A DLibrary_sd.mk270 sd/source/ui/animations/STLPropertySet \

Completed in 66 milliseconds