Home
last modified time | relevance | path

Searched refs:nGroupId (Results 1 – 14 of 14) sorted by path

/trunk/main/desktop/source/app/
H A Dcmdlineargs.cxx627 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/extensions/source/bibliography/
H A Dframectr.cxx75 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/rsc/inc/
H A Drscdb.hxx98 Atom nGroupId; member in RscTypCont
/trunk/main/rsc/source/parser/
H A Drscinit.cxx283 nGroupId = pHS->getID( "WB_GROUP" ); in Init()
284 aWinBits.SetConstant( nGroupId, sal::static_int_cast<sal_Int32>(WB_GROUP) ); in Init()
/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx156 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/sd/source/core/
H A DCustomAnimationEffect.cxx518 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 DEffectMigration.cxx483 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/sd/source/filter/ppt/
H A Dpptinanimations.cxx1200 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/sd/source/ui/animations/
H A DCustomAnimationList.cxx733 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 DCustomAnimationPane.cxx1396 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/sfx2/inc/sfx2/
H A Dmsg.hxx253 sal_uInt16 nGroupId; // f"ur Konfigurations-Bereich member in SfxSlot
341 return nGroupId; in GetGroupId()
/trunk/main/sfx2/source/control/
H A Dshell.cxx1108 pNewSlot->nGroupId = 0; in SFX_EXEC_STUB()
/trunk/main/sw/source/ui/misc/
H A Dglosdoc.cxx168 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/xmloff/source/draw/
H A Danimationexport.cxx943 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()

Completed in 163 milliseconds