Home
last modified time | relevance | path

Searched refs:FREEZE (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSheetSettings.java60 final public static int FREEZE = 0x02; field in SheetSettings
116 splitTypeX = FREEZE; in setFreeze()
117 splitTypeY = FREEZE; in setFreeze()
/AOO41X/main/offapi/com/sun/star/animations/
H A DAnimationFill.idl59 const short FREEZE = 2;
69 … fill behavior identical to that if it were specified as <const>AnimationFill::FREEZE</const>.</li>
H A DXAnimationNode.idl176 … <li>The values <const>AnimationFill::REMOVE</const>, <const>AnimationFill::FREEZE</const>,
/AOO41X/main/slideshow/source/engine/animationnodes/
H A Dbasenode.cxx242 case animations::AnimationFill::FREEZE: in getStateTransitionTable()
392 ? animations::AnimationFill::FREEZE in getFillMode()
/AOO41X/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx341 nFill = AnimationFill::FREEZE; in GetFillMode()
585 case AnimationFill::FREEZE : aAnim.mnFill = 2; break; in exportNode()
821 case AnimationFill::FREEZE : // aAnim.mnFill = 2; break; in exportAnimNode()
/AOO41X/main/xmloff/source/draw/
H A Danimationexport.cxx112 { XML_FREEZE, AnimationFill::FREEZE }, in getAnimationsEnumMap()
126 { XML_FREEZE, AnimationFill::FREEZE }, in getAnimationsEnumMap()
/AOO41X/main/oox/source/ppt/
H A Dcommontimenodecontext.cxx435 nEnum = AnimationFill::FREEZE; in CommonTimeNodeContext()
/AOO41X/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1140 case 2: nFill = AnimationFill::FREEZE; break; in fillNode()