Home
last modified time | relevance | path

Searched refs:mpCustomAnimationPresets (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/core/
H A DCustomAnimationPreset.cxx606 CustomAnimationPresets* CustomAnimationPresets::mpCustomAnimationPresets = 0; member in sd::CustomAnimationPresets
610 if( !mpCustomAnimationPresets ) in getCustomAnimationPresets()
614 if( !mpCustomAnimationPresets ) in getCustomAnimationPresets()
616 mpCustomAnimationPresets = new sd::CustomAnimationPresets(); in getCustomAnimationPresets()
617 mpCustomAnimationPresets->init(); in getCustomAnimationPresets()
621 return *mpCustomAnimationPresets; in getCustomAnimationPresets()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx164 mpCustomAnimationPresets(NULL), in CustomAnimationPane()
2521 if (mpCustomAnimationPresets == NULL) in getPresets()
2522 mpCustomAnimationPresets = &CustomAnimationPresets::getCustomAnimationPresets(); in getPresets()
2523 return *mpCustomAnimationPresets; in getPresets()
H A DCustomAnimationPane.hxx132 const CustomAnimationPresets* mpCustomAnimationPresets; member in sd::CustomAnimationPane
/trunk/main/sd/inc/
H A DCustomAnimationPreset.hxx143 static CustomAnimationPresets* mpCustomAnimationPresets; member in sd::CustomAnimationPresets

Completed in 29 milliseconds