Home
last modified time | relevance | path

Searched refs:GetDisplayName (Results 1 – 25 of 56) sorted by relevance

123

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java182 maOut.printf(" \"%s\" : {\n", aNode.GetName().GetDisplayName()); in WriteTopLevelNodes()
236 WritePair("name", aNode.GetName().GetDisplayName()); in Visit()
274 WritePair("tag", aNode.GetElementName().GetDisplayName()); in Visit()
275 WritePair("result-type", aNode.GetTypeName().GetDisplayName()); in Visit()
299 WritePair("base-type", aNode.GetBaseTypeName().GetDisplayName()); in Visit()
312 WritePair("name", aNode.GetName().GetDisplayName()); in Visit()
387 WritePair("base-type", aNode.GetBaseType().GetDisplayName()); in Visit()
431 WritePair("name", aNode.GetName().GetDisplayName()); in Visit()
468 WritePair("name", aNode.GetName().GetDisplayName()); in Visit()
493 WritePair("name", aNode.GetName().GetDisplayName()); in Visit()
[all …]
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DLogGenerator.java122 aElement.GetElementName().GetDisplayName(), in WriteTopLevelElements()
123 aElement.GetTypeName().GetDisplayName()); in WriteTopLevelElements()
252 ((Attribute)aAttribute).GetName().GetDisplayName(), in WriteAttribute()
253 ((Attribute)aAttribute).GetTypeName().GetDisplayName()); in WriteAttribute()
260 ((AttributeGroup)aAttribute).GetName().GetDisplayName()); in WriteAttribute()
269 ((AttributeGroupReference)aAttribute).GetReferencedName().GetDisplayName()); in WriteAttribute()
278 ((AttributeReference)aAttribute).GetReferencedName().GetDisplayName()); in WriteAttribute()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/
H A DSchemaBase.java69 final String sTypeName = aName.GetDisplayName(); in GetTypeForName()
90 final String sTypeName = aName.GetDisplayName(); in GetSimpleTypeForName()
93 return SimpleTypes.Get(aName.GetDisplayName()); in GetSimpleTypeForName()
H A DTypeContainer.java44 maTypes.put(aType.GetName().GetDisplayName(), aType); in Add()
52 return maTypes.get(aName.GetDisplayName()); in Get()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DNonValidatingCreator.java104 aElement.GetElementName().GetDisplayName(), in CreateForTopLevelElements()
130 aComplexType.GetName().GetDisplayName(), in CreateForComplexType()
141 aElement.GetElementName().GetDisplayName(), in CreateForComplexType()
H A DValidatingCreator.java239 aComplexType.GetName().GetDisplayName(), in Visit()
306 aElement.GetElementName().GetDisplayName(), in Visit()
H A DTransition.java85 maElementName.GetDisplayName(), in toString()
/trunk/main/vcl/source/window/
H A Dmsgbox.cxx493 SetText( Application::GetDisplayName() ); in ImplInitInfoBoxData()
546 SetText( Application::GetDisplayName() ); in ImplInitWarningBoxData()
592 SetText( Application::GetDisplayName() ); in ImplInitErrorBoxData()
638 SetText( Application::GetDisplayName() ); in ImplInitQueryBoxData()
/trunk/main/xmloff/source/draw/
H A DXMLShapeStyleContext.cxx94 if( GetName().getLength() && GetDisplayName().getLength() && GetName() != GetDisplayName() ) in SetAttribute()
97 AddStyleDisplayName( GetFamily(), GetName(), GetDisplayName() ); in SetAttribute()
H A Dximpstyl.cxx1309 UniString sPrefix( rMaster.GetDisplayName()); in SetMasterPageStyles()
1312 …milies().is() && GetSdImport().GetLocalDocStyleFamilies()->hasByName(rMaster.GetDisplayName())) try in SetMasterPageStyles()
1314 …eStyles( GetSdImport().GetLocalDocStyleFamilies()->getByName(rMaster.GetDisplayName()), UNO_QUERY_… in SetMasterPageStyles()
1387 OUString aStyleName(pStyle->GetDisplayName()); in ImpSetGraphicStyles()
1480 OUString aStyleName(pStyle->GetDisplayName()); in ImpSetGraphicStyles()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/
H A DAttribute.java82 GetName().GetDisplayName(), in toString()
83 maTypeName.GetDisplayName(), in toString()
H A DAttributeGroup.java63 return "attribute group "+GetName().GetDisplayName(); in toString()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/
H A DElement.java101 return "element " + maElementName.GetDisplayName() +" -> " + maTypeName.GetDisplayName(); in toString()
H A DElementReference.java62 … throw new RuntimeException("can not find element "+maReferencedElementName.GetDisplayName()); in GetReferencedElement()
99 return "element reference to "+maReferencedElementName.GetDisplayName(); in toString()
H A DGroup.java68 return "group "+GetName().GetDisplayName(); in toString()
H A DComplexType.java70 return "complex type "+GetName().GetDisplayName(); in toString()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DQualifiedName.java66 public String GetDisplayName () in GetDisplayName() method in QualifiedName
140 return GetDisplayName(); in toString()
/trunk/main/svtools/workben/toolpanel/
H A Dtoolpaneltest.cxx144 virtual ::rtl::OUString GetDisplayName() const;
261 ::rtl::OUString ColoredPanel::GetDisplayName() const in GetDisplayName() function in svt::toolpanel::ColoredPanel
476 m_aPanelList.InsertEntry( pPanel->GetDisplayName(), pPanel->GetImage() ); in impl_initPanelList()
606 …m_aPanelList.InsertEntry( i_pPanel->GetDisplayName(), i_pPanel->GetImage(), sal_uInt16( i_nPositio… in PanelInserted()
/trunk/main/sfx2/source/dialog/
H A Dtaskpane.cxx308 virtual ::rtl::OUString GetDisplayName() const;
398 ::rtl::OUString CustomToolPanel::GetDisplayName() const in GetDisplayName() function in sfx2::CustomToolPanel
1213 m_rDockingWindow.SetTitle( m_aPanelRepository[i].pPanel->GetDisplayName() ); in impl_updateDockingWindowTitle()
1237 pMenu->InsertItem( nIndex, rPanelDesc.pPanel->GetDisplayName(), MIB_CHECKABLE ); in impl_createPopupMenu()
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerEventHandler.cxx144 HRESULT hr = pItem->GetDisplayName ( eConversion, &pStr ); in lcl_getURLFromShellItem2()
149 hr = pItem->GetDisplayName ( eConversion, &pStr ); in lcl_getURLFromShellItem2()
/trunk/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx587 const ::rtl::OUString sItemText( i_pPanel->GetDisplayName() ); in impl_calculateItemContentSize()
658 const ::rtl::OUString sItemText( i_pPanel->GetDisplayName() ); in impl_renderItemContent()
1168 const ::rtl::OUString sItemText( rItem.pPanel->GetDisplayName() ); in RequestHelp()
H A Ddummypanel.hxx47 virtual ::rtl::OUString GetDisplayName() const;
H A Ddummypanel.cxx68 ::rtl::OUString DummyPanel::GetDisplayName() const in GetDisplayName() function in svt::DummyPanel
/trunk/main/sfx2/source/doc/
H A Dquerytemplate.cxx37 MessBox ( pParent, 0, Application::GetDisplayName(), rMessage ) in QueryTemplateBox()
/trunk/main/svtools/inc/svtools/toolpanel/
H A Dtoolpanel.hxx55 virtual ::rtl::OUString GetDisplayName() const = 0;

Completed in 123 milliseconds

123