|
| | SwDBNumSetField (SwDBNumSetFieldType *, OUString aCond, OUString aDBNum, const SwDBData &rDBData) |
| |
| virtual OUString | ExpandImpl (SwRootFrame const *pLayout) const override |
| |
| virtual std::unique_ptr< SwField > | Copy () const override |
| |
| bool | IsCondValid () const |
| |
| void | SetCondValid (bool bCond) |
| |
| void | Evaluate (const SwDoc &) |
| |
| virtual OUString | GetPar1 () const override |
| | get LogDBName More...
|
| |
| virtual void | SetPar1 (const OUString &rStr) override |
| | set LogDBName More...
|
| |
| virtual OUString | GetPar2 () const override |
| | get condition More...
|
| |
| virtual void | SetPar2 (const OUString &rStr) override |
| | set condition More...
|
| |
| virtual bool | QueryValue (css::uno::Any &rVal, sal_uInt16 nWhich) const override |
| |
| virtual bool | PutValue (const css::uno::Any &rVal, sal_uInt16 nWhich) override |
| |
| const SwDBData & | GetRealDBData () const |
| | DBName. More...
|
| |
| SwDBData & | GetRealDBData () |
| |
| SwDBData | GetDBData (SwDoc *pDoc) |
| |
| void | SetDBData (const SwDBData &rDBData) |
| |
| virtual OUString | GetFieldName () const override |
| | get name or content More...
|
| |
| virtual bool | QueryValue (css::uno::Any &rVal, sal_uInt16 nWhich) const override |
| |
| virtual bool | PutValue (const css::uno::Any &rVal, sal_uInt16 nWhich) override |
| |
| virtual sal_uInt16 | GetSubType () const override |
| |
| virtual void | SetSubType (sal_uInt16 nType) override |
| |
| virtual | ~SwField () |
| |
| | SwField (SwField const &)=default |
| |
| | SwField (SwField &&)=default |
| |
| SwField & | operator= (SwField const &)=default |
| |
| SwField & | operator= (SwField &&)=default |
| |
| SwFieldType * | GetTyp () const |
| |
| virtual SwFieldType * | ChgTyp (SwFieldType *) |
| | Set new type (used for copying among documents). More...
|
| |
| OUString | ExpandField (bool bCached, SwRootFrame const *pLayout) const |
| | expand the field. More...
|
| |
| virtual OUString | GetFieldName () const |
| | get name or content More...
|
| |
| std::unique_ptr< SwField > | CopyField () const |
| |
| SwFieldIds | Which () const |
| | ResId. More...
|
| |
| SwFieldTypesEnum | GetTypeId () const |
| |
| virtual sal_uInt16 | GetSubType () const |
| |
| virtual void | SetSubType (sal_uInt16) |
| |
| LanguageType | GetLanguage () const |
| | Language at field position. More...
|
| |
| virtual void | SetLanguage (LanguageType nLng) |
| |
| sal_uInt32 | GetFormat () const |
| | Query parameters for dialog and for BASIC. More...
|
| |
| virtual OUString | GetPar1 () const |
| |
| virtual OUString | GetPar2 () const |
| |
| virtual OUString | GetFormula () const |
| |
| void | ChangeFormat (sal_uInt32 n) |
| |
| virtual void | SetPar1 (const OUString &rStr) |
| |
| virtual void | SetPar2 (const OUString &rStr) |
| |
| virtual bool | QueryValue (css::uno::Any &rVal, sal_uInt16 nWhichId) const |
| |
| virtual bool | PutValue (const css::uno::Any &rVal, sal_uInt16 nWhichId) |
| |
| bool | HasClickHdl () const |
| | Does the field possess an action on its ClickHandler? (e.g. INetFields, ...). More...
|
| |
| bool | IsFixed () const |
| |
| bool | IsAutomaticLanguage () const |
| |
| void | SetAutomaticLanguage (bool const bSet) |
| |
| virtual OUString | GetDescription () const |
| |
| bool | IsClickable () const |
| | Is this field clickable? More...
|
| |
| virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
| |
| const OUString & | GetTitle () const |
| |
| void | SetTitle (const OUString &rTitle) |
| |
Definition at line 199 of file dbfld.hxx.