LibreOffice Module sw (master) 1
|
#include <tox.hxx>
Public Member Functions | |
SwFormToken (FormTokenType eType) | |
OUString | GetString () const |
Public Attributes | |
OUString | sText |
OUString | sCharStyleName |
SwTwips | nTabStopPosition |
FormTokenType | eTokenType |
sal_uInt16 | nPoolId |
SvxTabAdjust | eTabAlign |
sal_uInt16 | nChapterFormat |
sal_uInt16 | nOutlineLevel |
sal_uInt16 | nAuthorityField |
sal_Unicode | cTabFillChar |
bool | bWithTab |
|
inline |
OUString SwFormToken::GetString | ( | ) | const |
Definition at line 666 of file tox.cxx.
References bWithTab, cTabFillChar, eTabAlign, eTokenType, SwForm::GetFormAuth(), SwForm::GetFormChapterMark(), SwForm::GetFormEntry(), SwForm::GetFormEntryNum(), SwForm::GetFormEntryText(), SwForm::GetFormLinkEnd(), SwForm::GetFormLinkStt(), SwForm::GetFormPageNums(), SwForm::GetFormTab(), SwForm::GetFormText(), nAuthorityField, nChapterFormat, nOutlineLevel, nPoolId, nTabStopPosition, sCharStyleName, sText, TOKEN_AUTHORITY, TOKEN_CHAPTER_INFO, TOKEN_END, TOKEN_ENTRY, TOKEN_ENTRY_NO, TOKEN_ENTRY_TEXT, TOKEN_LINK_END, TOKEN_LINK_START, TOKEN_PAGE_NUMS, TOKEN_TAB_STOP, TOKEN_TEXT, and TOX_STYLE_DELIMITER.
Referenced by lcl_dbg_out(), and SwXDocumentIndex::TokenAccess_Impl::replaceByIndex().
bool SwFormToken::bWithTab |
Definition at line 255 of file tox.hxx.
Referenced by GetString(), sw::DefaultToxTabStopTokenHandler::HandleTabStopToken(), lcl_BuildToken(), and SwXDocumentIndex::TokenAccess_Impl::replaceByIndex().
sal_Unicode SwFormToken::cTabFillChar |
Definition at line 254 of file tox.hxx.
Referenced by GetString(), sw::DefaultToxTabStopTokenHandler::HandleTabStopToken(), lcl_BuildToken(), SwXDocumentIndex::TokenAccess_Impl::replaceByIndex(), SwTOXButton::SetFillChar(), and SwForm::SwForm().
SvxTabAdjust SwFormToken::eTabAlign |
Definition at line 250 of file tox.hxx.
Referenced by GetString(), sw::DefaultToxTabStopTokenHandler::HandleTabStopToken(), lcl_BuildToken(), SwXDocumentIndex::TokenAccess_Impl::replaceByIndex(), SwTOXButton::SetTabAlign(), and SwForm::SwForm().
FormTokenType SwFormToken::eTokenType |
Definition at line 248 of file tox.hxx.
Referenced by SwTokenWindow::CreateQuickHelp(), GetString(), IMPL_LINK(), SwTokenWindow::InsertAtSelection(), SwTokenWindow::InsertItem(), SwFormTokenEqualToFormTokenType::operator()(), SwXDocumentIndex::TokenAccess_Impl::replaceByIndex(), SwTOXButton::SetLinkEnd(), and SwTOXButton::SetLinkStart().
sal_uInt16 SwFormToken::nAuthorityField |
Definition at line 253 of file tox.hxx.
Referenced by SwTokenWindow::CreateQuickHelp(), GetString(), IMPL_LINK(), SwTokenWindow::InsertAtSelection(), SwTokenWindow::InsertItem(), lcl_BuildToken(), SwTOXEntryTabPage::PreTokenButtonRemoved(), and SwXDocumentIndex::TokenAccess_Impl::replaceByIndex().
sal_uInt16 SwFormToken::nChapterFormat |
Definition at line 251 of file tox.hxx.
Referenced by sw::ToxTextGenerator::GenerateTextForChapterToken(), GetString(), IMPL_LINK(), lcl_BuildToken(), sw::ToxTextGenerator::ObtainChapterField(), SwXDocumentIndex::TokenAccess_Impl::replaceByIndex(), SwTOXButton::SetChapterInfo(), and SwTOXButton::SetEntryNumberFormat().
sal_uInt16 SwFormToken::nOutlineLevel |
Definition at line 252 of file tox.hxx.
Referenced by GetString(), lcl_BuildToken(), sw::ToxTextGenerator::ObtainChapterField(), SwXDocumentIndex::TokenAccess_Impl::replaceByIndex(), and SwTOXButton::SetOutlineLevel().
sal_uInt16 SwFormToken::nPoolId |
Definition at line 249 of file tox.hxx.
Referenced by GetString(), lcl_BuildToken(), SwXDocumentIndex::TokenAccess_Impl::replaceByIndex(), SwTOXEdit::SetCharStyleName(), and SwTOXButton::SetCharStyleName().
SwTwips SwFormToken::nTabStopPosition |
Definition at line 247 of file tox.hxx.
Referenced by GetString(), sw::DefaultToxTabStopTokenHandler::HandleTabStopToken(), IMPL_LINK(), lcl_BuildToken(), SwXDocumentIndex::TokenAccess_Impl::replaceByIndex(), SwTOXButton::SetTabPosition(), and SwForm::SwForm().
OUString SwFormToken::sCharStyleName |
Definition at line 246 of file tox.hxx.
Referenced by SwTokenWindow::CreateQuickHelp(), GetString(), IMPL_LINK(), lcl_BuildToken(), SwWW8ImplReader::Read_F_Tox(), SwXDocumentIndex::TokenAccess_Impl::replaceByIndex(), SwTOXEdit::SetCharStyleName(), SwTOXButton::SetCharStyleName(), and SwForm::SwForm().
OUString SwFormToken::sText |
Definition at line 245 of file tox.hxx.
Referenced by SwTOXEdit::GetFormToken(), GetString(), SwTokenWindow::InsertAtSelection(), lcl_BuildToken(), SwWW8ImplReader::Read_F_Tox(), SwXDocumentIndex::TokenAccess_Impl::replaceByIndex(), SwTOXButton::SetLinkEnd(), and SwTOXButton::SetLinkStart().