/trunk/main/basic/source/comp/ |
H A D | parser.cxx | 550 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 D | dim.cxx | 394 && 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 D | exprtree.cxx | 604 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 D | ShapeTypeHandler.cxx | 91 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 D | AccessibleControlShape.cxx | 362 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName() 388 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleDescription()
|
H A D | AccessibleShape.cxx | 248 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 D | AccessibleGraphicShape.cxx | 187 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName()
|
H A D | AccessibleOLEShape.cxx | 207 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName()
|
/trunk/main/sw/source/ui/fldui/ |
H A D | fldedt.cxx | 103 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 D | fldmgr.cxx | 363 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 D | flddb.cxx | 127 nTypeId = GetFldMgr().GetTypeId(i); in Reset() 134 nTypeId = GetCurField()->GetTypeId(); in Reset()
|
H A D | flddok.cxx | 129 nTypeId = GetFldMgr().GetTypeId(i); in Reset() 154 nTypeId = pCurField->GetTypeId(); in Reset()
|
H A D | fldfunc.cxx | 143 nTypeId = GetFldMgr().GetTypeId(i); in Reset() 150 nTypeId = GetCurField()->GetTypeId(); in Reset()
|
/trunk/main/sd/source/ui/accessibility/ |
H A D | AccessiblePresentationShape.cxx | 80 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 D | AccessiblePresentationGraphicShape.cxx | 77 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName() 103 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleDescription()
|
H A D | AccessiblePresentationOLEShape.cxx | 77 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 D | SimpleTypeManager.java | 91 …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 D | ShapeTypeHandler.hxx | 102 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 D | AttributeManager.java | 176 maStateNameMap.GetNameForId(aAttributeDescriptor.GetTypeId()), in ParseAttributes() 177 aAttributeDescriptor.GetTypeId(), in ParseAttributes()
|
H A D | AttributeDescriptor.java | 54 public int GetTypeId() in GetTypeId() method in AttributeDescriptor
|
/trunk/main/sw/source/ui/utlui/ |
H A D | content.cxx | 125 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 D | accpara.cxx | 1676 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 D | fldbas.cxx | 218 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 D | swcont.hxx | 74 virtual sal_uInt8 GetTypeId();
|
H A D | fldmgr.hxx | 194 static sal_uInt16 GetTypeId(sal_uInt16 nPos);
|