Searched refs:STLPropertySet (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sd/source/ui/animations/ |
H A D | STLPropertySet.cxx | 37 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 D | CustomAnimationDialog.hxx | 152 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 D | CustomAnimationDialog.cxx | 1138 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 D | CustomAnimationPane.hxx | 58 class STLPropertySet; 117 STLPropertySet* createSelectionSet(); 118 void changeSelection( STLPropertySet* pResultSet, STLPropertySet* pOldSet );
|
H A D | STLPropertySet.hxx | 59 class STLPropertySet class 62 STLPropertySet(); 63 ~STLPropertySet();
|
H A D | CustomAnimationPane.cxx | 1118 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() 1850 STLPropertySet* pSet = createSelectionSet(); in showOptions()
|
H A D | makefile.mk | 54 $(SLO)$/STLPropertySet.obj \
|
Completed in 48 milliseconds