/trunk/main/sd/source/core/ |
H A D | CustomAnimationEffect.cxx | 518 void CustomAnimationEffect::setGroupId( sal_Int32 nGroupId ) in setGroupId() argument 520 mnGroupId = nGroupId; in setGroupId() 2471 mnGroupId( nGroupId ) in CustomAnimationTextGroup() 2575 const sal_Int32 nGroupId = pEffect->getGroupId(); in updateTextGroups() local 2577 if( nGroupId == -1 ) in updateTextGroups() 2584 maGroupMap[nGroupId] = pGroup; in updateTextGroups() 2596 sal_Int32 nGroupId = 0; in createTextGroup() local 2602 if( (*aIter).first == nGroupId ) in createTextGroup() 2604 nGroupId++; in createTextGroup() 2616 maGroupMap[nGroupId] = pTextGroup; in createTextGroup() [all …]
|
H A D | EffectMigration.cxx | 483 sal_Int32 nGroupId = (*aIterOnlyText)->getGroupId(); in SetAnimationEffect() local 484 if( nGroupId >= 0 ) in SetAnimationEffect() 486 CustomAnimationTextGroupPtr pGroup = pMainSequence->findGroup( nGroupId ); in SetAnimationEffect() 654 const sal_Int32 nGroupId = (*aIterOnlyText)->getGroupId(); in SetTextAnimationEffect() local 655 if( nGroupId >= 0 ) in SetTextAnimationEffect() 656 pGroup = pMainSequence->findGroup( nGroupId ); in SetTextAnimationEffect()
|
/trunk/main/extensions/source/bibliography/ |
H A D | framectr.cxx | 75 sal_Int16 nGroupId; member 81 sal_Int16 nGroupId; member 129 aDispatchInfo.nGroupId = SupportedCommandsArray[i].nGroupId; in GetCommandToInfoCache() 351 if ( pIter->second.nGroupId == nCommandGroup ) in getConfigurableDispatchInformation() 355 aDispatchInfo.GroupId = pIter->second.nGroupId; in getConfigurableDispatchInformation()
|
/trunk/main/sd/source/ui/animations/ |
H A D | CustomAnimationList.cxx | 733 sal_Int32 nGroupId = pEffect->getGroupId(); in append() local 737 …if( mpLastParentEntry && (nGroupId != -1) && (mxLastTargetShape == xTargetShape) && (mnLastGroupId… in append() 758 mnLastGroupId = nGroupId; in append()
|
H A D | CustomAnimationPane.cxx | 1396 sal_Int32 nGroupId = pEffect->getGroupId(); in createSelectionSet() local 1398 if( nGroupId != -1 ) in createSelectionSet() 1399 pTextGroup = pEffectSequence->findGroup( nGroupId ); in createSelectionSet() 1728 sal_Int32 nGroupId = pEffect->getGroupId(); in changeSelection() local 1730 if( (nGroupId != -1) ) in changeSelection() 1733 pTextGroup = pEffectSequence->findGroup( nGroupId ); in changeSelection()
|
/trunk/main/sw/source/ui/misc/ |
H A D | glosdoc.cxx | 168 String SwGlossaries::GetGroupName(sal_uInt16 nGroupId) in GetGroupName() argument 170 ASSERT(nGroupId < m_pGlosArr->Count(), Textbausteinarray ueberindiziert); in GetGroupName() 171 return *(*m_pGlosArr)[nGroupId]; in GetGroupName()
|
/trunk/main/sd/inc/ |
H A D | CustomAnimationEffect.hxx | 156 void setGroupId( sal_Int32 nGroupId ); 247 …::com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& rTarget, sal_Int32 nGroupId ); 330 CustomAnimationTextGroupPtr findGroup( sal_Int32 nGroupId );
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | msg.hxx | 253 sal_uInt16 nGroupId; // f"ur Konfigurations-Bereich member in SfxSlot 341 return nGroupId; in GetGroupId()
|
/trunk/main/desktop/source/app/ |
H A D | cmdlineargs.cxx | 627 sal_Bool CommandLineArgs::CheckGroupMembers( GroupParamId nGroupId, BoolParam nExcludeMember ) const in CheckGroupMembers() argument 630 for ( int i = 0; i < m_pGroupDefinitions[nGroupId].nCount; i++ ) in CheckGroupMembers() 632 BoolParam nParam = m_pGroupDefinitions[nGroupId].pGroupMembers[i]; in CheckGroupMembers()
|
/trunk/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 1200 sal_Int32 nGroupId; in fillNode() local 1201 if( rSet.getProperty( DFF_ANIM_GROUP_ID ) >>= nGroupId ) in fillNode() 1206 aUserData[nSize].Value <<= nGroupId; in fillNode() 3666 sal_Int32 nGroupId; in dump() local 3667 if ( aAny >>= nGroupId ) in dump() 3669 fprintf( mpFile, " groupId=\"%ld\"", nGroupId ); in dump()
|
/trunk/main/xmloff/source/draw/ |
H A D | animationexport.cxx | 943 sal_Int32 nGroupId = 0; in exportNode() local 944 if( pValue->Value >>= nGroupId ) in exportNode() 945 … mrExport.AddAttribute( XML_NAMESPACE_PRESENTATION, XML_GROUP_ID, OUString::valueOf( nGroupId ) ); in exportNode()
|
/trunk/main/rsc/source/parser/ |
H A D | rscinit.cxx | 283 nGroupId = pHS->getID( "WB_GROUP" ); in Init() 284 aWinBits.SetConstant( nGroupId, sal::static_int_cast<sal_Int32>(WB_GROUP) ); in Init()
|
/trunk/main/rsc/inc/ |
H A D | rscdb.hxx | 98 Atom nGroupId; member in RscTypCont
|
/trunk/main/sfx2/source/control/ |
H A D | shell.cxx | 1108 pNewSlot->nGroupId = 0; in SFX_EXEC_STUB()
|