Home
last modified time | relevance | path

Searched refs:nTypeId (Results 26 – 50 of 58) sorted by relevance

123

/trunk/main/store/source/
H A Dobject.cxx80 sal_Bool SAL_CALL OStoreObject::isKindOf (sal_uInt32 nTypeId) in isKindOf() argument
82 return (nTypeId == m_nTypeId); in isKindOf()
H A Dobject.hxx52 virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nTypeId) = 0;
86 virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nTypeId);
H A Dstordir.cxx119 sal_Bool SAL_CALL OStoreDirectory_Impl::isKindOf (sal_uInt32 nTypeId) in isKindOf() argument
121 return (nTypeId == m_nTypeId); in isKindOf()
H A Dstorlckb.cxx82 sal_Bool SAL_CALL OStoreLockBytes::isKindOf (sal_uInt32 nTypeId) in isKindOf() argument
84 return (nTypeId == m_nTypeId); in isKindOf()
H A Dstordir.hxx91 virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nTypeId);
H A Dstorpage.hxx137 virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nTypeId);
H A Dstorpage.cxx70 sal_Bool SAL_CALL OStorePageManager::isKindOf (sal_uInt32 nTypeId) in isKindOf() argument
72 return (nTypeId == m_nTypeId); in isKindOf()
/trunk/main/sw/source/ui/fldui/
H A Dflddok.hxx70 void AddSubType(sal_uInt16 nTypeId);
71 sal_uInt16 FillFormatLB(sal_uInt16 nTypeId);
H A Dfldref.hxx84 sal_uInt16 FillFormatLB(sal_uInt16 nTypeId);
H A Dfldvar.hxx102 sal_uInt16 FillFormatLB(sal_uInt16 nTypeId);
H A Dfldpage.hxx76 sal_Bool InsertFld( sal_uInt16 nTypeId,
/trunk/main/sw/source/ui/inc/
H A Dswcont.hxx68 sal_uInt8 nTypeId; member in SwTypeNumber
71 SwTypeNumber(sal_uInt8 nId) :nTypeId(nId){} in SwTypeNumber()
/trunk/main/sfx2/inc/sfx2/
H A Dmnuitem.hxx117 TypeId nTypeId; member
123 nTypeId(nTheTypeId), in SfxMenuCtrlFactory()
H A Dstbitem.hxx48 TypeId nTypeId; member
54 nTypeId(nTheTypeId), in SfxStbCtrlFactory()
H A Dtbxctrl.hxx66 TypeId nTypeId; member
72 nTypeId(nTheTypeId), in SfxTbxCtrlFactory()
/trunk/main/rsc/source/res/
H A Drscstr.cxx51 RscString::RscString( Atom nId, sal_uInt32 nTypeId ) in RscString() argument
52 : RscTop( nId, nTypeId ) in RscString()
H A Drscmgr.cxx49 RscMgr::RscMgr( Atom nId, sal_uInt32 nTypeId, RscTop * pSuperCl ) in RscMgr() argument
50 : RscClass( nId, nTypeId, pSuperCl ) in RscMgr()
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx351 … if( (rFactories[nFactory]->nTypeId == aSlotType) && (rFactories[nFactory]->nSlotId == nSlotId) ) in CreateControl()
359 if( (rFactories[nFactory]->nTypeId == aSlotType) && (rFactories[nFactory]->nSlotId == 0) ) in CreateControl()
377 if( (rFactories[nFactory]->nTypeId == aSlotType) && (rFactories[nFactory]->nSlotId == nSlotId) ) in CreateControl()
385 if( (rFactories[nFactory]->nTypeId == aSlotType) && (rFactories[nFactory]->nSlotId == 0) ) in CreateControl()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx664 if ( rFactories[nFactory]->nTypeId == aSlotType && in CreateControl()
673 if ( rFactories[nFactory]->nTypeId == aSlotType && in CreateControl()
/trunk/main/oox/inc/oox/drawingml/chart/
H A Dtypegroupmodel.hxx88 explicit TypeGroupModel( sal_Int32 nTypeId );
H A Daxismodel.hxx97 explicit AxisModel( sal_Int32 nTypeId );
/trunk/main/rsc/inc/
H A Drscarray.hxx35 sal_uInt32 nTypeId; member in RscInstNode
/trunk/main/sw/source/core/tox/
H A Dtox.cxx116 SwFormTokens lcl_GetAuthPattern(sal_uInt16 nTypeId) in lcl_GetAuthPattern() argument
120 PatternIni aIni = aPatternIni[nTypeId]; in lcl_GetAuthPattern()
/trunk/main/forms/source/component/
H A DGrid.cxx381 Reference<XPropertySet> OGridControlModel::createColumn(sal_Int32 nTypeId) const in createColumn()
384 switch (nTypeId) in createColumn()
/trunk/main/sw/inc/
H A Dfldbas.hxx280 static const String& GetTypeStr( sal_uInt16 nTypeId );

Completed in 83 milliseconds

123