/aoo4110/main/l10ntools/source/ |
H A D | lngmerge.cxx | 125 ByteString sGroup; in CreateSDF() local 134 sID = sGroup; in CreateSDF() 139 sID = sGroup; in CreateSDF() 226 ByteString sGroup; in Merge() local 236 sGroup = sLine.GetToken( 1, '[' ).GetToken( 0, ']' ); in Merge() 237 sGroup.EraseLeadingChars( ' ' ); in Merge() 238 sGroup.EraseTrailingChars( ' ' ); in Merge() 246 ByteString sID( sGroup ); in Merge() 264 sGroup = sLine.GetToken( 1, '[' ).GetToken( 0, ']' ); in Merge() 265 sGroup.EraseLeadingChars( ' ' ); in Merge() [all …]
|
/aoo4110/main/sw/source/ui/misc/ |
H A D | glosbib.cxx | 135 String sGroup = pHdl->GetGroupName(i, &sTitle); in SwGlossaryGroupDlg() local 136 if(!sGroup.Len()) in SwGlossaryGroupDlg() 139 pData->sGroupName = sGroup; in SwGlossaryGroupDlg() 269 String sGroup = pFoundData->sGroupName; in IMPL_LINK() local 270 bExists = sGroup == sEntry; in IMPL_LINK() 284 String sGroup(aNameED.GetText()); in IMPL_LINK() local 286 sGroup += GLOS_DELIM; in IMPL_LINK() 287 sGroup += String::CreateFromInt32(aPathLB.GetSelectEntryPos()); in IMPL_LINK() 288 DBG_ASSERT(!pGlosHdl->FindGroupName(sGroup), "Gruppe bereits vorhanden!"); in IMPL_LINK() 291 pInsertedArr->Insert(new String(sGroup), pInsertedArr->Count()); in IMPL_LINK() [all …]
|
H A D | glosdoc.cxx | 179 String sGroup(rGroupName); in GetGroupTitle() local 180 if(STRING_NOTFOUND == sGroup.Search(GLOS_DELIM)) in GetGroupTitle() 181 FindGroupName(sGroup); in GetGroupTitle() 182 SwTextBlocks* pGroup = GetGroupDoc(sGroup, sal_False); in GetGroupTitle() 634 String sGroup(GroupName); in GetCompleteGroupName() local 635 String sGroupName(sGroup.GetToken(0, GLOS_DELIM)); in GetCompleteGroupName() 636 String sPath = sGroup.GetToken(1, GLOS_DELIM); in GetCompleteGroupName() 641 if(bPathLen ? sGroup == sGrpName : sGroupName == sGrpName.GetToken(0, GLOS_DELIM)) in GetCompleteGroupName()
|
H A D | glossary.cxx | 751 String sGroup = pGroupData->sGroupName; in IMPL_LINK() local 752 sGroup += GLOS_DELIM; in IMPL_LINK() 753 sGroup += String::CreateFromInt32(pGroupData->nPathIdx); in IMPL_LINK() 754 if(sGroup == sNewGroup) in IMPL_LINK() 1271 String sGroup, sShortName; in ResumeShowAutoText() local 1272 if(GetResumeData(sGroup, sShortName) && aExampleWIN.IsVisible()) in ResumeShowAutoText() 1289 uno::Any aGroup = _xAutoText->getByName(sGroup); in ResumeShowAutoText()
|
/aoo4110/main/sw/source/ui/dochdl/ |
H A D | gloshdl.cxx | 140 String sGroup(rGrp); in SetCurGroup() local 141 if(STRING_NOTFOUND == sGroup.Search(GLOS_DELIM) && !FindGroupName(sGroup)) in SetCurGroup() 143 sGroup += GLOS_DELIM; in SetCurGroup() 144 sGroup += '0'; in SetCurGroup() 165 String sPath = sGroup.GetToken(1, GLOS_DELIM); in SetCurGroup() 168 sGroup.GetToken(0, GLOS_DELIM) == sCurBase) in SetCurGroup() 179 aCurGrp = sGroup; in SetCurGroup() 307 String sGroup(rGrpName); in DelGroup() local 309 FindGroupName(sGroup); in DelGroup() 310 if( rStatGlossaries.DelGroupDoc(sGroup) ) in DelGroup() [all …]
|
/aoo4110/main/sw/source/ui/envelp/ |
H A D | labelexp.cxx | 90 String sGroup(pGroups[i]); in InitFrameControl() local 92 aAutoTextGroupLB.SetEntryData(nEntry, new String(sGroup)); in InitFrameControl() 139 String sGroup( *(String*)aAutoTextGroupLB.GetEntryData( in IMPL_LINK() local 141 uno::Any aGroup = _xAutoText->getByName(sGroup); in IMPL_LINK() 169 String sGroup( *(String*)aAutoTextGroupLB.GetEntryData( in IMPL_LINK() local 171 uno::Any aGroup = _xAutoText->getByName(sGroup); in IMPL_LINK()
|
/aoo4110/main/sw/source/ui/vba/ |
H A D | vbatemplate.cxx | 56 rtl::OUString sGroup( RTL_CONSTASCII_USTRINGPARAM("Normal") ); in AutoTextEntries() local 60 sGroup = msName.copy( 0, msName.lastIndexOf( sal_Unicode('.') ) ); in AutoTextEntries() 65 if( xAutoTextContainer->hasByName( sGroup ) ) in AutoTextEntries() 67 xGroup.set( xAutoTextContainer->getByName( sGroup ), uno::UNO_QUERY_THROW ); in AutoTextEntries()
|
/aoo4110/main/sw/source/ui/utlui/ |
H A D | gloslst.cxx | 71 String sGroup; member 182 pTriple->sGroup = pGroup->sName; in GetShortName() 196 rGroupName = pTriple->sGroup; in GetShortName() 209 rLB.InsertEntry(aTripleStrings[i]->sGroup.GetToken(0, GLOS_DELIM)); in GetShortName() 217 rGroupName = pTriple->sGroup; in GetShortName()
|
/aoo4110/main/sw/source/ui/uno/ |
H A D | unoatxt.cxx | 236 String sGroup(aGroupName); in insertNewByName() local 237 if(STRING_NOTFOUND == sGroup.Search(GLOS_DELIM)) in insertNewByName() 239 sGroup += GLOS_DELIM; in insertNewByName() 240 sGroup += UniString::CreateFromInt32(0); in insertNewByName() 242 pGlossaries->NewGroupDoc(sGroup, sGroup.GetToken(0, GLOS_DELIM)); in insertNewByName() 244 uno::Reference< text::XAutoTextGroup > xGroup = pGlossaries->GetAutoTextGroup( sGroup, true ); in insertNewByName()
|
/aoo4110/main/sw/source/ui/ribbar/ |
H A D | workctrl.cxx | 387 String sGroup = pGlossaryList->GetGroupName(nBlock - 1, sal_False); in IMPL_LINK() local 395 (*fnSetActGroup)( sGroup ); in IMPL_LINK() 396 pGlosHdl->SetCurGroup(sGroup, sal_True); in IMPL_LINK()
|
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 253 String sGroup = m_aFunctionStrings.GetToken(m_aFunctionStrings.GetTokenCount() - 1); in initialize() local 263 m_aFunctionStrings += sGroup; in initialize()
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | unomodel.cxx | 1634 const rtl::OUString sGroup ( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.GroupShape" ) ); in ImplPDFExportShapeInteraction() local 1638 if ( xShape->getShapeType().equals( sGroup ) ) in ImplPDFExportShapeInteraction()
|
/aoo4110/main/reportdesign/source/ui/inspection/ |
H A D | GeometryHandler.cxx | 1728 const String sGroup = String(ModuleRes(RID_STR_SCOPE_GROUP)); in impl_fillScopeList_nothrow() local 1732 String sGroupName = sGroup; in impl_fillScopeList_nothrow()
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 2482 String sGroup; in KeyInput() local 2483 if(pList->GetShortName( sFnd, sShrtNm, sGroup)) in KeyInput() 2488 pGlosHdl->SetCurGroup(sGroup, sal_True); in KeyInput()
|