Home
last modified time | relevance | path

Searched refs:nTypeId (Results 1 – 25 of 58) sorted by path

123

/trunk/main/basic/source/comp/
H A Dsymtbl.cxx289 nTypeId = 0; in SbiSymDef()
/trunk/main/basic/source/inc/
H A Dsymtbl.hxx119 sal_uInt16 nTypeId; // String-ID des Datentyps (Dim X AS Dytentyp) member in SbiSymDef
148 sal_uInt16 GetTypeId() const{ return nTypeId; } in GetTypeId()
149 void SetTypeId( sal_uInt16 n ) { nTypeId = n; eType = SbxOBJECT; } in SetTypeId()
/trunk/main/forms/source/component/
H A DColumns.cxx102 sal_Int32 nTypeId = -1; in getColumnTypeByModelName() local
104 nTypeId = TYPE_TEXTFIELD; in getColumnTypeByModelName()
119 nTypeId = ::forms_detail::findPos(aColumnType, rColumnTypes); in getColumnTypeByModelName()
121 return nTypeId; in getColumnTypeByModelName()
H A DGrid.cxx381 Reference<XPropertySet> OGridControlModel::createColumn(sal_Int32 nTypeId) const in createColumn()
384 switch (nTypeId) in createColumn()
H A DGrid.hxx191 …tar::uno::Reference< ::com::sun::star::beans::XPropertySet> createColumn(sal_Int32 nTypeId) const;
/trunk/main/oox/inc/oox/drawingml/chart/
H A Daxismodel.hxx97 explicit AxisModel( sal_Int32 nTypeId );
H A Dtypegroupmodel.hxx88 explicit TypeGroupModel( sal_Int32 nTypeId );
/trunk/main/oox/source/drawingml/chart/
H A Daxismodel.cxx44 AxisModel::AxisModel( sal_Int32 nTypeId ) : in AxisModel() argument
60 mnTypeId( nTypeId ), in AxisModel()
H A Dtypegroupmodel.cxx43 TypeGroupModel::TypeGroupModel( sal_Int32 nTypeId ) : in TypeGroupModel() argument
60 mnTypeId( nTypeId ), in TypeGroupModel()
/trunk/main/rsc/inc/
H A Drscarray.hxx35 sal_uInt32 nTypeId; member in RscInstNode
/trunk/main/rsc/source/res/
H A Drscarray.cxx53 nTypeId = nId; in RscInstNode()
85 return nTypeId; in GetId()
98 RscArray::RscArray( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper, RscEnum * pTypeCl ) in RscArray() argument
99 : RscTop( nId, nTypeId, pSuper ) in RscArray()
623 RscClassArray::RscClassArray( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper, in RscClassArray() argument
625 : RscArray( nId, nTypeId, pSuper, pTypeCl ) in RscClassArray()
701 RscLangArray::RscLangArray( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper, in RscLangArray() argument
703 : RscArray( nId, nTypeId, pSuper, pTypeCl ) in RscLangArray()
H A Drscclass.cxx52 RscClass::RscClass( Atom nId, sal_uInt32 nTypeId, RscTop * pSuperCl ) in RscClass() argument
53 : RscTop( nId, nTypeId, pSuperCl ) in RscClass()
1098 RscSysDepend::RscSysDepend( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper ) in RscSysDepend() argument
1099 : RscClass( nId, nTypeId, pSuper ) in RscSysDepend()
1168 RscFirstSysDepend::RscFirstSysDepend( Atom nId, sal_uInt32 nTypeId, in RscFirstSysDepend() argument
1170 : RscSysDepend( nId, nTypeId, pSuper ) in RscFirstSysDepend()
1195 RscTupel::RscTupel( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper ) in RscTupel() argument
1196 : RscClass( nId, nTypeId, pSuper ) in RscTupel()
H A Drscconst.cxx53 RscConst::RscConst( Atom nId, sal_uInt32 nTypeId ) in RscConst() argument
54 : RscTop( nId, nTypeId ) in RscConst()
244 RscEnum::RscEnum( Atom nId, sal_uInt32 nTypeId ) in RscEnum() argument
245 : RscConst( nId, nTypeId ) in RscEnum()
H A Drsccont.cxx68 RscBaseCont::RscBaseCont( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper, in RscBaseCont() argument
70 : RscTop( nId, nTypeId, pSuper ), in RscBaseCont()
1055 RscContWriteSrc::RscContWriteSrc( Atom nId, sal_uInt32 nTypeId, in RscContWriteSrc() argument
1057 : RscBaseCont( nId, nTypeId, pSuper, bNoIdent ) in RscContWriteSrc()
1099 RscCont::RscCont( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper, sal_Bool bNoIdent ) in RscCont() argument
1100 : RscContWriteSrc( nId, nTypeId, pSuper, bNoIdent ) in RscCont()
1150 RscContExtraData::RscContExtraData( Atom nId, sal_uInt32 nTypeId, in RscContExtraData() argument
1152 : RscContWriteSrc( nId, nTypeId, pSuper, bNoIdent ) in RscContExtraData()
H A Drscflag.cxx46 RscFlag::RscFlag( Atom nId, sal_uInt32 nTypeId ) in RscFlag() argument
47 : RscConst( nId, nTypeId ) in RscFlag()
409 RscClient::RscClient( Atom nId, sal_uInt32 nTypeId, RscFlag * pClass, in RscClient() argument
411 : RscTop ( nId, nTypeId ) in RscClient()
H A Drscmgr.cxx49 RscMgr::RscMgr( Atom nId, sal_uInt32 nTypeId, RscTop * pSuperCl ) in RscMgr() argument
50 : RscClass( nId, nTypeId, pSuperCl ) in RscMgr()
H A Drscrange.cxx51 RscRange::RscRange( Atom nId, sal_uInt32 nTypeId ) in RscRange() argument
52 : RscTop( nId, nTypeId ) in RscRange()
261 RscLongRange::RscLongRange( Atom nId, sal_uInt32 nTypeId ) in RscLongRange() argument
262 : RscTop( nId, nTypeId ) in RscLongRange()
460 : RscLongRange( nId, nTypeId ) in RscLongEnumRange()
485 RscIdRange::RscIdRange( Atom nId, sal_uInt32 nTypeId ) in RscIdRange() argument
486 : RscTop( nId, nTypeId ) in RscIdRange()
737 RscBool::RscBool( Atom nId, sal_uInt32 nTypeId ) in RscBool() argument
738 : RscRange( nId, nTypeId ) in RscBool()
801 RscBreakRange :: RscBreakRange( Atom nId, sal_uInt32 nTypeId ) in RscBreakRange() argument
[all …]
H A Drscstr.cxx51 RscString::RscString( Atom nId, sal_uInt32 nTypeId ) in RscString() argument
52 : RscTop( nId, nTypeId ) in RscString()
/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/sfx2/source/appl/
H A Dappreg.cxx88 if ( pF->nTypeId && pF->nTypeId == pFact->nTypeId && in RegisterToolBoxControl_Impl()
113 if ( pF->nTypeId && pF->nTypeId == pFact->nTypeId && in RegisterStatusBarControl_Impl()
138 if ( pF->nTypeId && pF->nTypeId == pFact->nTypeId && in RegisterMenuControl_Impl()
H A Dmodule.cxx269 if ( pF->nTypeId && pF->nTypeId == pFact->nTypeId && in RegisterToolBoxControl()
291 if ( pF->nTypeId && pF->nTypeId == pFact->nTypeId && in RegisterStatusBarControl()
313 if ( pF->nTypeId && pF->nTypeId == pFact->nTypeId && in RegisterMenuControl()
/trunk/main/sfx2/source/menu/
H A Dmnuitem.cxx377 if ( rFactories[nFactory]->nTypeId == aSlotType && in CreateControl()
387 if ( rFactories[nFactory]->nTypeId == aSlotType && in CreateControl()
407 if ( rFactories[nFactory]->nTypeId == aSlotType && in IsSpecialControl()
417 if ( rFactories[nFactory]->nTypeId == aSlotType && in IsSpecialControl()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx664 if ( rFactories[nFactory]->nTypeId == aSlotType && in CreateControl()
673 if ( rFactories[nFactory]->nTypeId == aSlotType && in CreateControl()

Completed in 125 milliseconds

123