/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
// if table name matches alias, do not pass to InitialAlias, // as the appending of a possible token could not succeed... if (m_strInitialAlias == pTabWinData->GetTableName())
m_strInitialAlias.clear();
if (!m_strInitialAlias.isEmpty() ) // Alias was explicitly given
sAliasName = m_strInitialAlias; elseif ( GetTable().is() )
GetTable()->getPropertyValue( PROPERTY_NAME ) >>= sAliasName; else returnfalse;
// Alias with successive number if (pContainer->CountTableAlias(sAliasName, m_nAliasNum))
{
sAliasName += "_" + OUString::number(m_nAliasNum);
}
sAliasName = sAliasName.replaceAll("\"", "");
SetAliasName(sAliasName); // SetAliasName passes it as WinName, hence it uses the base class // reset the title
m_xTitle->SetText( pWinData->GetWinName() );
m_xTitle->Show();
while (bEntry)
{ if (bCase(strFieldName, rTreeView.get_text(*xEntry)))
{
OTableFieldInfo* pInf = weld::fromId<OTableFieldInfo*>(rTreeView.get_id(*xEntry));
assert(pInf && "OQueryTableWindow::ExistsField : field doesn't have FieldInfo !");
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.