Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/main/sd/inc/
H A DCustomAnimationPreset.hxx143 static CustomAnimationPresets* mpCustomAnimationPresets; member in sd::CustomAnimationPresets
/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationPane.hxx132 const CustomAnimationPresets* mpCustomAnimationPresets; member in sd::CustomAnimationPane
H A DCustomAnimationPane.cxx164 mpCustomAnimationPresets(NULL), in CustomAnimationPane()
2518 if (mpCustomAnimationPresets == NULL) in getPresets()
2519 mpCustomAnimationPresets = &CustomAnimationPresets::getCustomAnimationPresets(); in getPresets()
2520 return *mpCustomAnimationPresets; in getPresets()

Completed in 37 milliseconds