Searched refs:maGroupName (Results 1 – 11 of 11) sorted by relevance
62 ByteString maGroupName; member485 nBufLen += pGroup->maGroupName.Len() + nLineEndLen + 2; in ImplGetConfigBuffer()537 memcpy( pBuf, pGroup->maGroupName.GetBuffer(), pGroup->maGroupName.Len() ); in ImplGetConfigBuffer()538 pBuf += pGroup->maGroupName.Len(); in ImplGetConfigBuffer()732 if ( pGroup->maGroupName.EqualsIgnoreCaseAscii( maGroupName ) ) in ImplGetGroup()755 pGroup->maGroupName = maGroupName; in ImplGetGroup()838 if ( maGroupName != rGroup ) in SetGroup()840 maGroupName = rGroup; in SetGroup()860 if ( pGroup->maGroupName.EqualsIgnoreCaseAscii( rGroup ) ) in DeleteGroup()915 aGroupName = pGroup->maGroupName; in GetGroupName()[all …]
43 maGroupName = rGroupName; in Initialize()51 aCfg.SetGroup( maGroupName ); in getValueEvent()61 aCfg.SetGroup( maGroupName ); in setValueEvent()
37 ByteString maGroupName; member in PrivateProfileStringListener
49 ::rtl::OUString maGroupName;55 const ::rtl::OUString& GetName() const { return maGroupName; } in GetName()56 void SetName( const ::rtl::OUString& rName ) { maGroupName = rName; } in SetName()
3086 maGroupName( rGroupName ) in ScDataPilotFieldGroupObj()3102 ScFieldGroupMembers& rMembers = mrParent.getFieldGroup( maGroupName ).maMembers; in getByName()3118 ScFieldGroupMembers& rMembers = mrParent.getFieldGroup( maGroupName ).maMembers; in hasByName()3136 ScFieldGroupMembers& rMembers = mrParent.getFieldGroup( maGroupName ).maMembers; in replaceByName()3159 ScFieldGroupMembers& rMembers = mrParent.getFieldGroup( maGroupName ).maMembers; in insertByName()3174 ScFieldGroupMembers& rMembers = mrParent.getFieldGroup( maGroupName ).maMembers; in removeByName()3194 ScFieldGroupMembers& rMembers = mrParent.getFieldGroup( maGroupName ).maMembers; in getByIndex()3219 return !mrParent.getFieldGroup( maGroupName ).maMembers.empty(); in hasElements()3227 return maGroupName; in getName()3233 mrParent.renameFieldGroup( maGroupName, rName ); in setName()[all …]
40 ByteString maGroupName; member in Config63 const ByteString& GetGroup() const { return maGroupName; } in GetGroup()
206 ::rtl::OUString maGroupName;209 maOrigName( rItemName ), maGroupName( rItemName ) {} in PivotCacheGroupItem()
564 ::rtl::OUString maGroupName; /// Group name for option buttons.616 inline const ::rtl::OUString& getGroupName() const { return maGroupName; } in getGroupName()
853 … if( ::std::find( aMembers.begin(), aMembers.end(), pName->maGroupName ) == aMembers.end() ) in createParentGroupField()854 aMembers.push_back( pName->maGroupName ); in createParentGroupField()920 pName->maGroupName = aGroupName; in createParentGroupField()
1080 …case XML_GroupName: maGroupName = rValue; br… in importProperty()1144 aReader.readStringProperty( maGroupName ); in importBinaryModel()
814 ::rtl::OUString maGroupName;
Completed in 95 milliseconds