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.cxx504 if( (nGroupLevel == 4) && 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()
608 exportAnimNode( rStrm, xNode, pParent, nGroupLevel, nFillDefault ); in exportNode()
619 if( (nGroupLevel != 4) || !bIsAfterEffectNode ) in exportNode()
636 exportAnimNode( rStrm, xNode, pParent, nGroupLevel, nFillDefault ); in exportNode()
647 if( (nGroupLevel != 4) || !bIsAfterEffectNode ) in exportNode()
[all …]
H A Dpptexanimations.hxx92 …com::sun::star::animations::XAnimationNode >* pParent, const sal_Int32 nGroupLevel, const sal_Int1…
100 …const sal_uInt16 nContainerRecType, const sal_uInt16 nInstance, const sal_Int32 nGroupLevel, const…
/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()

Completed in 67 milliseconds