2002-11-01 10:15:51 -06:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-07 11:41:42 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2002-11-01 10:15:51 -06:00
|
|
|
*
|
2005-09-07 11:41:42 -05:00
|
|
|
* $RCSfile: hfi_interface.cxx,v $
|
2002-11-01 10:15:51 -06:00
|
|
|
*
|
2007-09-18 07:59:06 -05:00
|
|
|
* $Revision: 1.8 $
|
2002-11-01 10:15:51 -06:00
|
|
|
*
|
2007-09-18 07:59:06 -05:00
|
|
|
* last change: $Author: vg $ $Date: 2007-09-18 13:56:57 $
|
2002-11-01 10:15:51 -06:00
|
|
|
*
|
2005-09-07 11:41:42 -05:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2002-11-01 10:15:51 -06:00
|
|
|
*
|
|
|
|
*
|
2005-09-07 11:41:42 -05:00
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2002-11-01 10:15:51 -06:00
|
|
|
*
|
2005-09-07 11:41:42 -05:00
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
2002-11-01 10:15:51 -06:00
|
|
|
*
|
2005-09-07 11:41:42 -05:00
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
2002-11-01 10:15:51 -06:00
|
|
|
*
|
2005-09-07 11:41:42 -05:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
* MA 02111-1307 USA
|
2002-11-01 10:15:51 -06:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#include <precomp.h>
|
|
|
|
#include "hfi_interface.hxx"
|
|
|
|
|
|
|
|
|
|
|
|
// NOT FULLY DEFINED SERVICES
|
|
|
|
#include <ary/idl/i_ce.hxx>
|
2006-05-03 10:52:56 -05:00
|
|
|
#include <ary/idl/i_gate.hxx>
|
2002-11-01 10:15:51 -06:00
|
|
|
#include <ary/idl/ik_function.hxx>
|
|
|
|
#include <ary/idl/ik_interface.hxx>
|
2006-05-03 10:52:56 -05:00
|
|
|
#include <ary/idl/ip_ce.hxx>
|
|
|
|
#include <ary/idl/ip_type.hxx>
|
2002-11-01 10:15:51 -06:00
|
|
|
#include <toolkit/hf_docentry.hxx>
|
|
|
|
#include <toolkit/hf_linachain.hxx>
|
|
|
|
#include <toolkit/hf_navi_sub.hxx>
|
|
|
|
#include <toolkit/hf_title.hxx>
|
2004-07-12 09:26:11 -05:00
|
|
|
#include "hfi_doc.hxx"
|
|
|
|
#include "hfi_hierarchy.hxx"
|
2002-11-01 10:15:51 -06:00
|
|
|
#include "hfi_method.hxx"
|
|
|
|
#include "hfi_navibar.hxx"
|
|
|
|
#include "hfi_property.hxx"
|
2004-07-12 09:26:11 -05:00
|
|
|
#include "hfi_tag.hxx"
|
2002-11-01 10:15:51 -06:00
|
|
|
#include "hfi_typetext.hxx"
|
|
|
|
#include "hi_linkhelper.hxx"
|
|
|
|
|
|
|
|
|
|
|
|
extern const String
|
|
|
|
C_sCePrefix_Interface("interface");
|
|
|
|
|
|
|
|
namespace
|
|
|
|
{
|
|
|
|
|
|
|
|
const String
|
2004-07-12 09:26:11 -05:00
|
|
|
C_sBaseInterface("Base Interfaces");
|
|
|
|
const String
|
|
|
|
C_sList_BaseComments("Comments on Base Interfaces");
|
2002-11-01 10:15:51 -06:00
|
|
|
const String
|
|
|
|
C_sList_Methods("Methods' Summary");
|
|
|
|
const String
|
|
|
|
C_sList_Methods_Label("MethodsSummary");
|
|
|
|
const String
|
|
|
|
C_sDetails_Methods("Methods' Details");
|
|
|
|
const String
|
|
|
|
C_sDetails_Methods_Label("MethodsDetails");
|
|
|
|
|
|
|
|
const String
|
|
|
|
C_sList_Attributes("Attributes' Summary");
|
|
|
|
const String
|
|
|
|
C_sList_Attributes_Label("AttributesSummary");
|
|
|
|
const String
|
|
|
|
C_sList_AttributesDetails("Attributes' Details");
|
|
|
|
const String
|
|
|
|
C_sList_AttributesDetails_Label("AttributesDetails");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
enum E_SubListIndices
|
|
|
|
{
|
|
|
|
sli_Methods = 0,
|
|
|
|
sli_MethodDetails = 1,
|
|
|
|
sli_AttributesSummary = 2,
|
|
|
|
sli_AttributesDetails = 3
|
|
|
|
};
|
|
|
|
|
|
|
|
} //anonymous namespace
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HF_IdlInterface::HF_IdlInterface( Environment & io_rEnv,
|
|
|
|
Xml::Element & o_rOut )
|
|
|
|
: HtmlFactory_Idl(io_rEnv, &o_rOut),
|
|
|
|
eCurProducedMembers(mem_none)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
HF_IdlInterface::~HF_IdlInterface()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
HF_IdlInterface::Produce_byData( const client & i_ce ) const
|
|
|
|
{
|
|
|
|
Dyn<HF_NaviSubRow>
|
|
|
|
pNaviSubRow( &make_Navibar(i_ce) );
|
|
|
|
|
|
|
|
HF_TitleTable
|
|
|
|
aTitle(CurOut());
|
|
|
|
|
|
|
|
HF_LinkedNameChain
|
|
|
|
aNameChain(aTitle.Add_Row());
|
|
|
|
aNameChain.Produce_CompleteChain(Env().CurPosition(), nameChainLinker);
|
|
|
|
|
2006-05-03 10:52:56 -05:00
|
|
|
produce_Title(aTitle, C_sCePrefix_Interface, i_ce);
|
2004-07-12 09:26:11 -05:00
|
|
|
|
|
|
|
produce_BaseHierarchy( aTitle.Add_Row(),
|
|
|
|
i_ce,
|
|
|
|
C_sBaseInterface );
|
2002-11-01 10:15:51 -06:00
|
|
|
|
|
|
|
write_Docu(aTitle.Add_Row(), i_ce);
|
|
|
|
CurOut() << new Html::HorizontalLine();
|
|
|
|
|
|
|
|
dyn_ce_list dpFunctions;
|
|
|
|
ary::idl::ifc_interface::attr::Get_Functions(dpFunctions, i_ce);
|
|
|
|
|
2004-07-12 09:26:11 -05:00
|
|
|
if ( (*dpFunctions).operator bool() )
|
2002-11-01 10:15:51 -06:00
|
|
|
{
|
|
|
|
eCurProducedMembers = mem_Functions;
|
|
|
|
|
|
|
|
produce_Members( *dpFunctions,
|
|
|
|
C_sList_Methods,
|
|
|
|
C_sList_Methods_Label,
|
|
|
|
C_sDetails_Methods,
|
|
|
|
C_sDetails_Methods_Label );
|
|
|
|
pNaviSubRow->SwitchOn(sli_Methods);
|
|
|
|
pNaviSubRow->SwitchOn(sli_MethodDetails);
|
|
|
|
}
|
|
|
|
|
|
|
|
dyn_ce_list
|
|
|
|
dpAttributes;
|
|
|
|
ary::idl::ifc_interface::attr::Get_Attributes(dpAttributes, i_ce);
|
2004-07-12 09:26:11 -05:00
|
|
|
if ( (*dpAttributes).operator bool() )
|
2002-11-01 10:15:51 -06:00
|
|
|
{
|
|
|
|
eCurProducedMembers = mem_Attributes;
|
|
|
|
|
|
|
|
produce_Members( *dpAttributes,
|
|
|
|
C_sList_Attributes,
|
|
|
|
C_sList_Attributes_Label,
|
|
|
|
C_sList_AttributesDetails,
|
|
|
|
C_sList_AttributesDetails_Label );
|
|
|
|
pNaviSubRow->SwitchOn(sli_AttributesSummary);
|
|
|
|
pNaviSubRow->SwitchOn(sli_AttributesDetails);
|
|
|
|
}
|
|
|
|
eCurProducedMembers = mem_none;
|
|
|
|
|
|
|
|
pNaviSubRow->Produce_Row();
|
|
|
|
}
|
|
|
|
|
|
|
|
DYN HF_NaviSubRow &
|
|
|
|
HF_IdlInterface::make_Navibar( const client & i_ce ) const
|
|
|
|
{
|
|
|
|
HF_IdlNavigationBar
|
|
|
|
aNaviBar(Env(), CurOut());
|
|
|
|
aNaviBar.Produce_CeMainRow(i_ce);
|
|
|
|
|
|
|
|
DYN HF_NaviSubRow &
|
|
|
|
ret = aNaviBar.Add_SubRow();
|
|
|
|
ret.AddItem(C_sList_Methods, C_sList_Methods_Label, false);
|
|
|
|
ret.AddItem(C_sDetails_Methods, C_sDetails_Methods_Label, false);
|
|
|
|
ret.AddItem(C_sList_Attributes, C_sList_Attributes_Label, false);
|
|
|
|
ret.AddItem(C_sList_AttributesDetails, C_sList_AttributesDetails_Label, false);
|
|
|
|
|
|
|
|
CurOut() << new Html::HorizontalLine();
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
HF_IdlInterface::produce_MemberDetails( HF_SubTitleTable & o_table,
|
|
|
|
const client & i_ce ) const
|
|
|
|
{
|
|
|
|
switch (eCurProducedMembers)
|
|
|
|
{
|
|
|
|
case mem_Functions:
|
|
|
|
break;
|
|
|
|
case mem_Attributes:
|
|
|
|
{
|
|
|
|
HF_IdlAttribute
|
|
|
|
aAttribute( Env(), o_table);
|
|
|
|
aAttribute.Produce_byData( i_ce );
|
|
|
|
return;
|
|
|
|
};
|
|
|
|
default: //Won't happen.
|
|
|
|
return;
|
|
|
|
} // end switch
|
|
|
|
|
|
|
|
typedef ary::idl::ifc_function::attr funcAttr;
|
|
|
|
|
|
|
|
HF_IdlMethod
|
|
|
|
aFunction( Env(),
|
|
|
|
o_table.Add_Row()
|
|
|
|
>> *new Html::TableCell
|
|
|
|
<< new Html::ClassAttr(C_sCellStyle_MDetail) );
|
|
|
|
|
|
|
|
ary::Dyn_StdConstIterator<ary::idl::Parameter>
|
|
|
|
pParameters;
|
|
|
|
funcAttr::Get_Parameters(pParameters, i_ce);
|
|
|
|
|
|
|
|
ary::Dyn_StdConstIterator<ary::idl::Type_id>
|
|
|
|
pExceptions;
|
|
|
|
funcAttr::Get_Exceptions(pExceptions, i_ce);
|
|
|
|
|
|
|
|
aFunction.Produce_byData( i_ce.LocalName(),
|
|
|
|
funcAttr::ReturnType(i_ce),
|
|
|
|
*pParameters,
|
|
|
|
*pExceptions,
|
|
|
|
funcAttr::IsOneway(i_ce),
|
2004-07-12 09:26:11 -05:00
|
|
|
funcAttr::HasEllipse(i_ce),
|
2002-11-01 10:15:51 -06:00
|
|
|
i_ce );
|
|
|
|
}
|
2004-07-12 09:26:11 -05:00
|
|
|
|
|
|
|
void
|
|
|
|
HF_IdlInterface::produce_BaseHierarchy( Xml::Element & o_screen,
|
|
|
|
const client & i_ce,
|
|
|
|
const String & i_sLabel ) const
|
|
|
|
{
|
|
|
|
ary::Dyn_StdConstIterator<ary::idl::CommentedRelation>
|
|
|
|
pHelp;
|
|
|
|
ary::idl::ifc_interface::attr::Get_Bases(pHelp, i_ce);
|
|
|
|
if (NOT (*pHelp).operator bool())
|
|
|
|
return;
|
|
|
|
|
2006-05-03 10:52:56 -05:00
|
|
|
// Check for XInterface as only base:
|
|
|
|
ary::StdConstIterator<ary::idl::CommentedRelation> &
|
|
|
|
itTest = *pHelp;
|
|
|
|
ary::idl::Ce_id
|
|
|
|
nCe = Env().Gate().Types().Search_CeRelatedTo((*itTest).Type());
|
|
|
|
if (nCe.IsValid())
|
|
|
|
{
|
|
|
|
// KORR FUTURE
|
|
|
|
// Rather check for id(!) of com::sun::star::uno::XInterface.
|
|
|
|
if (Env().Gate().Ces().Find_Ce(nCe).LocalName() == "XInterface")
|
|
|
|
{
|
|
|
|
++itTest;
|
|
|
|
if (NOT itTest.operator bool())
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2004-07-12 09:26:11 -05:00
|
|
|
// Write hierarchy:
|
|
|
|
|
|
|
|
HF_DocEntryList
|
|
|
|
aDocList( o_screen );
|
|
|
|
aDocList.Produce_Term(i_sLabel);
|
|
|
|
Xml::Element &
|
|
|
|
rBaseList = aDocList.Produce_Definition();
|
|
|
|
|
2006-05-03 10:52:56 -05:00
|
|
|
// NEW
|
|
|
|
Write_BaseHierarchy(rBaseList, Env(), i_ce);
|
|
|
|
// csi::xml::Element &
|
|
|
|
// rPre = rBaseList
|
|
|
|
// >> *new csi::xml::AnElement("pre")
|
|
|
|
// << new csi::html::StyleAttr("font-family:monospace;");
|
|
|
|
//
|
|
|
|
// std::vector<uintt>
|
|
|
|
// aSetColumns;
|
|
|
|
// rPre
|
|
|
|
// >> *new csi::html::Strong
|
|
|
|
// << i_ce.LocalName();
|
|
|
|
// rPre
|
|
|
|
// << "\n";
|
|
|
|
// Write_BaseHierarchy( rPre,
|
|
|
|
// Env(),
|
|
|
|
// i_ce,
|
|
|
|
// Env().Gate(),
|
|
|
|
// aSetColumns );
|
|
|
|
//
|
|
|
|
// rPre
|
|
|
|
// << "\n";
|
|
|
|
// NEW
|
|
|
|
|
|
|
|
// HF_IdlBaseNode
|
|
|
|
// aMyNode(i_ce, Env().Gate());
|
|
|
|
// aMyNode.WriteBaseHierarchy(rBaseList, *this, i_ce.LocalName());
|
2004-07-12 09:26:11 -05:00
|
|
|
|
|
|
|
|
|
|
|
// Write comments:
|
|
|
|
// KORR_FUTURE: Make sure, no empty table is constructed when comments list is empty.
|
|
|
|
HF_SubTitleTable
|
|
|
|
aBaseTable( aDocList.Produce_Definition(),
|
|
|
|
"",
|
|
|
|
C_sList_BaseComments,
|
|
|
|
2,
|
|
|
|
HF_SubTitleTable::sublevel_3 );
|
|
|
|
|
2006-05-03 10:52:56 -05:00
|
|
|
ary::Dyn_StdConstIterator<ary::idl::CommentedRelation>
|
|
|
|
pBases;
|
|
|
|
ary::idl::ifc_interface::attr::Get_Bases(pBases, i_ce);
|
|
|
|
for ( ary::StdConstIterator<ary::idl::CommentedRelation> & it = *pBases;
|
2004-07-12 09:26:11 -05:00
|
|
|
it.operator bool();
|
|
|
|
++it )
|
|
|
|
{
|
|
|
|
Xml::Element &
|
|
|
|
rRow = aBaseTable.Add_Row();
|
|
|
|
|
|
|
|
Xml::Element &
|
|
|
|
rTerm = rRow
|
|
|
|
>> *new Html::TableCell
|
|
|
|
<< new Html::ClassAttr(C_sCellStyle_SummaryLeft);
|
|
|
|
HF_IdlTypeText
|
|
|
|
aTypeDisplay( Env(), rTerm, false, 0);
|
|
|
|
aTypeDisplay.Produce_byData((*it).Type());
|
|
|
|
|
|
|
|
Xml::Element &
|
|
|
|
rDocu = rRow
|
|
|
|
>> *new Html::TableCell
|
|
|
|
<< new Html::ClassAttr(C_sCellStyle_SummaryRight);
|
|
|
|
|
|
|
|
HF_DocEntryList
|
|
|
|
aDocuList(rDocu);
|
|
|
|
|
|
|
|
if ((*it).Info() != 0)
|
|
|
|
{
|
|
|
|
// aDocuList.Produce_Term("Comment on Base Reference");
|
|
|
|
|
|
|
|
HF_IdlDocu
|
|
|
|
aDocuDisplay(Env(), aDocuList);
|
|
|
|
aDocuDisplay.Produce_byDocu4Reference(*(*it).Info(), i_ce);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
const client *
|
|
|
|
pCe = Env().Linker().Search_CeFromType((*it).Type());
|
|
|
|
const ce_info *
|
|
|
|
pShort = pCe != 0
|
|
|
|
? pCe->Docu()
|
|
|
|
: 0;
|
|
|
|
if ( pShort != 0 )
|
|
|
|
{
|
|
|
|
aDocuList.Produce_NormalTerm("(referenced interface's summary:)");
|
|
|
|
|
|
|
|
Xml::Element &
|
|
|
|
rDef = aDocuList.Produce_Definition();
|
|
|
|
HF_IdlDocuTextDisplay
|
2004-11-15 06:33:19 -06:00
|
|
|
aShortDisplay( Env(), &rDef, *pCe);
|
2004-07-12 09:26:11 -05:00
|
|
|
pShort->Short().DisplayAt(aShortDisplay);
|
|
|
|
} // end if (pShort != 0)
|
|
|
|
} // endif ( (*i_commentedRef).Info() != 0 ) else
|
|
|
|
} // end for
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
HF_IdlInterface::Display_BaseNode( const HF_IdlBaseNode & i_rNode ) const
|
|
|
|
{
|
|
|
|
// KORR: Check if Env().CurPageCe() is really always the right one
|
|
|
|
// (probably works).
|
|
|
|
HF_IdlTypeText
|
|
|
|
aDisplay( Env(), CurOut(), true, Env().CurPageCe());
|
|
|
|
aDisplay.Produce_byData(i_rNode.Type());
|
|
|
|
}
|