LibreOffice Module writerfilter (master) 1
|
field stack element More...
#include <DomainMapper_Impl.hxx>
Public Member Functions | |
FieldContext (css::uno::Reference< css::text::XTextRange > xStart) | |
~FieldContext () override | |
const css::uno::Reference< css::text::XTextRange > & | GetStartRange () const |
void | AppendCommand (std::u16string_view rPart) |
const OUString & | GetCommand () const |
bool | GetCommandIsEmpty (bool bType) const |
void | SetCommandType (bool cType) |
void | SetFieldId (FieldId eFieldId) |
std::optional< FieldId > const & | GetFieldId () const |
void | AppendResult (std::u16string_view rResult) |
const OUString & | GetResult () const |
void | CacheVariableValue (const css::uno::Any &rAny) |
const OUString & | GetVariableValue () |
void | SetCommandCompleted () |
bool | IsCommandCompleted () const |
void | SetFieldLocked () |
bool | IsFieldLocked () const |
const css::uno::Reference< css::beans::XPropertySet > & | GetCustomField () const |
void | SetCustomField (css::uno::Reference< css::beans::XPropertySet > const &xCustomField) |
const css::uno::Reference< css::text::XTextField > & | GetTextField () const |
void | SetTextField (css::uno::Reference< css::text::XTextField > const &xTextField) |
const css::uno::Reference< css::text::XFormField > & | GetFormField () const |
void | SetFormField (css::uno::Reference< css::text::XFormField > const &xFormField) |
void | SetTOC (css::uno::Reference< css::beans::XPropertySet > const &xTOC) |
const css::uno::Reference< css::beans::XPropertySet > & | GetTOC () const |
void | SetTC (css::uno::Reference< css::beans::XPropertySet > const &xTC) |
const css::uno::Reference< css::beans::XPropertySet > & | GetTC () const |
void | SetHyperlinkURL (const OUString &rURL) |
const OUString & | GetHyperlinkURL () const |
void | SetHyperlinkTarget (const OUString &rTarget) |
const OUString & | GetHyperlinkTarget () const |
void | setFFDataHandler (FFDataHandler::Pointer_t pFFDataHandler) |
const FFDataHandler::Pointer_t & | getFFDataHandler () const |
void | setFormControlHelper (FormControlHelper::Pointer_t pFormControlHelper) |
const FormControlHelper::Pointer_t & | getFormControlHelper () const |
const PropertyMapPtr & | getProperties () const |
::std::vector< OUString > | GetCommandParts () const |
std::vector< FieldParagraph > & | GetParagraphsToFinish () |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
Private Attributes | |
bool | m_bFieldCommandCompleted |
css::uno::Reference< css::text::XTextRange > | m_xStartRange |
OUString | m_sCommand [2] |
OUString | m_sResult |
OUString | m_sVariableValue |
std::optional< FieldId > | m_eFieldId |
bool | m_bFieldLocked |
bool | m_bCommandType |
css::uno::Reference< css::text::XTextField > | m_xTextField |
css::uno::Reference< css::text::XFormField > | m_xFormField |
css::uno::Reference< css::beans::XPropertySet > | m_xTOC |
css::uno::Reference< css::beans::XPropertySet > | m_xTC |
css::uno::Reference< css::beans::XPropertySet > | m_xCustomField |
OUString | m_sHyperlinkURL |
OUString | m_sHyperlinkTarget |
A frame for the hyperlink when one exists. More... | |
FFDataHandler::Pointer_t | m_pFFDataHandler |
FormControlHelper::Pointer_t | m_pFormControlHelper |
PropertyMapPtr | m_pProperties |
(Character) properties of the field itself. More... | |
std::vector< FieldParagraph > | m_aParagraphsToFinish |
Additional Inherited Members | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
field stack element
Definition at line 175 of file DomainMapper_Impl.hxx.
|
explicit |
Definition at line 5595 of file DomainMapper_Impl.cxx.
References m_pProperties.
|
override |
Definition at line 5605 of file DomainMapper_Impl.cxx.
void writerfilter::dmapper::FieldContext::AppendCommand | ( | std::u16string_view | rPart | ) |
Definition at line 5629 of file DomainMapper_Impl.cxx.
References m_bCommandType, and m_sCommand.
|
inline |
Definition at line 222 of file DomainMapper_Impl.hxx.
References m_sResult.
void writerfilter::dmapper::FieldContext::CacheVariableValue | ( | const css::uno::Any & | rAny | ) |
Definition at line 5624 of file DomainMapper_Impl.cxx.
References m_sVariableValue.
|
inline |
Definition at line 215 of file DomainMapper_Impl.hxx.
References m_bCommandType, and m_sCommand.
Referenced by GetCommandParts().
|
inline |
Definition at line 216 of file DomainMapper_Impl.hxx.
References m_sCommand.
std::vector< OUString > writerfilter::dmapper::FieldContext::GetCommandParts | ( | ) | const |
Definition at line 5634 of file DomainMapper_Impl.cxx.
References GetCommand(), and nIndex.
|
inline |
Definition at line 234 of file DomainMapper_Impl.hxx.
References m_xCustomField.
|
inline |
Definition at line 253 of file DomainMapper_Impl.hxx.
References m_pFFDataHandler.
|
inline |
Definition at line 220 of file DomainMapper_Impl.hxx.
References m_eFieldId.
|
inline |
Definition at line 256 of file DomainMapper_Impl.hxx.
References m_pFormControlHelper.
|
inline |
Definition at line 238 of file DomainMapper_Impl.hxx.
References m_xFormField.
|
inline |
Definition at line 250 of file DomainMapper_Impl.hxx.
References m_sHyperlinkTarget.
|
inline |
Definition at line 248 of file DomainMapper_Impl.hxx.
References m_sHyperlinkURL.
|
inline |
Definition at line 261 of file DomainMapper_Impl.hxx.
References m_aParagraphsToFinish.
|
inline |
Definition at line 257 of file DomainMapper_Impl.hxx.
References m_pProperties.
|
inline |
Definition at line 223 of file DomainMapper_Impl.hxx.
References m_sResult.
|
inline |
Definition at line 212 of file DomainMapper_Impl.hxx.
References m_xStartRange.
|
inline |
Definition at line 245 of file DomainMapper_Impl.hxx.
References m_xTC.
|
inline |
Definition at line 236 of file DomainMapper_Impl.hxx.
References m_xTextField.
|
inline |
Definition at line 242 of file DomainMapper_Impl.hxx.
References m_xTOC.
|
inline |
Definition at line 226 of file DomainMapper_Impl.hxx.
References m_sVariableValue.
|
inline |
Definition at line 229 of file DomainMapper_Impl.hxx.
References m_bFieldCommandCompleted.
|
inline |
Definition at line 232 of file DomainMapper_Impl.hxx.
References m_bFieldLocked.
|
inline |
Definition at line 228 of file DomainMapper_Impl.hxx.
References m_bFieldCommandCompleted.
|
inline |
Definition at line 217 of file DomainMapper_Impl.hxx.
References m_bCommandType.
|
inline |
Definition at line 235 of file DomainMapper_Impl.hxx.
References m_xCustomField.
|
inline |
Definition at line 252 of file DomainMapper_Impl.hxx.
References m_pFFDataHandler.
|
inline |
Definition at line 219 of file DomainMapper_Impl.hxx.
References eFieldId, and m_eFieldId.
|
inline |
Definition at line 231 of file DomainMapper_Impl.hxx.
References m_bFieldLocked.
|
inline |
Definition at line 255 of file DomainMapper_Impl.hxx.
References m_pFormControlHelper.
|
inline |
Definition at line 239 of file DomainMapper_Impl.hxx.
References m_xFormField.
|
inline |
Definition at line 249 of file DomainMapper_Impl.hxx.
References m_sHyperlinkTarget, and rTarget.
|
inline |
Definition at line 247 of file DomainMapper_Impl.hxx.
References m_sHyperlinkURL.
|
inline |
Definition at line 244 of file DomainMapper_Impl.hxx.
References m_xTC.
void writerfilter::dmapper::FieldContext::SetTextField | ( | css::uno::Reference< css::text::XTextField > const & | xTextField | ) |
Definition at line 5609 of file DomainMapper_Impl.cxx.
References m_xTextField.
|
inline |
Definition at line 241 of file DomainMapper_Impl.hxx.
References m_xTOC.
|
private |
Definition at line 206 of file DomainMapper_Impl.hxx.
Referenced by GetParagraphsToFinish().
|
private |
Definition at line 189 of file DomainMapper_Impl.hxx.
Referenced by AppendCommand(), GetCommand(), and SetCommandType().
|
private |
Definition at line 177 of file DomainMapper_Impl.hxx.
Referenced by IsCommandCompleted(), and SetCommandCompleted().
|
private |
Definition at line 187 of file DomainMapper_Impl.hxx.
Referenced by IsFieldLocked(), and SetFieldLocked().
|
private |
Definition at line 186 of file DomainMapper_Impl.hxx.
Referenced by GetFieldId(), and SetFieldId().
|
private |
Definition at line 201 of file DomainMapper_Impl.hxx.
Referenced by getFFDataHandler(), and setFFDataHandler().
|
private |
Definition at line 202 of file DomainMapper_Impl.hxx.
Referenced by getFormControlHelper(), and setFormControlHelper().
|
private |
(Character) properties of the field itself.
Definition at line 204 of file DomainMapper_Impl.hxx.
Referenced by FieldContext(), and getProperties().
|
private |
Definition at line 183 of file DomainMapper_Impl.hxx.
Referenced by AppendCommand(), GetCommand(), and GetCommandIsEmpty().
|
private |
A frame for the hyperlink when one exists.
Definition at line 199 of file DomainMapper_Impl.hxx.
Referenced by GetHyperlinkTarget(), and SetHyperlinkTarget().
|
private |
Definition at line 197 of file DomainMapper_Impl.hxx.
Referenced by GetHyperlinkURL(), and SetHyperlinkURL().
|
private |
Definition at line 184 of file DomainMapper_Impl.hxx.
Referenced by AppendResult(), and GetResult().
|
private |
Definition at line 185 of file DomainMapper_Impl.hxx.
Referenced by CacheVariableValue(), and GetVariableValue().
|
private |
Definition at line 195 of file DomainMapper_Impl.hxx.
Referenced by GetCustomField(), and SetCustomField().
|
private |
Definition at line 192 of file DomainMapper_Impl.hxx.
Referenced by GetFormField(), and SetFormField().
|
private |
Definition at line 178 of file DomainMapper_Impl.hxx.
Referenced by GetStartRange().
|
private |
Definition at line 194 of file DomainMapper_Impl.hxx.
|
private |
Definition at line 191 of file DomainMapper_Impl.hxx.
Referenced by GetTextField(), and SetTextField().
|
private |
Definition at line 193 of file DomainMapper_Impl.hxx.