Home
last modified time | relevance | path

Searched refs:nTypeId (Results 1 – 25 of 58) sorted by last modified time

123

/trunk/main/xmloff/source/text/
H A Dtxtflde.cxx2754 sal_Int16 nTypeId = 0; in ProcessBibliographyData() local
2755 aValues[i].Value >>= nTypeId; in ProcessBibliographyData()
2758 if (SvXMLUnitConverter::convertEnum(sBuf, nTypeId, in ProcessBibliographyData()
/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/sw/source/ui/docvw/
H A Dedtwin.cxx3088 sal_uInt16 nTypeId = pFld->GetTypeId(); in MouseButtonDown() local
3090 switch( nTypeId ) in MouseButtonDown()
3097 … sal_uInt16 nSlot = TYP_POSTITFLD == nTypeId ? FN_POSTIT : FN_JAVAEDIT; in MouseButtonDown()
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx174 return nTypeId; in GetTypeId()
/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()
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) const;
199 static sal_uInt16 GetPos(sal_uInt16 nTypeId);
205 …sal_uInt16 GetFormatCount(sal_uInt16 nTypeId, sal_Bool bIsText, sal_Bool bHtmlMode = sal_False)…
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* pFormatter, …
/trunk/main/sw/source/ui/fldui/
H A Dflddok.hxx70 void AddSubType(sal_uInt16 nTypeId);
71 sal_uInt16 FillFormatLB(sal_uInt16 nTypeId);
H A Dfldfunc.cxx133 sal_uInt16 nPos, nTypeId; in Reset() local
143 nTypeId = GetFldMgr().GetTypeId(i); in Reset()
150 nTypeId = GetCurField()->GetTypeId(); in Reset()
154 if (nTypeId == TYP_MACROFLD) in Reset()
250 if (IsFldEdit() && nTypeId == TYP_JUMPEDITFLD) in IMPL_LINK()
322 switch (nTypeId) in IMPL_LINK()
446 if( TYP_MACROFLD == nTypeId ) in IMPL_LINK()
543 GetFldMgr().GetSubTypes(nTypeId, aLst); in UpdateSubType()
562 if (nTypeId == TYP_MACROFLD) in UpdateSubType()
618 switch(nTypeId) in FillItemSet()
[all …]
H A Dfldmgr.cxx181 sal_uInt16 nTypeId; member
369 switch( nTypeId ) in GetCurFld()
421 nTypeId = TYP_SETFLD; in GetGroup()
437 if (aSwFlds[nPos].nTypeId == nTypeId) in GetGroup()
485 switch( nTypeId ) in GetPos()
494 if(aSwFlds[i].nTypeId == nTypeId) in GetPos()
686 if (TYP_AUTHORFLD == nTypeId|| TYP_FILENAMEFLD == nTypeId) in GetFormatStr()
726 switch( nTypeId ) in GetFormatId()
812 if( TYP_SETINPFLD == nTypeId || TYP_USRINPFLD == nTypeId ) in GoNextPrev()
1498 switch( nTypeId ) in UpdateCurFld()
[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 Dfldpage.hxx76 sal_Bool InsertFld( sal_uInt16 nTypeId,
H A Dfldref.cxx408 switch (nTypeId) in IMPL_LINK()
459 switch(nTypeId) in IMPL_LINK()
737 switch (nTypeId) in FillFormatLB()
769 if (REFFLDFLAG & nTypeId) in FillFormatLB()
770 nTypeId = TYP_GETREFFLD; in FillFormatLB()
825 (nLen == 0 && (nTypeId == TYP_GETREFFLD || nTypeId == TYP_SETREFFLD || in IMPL_LINK()
858 switch(nTypeId) in FillItemSet()
881 if (REFFLDFLAG & nTypeId) in FillItemSet()
891 nTypeId = TYP_GETREFFLD; in FillItemSet()
901 nTypeId = TYP_GETREFFLD; in FillItemSet()
[all …]
H A Dfldref.hxx84 sal_uInt16 FillFormatLB(sal_uInt16 nTypeId);
H A Dfldvar.cxx268 FillFormatLB(nTypeId); in IMPL_LINK()
276 switch ( nTypeId ) in IMPL_LINK()
757 else if ( nTypeId == TYP_GETFLD || nTypeId == TYP_FORMELFLD ) in FillFormatLB()
771 switch ( nTypeId ) in FillFormatLB()
873 switch( nTypeId ) in IMPL_LINK()
892 switch (nTypeId) in IMPL_LINK()
935 if (nTypeId == TYP_SETFLD || nTypeId == TYP_SEQFLD) in IMPL_LINK()
976 if( (nTypeId == TYP_SETFLD || nTypeId == TYP_FORMELFLD) && in IMPL_LINK()
1007 switch(nTypeId) in IMPL_LINK()
1039 switch (nTypeId) in IMPL_LINK()
[all …]
H A Dfldvar.hxx102 sal_uInt16 FillFormatLB(sal_uInt16 nTypeId);
H A Dflddb.cxx118 sal_uInt16 nPos, nTypeId, i; in Reset() local
127 nTypeId = GetFldMgr().GetTypeId(i); in Reset()
134 nTypeId = GetCurField()->GetTypeId(); in Reset()
251 switch (nTypeId) in FillItemSet()
335 if (nTypeId == TYP_DBFLD) in IMPL_LINK()
347 switch (nTypeId) in IMPL_LINK()
407 if (nTypeId != TYP_DBFLD) in IMPL_LINK()
459 if (nTypeId == TYP_DBFLD && pEntry) in CheckInsert()
467 if (nTypeId == TYP_DBNUMSETFLD) in CheckInsert()
491 if (nTypeId == TYP_DBFLD && pEntry) in IMPL_LINK()
[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()
H A Dflddok.cxx121 sal_uInt16 nPos, nTypeId; in Reset() local
131 switch (nTypeId) in Reset()
156 nTypeId = TYP_DATEFLD; in Reset()
158 nTypeId = TYP_TIMEFLD; in Reset()
266 switch (nTypeId) in IMPL_LINK()
337 switch (nTypeId) in IMPL_LINK()
491 FillFormatLB(nTypeId); in IMPL_LINK()
494 switch (nTypeId) in IMPL_LINK()
574 if (nTypeId == TYP_NEXTPAGEFLD || nTypeId == TYP_PREVPAGEFLD) in IMPL_LINK()
629 switch (nTypeId) in FillItemSet()
[all …]
/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/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()
/trunk/main/sw/inc/
H A Dfldbas.hxx280 static const String& GetTypeStr( sal_uInt16 nTypeId );
/trunk/main/svx/source/inc/
H A Dgridcell.hxx164 …om::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xField, sal_Int32 nTypeId);
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx142 …32 _nFieldPos, const Reference< ::com::sun::star::beans::XPropertySet >& xField, sal_Int32 nTypeId) in CreateControl() argument
146 m_nTypeId = (sal_Int16)nTypeId; in CreateControl()
192 switch (nTypeId) in CreateControl()
222 switch (nTypeId) in CreateControl()
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()
H A Dfmgridcl.cxx1755 sal_Int32 nTypeId = getColumnTypeByModelName( sColumnServiceName ); in InitColumnByField() local
1756 _pColumn->CreateControl( nFieldPos, xField, nTypeId ); in InitColumnByField()

Completed in 171 milliseconds

123