Searched refs:nGroupLevel (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 504 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 D | pptexanimations.hxx | 92 …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…
|
/aoo4110/main/svx/source/accessibility/ |
H A D | AccessibleShape.cxx | 1631 sal_Int32 nGroupLevel = 0; in getGroupPosition() local 1635 ++nGroupLevel; in getGroupPosition() 1686 pArray[0] = nGroupLevel; in getGroupPosition()
|
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | escherex.hxx | 1546 virtual sal_Bool SetGroupSnapRect( sal_uInt32 nGroupLevel, const Rectangle& rRect ); 1547 virtual sal_Bool SetGroupLogicRect( sal_uInt32 nGroupLevel, const Rectangle& rRect );
|
/aoo4110/main/filter/source/msfilter/ |
H A D | escherex.cxx | 5472 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 164 milliseconds