Searched refs:STLPropertySet (Results 1 – 7 of 7) sorted by relevance
| /AOO42X/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 | 1135 … CustomAnimationEffectTabPage( Window* pParent, const ResId& rResId, const STLPropertySet* pSet ); 1138 void update( STLPropertySet* pSet ); 1152 const STLPropertySet* mpSet; 1199 …e::CustomAnimationEffectTabPage( Window* pParent, const ResId& rResId, const STLPropertySet* pSet ) in CustomAnimationEffectTabPage() 1586 void CustomAnimationEffectTabPage::update( STLPropertySet* pSet ) in update() 1862 …CustomAnimationDurationTabPage( Window* pParent, const ResId& rResId, const STLPropertySet* pSet ); 1865 void update( STLPropertySet* pSet ); 1870 const STLPropertySet* mpSet; 1887 …e::CustomAnimationDurationTabPage(Window* pParent, const ResId& rResId, const STLPropertySet* pSet) in CustomAnimationDurationTabPage() 2078 void CustomAnimationDurationTabPage::update( STLPropertySet* pSet ) in update() [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 | 1114 void addValue( STLPropertySet* pSet, sal_Int32 nHandle, const Any& rValue ) in addValue() 1325 STLPropertySet* CustomAnimationPane::createSelectionSet() in createSelectionSet() 1327 STLPropertySet* pSet = CustomAnimationDialog::createDefaultSet(); in createSelectionSet() 1447 void CustomAnimationPane::changeSelection( STLPropertySet* pResultSet, STLPropertySet* pOldSet ) in changeSelection() 1849 STLPropertySet* pSet = createSelectionSet(); in showOptions()
|
| /AOO42X/main/sd/ |
| H A D | Library_sd.mk | 270 sd/source/ui/animations/STLPropertySet \
|