/trunk/main/forms/source/component/ |
H A D | GroupManager.cxx | 346 ::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 D | DatabaseForm.cxx | 2533 ::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 D | glossary.cxx | 133 String sGroupName; member 333 (*pGlosGroup) = pGroupData->sGroupName; in IMPL_LINK() 756 String sGroup = pGroupData->sGroupName; in IMPL_LINK() 801 if(!sGroupName.Len()) in Init() 809 pData->sGroupName = sGroupName.GetToken(0, GLOS_DELIM); in Init() 1010 sMsg += pData->sGroupName; in RequestHelp() 1050 String sEntry(pGroupData->sGroupName); in NotifyStartDrag() 1102 String sSourceGroup(pGroupData->sGroupName); in NotifyMoving() 1110 String sDestName = pDestData->sGroupName; in NotifyMoving() 1159 String sDestName = pDestData->sGroupName; in NotifyCopying() [all …]
|
H A D | glosbib.cxx | 139 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 D | glosdoc.cxx | 635 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 D | gloshdl.cxx | 94 String sGroupName; member 481 String sGroupName( (*fnGetCurrGroup)() ); in ExpandGlossary() local 482 if(STRING_NOTFOUND == sGroupName.Search(GLOS_DELIM)) in ExpandGlossary() 483 FindGroupName(sGroupName); in ExpandGlossary() 484 pGlossary = rStatGlossaries.GetGroupDoc(sGroupName); in ExpandGlossary() 531 String sGroupName = pGlossaryList->GetGroupName(i - 1, sal_False, &sTitle); in Expand() local 532 if(sGroupName == pGlossary->GetName()) in Expand() 546 pData->sGroupName = sGroupName; in Expand() 558 pGlossary = (SwTextBlocks *)pGlossaries->GetGroupDoc(pData->sGroupName); in Expand() 581 pGlossary = (SwTextBlocks *)pGlossaries->GetGroupDoc(pData->sGroupName); in Expand()
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabGroup.cxx | 51 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 D | treeopt.cxx | 224 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() 258 return sGroupName; in getGroupName() 492 String sGroupName, sPageName; in lcl_isOptionHidden() local 2414 String sGroupName( seqNames[i] ); in LoadNodes() local 2432 sLabel = sGroupName; in LoadNodes() 2552 String sGroupName( rGroupName ); in lcl_getGroupId() local [all …]
|
/trunk/main/sw/source/ui/uno/ |
H A D | unoatxt.cxx | 186 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 D | GeometryHandler.cxx | 1732 String sGroupName = sGroup; in impl_fillScopeList_nothrow() local 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() 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 1797 if ( m_sScope == ::rtl::OUString(sGroupName) ) in fillScope_throw() 1844 m_sScope = sGroupName; in isDefaultFunction() [all …]
|
/trunk/main/xmloff/source/core/ |
H A D | DocumentSettingsContext.cxx | 325 ::rtl::OUString sGroupName; 329 :sGroupName() in SettingsGroup() 335 :sGroupName( _rGroupName ) in SettingsGroup() 498 GetImport().SetDocumentSpecificSettings( settings->sGroupName, aDocSettings ); in EndElement()
|
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | ReportBuilderLayouter.java | 435 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/cui/source/customize/ |
H A D | cfgutil.cxx | 547 ::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/sw/inc/ |
H A D | unoatxt.hxx | 189 String sGroupName; member in SwXAutoTextEntry 258 const String& GetGroupName() {return sGroupName;} in GetGroupName()
|
/trunk/main/sw/source/ui/inc/ |
H A D | glosbib.hxx | 59 String sGroupName; member
|
/trunk/main/sw/source/ui/ribbar/ |
H A D | workctrl.cxx | 275 String sGroupName = pGlossaryList->GetGroupName(i - 1, sal_False, &sTitle); in CreatePopupWindow() local
|