|
LibreOffice Module sw (master) 1
|
Implementation in tblcalc.cxx. More...
#include <expfld.hxx>
Public Member Functions | |
| SwTableFieldType (SwDoc *pDocPtr) | |
| virtual std::unique_ptr< SwFieldType > | Copy () const override |
| virtual void | UpdateFields () override |
Public Member Functions inherited from SwValueFieldType | |
| SwDoc * | GetDoc () const |
| void | SetDoc (SwDoc *pNewDoc) |
| bool | UseFormat () const |
| void | EnableFormat (bool bFormat=true) |
| OUString | ExpandValue (const double &rVal, sal_uInt32 nFormat, LanguageType nLng) const |
| return value formatted as string More... | |
| OUString | DoubleToString (const double &rVal, LanguageType eLng) const |
| OUString | DoubleToString (const double &rVal, sal_uInt32 nFormat) const |
| OUString | GetInputOrDateTime (const OUString &rInput, const double &rVal, sal_uInt32 nFormat) const |
| Query input or formatted value for dialog. More... | |
Public Member Functions inherited from SwFieldType | |
| unotools::WeakReference< SwXFieldMaster > const & | GetXObject () const |
| void | SetXObject (rtl::Reference< SwXFieldMaster > const &xFieldMaster) |
| virtual OUString | GetName () const |
| Only in derived classes. More... | |
| virtual std::unique_ptr< SwFieldType > | Copy () const =0 |
| virtual void | QueryValue (css::uno::Any &rVal, sal_uInt16 nWhich) const |
| virtual void | PutValue (const css::uno::Any &rVal, sal_uInt16 nWhich) |
| SwFieldIds | Which () const |
| void | PrintHiddenPara () |
| virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
| SwFormatField * | FindFormatForField (const SwField *) const |
| SwFormatField * | FindFormatForPostItId (sal_uInt32 nPostItId) const |
| void | CollectPostIts (std::vector< SwFormatField * > &rvFormatFields, IDocumentRedlineAccess const &rIDRA, bool HideRedlines) |
| bool | HasHiddenInformationNotes () const |
| void | GatherNodeIndex (std::vector< SwNodeOffset > &rvNodeIndex) |
| void | GatherRefFields (std::vector< SwGetRefField * > &rvRFields, const sal_uInt16 nTyp) |
| void | GatherFields (std::vector< SwFormatField * > &rvFormatFields, bool bCollectOnlyInDocNodes=true) const |
| void | GatherDdeTables (std::vector< SwDDETable * > &rvTables) const |
| void | UpdateDocPos (const SwTwips nDocPos) |
| virtual void | UpdateFields () |
Additional Inherited Members | |
Static Public Member Functions inherited from SwFieldType | |
| static const OUString & | GetTypeStr (SwFieldTypesEnum nTypeId) |
Protected Member Functions inherited from SwValueFieldType | |
| SwValueFieldType (SwDoc *pDocPtr, SwFieldIds nWhichId) | |
| SwValueFieldType (const SwValueFieldType &rTyp) | |
Protected Member Functions inherited from SwFieldType | |
| SwFieldType (SwFieldIds nWhichId) | |
| Single argument ctors shall be explicit. More... | |
Implementation in tblcalc.cxx.
Definition at line 373 of file expfld.hxx.
| SwTableFieldType::SwTableFieldType | ( | SwDoc * | pDocPtr | ) |
Definition at line 34 of file tblcalc.cxx.
|
overridevirtual |
Implements SwFieldType.
Definition at line 38 of file tblcalc.cxx.
References SwValueFieldType::GetDoc().
|
inlineoverridevirtual |
Reimplemented from SwFieldType.
Definition at line 378 of file expfld.hxx.