| /AOO41X/main/sfx2/source/doc/ ! |
| H A D | doctemplates.cxx | 237 …::rtl::OUString CreateNewGroupFsys( const ::rtl::OUString& rGroupName, Content& aGroup… 280 sal_Bool storeTemplate( const OUString& rGroupName, 284 sal_Bool addTemplate( const OUString& rGroupName, 287 sal_Bool removeTemplate( const OUString& rGroupName, 289 sal_Bool renameTemplate( const OUString& rGroupName, 293 sal_Bool addGroup( const OUString& rGroupName ); 294 sal_Bool removeGroup( const OUString& rGroupName ); 1422 ::rtl::OUString SfxDocTplService_Impl::CreateNewGroupFsys( const ::rtl::OUString& rGroupName, Conte… in CreateNewGroupFsys() argument 1436 rGroupName, in CreateNewGroupFsys() 1448 if ( !UpdateUINamesForTemplateDir_Impl( aTargetPath, rGroupName, aNewFolderName ) ) in CreateNewGroupFsys() [all …]
|
| /AOO41X/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()
|
| /AOO41X/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);
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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 );
|
| /AOO41X/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…
|
| /AOO41X/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 );
|
| /AOO41X/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() 2548 sal_uInt16 lcl_getGroupId( const rtl::OUString& rGroupName, const SvTreeListBox& rTreeLB ) in lcl_getGroupId() argument 2550 String sGroupName( rGroupName ); in lcl_getGroupId()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/main/cui/source/inc/ ! |
| H A D | treeopt.hxx | 265 sal_uInt16 AddGroup( const String& rGroupName, SfxShell* pCreateShell,
|
| /AOO41X/main/sw/inc/ ! |
| H A D | unoatxt.hxx | 223 SwXAutoTextEntry(SwGlossaries* , const String& rGroupName, const String& rEntryName);
|
| /AOO41X/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()
|