Home
last modified time | relevance | path

Searched refs:SwFieldType (Results 1 – 25 of 85) sorted by relevance

1234

/trunk/main/sw/inc/
H A Ddocufld.hxx158 virtual SwFieldType* Copy() const;
200 virtual SwFieldType* Copy() const;
235 virtual SwFieldType* Copy() const;
270 virtual SwFieldType* Copy() const;
301 virtual SwFieldType* Copy() const;
339 virtual SwFieldType* Copy() const;
411 virtual SwFieldType* Copy() const;
450 virtual SwFieldType* Copy() const;
507 virtual SwFieldType* Copy() const;
586 virtual SwFieldType* Copy() const;
[all …]
H A Dfldbas.hxx260 DBG_NAMEEX(SwFieldType)
278 virtual ~SwFieldType();
284 virtual SwFieldType* Copy() const = 0;
293 inline void SwFieldType::UpdateFlds() const in UpdateFlds()
315 SwFieldType* pType;
323 SwField( SwFieldType* pTyp,
332 inline SwFieldType* GetTyp() const;
335 virtual SwFieldType* ChgTyp( SwFieldType* );
392 inline SwFieldType* SwField::GetTyp() const in GetTyp()
406 class SwValueFieldType : public SwFieldType
[all …]
H A Ddbfld.hxx51 virtual SwFieldType* Copy() const;
85 virtual SwFieldType* ChgTyp( SwFieldType* );
147 SwDBNameInfField(SwFieldType* pTyp, const SwDBData& rDBData, sal_uLong nFmt = 0);
169 class SW_DLLPUBLIC SwDBNextSetFieldType : public SwFieldType
174 virtual SwFieldType* Copy() const;
215 class SwDBNumSetFieldType : public SwFieldType
220 virtual SwFieldType* Copy() const;
269 class SwDBNameFieldType : public SwFieldType
276 virtual SwFieldType* Copy() const;
298 class SW_DLLPUBLIC SwDBSetNumberFieldType : public SwFieldType
[all …]
H A DIDocumentFieldsAccess.hxx31 class SwFieldType;
58 virtual SwFieldType *InsertFldType(const SwFieldType &) = 0;
62 virtual SwFieldType *GetSysFldType( const sal_uInt16 eWhich ) const = 0;
66 …virtual SwFieldType* GetFldType(sal_uInt16 nResId, const String& rName, bool bDbFieldMatching) con…
78 virtual void InsDeletedFldType(SwFieldType &) = 0;
H A Dexpfld.hxx76 virtual SwFieldType* Copy() const;
170 virtual SwFieldType* Copy() const;
298 class SwInputFieldType : public SwFieldType
304 virtual SwFieldType* Copy() const;
415 virtual SwFieldType* Copy() const;
H A Dauthfld.hxx72 class SW_DLLPUBLIC SwAuthorityFieldType : public SwFieldType
96 virtual SwFieldType* Copy() const;
179 virtual SwFieldType* ChgTyp( SwFieldType* );
H A Dflddropdown.hxx35 class SwDropDownFieldType : public SwFieldType
53 virtual SwFieldType * Copy () const;
112 SwDropDownField(SwFieldType * pTyp);
H A Deditsh.hxx58 class SwFieldType;
339SwFieldType* GetFldType(sal_uInt16 nId, sal_uInt16 nResId = USHRT_MAX, sal_Bool bUsed = sal_False)…
340 SwFieldType* GetFldType(sal_uInt16 nResId, const String& rName) const;
345 void FieldToText( SwFieldType* pType );
373 SwFieldType* InsertFldType(const SwFieldType &);
H A Dunofield.hxx38 class SwFieldType;
82 SwXFieldMaster(SwFieldType& rType, SwDoc* pDoc);
111 static rtl::OUString GetProgrammaticName(const SwFieldType& rType, SwDoc& rDoc);
114 SwFieldType* GetFldType(sal_Bool bDontCreate = sal_False) const;
241 static sal_Bool getInstanceName(const SwFieldType& rFldType, String& rName);
H A Dcalc.hxx36 class SwFieldType;
155 const SwFieldType* pFldType;
158 const SwFieldType* pFldType = 0 );
/trunk/main/sw/source/core/fields/
H A Dfldbas.cxx82 DBG_NAME(SwFieldType)
147 SwFieldType::SwFieldType( sal_uInt16 nWhichId ) in SwFieldType() function in SwFieldType
151 DBG_CTOR( SwFieldType, 0 ); in SwFieldType()
156 SwFieldType::~SwFieldType() in ~SwFieldType()
158 DBG_DTOR( SwFieldType, 0 ); in ~SwFieldType()
184 SwFieldType* pTyp, in SwField()
360 SwFieldType* SwField::ChgTyp( SwFieldType* pNewType ) in ChgTyp()
365 SwFieldType* pOld = pType; in ChgTyp()
478 : SwFieldType(nWhichId), in SwValueFieldType()
485 : SwFieldType(rTyp.Which()), in SwValueFieldType()
[all …]
H A Ddocufld.cxx116 : SwFieldType( RES_PAGENUMBERFLD ), in SwPageNumberFieldType()
328 : SwFieldType( RES_AUTHORFLD ) in SwAuthorFieldType()
343 SwFieldType* SwAuthorFieldType::Copy() const in Copy()
430 : SwFieldType( RES_FILENAMEFLD ) in SwFileNameFieldType()
608 : SwFieldType( RES_TEMPLNAMEFLD ) in SwTemplNameFieldType()
791 SwFieldType* SwDocStatFieldType::Copy() const in Copy()
1672 : SwFieldType( RES_HIDDENPARAFLD ) in SwHiddenParaFieldType()
1767 : SwFieldType( RES_POSTITFLD ) in SwPostItFieldType()
2022 : SwFieldType( RES_EXTUSERFLD ) in SwExtUserFieldType()
2171 : SwFieldType( RES_REFPAGESETFLD ) in SwRefPageSetFieldType()
[all …]
H A Ddbfld.cxx92 SwFieldType* SwDBFieldType::Copy() const in Copy()
161 SwIterator<SwFmtFld,SwFieldType> aIter( *this ); in PutValue()
304 SwFieldType* SwDBField::ChgTyp( SwFieldType* pNewType ) in ChgTyp()
613 : SwFieldType( RES_DBNEXTSETFLD ) in SwDBNextSetFieldType()
619 SwFieldType* SwDBNextSetFieldType::Copy() const in Copy()
711 SwFieldType( RES_DBNUMSETFLD ) in SwDBNumSetFieldType()
717 SwFieldType* SwDBNumSetFieldType::Copy() const in Copy()
838 : SwFieldType( RES_DBNAMEFLD ) in SwDBNameFieldType()
854 SwFieldType* SwDBNameFieldType::Copy() const in Copy()
906 : SwFieldType( RES_DBSETNUMBERFLD ) in SwDBSetNumberFieldType()
[all …]
H A Dfldlst.cxx57 SwFieldType* pFldType = (SwFieldType*)rFldTypes[ i ]; in SwInputFieldList()
62 SwIterator<SwFmtFld,SwFieldType> aIter( *pFldType ); in SwInputFieldList()
153 SwFieldType* pFldType = (SwFieldType*)rFldTypes[ i ]; in BuildSortLst()
158 SwIterator<SwFmtFld,SwFieldType> aIter( *pFldType ); in BuildSortLst()
H A Dreffld.cxx748 : SwFieldType( RES_GETREFFLD ), pDoc( pDc ) in SwGetRefFieldType()
752 SwFieldType* SwGetRefFieldType::Copy() const in Copy()
763 SwIterator<SwFmtFld,SwFieldType> aIter( *this ); in Modify()
809 SwFieldType* pFldType = pDoc->GetFldType( RES_SETEXPFLD, rRefMark, false ); in FindAnchor()
813 SwIterator<SwFmtFld,SwFieldType> aIter( *pFldType ); in FindAnchor()
925 SwFieldType* pType; in SV_IMPL_PTRARR()
928 SwIterator<SwFmtFld,SwFieldType> aIter( *pType ); in SV_IMPL_PTRARR()
937 SwIterator<SwFmtFld,SwFieldType> aIter( *pType ); in SV_IMPL_PTRARR()
984 SwFieldType* pType = rDoc.GetFldType( RES_SETEXPFLD, aName, false ); in SV_IMPL_PTRARR()
987 SwIterator<SwFmtFld,SwFieldType> aIter( *pType ); in SV_IMPL_PTRARR()
[all …]
H A Dexpfld.cxx279 SwFieldType* SwGetExpFieldType::Copy() const in Copy()
315 String aStr( SwFieldType::GetTypeStr( in GetFieldName()
363 SwFieldType* pSetExpFld = rDoc.GetFldType(RES_SETEXPFLD, GetFormula(), sal_False); in ChangeExpansion()
514 SwFieldType* SwSetExpFieldType::Copy() const in Copy()
536 SwIterator<SwFmtFld,SwFieldType> aIter(*this); in SetSeqFormat()
562 SwIterator<SwFmtFld,SwFieldType> aIter( *this ); in SetSeqRefNo()
599 SwIterator<SwFmtFld,SwFieldType> aIter( *this ); in GetSeqFldList()
835 String aStr( SwFieldType::GetTypeStr( static_cast<sal_uInt16>(nStrType) ) ); in GetFieldName()
1133 : SwFieldType( RES_INPUTFLD ) in SwInputFieldType()
1138 SwFieldType* SwInputFieldType::Copy() const in Copy()
H A Dauthfld.cxx88 : SwFieldType( RES_AUTHORITY ), in SwAuthorityFieldType()
102 : SwFieldType( RES_AUTHORITY ), in SwAuthorityFieldType()
126 SwFieldType* SwAuthorityFieldType::Copy() const in Copy()
318 SwIterator<SwFmtFld,SwFieldType> aIter( *this ); in GetSequencePos()
736 SwFieldType* SwAuthorityField::ChgTyp( SwFieldType* pFldTyp ) in ChgTyp()
H A Dflddropdown.cxx48 : SwFieldType(RES_DROPDOWN) in SwDropDownFieldType()
56 SwFieldType * SwDropDownFieldType::Copy() const in Copy()
61 SwDropDownField::SwDropDownField(SwFieldType * pTyp) in SwDropDownField()
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx518 SwFieldType* pType = GetFldType(sal_True); in setPropertyValue()
722 SwFieldType* pType = m_pDoc->InsertFldType(aType); in GetFldType()
730 return (SwFieldType*)GetRegisteredIn(); in GetFldType()
743 SwFieldType* pType = GetFldType(sal_True); in SV_IMPL_PTRARR()
761 SwIterator<SwFmtFld,SwFieldType> aIter( *pType ); in SV_IMPL_PTRARR()
915 SwFieldType* pFldType = GetFldType( sal_True ); in dispose()
1181 SwFieldType* pType = 0; in getTextFieldMaster()
1667 SwFieldType* pFldType = pDoc->GetSysFldType(RES_MACROFLD); in attachToRange()
2608 const SwFieldType& rFldType, String& rName) in getInstanceName()
2669 SwFieldType& rFldType = *((*pFldTypes)[i]); in getElementNames()
[all …]
/trunk/main/sw/source/core/edit/
H A Dedfld.cxx76 SwFieldType& rFldType = *((*pFldTypes)[i]); in GetFldTypeCount()
87 SwFieldType* SwEditShell::GetFldType(sal_uInt16 nFld, sal_uInt16 nResId, sal_Bool bUsed ) const in GetFldType()
115 SwFieldType* pFldType = (*pFldTypes)[i]; in GetFldType()
132 SwFieldType* SwEditShell::GetFldType(sal_uInt16 nResId, const String& rName) const in GetFldType()
175 SwFieldType* pFldType = (*pFldTypes)[i]; in RemoveFldType()
188 void SwEditShell::FieldToText( SwFieldType* pType ) in FieldToText()
429 SwFieldType* SwEditShell::InsertFldType(const SwFieldType& rFldType) in InsertFldType()
493 SwFieldType& rFldType = *((*pFldTypes)[i]); in IsAnyDatabaseFieldInDoc()
504 SwIterator<SwFmtFld,SwFieldType> aIter( rFldType ); in IsAnyDatabaseFieldInDoc()
/trunk/main/sw/source/ui/inc/
H A Dfldmgr.hxx46 class SwFieldType;
156 void InsertFldType(SwFieldType& rType);
165 sal_Bool GoNextPrev( sal_Bool bNext = sal_True, SwFieldType* pTyp = 0 );
166 sal_Bool GoNext( SwFieldType* pTyp = 0 ) { return GoNextPrev( sal_True, pTyp ); } in GoNext()
167 sal_Bool GoPrev( SwFieldType* pTyp = 0 ) { return GoNextPrev( sal_False, pTyp ); } in GoPrev()
180 SwFieldType* GetFldType(sal_uInt16 nResId, sal_uInt16 nId = 0) const;
181 SwFieldType* GetFldType(sal_uInt16 nResId, const String& rName) const;
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx91 SwFieldType* SwDoc::InsertFldType(const SwFieldType &rFldTyp) in SV_IMPL_OP_PTRARR_SORT()
134 SwFieldType* pNew = rFldTyp.Copy(); in SV_IMPL_OP_PTRARR_SORT()
182 SwFieldType* pFnd; in InsDeletedFldType()
237 SwFieldType* pTmp = (*pFldTypes)[nFld]; in RemoveFldType()
281 SwFieldType* SwDoc::GetFldType( in GetFldType()
309 SwFieldType* pRet = 0; in GetFldType()
401 const SwFieldType* pFldType; in UpdateUsrFlds()
423 SwFieldType* pFldType; in UpdateRefFlds()
434 SwFieldType* pFldType(0); in UpdateTblFlds()
692 SwFieldType* pFldType; in UpdatePageFlds()
[all …]
/trunk/main/sw/source/core/inc/
H A Ddocfld.hxx125 const SwFieldType* pFldType;
127 SwCalcFldType( const String& rStr, const SwFieldType* pFldTyp ) in SwCalcFldType()
172 void InsertFldType( const SwFieldType& rType );
173 void RemoveFldType( const SwFieldType& rType );
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx323 SwFieldType* SwFldMgr::GetFldType(sal_uInt16 nResId, sal_uInt16 nId) const in GetFldType()
331 SwFieldType* SwFldMgr::GetFldType(sal_uInt16 nResId, const String& rName) const in GetFldType()
475 return SwFieldType::GetTypeStr( nFldWh ); in GetTypeStr()
542 SwFieldType* pFldType = pSh->GetFldType( i ); in GetSubTypes()
803 sal_Bool SwFldMgr::GoNextPrev( sal_Bool bNext, SwFieldType* pTyp ) in GoNextPrev()
834 void SwFldMgr::InsertFldType(SwFieldType& rType) in InsertFldType()
1483 SwFieldType* pType = pTmpFld->GetTyp(); in UpdateCurFld()
1659 void SwFieldType::_GetFldName() in _GetFldName()
1711 SwFieldType::pFldNames = new SvStringsDtor( (sal_uInt8)coFldCnt, 2 ); in _GetFldName()
1716 SwFieldType::pFldNames->Insert(pTmp, nIdx ); in _GetFldName()
H A Dfldvar.cxx496 SwFieldType* pFldTyp; in IMPL_LINK()
900 SwFieldType* pType = GetFldMgr().GetFldType(RES_DDEFLD, sName); in IMPL_LINK()
914 SwFieldType* pType = GetFldMgr().GetFldType(RES_USERFLD, sName); in IMPL_LINK()
953 SwFieldType* pType = (*p)[ i ]; in IMPL_LINK()
1035 SwFieldType* pType = 0; in IMPL_LINK()
1245 SwFieldType* pType = GetFldMgr().GetFldType(RES_USERFLD, aName); in FillItemSet()

Completed in 162 milliseconds

1234