/aoo41x/main/sfx2/source/appl/ |
H A D | linkmgr2.cxx | 197 String sCmd; in InsertDDELink() local 198 ::sfx2::MakeLnkName( sCmd, &rServer, rTopic, rItem ); in InsertDDELink() 201 pLink->SetName( sCmd ); in InsertDDELink() 261 String sCmd( sLNm ); in GetDisplayNames() local 263 String sTopic( sCmd.GetToken( 0, cTokenSeperator, nTmp ) ); in GetDisplayNames() 270 *pLinkStr = sCmd.Copy( nTmp ); in GetDisplayNames() 446 String sCmd( rFileNm ); in InsertFileLink() local 447 sCmd += ::sfx2::cTokenSeperator; in InsertFileLink() 449 sCmd += *pRange; in InsertFileLink() 451 ( sCmd += ::sfx2::cTokenSeperator ) += *pFilterNm; in InsertFileLink() [all …]
|
H A D | impldde.cxx | 114 String sCmd( aEdDdeApp.GetText() ), sRet; in GetCmd() local 115 ::sfx2::MakeLnkName( sRet, &sCmd, aEdDdeTopic.GetText(), aEdDdeItem.GetText() ); in GetCmd()
|
/aoo41x/main/sw/source/core/fields/ |
H A D | ddefld.cxx | 278 String sCmd( rStr ); in SetCmd() local 280 while( STRING_NOTFOUND != (nPos = sCmd.SearchAscii( " " )) ) in SetCmd() 281 sCmd.Erase( nPos, 1 ); in SetCmd() 282 refLink->SetLinkSourceName( sCmd ); in SetCmd() 380 String sTmp, sCmd( GetCmd() ); in PutValue() local 381 while(3 > sCmd.GetTokenCount(sfx2::cTokenSeperator)) in PutValue() 382 sCmd += sfx2::cTokenSeperator; in PutValue() 383 sCmd.SetToken( nPart-1, sfx2::cTokenSeperator, ::GetString( rVal, sTmp ) ); in PutValue() 384 SetCmd( sCmd ); in PutValue()
|
/aoo41x/main/unotools/source/config/ |
H A D | cmdoptions.cxx | 288 OUString sCmd ; in SvtCommandOptions_Impl() local 297 lValues[nItem] >>= sCmd; in SvtCommandOptions_Impl() 298 m_aDisabledCommands.AddCommand( sCmd ); in SvtCommandOptions_Impl() 339 OUString sCmd ; in Notify() local 349 lValues[nItem] >>= sCmd; in Notify() 350 m_aDisabledCommands.AddCommand( sCmd ); in Notify() 446 …SvtCommandOptions_Impl::AddCommand( SvtCommandOptions::CmdOption eCmdOption, const OUString& sCmd ) in AddCommand() argument 452 m_aDisabledCommands.AddCommand( sCmd ); in AddCommand()
|
/aoo41x/main/soldep/bootstrp/ |
H A D | command.cxx | 354 ByteString sCmd( rString.GetToken( 0, ' ' )); in CCommand() local 355 ByteString sParam( rString.Copy( sCmd.Len())); in CCommand() 357 aCommandLine += Search( "PATH", sCmd ); in CCommand() 379 ByteString sCmd( rString.GetToken( 0, ' ' )); in CCommand() local 380 ByteString sParam( rString.Copy( sCmd.Len())); in CCommand() 382 aCommandLine += Search( "PATH", sCmd ); in CCommand()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | docxattributeoutput.cxx | 625 rInfos.sCmd = FieldString( ww::eREF ); in EndField_Impl() 626 rInfos.sCmd.APPEND_CONST_ASC( "\"" ); in EndField_Impl() 627 rInfos.sCmd += m_sFieldBkm; in EndField_Impl() 628 rInfos.sCmd.APPEND_CONST_ASC( "\" " ); in EndField_Impl() 2576 String sCmd = FieldString( ww::eREF ); in RefField() local 2577 sCmd.APPEND_CONST_ASC( "\"" ); in RefField() 2578 sCmd += rRef; in RefField() 2579 sCmd.APPEND_CONST_ASC( "\" " ); in RefField() 2606 String sCmd = FieldString( eType ); in DropdownField() local 2621 String sCmd; in WriteExpand() local [all …]
|
H A D | docxattributeoutput.hxx | 51 String sCmd; member
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | section.cxx | 1721 String sCmd( m_Data.GetLinkFileName() ); in CreateLink() local 1723 while( STRING_NOTFOUND != (nPos = sCmd.SearchAscii( " " )) ) in CreateLink() 1724 sCmd.Erase( nPos, 1 ); in CreateLink() 1732 pLnk->SetLinkSourceName( sCmd ); in CreateLink() 1738 String sFltr( sCmd.GetToken( 1, sfx2::cTokenSeperator ) ); in CreateLink() 1739 String sRange( sCmd.GetToken( 2, sfx2::cTokenSeperator ) ); in CreateLink() 1742 sCmd.GetToken( 0, sfx2::cTokenSeperator ), in CreateLink()
|
/aoo41x/main/unodevtools/source/skeletonmaker/ |
H A D | skeletonmaker.cxx | 266 OString sCmd = sCmds.getToken( 0, ',', nIndex ); variable 267 vCmds.push_back(sCmd);
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | xmltble.cxx | 1169 const String sCmd = pDDEFldType->GetCmd(); in ExportTable() local 1171 sCmd.GetToken(0, sfx2::cTokenSeperator) ); in ExportTable() 1173 sCmd.GetToken(1, sfx2::cTokenSeperator) ); in ExportTable() 1175 sCmd.GetToken(2, sfx2::cTokenSeperator) ); in ExportTable()
|
/aoo41x/main/sw/source/ui/fldui/ |
H A D | fldvar.cxx | 479 String sCmd( pType->GetCmd() ); in IMPL_LINK() local 480 sal_uInt16 nTmpPos = sCmd.SearchAndReplace( sfx2::cTokenSeperator, ' ' ); in IMPL_LINK() 481 sCmd.SearchAndReplace( sfx2::cTokenSeperator, ' ', nTmpPos ); in IMPL_LINK() 483 aValueED.SetText( sCmd ); in IMPL_LINK()
|
H A D | fldmgr.cxx | 1057 String sCmd( rData.sPar2 ); in InsertFld() local 1058 sal_uInt16 nTmpPos = sCmd.SearchAndReplace( ' ', sfx2::cTokenSeperator ); in InsertFld() 1059 sCmd.SearchAndReplace( ' ', sfx2::cTokenSeperator, nTmpPos ); in InsertFld() 1061 SwDDEFieldType aType( rData.sPar1, sCmd, (sal_uInt16) nFormatId ); in InsertFld()
|
/aoo41x/main/sw/source/core/graphic/ |
H A D | ndgrf.cxx | 196 String sCmd( rGrfName ); in ReRead() local 204 sfx2::MakeLnkName( sCmd, 0, rGrfName, aEmptyStr, &rFltName ); in ReRead() 215 refLink->SetLinkSourceName( sCmd ); in ReRead()
|
/aoo41x/main/desktop/source/migration/ |
H A D | migration.cxx | 1235 ::rtl::OUString sCmd; in mergeOldToNewVersion() 1242 aTempPropSeq[j].Value >>= sCmd; in mergeOldToNewVersion() 1247 if (sCmd.equals(it->m_sPrevSibling)) in mergeOldToNewVersion()
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | DomainMapper_Impl.cxx | 3250 ::rtl::OUString sCmd(pContext->GetCommand()); in CloseFieldCommand() 3252 ::rtl::OUString sSeqName = lcl_FindQuotedText(sCmd, "SEQ ", '\\'); in CloseFieldCommand()
|