Home
last modified time | relevance | path

Searched refs:GetTypeId (Results 1 – 25 of 41) sorted by relevance

12

/trunk/main/basic/source/comp/
H A Dparser.cxx550 if( pDef->GetTypeId() ) in Symbol()
552 aGen.Gen( _SETCLASS, pDef->GetTypeId() ); in Symbol()
606 aGen.Gen( _CREATE, pDef->GetId(), pTypeDef->GetTypeId() ); in Set()
607 aGen.Gen( _SETCLASS, pDef->GetTypeId() ); in Set()
619 if( pDef->GetTypeId() ) in Set()
622 aGen.Gen( _VBASETCLASS, pDef->GetTypeId() ); in Set()
624 aGen.Gen( _SETCLASS, pDef->GetTypeId() ); in Set()
H A Ddim.cxx394 && pDef->GetTypeId() ) in DefVar()
398 String aTypeName( aGblStrings.Find( pDef->GetTypeId() ) ); in DefVar()
419 aGen.Gen( _DCREATE_REDIMP, pDef->GetId(), pDef->GetTypeId() ); in DefVar()
426 aGen.Gen( _DCREATE, pDef->GetId(), pDef->GetTypeId() ); in DefVar()
434 aGen.Gen( eOp_, pDef->GetId(), pDef->GetTypeId() ); in DefVar()
649 sal_uInt16 nElemTypeId = pElem->GetTypeId(); in DefType()
H A Dexprtree.cxx604 pNd = new SbiExprNode( pParser, pObjNode, pTypeDef->GetTypeId() ); in Unary()
613 pNd = new SbiExprNode( pParser, pTypeDef->GetTypeId() ); in Unary()
/trunk/main/svx/source/accessibility/
H A DShapeTypeHandler.cxx91 ShapeTypeId ShapeTypeHandler::GetTypeId (const OUString& aServiceName) const in GetTypeId() function in accessibility::ShapeTypeHandler
108 ShapeTypeId ShapeTypeHandler::GetTypeId (const uno::Reference<drawing::XShape>& rxShape) const in GetTypeId() function in accessibility::ShapeTypeHandler
112 return GetTypeId (xDescriptor->getShapeType()); in GetTypeId()
245 switch (ShapeTypeHandler::Instance().GetTypeId (rxShape)) in CreateAccessibleBaseName()
H A DAccessibleControlShape.cxx362 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName()
388 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleDescription()
H A DAccessibleShape.cxx248 switch (ShapeTypeHandler::Instance().GetTypeId (mxShape)) in UpdateStates()
1386 switch (ShapeTypeHandler::Instance().GetTypeId (mxShape)) in CreateAccessibleDescription()
1556 switch (ShapeTypeHandler::Instance().GetTypeId (mxShape)) in getAccessibleRole()
H A DAccessibleGraphicShape.cxx187 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName()
H A DAccessibleOLEShape.cxx207 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName()
/trunk/main/sw/source/ui/fldui/
H A Dfldedt.cxx103 sal_uInt16 nGroup = aMgr.GetGroup(sal_False, pCurFld->GetTypeId(), pCurFld->GetSubType()); in SwFldEditDlg()
165 if (pCurFld->GetTypeId() == TYP_EXTUSERFLD) in Init()
330 if (pCurFld->GetTypeId() == TYP_DBFLD) in IMPL_LINK()
343 sal_uInt16 nGroup = rMgr.GetGroup(sal_False, pCurFld->GetTypeId(), pCurFld->GetSubType()); in IMPL_LINK()
H A Dfldmgr.cxx363 const sal_uInt16 nTypeId = pCurFld->GetTypeId(); in GetCurFld()
450 sal_uInt16 SwFldMgr::GetTypeId(sal_uInt16 nPos) in GetTypeId() function in SwFldMgr
811 const sal_uInt16 nTypeId = pCurFld->GetTypeId(); in GoNextPrev()
849 return pCurFld ? pCurFld->GetTypeId() : USHRT_MAX; in GetCurTypeId()
1484 const sal_uInt16 nTypeId = pTmpFld->GetTypeId(); in UpdateCurFld()
H A Dflddb.cxx127 nTypeId = GetFldMgr().GetTypeId(i); in Reset()
134 nTypeId = GetCurField()->GetTypeId(); in Reset()
H A Dflddok.cxx129 nTypeId = GetFldMgr().GetTypeId(i); in Reset()
154 nTypeId = pCurField->GetTypeId(); in Reset()
H A Dfldfunc.cxx143 nTypeId = GetFldMgr().GetTypeId(i); in Reset()
150 nTypeId = GetCurField()->GetTypeId(); in Reset()
/trunk/main/sd/source/ui/accessibility/
H A DAccessiblePresentationShape.cxx80 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName()
134 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleDescription()
198 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in GetStyle()
H A DAccessiblePresentationGraphicShape.cxx77 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName()
103 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleDescription()
H A DAccessiblePresentationOLEShape.cxx77 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName()
110 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleDescription()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/type/
H A DSimpleTypeManager.java91 …r<ISimpleTypeParser> aTypeParsers = maSimpleTypeToParsersMap.get(aAttributeDescriptor.GetTypeId()); in PreprocessValue()
93 … throw new RuntimeException("type "+aAttributeDescriptor.GetTypeId()+" is not supported"); in PreprocessValue()
/trunk/main/svx/inc/svx/
H A DShapeTypeHandler.hxx102 ShapeTypeId GetTypeId (const ::rtl::OUString& aServiceName) const;
113 ShapeTypeId GetTypeId (const ::com::sun::star::uno::Reference<
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/attribute/
H A DAttributeManager.java176 maStateNameMap.GetNameForId(aAttributeDescriptor.GetTypeId()), in ParseAttributes()
177 aAttributeDescriptor.GetTypeId(), in ParseAttributes()
H A DAttributeDescriptor.java54 public int GetTypeId() in GetTypeId() method in AttributeDescriptor
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx125 return ((SwTypeNumber*)pEntry->GetUserData())->GetTypeId() == CTYPE_CNT; in lcl_IsContent()
131 return ((SwTypeNumber*)pEntry->GetUserData())->GetTypeId() == CTYPE_CTT; in lcl_IsContentType()
172 sal_uInt8 SwTypeNumber::GetTypeId() in GetTypeId() function in SwTypeNumber
2300 ((SwTypeNumber*)pEntry->GetUserData())->GetTypeId() ) in ExecCommand()
2314 ((SwTypeNumber*)pEntry->GetUserData())->GetTypeId()) in ExecCommand()
2330 CONTENT_TYPE_OUTLINE != ((SwTypeNumber*)pEntry->GetUserData())->GetTypeId())) in ExecCommand()
2355 ((SwTypeNumber*)pEntry->GetUserData())->GetTypeId())) in ExecCommand()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1676 strTypeName = pField->GetTyp()->GetTypeStr(pField->GetTypeId()); in GetFieldTypeNameAtIndex()
1719 sEntry = aMgr.GetFormatStr( pField->GetTypeId(), pField->GetFormat() ); in GetFieldTypeNameAtIndex()
1734 sal_uInt16 nSize = aMgr.GetFormatCount(pField->GetTypeId(), sal_False); in GetFieldTypeNameAtIndex()
1737 sEntry = aMgr.GetFormatStr(pField->GetTypeId(), nFormat); in GetFieldTypeNameAtIndex()
1778 strTypeName += aMgr.GetFormatStr(pField->GetTypeId(), pField->GetFormat() & 0xff); in GetFieldTypeNameAtIndex()
1785 aMgr.GetSubTypes(pField->GetTypeId(), aLst); in GetFieldTypeNameAtIndex()
1793 sal_uInt32 nSize = aMgr.GetFormatCount(pField->GetTypeId(), sal_False); in GetFieldTypeNameAtIndex()
1799 sEntry = aMgr.GetFormatStr(pField->GetTypeId(), nExSub/0x0100-1); in GetFieldTypeNameAtIndex()
/trunk/main/sw/source/core/fields/
H A Dfldbas.cxx218 sal_uInt16 SwField::GetTypeId() const in GetTypeId() function in SwField
270 sal_uInt16 nTypeId = GetTypeId(); in GetFieldName()
/trunk/main/sw/source/ui/inc/
H A Dswcont.hxx74 virtual sal_uInt8 GetTypeId();
H A Dfldmgr.hxx194 static sal_uInt16 GetTypeId(sal_uInt16 nPos);

Completed in 90 milliseconds

12