Home
last modified time | relevance | path

Searched refs:rGroup (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/sc/source/filter/xml/
H A DXMLColumnRowGroupExport.cxx44 sal_Bool ScMyColumnRowGroup::operator<(const ScMyColumnRowGroup& rGroup) const in operator <()
46 if (rGroup.nField > nField) in operator <()
49 if (rGroup.nField == nField && rGroup.nLevel > nLevel) in operator <()
107 void ScMyOpenCloseColumnRowGroup::OpenGroup(const ScMyColumnRowGroup& rGroup) in OpenGroup() argument
109 if (!rGroup.bDisplay) in OpenGroup()
H A DXMLColumnRowGroupExport.hxx38 sal_Bool operator< (const ScMyColumnRowGroup& rGroup) const;
52 void OpenGroup(const ScMyColumnRowGroup& rGroup);
/trunk/main/sw/source/ui/misc/
H A Dglosdoc.cxx132 sal_Bool SwGlossaries::FindGroupName(String & rGroup) in FindGroupName() argument
141 if(rGroup.Equals( sTemp.GetToken(0, GLOS_DELIM))) in FindGroupName()
143 rGroup = sTemp; in FindGroupName()
156 && rSCmp.isEqual( rGroup, sTemp.GetToken( 0, GLOS_DELIM) ) ) in FindGroupName()
158 rGroup = sTemp; in FindGroupName()
568 void SwGlossaries::RemoveFileFromList( const String& rGroup ) in RemoveFileFromList() argument
576 if(*pTmp == rGroup) in RemoveFileFromList()
578 rtl::OUString aUName = rGroup; in RemoveFileFromList()
611 if ( pEntry && ( pEntry->GetGroupName() == rGroup ) ) in RemoveFileFromList()
H A Dglshell.cxx268 SwDocShellRef SwGlossaries::EditGroupDoc( const String& rGroup, const String& rShortName, sal_Bool … in SV_IMPL_REF()
272 SwTextBlocks* pGroup = GetGroupDoc( rGroup ); in SV_IMPL_REF()
287 pDocSh->SetGroupName( rGroup ); in SV_IMPL_REF()
296 pDocSh->SetGroupName( rGroup ); in SV_IMPL_REF()
H A Dglosbib.cxx506 sal_Bool SwGlossaryGroupDlg::IsDeleteAllowed(const String &rGroup) in IsDeleteAllowed() argument
508 sal_Bool bDel = (!pGlosHdl->IsReadOnly(&rGroup)); in IsDeleteAllowed()
520 if(*pTemp == rGroup) in IsDeleteAllowed()
H A Dglossary.cxx1262 void SwGlossaryDlg::ShowAutoText(const String& rGroup, const String& rShortName) in ShowAutoText() argument
1266 SetResumeData(rGroup, rShortName); in ShowAutoText()
/trunk/main/sw/source/ui/inc/
H A Dglossary.hxx163 void ShowAutoText(const String& rGroup, const String& rShortName);
166 sal_Bool GetResumeData(String& rGroup, String& rShortName) in GetResumeData() argument
167 {rGroup = sResumeGroup; rShortName = sResumeShortName; return bResume;} in GetResumeData()
168 void SetResumeData(const String& rGroup, const String& rShortName) in SetResumeData() argument
169 {sResumeGroup = rGroup; sResumeShortName = rShortName; bResume = sal_True;} in SetResumeData()
H A Dglosdoc.hxx72 SW_DLLPRIVATE void RemoveFileFromList( const String& rGroup );
121 sal_Bool FindGroupName(String & rGroup);
H A Dglosbib.hxx95 sal_Bool IsDeleteAllowed(const String &rGroup);
H A Dgloshdl.hxx98 sal_Bool FindGroupName(String & rGroup); // Gruppe ohne Pfadindex finden
/trunk/main/vcl/source/gdi/
H A Dconfigsettings.cxx179 const OUString& SettingsConfigItem::getValue( const OUString& rGroup, const OUString& rKey ) const in getValue() argument
181 …p< OUString, SmallOUStrMap, rtl::OUStringHash >::const_iterator group = m_aSettings.find( rGroup ); in getValue()
194 void SettingsConfigItem::setValue( const OUString& rGroup, const OUString& rKey, const OUString& rV… in setValue() argument
196 bool bModified = m_aSettings[ rGroup ][ rKey ] != rValue; in setValue()
199 m_aSettings[ rGroup ][ rKey ] = rValue; in setValue()
/trunk/main/tools/source/generic/
H A Dconfig.cxx834 void Config::SetGroup( const ByteString& rGroup ) in SetGroup() argument
838 if ( maGroupName != rGroup ) in SetGroup()
840 maGroupName = rGroup; in SetGroup()
847 void Config::DeleteGroup( const ByteString& rGroup ) in DeleteGroup() argument
860 if ( pGroup->maGroupName.EqualsIgnoreCaseAscii( rGroup ) ) in DeleteGroup()
947 sal_Bool Config::HasGroup( const ByteString& rGroup ) const in HasGroup()
958 if( pGroup->maGroupName.EqualsIgnoreCaseAscii( rGroup ) ) in HasGroup()
/trunk/main/tools/inc/tools/
H A Dconfig.hxx62 void SetGroup( const ByteString& rGroup );
64 void DeleteGroup( const ByteString& rGroup );
67 sal_Bool HasGroup( const ByteString& rGroup ) const;
/trunk/main/framework/source/dispatch/
H A Ddispatchinformationprovider.cxx98 … const sal_Int16& rGroup = lProviderGroups[i2]; in getSupportedCommandGroups() local
99 …AsVector< sal_Int16 >::const_iterator pGroup = ::std::find(lGroups.begin(), lGroups.end(), rGroup); in getSupportedCommandGroups()
101 lGroups.push_back(rGroup); in getSupportedCommandGroups()
/trunk/main/toolkit/source/controls/
H A Dstdtabcontrollermodel.cxx305 …om::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > >& rGroup, ::rtl::OUString& … in getGroup() argument
329 rGroup = aSeq; in getGroup()
332 …om::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > >& rGroup ) throw(::com::sun… in getGroupByName() argument
346 getGroup( nGroup, rGroup, Dummy ); in getGroupByName()
/trunk/main/vcl/inc/vcl/
H A Dconfigsettings.hxx58 … const rtl::OUString& getValue( const rtl::OUString& rGroup, const rtl::OUString& rKey ) const;
59 …void setValue( const rtl::OUString& rGroup, const rtl::OUString& rKey, const rtl::OUString& rValue…
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofgroup.cxx53 ViewContactOfGroup::ViewContactOfGroup(SdrObjGroup& rGroup) in ViewContactOfGroup() argument
54 : ViewContactOfSdrObj(rGroup) in ViewContactOfGroup()
/trunk/main/sc/source/core/data/
H A Ddpdimsave.cxx59 void ScDPSaveGroupItem::AddElementsFromGroup( const ScDPSaveGroupItem& rGroup ) in AddElementsFromGroup() argument
63 for ( std::vector<String>::const_iterator aIter(rGroup.aElements.begin()); in AddElementsFromGroup()
64 aIter != rGroup.aElements.end(); aIter++ ) in AddElementsFromGroup()
H A Ddpgroup.cxx1038 void ScDPGroupTableData::AddGroupDimension( const ScDPGroupDimension& rGroup ) in AddGroupDimension() argument
1040 ScDPGroupDimension aNewGroup( rGroup ); in AddGroupDimension()
1046 void ScDPGroupTableData::SetNumGroupDimension( long nIndex, const ScDPNumGroupDimension& rGroup ) in SetNumGroupDimension() argument
1050 pNumGroups[nIndex] = rGroup; in SetNumGroupDimension()
/trunk/main/sc/inc/
H A Ddpgroup.hxx218 void AddGroupDimension( const ScDPGroupDimension& rGroup );
219 void SetNumGroupDimension( long nIndex, const ScDPNumGroupDimension& rGroup );
H A Ddpdimsave.hxx61 void AddElementsFromGroup( const ScDPSaveGroupItem& rGroup );
/trunk/main/forms/source/component/
H A DGroupManager.cxx235 sal_Bool OGroup::operator==( const OGroup& rGroup ) const in operator ==()
237 return m_aGroupName.equals(rGroup.GetGroupName()); in operator ==()
H A DGroupManager.hxx165 sal_Bool operator==( const OGroup& rGroup ) const;
/trunk/main/svx/inc/svx/sdr/contact/
H A Dviewcontactofgroup.hxx56 ViewContactOfGroup(SdrObjGroup& rGroup);
/trunk/main/sw/source/ui/dochdl/
H A Dgloshdl.cxx841 sal_Bool SwGlossaryHdl::FindGroupName(String & rGroup) in FindGroupName() argument
843 return rStatGlossaries.FindGroupName(rGroup); in FindGroupName()

Completed in 133 milliseconds

12