/trunk/main/sfx2/source/doc/ |
H A D | doctemplates.cxx | 280 sal_Bool storeTemplate( const OUString& rGroupName, 1436 rGroupName, in CreateNewGroupFsys() 1480 aNewGroupObj.insertName( rGroupName, false, in addGroup() 1514 rGroupName, in addGroup() 1565 aGroupObj.insertName( rGroupName, false, in removeGroup() 1777 aGroupObj.insertName( rGroupName, false, in storeTemplate() 1967 aGroupObj.insertName( rGroupName, false, in addTemplate() 2119 aGroupObj.insertName( rGroupName, false, in removeTemplate() 2172 aGroupObj.insertName( rGroupName, false, in renameTemplate() 2324 return pImp->addGroup( rGroupName ); in addGroup() [all …]
|
/trunk/main/sw/source/ui/utlui/ |
H A D | gloslst.cxx | 163 String& rShortName, String& rGroupName ) in GetShortName() argument 175 if(!rGroupName.Len() || rGroupName == pGroup->sName) in GetShortName() 196 rGroupName = pTriple->sGroup; in GetShortName() 217 rGroupName = pTriple->sGroup; in GetShortName() 429 AutoTextGroup* SwGlossaryList::FindGroup(const String& rGroupName) in FindGroup() argument 434 if(pRet->sName == rGroupName) in FindGroup()
|
/trunk/main/sw/source/ui/inc/ |
H A D | glshell.hxx | 53 void SetGroupName( const String& rGroupName ) in SetGroupName() argument 54 { aGroupName = rGroupName; } in SetGroupName() 84 void SetGroupName( const String& rGroupName ) in SetGroupName() argument 85 { aGroupName = rGroupName; } in SetGroupName()
|
H A D | gloslst.hxx | 56 AutoTextGroup* FindGroup(const String& rGroupName); 65 String& rShortName, String& rGroupName );
|
H A D | glosdoc.hxx | 119 String GetGroupTitle( const String& rGroupName ); 132 sal_Bool NewGroupDoc(String &rGroupName, const String& rTitle);
|
H A D | gloshdl.hxx | 59 sal_Bool NewGroup(String & rGroupName, const String& rTitle);
|
/trunk/main/sw/source/ui/misc/ |
H A D | glosdoc.cxx | 176 String SwGlossaries::GetGroupTitle( const String& rGroupName ) in GetGroupTitle() argument 179 String sGroup(rGroupName); in GetGroupTitle() 234 sal_Bool SwGlossaries::NewGroupDoc(String& rGroupName, const String& rTitle) in NewGroupDoc() argument 236 sal_uInt16 nNewPath = (sal_uInt16)rGroupName.GetToken(1, GLOS_DELIM).ToInt32(); in NewGroupDoc() 238 String sNewGroup = lcl_CheckFileName(sNewFilePath, rGroupName.GetToken(0, GLOS_DELIM)); in NewGroupDoc() 240 sNewGroup += rGroupName.GetToken(1, GLOS_DELIM); in NewGroupDoc() 250 rGroupName = sNewGroup; in NewGroupDoc()
|
H A D | glshell.cxx | 109 sal_Bool lcl_Save( SwWrtShell& rSh, const String& rGroupName, in lcl_Save() argument 113 SwTextBlocks * pBlock = ::GetGlossaries()->GetGroupDoc( rGroupName ); in lcl_Save()
|
/trunk/main/sc/source/core/data/ |
H A D | dpdimsave.cxx | 193 const ScDPSaveGroupItem* ScDPSaveGroupDimension::GetNamedGroup( const String& rGroupName ) const in GetNamedGroup() 195 return const_cast< ScDPSaveGroupDimension* >( this )->GetNamedGroupAcc( rGroupName ); in GetNamedGroup() 198 ScDPSaveGroupItem* ScDPSaveGroupDimension::GetNamedGroupAcc( const String& rGroupName ) in GetNamedGroupAcc() argument 201 if ( aIter->GetGroupName() == rGroupName ) //! ignore case in GetNamedGroupAcc() 237 void ScDPSaveGroupDimension::RemoveGroup( const String& rGroupName ) in RemoveGroup() argument 240 if ( aIter->GetGroupName() == rGroupName ) //! ignore case in RemoveGroup()
|
/trunk/main/sc/inc/ |
H A D | dpdimsave.hxx | 105 const ScDPSaveGroupItem* GetNamedGroup( const String& rGroupName ) const; 106 ScDPSaveGroupItem* GetNamedGroupAcc( const String& rGroupName ); 108 void RemoveGroup( const String& rGroupName );
|
H A D | dapiuno.hxx | 750 … ScDataPilotFieldGroupObj( ScDataPilotFieldGroupsObj& rParent, const ::rtl::OUString& rGroupName );
|
/trunk/main/sw/source/ui/vba/ |
H A D | vbasystem.cxx | 40 …istener::Initialize( const rtl::OUString& rFileName, const ByteString& rGroupName, const ByteStrin… in Initialize() argument 43 maGroupName = rGroupName; in Initialize()
|
H A D | vbasystem.hxx | 42 …void Initialize( const rtl::OUString& rFileName, const ByteString& rGroupName, const ByteString& r…
|
/trunk/main/forms/source/component/ |
H A D | GroupManager.cxx | 164 OGroup::OGroup( const ::rtl::OUString& rGroupName ) in DBG_NAME() 165 :m_aGroupName( rGroupName ) in DBG_NAME()
|
H A D | GroupManager.hxx | 159 OGroup( const ::rtl::OUString& rGroupName );
|
/trunk/main/cui/source/options/ |
H A D | treeopt.cxx | 206 static void setGroupName( const rtl::OUString& rModule, const String& rGroupName ) in setGroupName() argument 215 ModuleMap[ nIndex ].m_sGroupName = rGroupName; in setGroupName() 693 sal_uInt16 OfaTreeOptionsDialog::AddGroup(const String& rGroupName, in AddGroup() argument 698 SvLBoxEntry* pEntry = aTreeLB.InsertEntry(rGroupName); in AddGroup() 2550 sal_uInt16 lcl_getGroupId( const rtl::OUString& rGroupName, const SvTreeListBox& rTreeLB ) in lcl_getGroupId() argument 2552 String sGroupName( rGroupName ); in lcl_getGroupId()
|
/trunk/main/oox/source/ole/ |
H A D | vbacontrol.cxx | 602 const OUString& rGroupName = pOptButtonModel->getGroupName(); in finalizeEmbeddedControls() local 603 VbaFormControlVectorRef& rxOptionGroup = aOptionGroups[ rGroupName ]; in finalizeEmbeddedControls()
|
/trunk/main/sw/source/ui/uno/ |
H A D | unoatxt.cxx | 878 SwXAutoTextEntry::SwXAutoTextEntry(SwGlossaries* pGlss, const String& rGroupName, in SwXAutoTextEntry() argument 881 sGroupName(rGroupName), in SwXAutoTextEntry()
|
/trunk/main/cui/source/inc/ |
H A D | treeopt.hxx | 265 sal_uInt16 AddGroup( const String& rGroupName, SfxShell* pCreateShell,
|
/trunk/main/sw/inc/ |
H A D | unoatxt.hxx | 223 SwXAutoTextEntry(SwGlossaries* , const String& rGroupName, const String& rEntryName);
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | dapiuno.cxx | 3084 …upObj::ScDataPilotFieldGroupObj( ScDataPilotFieldGroupsObj& rParent, const OUString& rGroupName ) : in ScDataPilotFieldGroupObj() argument 3086 maGroupName( rGroupName ) in ScDataPilotFieldGroupObj()
|