/trunk/main/sw/inc/ |
H A D | docufld.hxx | 158 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 D | fldbas.hxx | 260 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 D | dbfld.hxx | 51 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 D | IDocumentFieldsAccess.hxx | 31 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 D | expfld.hxx | 76 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 D | authfld.hxx | 72 class SW_DLLPUBLIC SwAuthorityFieldType : public SwFieldType 96 virtual SwFieldType* Copy() const; 179 virtual SwFieldType* ChgTyp( SwFieldType* );
|
H A D | flddropdown.hxx | 35 class SwDropDownFieldType : public SwFieldType 53 virtual SwFieldType * Copy () const; 112 SwDropDownField(SwFieldType * pTyp);
|
H A D | editsh.hxx | 58 class SwFieldType; 339 …SwFieldType* 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 D | unofield.hxx | 38 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 D | calc.hxx | 36 class SwFieldType; 155 const SwFieldType* pFldType; 158 const SwFieldType* pFldType = 0 );
|
/trunk/main/sw/source/core/fields/ |
H A D | fldbas.cxx | 82 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 D | docufld.cxx | 116 : 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 D | dbfld.cxx | 92 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 D | fldlst.cxx | 57 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 D | reffld.cxx | 748 : 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 D | expfld.cxx | 277 SwFieldType* SwGetExpFieldType::Copy() const in Copy() 313 String aStr( SwFieldType::GetTypeStr( in GetFieldName() 361 SwFieldType* pSetExpFld = rDoc.GetFldType(RES_SETEXPFLD, GetFormula(), sal_False); in ChangeExpansion() 512 SwFieldType* SwSetExpFieldType::Copy() const in Copy() 534 SwIterator<SwFmtFld,SwFieldType> aIter(*this); in SetSeqFormat() 560 SwIterator<SwFmtFld,SwFieldType> aIter( *this ); in SetSeqRefNo() 597 SwIterator<SwFmtFld,SwFieldType> aIter( *this ); in GetSeqFldList() 833 String aStr( SwFieldType::GetTypeStr( static_cast<sal_uInt16>(nStrType) ) ); in GetFieldName() 1131 : SwFieldType( RES_INPUTFLD ) in SwInputFieldType() 1136 SwFieldType* SwInputFieldType::Copy() const in Copy()
|
H A D | authfld.cxx | 88 : 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 D | flddropdown.cxx | 48 : 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 D | unofield.cxx | 518 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 D | edfld.cxx | 76 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 D | fldmgr.hxx | 46 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 D | docfld.cxx | 91 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 D | docfld.hxx | 125 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 D | fldmgr.cxx | 323 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 D | fldvar.cxx | 496 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()
|