Home
last modified time | relevance | path

Searched refs:nGroupLevel (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx502 …const sal_uInt16 nInstance, const sal_Int32 nGroupLevel, const sal_Bool bTakeBackInteractiveSequen… in exportNode() argument
504 if( (nGroupLevel == 4) && isEmptyNode( xNode ) ) in exportNode()
507 …if ( ( nContainerRecType == DFF_msofbtAnimGroup ) && ( nGroupLevel == 2 ) && isEmptyNode( xNode ) ) in exportNode()
527 exportAnimNode( rStrm, xNode, pParent, nGroupLevel, nFillDefault ); in exportNode()
536 exportAnimNode( rStrm, xNode, pParent, nGroupLevel, nFillDefault ); in exportNode()
538 sal_Int32 nFlags = nGroupLevel == 2 ? 0x10 : 0; in exportNode()
542 exportAnimValue( rStrm, xNode, nGroupLevel == 4 ); in exportNode()
548 exportAnimNode( rStrm, xNode, pParent, nGroupLevel, nFillDefault ); in exportNode()
551 …if ( ( nGroupLevel == 1 ) && ( nNodeType == ::com::sun::star::presentation::EffectNodeType::INTERA… in exportNode()
608 exportAnimNode( rStrm, xNode, pParent, nGroupLevel, nFillDefault ); in exportNode()
[all …]
H A Dpptexanimations.hxx92 …com::sun::star::animations::XAnimationNode >* pParent, const sal_Int32 nGroupLevel, const sal_Int1…
100 …_uInt16 nContainerRecType, const sal_uInt16 nInstance, const sal_Int32 nGroupLevel, const sal_Bool…
/AOO41X/main/svx/source/accessibility/
H A DAccessibleShape.cxx1631 sal_Int32 nGroupLevel = 0; in getGroupPosition() local
1635 ++nGroupLevel; in getGroupPosition()
1686 pArray[0] = nGroupLevel; in getGroupPosition()
/AOO41X/main/filter/inc/filter/msfilter/
H A Descherex.hxx1546 virtual sal_Bool SetGroupSnapRect( sal_uInt32 nGroupLevel, const Rectangle& rRect );
1547 virtual sal_Bool SetGroupLogicRect( sal_uInt32 nGroupLevel, const Rectangle& rRect );
/AOO41X/main/filter/source/msfilter/
H A Descherex.cxx5472 sal_Bool EscherEx::SetGroupSnapRect( sal_uInt32 nGroupLevel, const Rectangle& rRect ) in SetGroupSnapRect() argument
5475 if ( nGroupLevel ) in SetGroupSnapRect()
5478 if ( DoSeek( ESCHER_Persist_Grouping_Snap | ( nGroupLevel - 1 ) ) ) in SetGroupSnapRect()
5492 sal_Bool EscherEx::SetGroupLogicRect( sal_uInt32 nGroupLevel, const Rectangle& rRect ) in SetGroupLogicRect() argument
5495 if ( nGroupLevel ) in SetGroupLogicRect()
5498 if ( DoSeek( ESCHER_Persist_Grouping_Logic | ( nGroupLevel - 1 ) ) ) in SetGroupLogicRect()