Home
last modified time | relevance | path

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

12

/aoo4110/main/basic/source/comp/
H A Dparser.cxx542 if( pDef->GetTypeId() ) in Symbol()
544 aGen.Gen( _SETCLASS, pDef->GetTypeId() ); in Symbol()
598 aGen.Gen( _CREATE, pDef->GetId(), pTypeDef->GetTypeId() ); in Set()
599 aGen.Gen( _SETCLASS, pDef->GetTypeId() ); in Set()
611 if( pDef->GetTypeId() ) in Set()
614 aGen.Gen( _VBASETCLASS, pDef->GetTypeId() ); in Set()
616 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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/svx/inc/svx/
H A DShapeTypeHandler.hxx102 ShapeTypeId GetTypeId (const ::rtl::OUString& aServiceName) const;
113 ShapeTypeId GetTypeId (const ::com::sun::star::uno::Reference<
/aoo4110/main/sw/source/ui/utlui/
H A Dcontent.cxx131 return ((SwTypeNumber*)pEntry->GetUserData())->GetTypeId() == CTYPE_CNT; in lcl_IsContent()
137 return ((SwTypeNumber*)pEntry->GetUserData())->GetTypeId() == CTYPE_CTT; in lcl_IsContentType()
178 sal_uInt8 SwTypeNumber::GetTypeId() in GetTypeId() function in SwTypeNumber
2299 ((SwTypeNumber*)pEntry->GetUserData())->GetTypeId() ) in ExecCommand()
2313 ((SwTypeNumber*)pEntry->GetUserData())->GetTypeId()) in ExecCommand()
2329 CONTENT_TYPE_OUTLINE != ((SwTypeNumber*)pEntry->GetUserData())->GetTypeId())) in ExecCommand()
2354 ((SwTypeNumber*)pEntry->GetUserData())->GetTypeId())) in ExecCommand()
/aoo4110/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()
/aoo4110/main/sw/source/core/access/
H A Daccpara.cxx1672 strTypeName = pField->GetTyp()->GetTypeStr(pField->GetTypeId()); in GetFieldTypeNameAtIndex()
1715 sEntry = aMgr.GetFormatStr( pField->GetTypeId(), pField->GetFormat() ); in GetFieldTypeNameAtIndex()
1730 sal_uInt16 nSize = aMgr.GetFormatCount(pField->GetTypeId(), sal_False); in GetFieldTypeNameAtIndex()
1733 sEntry = aMgr.GetFormatStr(pField->GetTypeId(), nFormat); in GetFieldTypeNameAtIndex()
1774 strTypeName += aMgr.GetFormatStr(pField->GetTypeId(), pField->GetFormat() & 0xff); in GetFieldTypeNameAtIndex()
1781 aMgr.GetSubTypes(pField->GetTypeId(), aLst); in GetFieldTypeNameAtIndex()
1789 sal_uInt32 nSize = aMgr.GetFormatCount(pField->GetTypeId(), sal_False); in GetFieldTypeNameAtIndex()
1795 sEntry = aMgr.GetFormatStr(pField->GetTypeId(), nExSub/0x0100-1); in GetFieldTypeNameAtIndex()
/aoo4110/main/sw/source/ui/inc/
H A Dswcont.hxx74 virtual sal_uInt8 GetTypeId();
H A Dfldmgr.hxx194 static sal_uInt16 GetTypeId(sal_uInt16 nPos);
/aoo4110/main/basic/source/inc/
H A Dsymtbl.hxx148 sal_uInt16 GetTypeId() const{ return nTypeId; } in GetTypeId() function in SbiSymDef
/aoo4110/main/sw/inc/
H A Dfldbas.hxx360 sal_uInt16 GetTypeId() const;
/aoo4110/main/xmloff/source/draw/
H A Dximpstyl.hxx191 sal_uInt16 GetTypeId() const { return mnTypeId; } in GetTypeId() function in SdXMLPresentationPageLayoutContext

Completed in 140 milliseconds

12