Home
last modified time | relevance | path

Searched refs:EXIT (Results 1 – 14 of 14) sorted by relevance

/trunk/main/oox/source/ppt/
H A Dcommontimenodecontext.cxx187 { ::com::sun::star::presentation::EffectPresetClass::EXIT, 4 ,"ooo-exit-box" },
189 { ::com::sun::star::presentation::EffectPresetClass::EXIT, 6 ,"ooo-exit-circle" },
196 { ::com::sun::star::presentation::EffectPresetClass::EXIT, 13 ,"ooo-exit-plus" },
199 { ::com::sun::star::presentation::EffectPresetClass::EXIT, 16 ,"ooo-exit-split" },
203 { ::com::sun::star::presentation::EffectPresetClass::EXIT, 20 ,"ooo-exit-wedge" },
205 { ::com::sun::star::presentation::EffectPresetClass::EXIT, 22 ,"ooo-exit-wipe" },
206 { ::com::sun::star::presentation::EffectPresetClass::EXIT, 23 ,"ooo-exit-zoom" },
221 { ::com::sun::star::presentation::EffectPresetClass::EXIT, 41 ,"ooo-exit-whip" },
234 { ::com::sun::star::presentation::EffectPresetClass::EXIT, 56 ,"ooo-exit-flip" },
235 { ::com::sun::star::presentation::EffectPresetClass::EXIT, 58 ,"ooo-exit-fold" },
[all …]
/trunk/main/sd/source/filter/ppt/
H A Dpptanimations.hxx431 { ::com::sun::star::presentation::EffectPresetClass::EXIT, 4 ,"ooo-exit-box" },
433 { ::com::sun::star::presentation::EffectPresetClass::EXIT, 6 ,"ooo-exit-circle" },
440 { ::com::sun::star::presentation::EffectPresetClass::EXIT, 13 ,"ooo-exit-plus" },
443 { ::com::sun::star::presentation::EffectPresetClass::EXIT, 16 ,"ooo-exit-split" },
447 { ::com::sun::star::presentation::EffectPresetClass::EXIT, 20 ,"ooo-exit-wedge" },
448 { ::com::sun::star::presentation::EffectPresetClass::EXIT, 21 ,"ooo-exit-wheel" },
449 { ::com::sun::star::presentation::EffectPresetClass::EXIT, 22 ,"ooo-exit-wipe" },
450 { ::com::sun::star::presentation::EffectPresetClass::EXIT, 23 ,"ooo-exit-zoom" },
465 { ::com::sun::star::presentation::EffectPresetClass::EXIT, 41 ,"ooo-exit-whip" },
478 { ::com::sun::star::presentation::EffectPresetClass::EXIT, 56 ,"ooo-exit-flip" },
[all …]
H A Dpptinanimations.cxx366 case DFF_ANIM_PRESS_CLASS_EXIT: rPresetClass = EffectPresetClass::EXIT; return true; in is_random()
1059 if( (nPresetClass == EffectPresetClass::ENTRANCE) || (nPresetClass == EffectPresetClass::EXIT) ) in getConvertedSubType()
1221 case DFF_ANIM_PRESS_CLASS_EXIT: nEffectPresetClass = EffectPresetClass::EXIT; break; in fillNode()
1257 case EffectPresetClass::EXIT: sBuffer.appendAscii( "exit_" ); break; in fillNode()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx332 EXIT, enumerator
770 setReply(EXIT); in handle()
791 if(aReplyType == EXIT) in push()
792 setReply(EXIT); in push()
809 if(aReplyType == EXIT) in update()
810 setReply(EXIT); in update()
826 if(aReplyType == EXIT) in pop()
827 setReply(EXIT); in pop()
844 if(aReplyType == EXIT) in setStream()
845 setReply(EXIT); in setStream()
[all …]
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx80 const int EXIT = 2; variable
539 …mpTabPages[EXIT] = new CustomAnimationCreateTabPage( mpTabControl, this, EXIT, rPresets.getExitPre… in CustomAnimationCreateDialog()
540 mpTabPages[EXIT]->SetHelpId( HID_SD_CUSTOMANIMATIONDIALOG_EXIT ); in CustomAnimationCreateDialog()
541 mpTabControl->SetTabPage( RID_TP_CUSTOMANIMATION_EXIT, mpTabPages[EXIT] ); in CustomAnimationCreateDialog()
580 delete mpTabPages[EXIT]; in ~CustomAnimationCreateDialog()
596 case RID_TP_CUSTOMANIMATION_EXIT: return mpTabPages[EXIT]; in getCurrentPage()
H A DCustomAnimationList.cxx282 case EffectPresetClass::EXIT: nImage = IMG_CUSTOMANIMATION_EXIT_EFFECT; break; in Paint()
/trunk/main/offapi/com/sun/star/presentation/
H A DEffectPresetClass.idl54 const short EXIT = 2;
/trunk/main/basic/source/inc/
H A Dtoken.hxx65 EACH, ELSE, ELSEIF, END, ERASE, EXIT, enumerator
/trunk/main/basic/source/comp/
H A Dtoken.cxx104 { EXIT, "Exit" },
H A Dparser.cxx72 { EXIT, &SbiParser::Exit, N, Y, }, // EXIT
/trunk/main/sd/source/core/
H A DCustomAnimationPreset.cxx632 case EffectPresetClass::EXIT: pCategoryList = &maExitPresets; break; in getRandomPreset()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx165 …l_uInt32)EffectPresetClass::ENTRANCE ) || ( nPresetClass == (sal_uInt32)EffectPresetClass::EXIT ) ) in ImplTranslatePresetSubType()
1012 case EffectPresetClass::EXIT : nPPTPresetClass = DFF_ANIM_PRESS_CLASS_EXIT; break; in exportAnimPropertySet()
/trunk/main/xmloff/source/draw/
H A Danimationimport.cxx731 nPresetClass = EffectPresetClass::EXIT; in AnimationNodeContext()
H A Danimationexport.cxx411 { XML_EXIT, EffectPresetClass::EXIT }, in getAnimationsEnumMap()

Completed in 114 milliseconds