Home
last modified time | relevance | path

Searched refs:sGroupName (Results 1 – 16 of 16) sorted by relevance

/trunk/main/forms/source/component/
H A DGroupManager.cxx346 ::rtl::OUString sGroupName; in propertyChange()
348 evt.OldValue >>= sGroupName; in propertyChange()
350 xSet->getPropertyValue( PROPERTY_NAME ) >>= sGroupName; in propertyChange()
352 removeFromGroupMap(sGroupName,xSet); in propertyChange()
433 ::rtl::OUString sGroupName; in InsertElement()
434 xSet->getPropertyValue( PROPERTY_NAME ) >>= sGroupName; in InsertElement()
436 OGroupArr::iterator aFind = m_aGroupArr.find(sGroupName); in InsertElement()
440 aFind = m_aGroupArr.insert(OGroupArr::value_type(sGroupName,OGroup(sGroupName))).first; in InsertElement()
488 ::rtl::OUString sGroupName; in RemoveElement()
489 xSet->getPropertyValue( PROPERTY_NAME ) >>= sGroupName; in RemoveElement()
[all …]
H A DDatabaseForm.cxx2533 ::rtl::OUString sGroupName( Name ); in setGroup()
2546 if (!sGroupName.getLength()) in setGroup()
2547 xSet->getPropertyValue(PROPERTY_NAME) >>= sGroupName; in setGroup()
2549 xSet->setPropertyValue(PROPERTY_NAME, makeAny(sGroupName)); in setGroup()
/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx133 String sGroupName; member
333 (*pGlosGroup) = pGroupData->sGroupName; in IMPL_LINK()
756 String sGroup = pGroupData->sGroupName; in IMPL_LINK()
800 String sGroupName(pGlossaryHdl->GetGroupName(nId, &sTitle)); in Init() local
801 if(!sGroupName.Len()) in Init()
804 sTitle = sGroupName.GetToken( 0, GLOS_DELIM ); in Init()
806 … sal_uInt16 nPath = static_cast< sal_uInt16 >(sGroupName.GetToken( 1, GLOS_DELIM ).ToInt32()); in Init()
809 pData->sGroupName = sGroupName.GetToken(0, GLOS_DELIM); in Init()
811 pData->bReadonly = pGlossaryHdl->IsReadOnly(&sGroupName); in Init()
814 if(sSelStr == pData->sGroupName && nSelPath == nPath) in Init()
[all …]
H A Dglosbib.cxx139 pData->sGroupName = sGroup; in SwGlossaryGroupDlg()
203 pGlosHdl->SetCurGroup(pUserData->sGroupName); in Apply()
261 String sEntry(pUserData->sGroupName); in IMPL_LINK()
269 String sGroup = pFoundData->sGroupName; in IMPL_LINK()
299 pData->sGroupName = sGroup; in IMPL_LINK()
320 String sEntry(pUserData->sGroupName); in IMPL_LINK()
362 String sGroupEntry(pUserData->sGroupName); in IMPL_LINK()
384 String sEntry(pUserData->sGroupName); in IMPL_LINK()
430 pData->sGroupName = sNewName; in IMPL_LINK()
488 bEnableDel = IsDeleteAllowed(pUserData->sGroupName); in IMPL_LINK()
[all …]
H A Dglosdoc.cxx635 String sGroupName(sGroup.GetToken(0, GLOS_DELIM)); in GetCompleteGroupName() local
641 if(bPathLen ? sGroup == sGrpName : sGroupName == sGrpName.GetToken(0, GLOS_DELIM)) in GetCompleteGroupName()
761 String sGroupName( _rGroupName ); in GetAutoTextEntry() local
780 && ( COMPARE_EQUAL == pEntry->GetGroupName().CompareTo( sGroupName ) ) in GetAutoTextEntry()
793 xReturn = new SwXAutoTextEntry( this, sGroupName, sEntryName ); in GetAutoTextEntry()
/trunk/main/sw/source/ui/dochdl/
H A Dgloshdl.cxx90 String sGroupName; member
464 String sGroupName( (*fnGetCurrGroup)() ); in ExpandGlossary() local
465 if(STRING_NOTFOUND == sGroupName.Search(GLOS_DELIM)) in ExpandGlossary()
466 FindGroupName(sGroupName); in ExpandGlossary()
467 pGlossary = rStatGlossaries.GetGroupDoc(sGroupName); in ExpandGlossary()
514 String sGroupName = pGlossaryList->GetGroupName(i - 1, sal_False, &sTitle); in Expand() local
515 if(sGroupName == pGlossary->GetName()) in Expand()
529 pData->sGroupName = sGroupName; in Expand()
541 pGlossary = (SwTextBlocks *)pGlossaries->GetGroupDoc(pData->sGroupName); in Expand()
564 pGlossary = (SwTextBlocks *)pGlossaries->GetGroupDoc(pData->sGroupName); in Expand()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabGroup.cxx51 CFStringRef sGroupName; in MacabGroup() local
52 sGroupName = (CFStringRef) ABRecordCopyValue(_xGroup, kABGroupNameProperty); in MacabGroup()
53 m_sName = CFStringToOUString(sGroupName); in MacabGroup()
54 CFRelease(sGroupName); in MacabGroup()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx224 String sGroupName; in getGroupName() local
232 sGroupName = ModuleMap[ nIndex ].m_sGroupName; in getGroupName()
238 if ( sGroupName.Len() == 0 && bForced ) in getGroupName()
244 sGroupName = pPageRes->GetTextArray().GetString(0); in getGroupName()
246 sGroupName = pPageRes->GetHTMLArray().GetString(0); in getGroupName()
248 sGroupName = pPageRes->GetCalcArray().GetString(0); in getGroupName()
250 sGroupName = pPageRes->GetImpressArray().GetString(0); in getGroupName()
252 sGroupName = pPageRes->GetDrawArray().GetString(0); in getGroupName()
254 sGroupName = pPageRes->GetStarMathArray().GetString(0); in getGroupName()
256 sGroupName = pPageRes->GetDatasourcesArray().GetString(0); in getGroupName()
[all …]
/trunk/main/sw/source/ui/uno/
H A Dunoatxt.cxx186 String sGroupName(pGlossaries->GetGroupName(i)); in getElementNames() local
187 pArr[i] = sGroupName.GetToken(0, GLOS_DELIM); in getElementNames()
198 String sGroupName( pGlossaries->GetCompleteGroupName( Name ) ); in hasByName() local
199 if(sGroupName.Len()) in hasByName()
258 String sGroupName = pGlossaries->GetCompleteGroupName( aGroupName ); in removeByName() local
259 if(!sGroupName.Len()) in removeByName()
261 pGlossaries->DelGroupDoc(sGroupName); in removeByName()
881 sGroupName(rGroupName), in SwXAutoTextEntry()
960 xDocSh = pGlossaries->EditGroupDoc ( sGroupName, sEntryName, sal_False ); in GetBodyText()
1141 ::std::auto_ptr<SwTextBlocks> pBlock(pGlossaries->GetGroupDoc(sGroupName)); in applyTo()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx1732 String sGroupName = sGroup; in impl_fillScopeList_nothrow() local
1733 sGroupName.SearchAndReplaceAscii("%1",xGroup->getExpression()); in impl_fillScopeList_nothrow()
1734 _out_rList.push_back(sGroupName); in impl_fillScopeList_nothrow()
1756 String sGroupName = String(ModuleRes(RID_STR_SCOPE_GROUP)); in fillScope_throw() local
1758 sGroupName.SearchAndReplaceAscii("%1",_rsNamePostFix); in fillScope_throw()
1759 m_sScope = sGroupName; in fillScope_throw()
1769 String sGroupName = String(ModuleRes(RID_STR_SCOPE_GROUP)); in fillScope_throw() local
1771 sGroupName.SearchAndReplaceAscii("%1",_rsNamePostFix); in fillScope_throw()
1772 m_sScope = sGroupName; in fillScope_throw()
1795 String sGroupName = String(ModuleRes(RID_STR_SCOPE_GROUP)); in fillScope_throw() local
[all …]
/trunk/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx325 ::rtl::OUString sGroupName;
329 :sGroupName() in SettingsGroup()
335 :sGroupName( _rGroupName ) in SettingsGroup()
498 GetImport().SetDocumentSpecificSettings( settings->sGroupName, aDocSettings ); in EndElement()
/trunk/main/cui/source/customize/
H A Dcfgutil.cxx547 ::rtl::OUString sGroupName ; in InitModule()
551 m_xModuleCategoryInfo->getByName(sGroupID) >>= sGroupName; in InitModule()
552 if (!sGroupName.getLength()) in InitModule()
558 SvLBoxEntry* pEntry = InsertEntry(sGroupName, NULL); in InitModule()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java435 final String sGroupName = convertToFieldName(m_aGroupNames[i]); in insertGroups() local
437 … aRect = insertFormattedField(xGroupSection, sGroupName, aRect, nFieldWidth, aSO); in insertGroups()
1527 final String sGroupName = m_aGroupNames[i]; in getMaxLabelWidth() local
1530 nWidth = Math.max(nWidth, getLabelWidth(sGroupName, aFD)); in getMaxLabelWidth()
/trunk/main/sw/inc/
H A Dunoatxt.hxx189 String sGroupName; member in SwXAutoTextEntry
258 const String& GetGroupName() {return sGroupName;} in GetGroupName()
/trunk/main/sw/source/ui/inc/
H A Dglosbib.hxx59 String sGroupName; member
/trunk/main/sw/source/ui/ribbar/
H A Dworkctrl.cxx275 String sGroupName = pGlossaryList->GetGroupName(i - 1, sal_False, &sTitle); in CreatePopupWindow() local