Olá Olivier e lista!
String ImplDdeService::Topics()
{
String sRet;
if( GetSysTopic() )
sRet += GetSysTopic()->GetName();
TypeId aType( TYPE(SfxObjectShell) );
SfxObjectShell* pShell = SfxObjectShell::GetFirst( &aType );
while( pShell )
{
if( SfxViewFrame::GetFirst( pShell ) )
{
if( sRet.Len() )
sRet += '\t';
sRet += pShell->GetTitle(SFX_TITLE_FULLNAME);
}
pShell = SfxObjectShell::GetNext( *pShell, &aType );
}
if( sRet.Len() )
sRet += DEFINE_CONST_UNICODE("\r\n");
return sRet;
}
Neste trecho de código, temos a variavel local que será retornada pelo
método, que 'do tipo String.
Como temos de trocar pela nova clasdse de string, fica com a dúvida:
Qual é tipo de dado que devemos retornar da função e consequentemente
mudar a variavel sRet?
Seria OString ou OUString?
Obrigado desde já!
OBS: Neste caso deveriamos verificar todos os que chamam está função, mas
isto vemos depois =D
--
Att,
Marcos Paulo de Souza
Acadêmico de Ciencia da Computação - FURB - SC
Github: https://github.com/marcosps/
"Uma vida sem desafios é uma vida sem razão"
"A life without challenges, is a non reason life"
--
Você está recebendo e-mails da lista dev@pt-br.libreoffice.org
# Informações sobre os comandos disponíveis (em inglês):
mande e-mail vazio para dev+help@pt-br.libreoffice.org
# Cancelar sua assinatura: mande e-mail vazio para:
dev+unsubscribe@pt-br.libreoffice.org
# Arquivo de mensagens: http://listarchives.libreoffice.org/pt-br/dev
Context
- [pt-br-dev] Duvida quanto a troca de String por...? · Marcos Souza
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.