Home
last modified time | relevance | path

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

123

/AOO41X/main/sw/source/ui/fldui/
H A Dflddok.cxx121 sal_uInt16 nPos, nTypeId; in Reset() local
129 nTypeId = GetFldMgr().GetTypeId(i); in Reset()
131 switch (nTypeId) in Reset()
146 aTypeLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in Reset()
154 nTypeId = pCurField->GetTypeId(); in Reset()
155 if (nTypeId == TYP_FIXDATEFLD) in Reset()
156 nTypeId = TYP_DATEFLD; in Reset()
157 if (nTypeId == TYP_FIXTIMEFLD) in Reset()
158 nTypeId = TYP_TIMEFLD; in Reset()
159 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(GetFldMgr().GetPos(nTypeId))); in Reset()
[all …]
H A Dfldref.cxx147 const sal_uInt16 nTypeId = (sal_uInt16)(sal_uLong)aTypeLB.GetEntryData(GetTypeSel()); in SaveSelectedTxtNode() local
153 if ( nTypeId == REFFLDFLAG_HEADING ) in SaveSelectedTxtNode()
161 else if ( nTypeId == REFFLDFLAG_NUMITEM ) in SaveSelectedTxtNode()
214 const sal_uInt16 nTypeId = GetFldMgr().GetTypeId(i); in Reset() local
216 if (!IsFldEdit() || nTypeId != TYP_SETREFFLD) in Reset()
219 aTypeLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in Reset()
394 sal_uInt16 nTypeId = (sal_uInt16)(sal_uLong)aTypeLB.GetEntryData(GetTypeSel()); in IMPL_LINK() local
408 switch (nTypeId) in IMPL_LINK()
425 if( REFFLDFLAG & nTypeId ) in IMPL_LINK()
439 sal_uInt16 nSize = FillFormatLB(nTypeId); in IMPL_LINK()
[all …]
H A Dfldmgr.cxx181 sal_uInt16 nTypeId; member
363 const sal_uInt16 nTypeId = pCurFld->GetTypeId(); in GetCurFld() local
369 switch( nTypeId ) in GetCurFld()
418 sal_uInt16 SwFldMgr::GetGroup(sal_Bool bHtmlMode, sal_uInt16 nTypeId, sal_uInt16 nSubType) const in GetGroup() argument
420 if (nTypeId == TYP_SETINPFLD) in GetGroup()
421 nTypeId = TYP_SETFLD; in GetGroup()
423 if (nTypeId == TYP_INPUTFLD && (nSubType & INP_USR)) in GetGroup()
424 nTypeId = TYP_USERFLD; in GetGroup()
426 if (nTypeId == TYP_FIXDATEFLD) in GetGroup()
427 nTypeId = TYP_DATEFLD; in GetGroup()
[all …]
H A Dfldvar.cxx119 sal_uInt16 nPos, nTypeId; in Reset() local
128 nTypeId = GetFldMgr().GetTypeId(i); in Reset()
130 aTypeLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in Reset()
138 nTypeId = pCurField->GetTypeId(); in Reset()
139 if ( nTypeId == TYP_SETINPFLD ) in Reset()
140 nTypeId = TYP_INPUTFLD; in Reset()
141 nPos = aTypeLB.InsertEntry( GetFldMgr().GetTypeStr( GetFldMgr().GetPos( nTypeId ) ) ); in Reset()
142 aTypeLB.SetEntryData( nPos, reinterpret_cast< void* >( nTypeId ) ); in Reset()
247 sal_uInt16 nTypeId = (sal_uInt16)(sal_uLong)aTypeLB.GetEntryData(GetTypeSel()); in IMPL_LINK() local
255 if (nTypeId != TYP_FORMELFLD) in IMPL_LINK()
[all …]
H A Dfldfunc.cxx133 sal_uInt16 nPos, nTypeId; in Reset() local
143 nTypeId = GetFldMgr().GetTypeId(i); in Reset()
145 aTypeLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in Reset()
150 nTypeId = GetCurField()->GetTypeId(); in Reset()
151 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(GetFldMgr().GetPos(nTypeId))); in Reset()
152 aTypeLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in Reset()
154 if (nTypeId == TYP_MACROFLD) in Reset()
232 sal_uInt16 nTypeId = (sal_uInt16)(sal_uLong)aTypeLB.GetEntryData(GetTypeSel()); in IMPL_LINK() local
240 sal_uInt16 nSize = GetFldMgr().GetFormatCount(nTypeId, sal_False, IsFldDlgHtmlMode()); in IMPL_LINK()
244 sal_uInt16 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in IMPL_LINK()
[all …]
H A Dflddb.cxx118 sal_uInt16 nPos, nTypeId, i; in Reset() local
127 nTypeId = GetFldMgr().GetTypeId(i); in Reset()
129 aTypeLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in Reset()
134 nTypeId = GetCurField()->GetTypeId(); in Reset()
135 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(GetFldMgr().GetPos(nTypeId))); in Reset()
136 aTypeLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in Reset()
232 sal_uInt16 nTypeId = (sal_uInt16)(sal_uLong)aTypeLB.GetEntryData(GetTypeSel()); in FillItemSet() local
251 switch (nTypeId) in FillItemSet()
277 InsertFld( nTypeId, nSubType, aName, aVal, nFormat); in FillItemSet()
327 sal_uInt16 nTypeId = (sal_uInt16)(sal_uLong)aTypeLB.GetEntryData(GetTypeSel()); in IMPL_LINK() local
[all …]
H A Dfldpage.cxx152 sal_Bool SwFldPage::InsertFld(sal_uInt16 nTypeId, sal_uInt16 nSubType, const String& rPar1, in InsertFld() argument
162 …SwInsertFld_Data aData(nTypeId, nSubType, rPar1, rPar2, nFormatId, 0, cSeparator, bIsAutomaticLang… in InsertFld()
171 sal_Bool bRecordDB = TYP_DBFLD == nTypeId || in InsertFld()
172 TYP_DBSETNUMBERFLD == nTypeId || in InsertFld()
173 TYP_DBNUMSETFLD == nTypeId || in InsertFld()
174 TYP_DBNEXTSETFLD == nTypeId || in InsertFld()
175 TYP_DBNAMEFLD == nTypeId ; in InsertFld()
197 aReq.AppendItem(SfxUInt16Item(FN_PARAM_FIELD_TYPE , nTypeId)); in InsertFld()
211 switch( nTypeId ) in InsertFld()
215 nSubType = static_cast< sal_uInt16 >(((nTypeId == TYP_DATEFLD) ? DATEFLD : TIMEFLD) | in InsertFld()
[all …]
H A Dflddinf.cxx124 sal_uInt16 nTypeId = TYP_DOCINFOFLD; in Reset() local
157 GetFldMgr().GetSubTypes(nTypeId, aLst); in Reset()
408 sal_uInt16 nTypeId = TYP_DOCINFOFLD; in FillSelectionLB() local
433 nSize = GetFldMgr().GetFormatCount(nTypeId, sal_False, IsFldDlgHtmlMode()); in FillSelectionLB()
436 sal_uInt16 nPos = aSelectionLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in FillSelectionLB()
437 … aSelectionLB.SetEntryData(nPos, reinterpret_cast<void*>(GetFldMgr().GetFormatId(nTypeId, i))); in FillSelectionLB()
468 sal_uInt16 nTypeId = TYP_DOCINFOFLD; in FillItemSet() local
493 InsertFld(nTypeId, nSubType, aName, aEmptyStr, nFormat, in FillItemSet()
/AOO41X/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()
/AOO41X/main/rsc/source/res/
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()
459 RscLongEnumRange::RscLongEnumRange( Atom nId, sal_uInt32 nTypeId ) in RscLongEnumRange() argument
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()
[all …]
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 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 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 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 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()
/AOO41X/main/sw/source/ui/inc/
H A Dfldmgr.hxx78 sal_uInt16 nTypeId; member
93 nTypeId(nType), in SwInsertFld_Data()
188 …sal_uInt16 GetGroup(sal_Bool bHtmlMode, sal_uInt16 nTypeId, sal_uInt16 nSubType = 0) cons…
199 static sal_uInt16 GetPos(sal_uInt16 nTypeId);
205 …sal_uInt16 GetFormatCount(sal_uInt16 nTypeId, sal_Bool bIsText, sal_Bool bHtmlMode = sal_…
206 String GetFormatStr(sal_uInt16 nTypeId, sal_uLong nFormatId) const;
207 sal_uInt16 GetFormatId(sal_uInt16 nTypeId, sal_uLong nFormatId) const;
208 …sal_uLong GetDefaultFormat(sal_uInt16 nTypeId, sal_Bool bIsText, SvNumberFormatter* pFor…
/AOO41X/main/store/workben/
H A Dt_base.cxx52 virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nTypeId);
66 sal_Bool SAL_CALL OTestObject::isKindOf (sal_uInt32 nTypeId) in isKindOf() argument
68 return (nTypeId == 42); in isKindOf()
104 virtual sal_Bool SAL_CALL isKindOf (sal_uInt32 nTypeId);
120 sal_Bool SAL_CALL OTestBIOS::isKindOf (sal_uInt32 nTypeId) in isKindOf() argument
122 return (nTypeId == 4242); in isKindOf()
/AOO41X/main/svx/source/fmcomp/
H A Dgridcols.cxx90 sal_Int32 nTypeId = -1; in getColumnTypeByModelName() local
92 nTypeId = TYPE_TEXTFIELD; in getColumnTypeByModelName()
106 nTypeId = lcl_findPos(aColumnType, rColumnTypes); in getColumnTypeByModelName()
108 return nTypeId; in getColumnTypeByModelName()
/AOO41X/main/sw/source/core/fields/
H A Dfldbas.cxx130 const String& SwFieldType::GetTypeStr(sal_uInt16 nTypeId) in GetTypeStr() argument
135 if( nTypeId < SwFieldType::pFldNames->Count() ) in GetTypeStr()
136 return *SwFieldType::pFldNames->GetObject( nTypeId ); in GetTypeStr()
270 sal_uInt16 nTypeId = GetTypeId(); in GetFieldName() local
273 nTypeId = static_cast<sal_uInt16>( in GetFieldName()
276 String sRet = SwFieldType::GetTypeStr( nTypeId ); in GetFieldName()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/oox/source/drawingml/chart/
H A Dtypegroupmodel.cxx43 TypeGroupModel::TypeGroupModel( sal_Int32 nTypeId ) : in TypeGroupModel() argument
60 mnTypeId( nTypeId ), in TypeGroupModel()
H A Daxismodel.cxx44 AxisModel::AxisModel( sal_Int32 nTypeId ) : in AxisModel() argument
60 mnTypeId( nTypeId ), in AxisModel()

123