Home
last modified time | relevance | path

Searched refs:GetTypeName (Results 1 – 25 of 42) sorted by relevance

12

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DNonValidatingCreator.java107 aElement.GetTypeName().GetStateName()); in CreateForTopLevelElements()
114 aElement.GetTypeName().GetStateName())); in CreateForTopLevelElements()
144 aElement.GetTypeName().GetStateName()); in CreateForComplexType()
151 aElement.GetTypeName().GetStateName())); in CreateForComplexType()
156 aElement.GetTypeName()); in CreateForComplexType()
H A DValidatingCreator.java309 aElement.GetTypeName().GetStateName()); in Visit()
316 aElement.GetTypeName().GetStateName()); in Visit()
322 aElement.GetTypeName()); in Visit()
H A DFiniteAutomaton.java142 public String GetTypeName () in GetTypeName() method in FiniteAutomaton
/trunk/main/sw/source/ui/index/
H A Dtoxmgr.cxx236 if(pTmp && pTmp->GetTypeName() == rStr) in GetUserTypeID()
318 … pNewTOX = new SwTOXBase(pType, aForm, nsSwTOXElement::TOX_MARK, pType->GetTypeName()); in UpdateOrInsertTOX()
332 pNewTOX = new SwTOXBase(pType, aForm, rDesc.GetContentOptions(), pType->GetTypeName()); in UpdateOrInsertTOX()
346 if(pType->GetTypeName() == *rDesc.GetTOUName()) in UpdateOrInsertTOX()
354 pNewTOX = new SwTOXBase(pType, aForm, rDesc.GetContentOptions(), pType->GetTypeName()); in UpdateOrInsertTOX()
398 … TOX_AUTHORITIES == eCurTOXType ? nsSwTOXElement::TOX_MARK : 0, pType->GetTypeName()); in UpdateOrInsertTOX()
H A Dmultmrk.cxx63 aTextFT.SetText(rMgr.GetTOXMark(0)->GetTOXType()->GetTypeName()); in SwMultiTOXMarkDlg()
73 aTextFT.SetText(pMark->GetTOXType()->GetTypeName()); in IMPL_LINK_INLINE_START()
H A Dswuiidxmrk.cxx250 aTypeDCB.InsertEntry(pType->GetTypeName()); in InitControls()
255 aTypeDCB.InsertEntry(pType->GetTypeName()); in InitControls()
261 aTypeDCB.InsertEntry( pSh->GetTOXType(TOX_USER, i)->GetTypeName() ); in InitControls()
948 aTypeDCB.SelectEntry(pMark->GetTOXType()->GetTypeName()); in UpdateDialog()
/trunk/main/sw/source/ui/uno/
H A Dswdetect.cxx252 aTypeName = pPreFilter->GetTypeName(); in detect()
339 pFilter = SfxFilterMatcher().GetFilter4EA( pFilter->GetTypeName() ); in detect()
348 … else if ( pOrigFilter && pFilter && pFilter->GetTypeName() == pOrigFilter->GetTypeName() ) in detect()
354 aTypeName = pFilter->GetTypeName(); in detect()
/trunk/main/sw/inc/
H A Dtox.hxx168 inline const String& GetTypeName() const;
535 const String& GetTypeName() const; // Name
736 inline const String& SwTOXType::GetTypeName() const in GetTypeName() function in SwTOXType
754 inline const String& SwTOXBase::GetTypeName() const in GetTypeName() function in SwTOXBase
755 { return GetTOXType()->GetTypeName(); } in GetTypeName()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xmltokenview/
H A DXMLViewFactory.java73 aRuns.Get(nIndex+1).SetToolTipText(aContext.GetTypeName()); in AddSemanticInformation()
74 aRuns.Get(nIndex+2).SetToolTipText(aContext.GetTypeName()); in AddSemanticInformation()
75 aRuns.Get(nIndex+3).SetToolTipText(aContext.GetTypeName()); in AddSemanticInformation()
/trunk/main/sw/source/core/unocore/
H A Dunoidx.cxx136 if(pType->GetTypeName().Equals((String)rNewName)) in lcl_ReAssignTOXType()
307 const OUString& GetTypeName() const { return m_sUserTOXTypeName; } in GetTypeName() function in SwDocIndexDescriptorProperties_Impl
318 nsSwTOXElement::TOX_MARK, pType->GetTypeName())); in SwDocIndexDescriptorProperties_Impl()
323 m_sUserTOXTypeName = pType->GetTypeName(); in SwDocIndexDescriptorProperties_Impl()
711 OUString sTmp = rTOXBase.GetTOXType()->GetTypeName(); in setPropertyValue()
1038 sTmp = pTOXBase->GetTOXType()->GetTypeName(); in getPropertyValue()
1042 sTmp = m_pImpl->m_pProps->GetTypeName(); in getPropertyValue()
1386 !m_pImpl->m_pProps->GetTypeName().equals(pTOXType->GetTypeName())) in attach()
1388 lcl_ReAssignTOXType(pDoc, rTOXBase, m_pImpl->m_pProps->GetTypeName()); in attach()
1949 OUString(pTemp->GetTypeName())) in attach()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Datrtox.cxx69 const XubString& rNm = rTOX.GetTOXType()->GetTypeName(); in CopyTOXMark()
76 if(pSrcType->GetTypeName() == rNm ) in CopyTOXMark()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/
H A DRequestVisitor.java54 maSchemaOptimizer.RequestType(aAttribute.GetTypeName()); in Visit()
69 maSchemaOptimizer.RequestType(aElement.GetTypeName()); in Visit()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DParserTablesGenerator.java228 aOut.printf("# %s at %s\n", aAutomaton.GetTypeName(), aAutomaton.GetLocation()); in WriteAutomatonList()
316 maTypeNameToIdMap.get(aAttribute.GetTypeName().GetStateName()), in WriteAttributes()
321 aAttribute.GetTypeName().GetStateName()); in WriteAttributes()
H A DLogGenerator.java123 aElement.GetTypeName().GetDisplayName()); in WriteTopLevelElements()
253 ((Attribute)aAttribute).GetTypeName().GetDisplayName()); in WriteAttribute()
/trunk/main/sfx2/source/doc/
H A Ddocfilt.cxx169 return pFilter->GetTypeName(); in GetTypeFromStorage()
230 return pFilter->GetTypeName(); in GetTypeFromStorage()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DOOXMLParser.java135 Integer nValue = aActionContext.TypeCounts.get(aContext.GetTypeName()); in AddSomeActions()
140 aActionContext.TypeCounts.put(aContext.GetTypeName(), nValue); in AddSomeActions()
H A DElementContext.java56 public String GetTypeName () in GetTypeName() method in ElementContext
/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx267 if( pTType && pTType->GetTypeName().Len() ) in RequestHelp()
270 sTxt.Insert( pTType->GetTypeName(), 0 ); in RequestHelp()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java275 WritePair("result-type", aNode.GetTypeName().GetDisplayName()); in Visit()
495 WritePair("value-type", aNode.GetTypeName().GetDisplayName()); in Visit()
/trunk/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx207 … nFilter = pGraphicFilter->GetImportFormatNumberForTypeName( mrMedium.GetFilter()->GetTypeName() ); in Import()
311 const String aTypeName( mrMedium.GetFilter()->GetTypeName() ); in Export()
/trunk/main/sw/source/core/undo/
H A Drolbck.cxx360 , m_TOXName( m_TOXMark.GetTOXType()->GetTypeName() ) in SwHistorySetTOXMark()
383 if ( pToxType->GetTypeName() == m_TOXName ) in SetInDoc()
404 return m_TOXName == rCmp.GetTOXType()->GetTypeName() && in IsEqual()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/
H A DAttribute.java51 public QualifiedName GetTypeName () in GetTypeName() method in Attribute
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/
H A DElement.java60 public QualifiedName GetTypeName () in GetTypeName() method in Element
/trunk/main/sc/source/ui/unoobj/
H A Dscdetect.cxx720 …r)->GetFilterName().EqualsAscii(pFilterEx4Temp) || pPreselectedFilter->GetTypeName().EqualsAscii("… in detect()
889 aTypeName = pFilter->GetTypeName(); in detect()
/trunk/main/sw/source/core/doc/
H A Ddocglbl.cxx487 pFilter = pFCntnr->GetFilter4EA( pFilter->GetTypeName(), SFX_FILTER_EXPORT ); in SplitDoc()
831 pFilter = pFCntnr->GetFilter4EA( pFilter->GetTypeName(), SFX_FILTER_EXPORT ); in SplitDoc()

Completed in 124 milliseconds

12