Home
last modified time | relevance | path

Searched refs:DEFAULT (Results 1 – 25 of 149) sorted by relevance

123456

/trunk/main/slideshow/source/engine/animationnodes/
H A Dbasenode.cxx214 case animations::AnimationRestart::DEFAULT: in getStateTransitionTable()
234 case animations::AnimationFill::DEFAULT: in getStateTransitionTable()
371 return (nTmp != animations::AnimationRestart::DEFAULT && in getRestartMode()
379 const sal_Int16 nFill((nTmp != animations::AnimationFill::DEFAULT && in getFillMode()
403 if (nFillDefault == animations::AnimationFill::DEFAULT) { in getFillDefaultMode()
414 if (nRestartDefaultMode == animations::AnimationRestart::DEFAULT) { in getRestartDefaultMode()
/trunk/main/xmloff/source/draw/
H A Danimationexport.cxx110 { XML_DEFAULT, AnimationFill::DEFAULT }, in getAnimationsEnumMap()
138 { XML_DEFAULT, AnimationRestart::DEFAULT }, in getAnimationsEnumMap()
263 { XML_DEFAULT, TransitionSubType::DEFAULT }, in getAnimationsEnumMap()
425 { XML_DEFAULT, EffectNodeType::DEFAULT }, in getAnimationsEnumMap()
604 if( nSubtype != TransitionSubType::DEFAULT ) in exportTransitionNode()
802 if( nTemp != AnimationFill::DEFAULT ) in exportNode()
816 if( nTemp != AnimationRestart::DEFAULT ) in exportNode()
888 sal_Int16 nContainerNodeType = EffectNodeType::DEFAULT; in exportNode()
900 if( (pValue->Value >>= nContainerNodeType) && (nContainerNodeType != EffectNodeType::DEFAULT) ) in exportNode()
1315 if( nSubtype != TransitionSubType::DEFAULT ) in exportAnimate()
/trunk/main/sd/source/ui/sidebar/
H A DAllMasterPagesSelector.cxx64 if (rp1->meOrigin == MasterPageContainer::DEFAULT) in operator ()()
66 else if (rp2->meOrigin == MasterPageContainer::DEFAULT) in operator ()()
190 case MasterPageContainer::DEFAULT: in AddItem()
H A DMasterPageContainer.hxx111 DEFAULT, // Empty master page with default style. enumerator
H A DMasterPageContainerFiller.cxx48 MasterPageContainer::DEFAULT, in MasterPageContainerFiller()
H A DMasterPageContainer.cxx329 case DEFAULT: in ReleaseToken()
795 case DEFAULT: in PutMasterPage()
/trunk/main/oox/source/ppt/
H A Dslidetransition.cxx384 mnTransitionSubType = TransitionSubType::DEFAULT; in setOoxTransitionType()
397 mnTransitionSubType = TransitionSubType::DEFAULT; in setOoxTransitionType()
405 mnTransitionSubType = TransitionSubType::DEFAULT; in setOoxTransitionType()
H A Dpptfilterhelpers.cxx79 …ns::TransitionType::DISSOLVE, ::com::sun::star::animations::TransitionSubType::DEFAULT, sal_True },
80 …ansitionType::DISSOLVE, ::com::sun::star::animations::TransitionSubType::DEFAULT, sal_True }, // T…
H A Dcommontimenodecontext.cxx444 nEnum = AnimationFill::DEFAULT; in CommonTimeNodeContext()
508 nEnum = EffectNodeType::DEFAULT; in CommonTimeNodeContext()
595 nEnum = AnimationRestart::DEFAULT; in CommonTimeNodeContext()
/trunk/main/oox/inc/oox/drawingml/
H A Dshapepropertymap.hxx79 …static ShapePropertyInfo DEFAULT; /// Default property info (used as default parameter o… member
99 const ShapePropertyInfo& rShapePropInfo = ShapePropertyInfo::DEFAULT );
/trunk/main/sw/inc/
H A Dndtxt.hxx370 DEFAULT, /// DEFAULT: (Start <= nIndex < End) enumerator
386 enum GetTxtAttrMode const eMode = DEFAULT ) const;
395 enum GetTxtAttrMode const eMode = DEFAULT ) const;
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx299 if ( nFill == AnimationFill::DEFAULT ) in GetFillMode()
303 if ( ( nFill == AnimationFill::DEFAULT ) || in GetFillMode()
574 case AnimationRestart::DEFAULT : aAnim.mnRestart = 0; break; in exportNode()
583 case AnimationFill::DEFAULT : aAnim.mnFill = 0; break; in exportNode()
808 case AnimationRestart::DEFAULT : aAnim.mnRestart = 0; break; in exportAnimNode()
819 case AnimationFill::DEFAULT : aAnim.mnFill = 0; break; in exportAnimNode()
915 sal_Int16 nNodeType = ::com::sun::star::presentation::EffectNodeType::DEFAULT; in exportAnimPropertySet()
/trunk/main/offapi/com/sun/star/style/
H A DTabAlign.idl73 // DocMerge from xml: value com::sun::star::style::TabAlign::DEFAULT
76 DEFAULT
/trunk/main/framework/source/fwe/xml/
H A Dtoolboxdocumenthandler.cxx465 aToolbarItemProp[3].Value = makeAny( ::com::sun::star::ui::ItemType::DEFAULT ); in startElement()
761 sal_Int16 nType( ::com::sun::star::ui::ItemType::DEFAULT ); in WriteToolBoxDocument()
766 if ( nType == ::com::sun::star::ui::ItemType::DEFAULT ) in WriteToolBoxDocument()
H A Dmenudocumenthandler.cxx247 rProps[5].Value <<= ::com::sun::star::ui::ItemType::DEFAULT; in initPropertyCommon()
896 sal_Int16 nType( ::com::sun::star::ui::ItemType::DEFAULT ); in WriteMenu()
941 if ( nType == ::com::sun::star::ui::ItemType::DEFAULT ) in WriteMenu()
/trunk/main/sd/source/ui/unoidl/
H A Drandomnode.cxx238 mnFill = AnimationFill::DEFAULT; in init()
240 mnRestart = AnimationRestart::DEFAULT; in init()
/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleStateType.idl225 // DEFAULT exists in MSAA/IA2, and now also in ATK and NSAccessibility.
228 const short DEFAULT = 32;
/trunk/main/framework/source/uielement/
H A Dstatusbarmanager.cxx512 sal_uInt16 nType( css_ui::ItemType::DEFAULT ); in FillStatusBar()
546 … if (( nType == ::com::sun::star::ui::ItemType::DEFAULT ) && ( aCommandURL.getLength() > 0 )) in FillStatusBar()
/trunk/main/offapi/com/sun/star/ui/
H A DItemType.idl37 const short DEFAULT = 0;
/trunk/main/offapi/com/sun/star/sheet/
H A DDDELinkMode.idl46 DEFAULT,
/trunk/main/oox/source/drawingml/
H A Dshapepropertymap.cxx59 ShapePropertyInfo ShapePropertyInfo::DEFAULT( spnDefaultShapeIds, true, false, false, false );
/trunk/main/offapi/com/sun/star/report/
H A DGroupOn.idl42 const short DEFAULT = 0;
/trunk/main/hsqldb/patches/
H A Di121754.patch411 - private Expression[] colDefaults; // fredt - expressions of DEFAULT values
412 + Expression[] colDefaults; // fredt - expressions of DEFAULT values
/trunk/main/basic/source/uno/
H A Dnamecont.cxx605 meInitMode = DEFAULT; in init_Impl()
684 if( !bStorage && meInitMode == DEFAULT ) in init_Impl()
690 OSL_ENSURE( meInitMode == DEFAULT || meInitMode == OFFICE_DOCUMENT, in init_Impl()
973 if( !bStorage && meInitMode == DEFAULT ) in init_Impl()
1001 if( meInitMode == DEFAULT ) in init_Impl()
/trunk/main/offapi/com/sun/star/presentation/
H A DEffectNodeType.idl46 const short DEFAULT = 0;

Completed in 129 milliseconds

123456