Public Member Functions | Private Attributes

UT_UTF8String Class Reference

#include <ut_string_class.h>

List of all members.

Public Member Functions

 UT_UTF8String ()
 UT_UTF8String (const char *sz, size_t n=0)
 UT_UTF8String (const char *sz, const char *encoding)
 UT_UTF8String (const UT_UTF8String &rhs)
 UT_UTF8String (const UT_UCS4String &rhs)
 UT_UTF8String (const UT_UCSChar *sz, size_t n=0)
 ~UT_UTF8String ()
size_t size () const
size_t length () const
void reserve (size_t n)
bool empty () const
void clear () const
size_t byteLength () const
void dump (void) const
UT_UTF8String substr (size_t iStart, size_t nChars) const
UT_UTF8Stringoperator= (const char *rhs)
UT_UTF8Stringoperator= (const std::string &rhs)
UT_UTF8Stringoperator= (const UT_UTF8String &rhs)
UT_UTF8Stringoperator= (const UT_UCS4String &rhs)
UT_UTF8Stringoperator+= (const UT_UCS4Char rhs)
UT_UTF8Stringoperator+= (const char *rhs)
UT_UTF8Stringoperator+= (const std::string &rhs)
UT_UTF8Stringoperator+= (const UT_UTF8String &rhs)
UT_UTF8Stringoperator+= (const UT_UCS4String &rhs)
const char * utf8_str () const
UT_UCS4String ucs4_str ()
void assign (const char *sz, size_t n=0)
void append (const char *sz, size_t n=0)
void appendBuf (const UT_ConstByteBufPtr &buf, UT_UCS4_mbtowc &converter)
void appendUCS4 (const UT_UCS4Char *sz, size_t n=0)
void appendUCS2 (const UT_UCS2Char *sz, size_t n=0)
const UT_UTF8Stringescape (const UT_UTF8String &str1, const UT_UTF8String &str2)
const UT_UTF8StringescapeXML ()
const UT_UTF8StringdecodeXML ()
const UT_UTF8StringescapeMIME ()
const UT_UTF8StringescapeURL ()
const UT_UTF8StringdecodeURL ()
UT_UTF8Stringbuf::UTF8Iterator getIterator () const

Private Attributes

class UT_UTF8Stringbufpimpl

Constructor & Destructor Documentation

UT_UTF8String::UT_UTF8String (  ) 

Referenced by substr().

UT_UTF8String::UT_UTF8String ( const char *  sz,
size_t  n = 0 
)
UT_UTF8String::UT_UTF8String ( const char *  sz,
const char *  encoding 
)

References FREEP, pimpl, and UT_convert().

UT_UTF8String::UT_UTF8String ( const UT_UTF8String rhs  ) 
UT_UTF8String::UT_UTF8String ( const UT_UCS4String rhs  ) 
UT_UTF8String::UT_UTF8String ( const UT_UCSChar sz,
size_t  n = 0 
)
UT_UTF8String::~UT_UTF8String (  ) 

References pimpl.


Member Function Documentation

void UT_UTF8String::append ( const char *  sz,
size_t  n = 0 
)
void UT_UTF8String::appendBuf ( const UT_ConstByteBufPtr buf,
UT_UCS4_mbtowc converter 
)
void UT_UTF8String::appendUCS2 ( const UT_UCS2Char sz,
size_t  n = 0 
)
void UT_UTF8String::appendUCS4 ( const UT_UCS4Char sz,
size_t  n = 0 
)
void UT_UTF8String::assign ( const char *  sz,
size_t  n = 0 
)
size_t UT_UTF8String::byteLength (  )  const

References UT_UTF8Stringbuf::byteLength(), and pimpl.

Referenced by EnchantChecker::_checkWord(), IE_Exp_HTML::_createMultipart(), s_WML_Listener::_emitTOC(), IE_Imp_MsWord_97::_getBookmarkName(), XAP_UnixFrameImpl::_imRetrieveSurrounding_cb(), IE_Exp_HTML_Listener::_openCell(), IE_Exp_HTML_Listener::_openTable(), IE_Exp_RTF::_output_revision(), s_XSL_FO_Listener::_outputData(), Passepartout_Listener::_outputData(), s_KWord_1_Listener::_outputData(), s_DocBook_Listener::_outputData(), s_WML_Listener::_outputDataUnchecked(), GR_CairoGraphics::_scriptBreak(), IE_Exp_RTF::_write_parafmt(), IE_Exp_RTF::_write_rtf_header(), IE_Exp_HTML::_writeDocument(), EnchantChecker::addToCustomDict(), XAP_Dialog_Modeless::BuildWindowName(), EnchantChecker::correctWord(), GR_CairoGraphics::drawChars(), UT_UTF8Stringbuf::escape(), AP_Dialog_MarkRevisions::getComment1(), getGlyphForChar(), AP_Dialog_ListRevisions::getNthItemText(), EnchantChecker::ignoreWord(), EnchantChecker::isIgnored(), GR_CairoGraphics::itemize(), ev_UnixKeyboard::keyPressEvent(), GOChartView::loadBuffer(), GR_CairoGraphics::measureString(), IE_Imp_XHTML::newBlock(), ODe_writeUTF8String(), GR_CairoGraphics::positionToXY(), s_append_color(), s_append_font_family(), s_append_font_size(), s_props_append(), IE_Exp_HTML_FileExporter::saveData(), XAP_Dialog_HTMLOptions::saveDefaults(), AP_Dialog_EpubExportOptions::saveDefaults(), GR_CairoGraphics::shape(), IE_Imp_XHTML::startElement(), IE_Exp_HTML_FileWriter::write(), writeUTF8String(), and GR_CairoGraphics::XYToPosition().

void UT_UTF8String::clear ( void   )  const

References UT_UTF8Stringbuf::clear(), and pimpl.

Referenced by ODe_AbiDocListener::_closeBookmark(), ODe_AbiDocListener::_closeField(), IE_Exp_HTML_Listener::_closeField(), ODe_Text_Listener::_closeODList(), TOC_Listener::_commitTOCData(), IE_Imp_MsWord_97::_getBookmarkName(), s_XSL_FO_Listener::_handleImage(), s_DocBook_Listener::_handleImage(), s_XSL_FO_Listener::_handleMath(), s_DocBook_Listener::_handleMetaData(), s_XSL_FO_Listener::_handlePageSize(), s_XSL_FO_Listener::_handlePositionedImage(), s_DocBook_Listener::_handlePositionedImage(), s_DocBook_Listener::_handleRevisions(), ODe_AbiDocListener::_insertMath(), fl_TOCLayout::_lookupProperties(), ODe_Text_Listener::_openODListItem(), ODe_Text_Listener::_openODParagraph(), ODe_Frame_Listener::_openODTextbox(), ODe_Text_Listener::_openParagraphDelayed(), ODe_AbiDocListener::_outputData(), IE_Exp_HTML_Listener::_outputData(), IE_Exp_HTML::_writeDocument(), IE_Imp_Psion::applyStyles(), OO_WriterImpl::closeBlock(), ODe_Table_Listener::closeTable(), FV_View::cmdTextToTable(), AP_Dialog_Latex::convertLatexToMathML(), IE_Imp_XSL_FO::createImage(), IE_Exp_HTML_DataExporter::encodeDataBase64(), ODi_TableOfContent_ListenerState::endElement(), OpenWriter_StylesStream_Listener::endElement(), ODe_Bullet_ListLevelStyle::fetchAttributesFromAbiBlock(), ODe_Style_Style::TextProps::fetchAttributesFromAbiProps(), ODe_Style_Style::ParagraphProps::fetchAttributesFromAbiProps(), TOCEntry::getFullLabel(), fl_TOCLayout::getTOCListLabel(), GR_PangoRenderInfo::getUTF8Text(), IE_Imp_RTF::HandlePCData(), IE_Imp_RTF::IE_Imp_RTF(), ODe_Text_Listener::insertInlinedImage(), ODe_Text_Listener::insertPositionedImage(), OO_StylesWriter::map(), ODe_Text_Listener::openTOC(), OpenWriter_ContentStream_Listener::startElement(), TFTEST_MAIN(), UT_UTF8String_removeProperty(), ODe_Styles::write(), ODe_MetaDataWriter::writeMetaData(), and OO_StylesWriter::writeStyles().

const UT_UTF8String & UT_UTF8String::decodeURL (  ) 
const UT_UTF8String & UT_UTF8String::decodeXML (  ) 

References UT_UTF8Stringbuf::decodeXML(), and pimpl.

Referenced by TFTEST_MAIN().

void UT_UTF8String::dump ( void   )  const

References line(), UT_DEBUGMSG, and utf8_str().

bool UT_UTF8String::empty (  )  const

References UT_UTF8Stringbuf::empty(), and pimpl.

Referenced by ODe_AbiDocListener::_closeBookmark(), s_DocBook_Listener::_handleMetaData(), ODe_Style_PageLayout::_haveFooterInfo(), ODe_Style_PageLayout::_haveHeaderInfo(), ODe_AbiDocListener::_insertMath(), IE_Exp_HTML_Listener::_insertMath(), ODe_Text_Listener::_openParagraphDelayed(), ODe_AbiDocListener::_outputData(), IE_Exp_HTML_Listener::_outputData(), ODe_ListLevelStyle::_writeListLevelProperties(), ODe_ListLevelStyle::_writeTextProperties(), ODe_FontFaceDecls::addFont(), convertLaTeXtoEqn(), convertMathMLtoLaTeX(), ODi_TableOfContent_ListenerState::endElement(), ODe_Style_Style::GraphicProps::fetchAttributesFromAbiProps(), ODe_Style_Style::CellProps::fetchAttributesFromAbiProps(), ODe_Style_Style::ParagraphProps::fetchAttributesFromAbiProps(), ODe_DocumentData::handleDefaultTabInterval(), ODe_Style_MasterPage::hasProperties(), ODe_Style_Style::GraphicProps::isEmpty(), ODe_Style_Style::CellProps::isEmpty(), ODe_Style_Style::RowProps::isEmpty(), ODe_Style_Style::ColumnProps::isEmpty(), ODe_Style_Style::TableProps::isEmpty(), ODe_Style_Style::TextProps::isEmpty(), ODe_Style_Style::ParagraphProps::isEmpty(), ODe_Style_Style::SectionProps::isEmpty(), ODe_writeAttribute(), EV_Win32Toolbar::onDropArrow(), ODe_Text_Listener::openSpan(), ODi_TableOfContent_ListenerState::startElement(), IE_Imp_XHTML::startElement(), TFTEST_MAIN(), ODe_Table_Cell::write(), ODe_Style_Style::write(), ODe_Style_MasterPage::write(), XAP_ResourceManager::write_xml(), and ODe_MetaDataWriter::writeMetaData().

const UT_UTF8String & UT_UTF8String::escape ( const UT_UTF8String str1,
const UT_UTF8String str2 
)

References UT_UTF8Stringbuf::escape(), and pimpl.

Referenced by XAP_Prefs::log().

const UT_UTF8String & UT_UTF8String::escapeMIME (  ) 
const UT_UTF8String & UT_UTF8String::escapeURL (  ) 
const UT_UTF8String & UT_UTF8String::escapeXML (  ) 

References UT_UTF8Stringbuf::escapeXML(), and pimpl.

Referenced by s_XSL_FO_Listener::_handleBookmark(), s_WML_Listener::_handleBookmark(), s_DocBook_Listener::_handleBookmark(), s_XSL_FO_Listener::_handleEmbedded(), s_DocBook_Listener::_handleEmbedded(), s_XSL_FO_Listener::_handleField(), s_XSL_FO_Listener::_handleHyperlink(), s_XSL_FO_Listener::_handleImage(), s_WML_Listener::_handleImage(), IE_Exp_HTML_Listener::_handleImage(), s_DocBook_Listener::_handleImage(), s_XSL_FO_Listener::_handleMath(), s_DocBook_Listener::_handleMath(), s_DocBook_Listener::_handleMetaData(), s_XSL_FO_Listener::_handlePositionedImage(), s_DocBook_Listener::_handlePositionedImage(), s_DocBook_Listener::_handleRevisions(), OO_Listener::_openBlock(), IE_Exp_HTML_Listener::_openHyperlink(), ODe_Text_Listener::_openParagraphDelayed(), s_DocBook_Listener::_openSection(), ODe_Text_Listener::appendAttribute(), ODe_Text_Listener::closeBookmark(), ODe_Text_Listener::insertInlinedImage(), ODe_Text_Listener::insertPositionedImage(), XAP_Prefs::log(), OO_StylesWriter::map(), ODe_Text_Listener::openAnnotation(), ODe_TOC_Listener::openBlock(), ODe_Text_Listener::openField(), ODe_Text_Listener::openHyperlink(), ODe_Text_Listener::openTOC(), ListHelper::populateText(), XAP_Prefs::savePrefsFile(), IE_Exp_OpenXML::setFontFamily(), IE_Exp_OpenXML::setLanguage(), IE_Exp_OpenXML::setListLevelText(), IE_Exp_OpenXML::setParagraphStyle(), IE_Exp_OpenXML::setSimpleField(), IE_Exp_OpenXML::startBookmark(), IE_Exp_OpenXML::startInternalHyperlink(), TFTEST_MAIN(), ODe_Style_Style::write(), ODe_MetaDataWriter::writeMetaData(), and IE_Exp_OpenXML::writeText().

UT_UTF8Stringbuf::UTF8Iterator UT_UTF8String::getIterator (  )  const [inline]
size_t UT_UTF8String::length (  )  const [inline]
UT_UTF8String & UT_UTF8String::operator+= ( const UT_UTF8String rhs  ) 
UT_UTF8String& UT_UTF8String::operator+= ( const UT_UCS4String rhs  ) 
UT_UTF8String & UT_UTF8String::operator+= ( const UT_UCS4Char  rhs  ) 
UT_UTF8String & UT_UTF8String::operator+= ( const std::string &  rhs  ) 
UT_UTF8String & UT_UTF8String::operator+= ( const char *  rhs  ) 
UT_UTF8String& UT_UTF8String::operator= ( const UT_UCS4String rhs  ) 
UT_UTF8String & UT_UTF8String::operator= ( const char *  rhs  ) 
UT_UTF8String & UT_UTF8String::operator= ( const UT_UTF8String rhs  ) 

References pimpl.

UT_UTF8String & UT_UTF8String::operator= ( const std::string &  rhs  ) 
void UT_UTF8String::reserve ( size_t  n  ) 
size_t UT_UTF8String::size (  )  const

References pimpl, and UT_UTF8Stringbuf::utf8Length().

Referenced by IE_Imp_RTF::_appendSpan(), AccountHandler::_handlePacket(), IE_Imp_MsWord_97::_loadFile(), OO_Listener::_openBlock(), IE_Exp_HTML_Listener::_openCell(), OO_Listener::_openSpan(), s_WML_Listener::_openTable(), IE_Exp_HTML_Listener::_openTable(), XAP_FrameImpl::_updateTitle(), fl_TOCLayout::addBlock(), ODi_Abi_Data::addObjectDataItem(), OXML_Element_Math::addToPT(), IE_Imp_RTF::ApplyCharacterAttributes(), IE_Imp_RTF::ApplyParagraphAttributes(), IE_Imp_RTF::ApplySectionAttributes(), fp_RDFAnchorRun::calcWidth(), fp_AnnotationRun::calcWidth(), FV_View::cmdInsertLatexMath(), convertLaTeXtoEqn(), AP_Dialog_Latex::convertLatexToMathML(), AP_Convert::convertTo(), IE_Imp_OpenWriter::defineSimpleStyle(), ODi_Frame_ListenerState::endElement(), OpenWriter_StylesStream_Listener::endElement(), ODe_Style_PageLayout::fetchAttributesFromAbiSection(), fl_TOCLayout::fillTOC(), getStyleSizeString(), IE_Imp_RTF::HandleAnnotation(), AbiCommand::insertText(), AbiCollabSessionManager::loadProfile(), FV_UnixVisualDrag::mouseDrag(), operator!=(), operator==(), AbiCommand::parseTokens(), XAP_UnixDialog_FileOpenSaveAs::previewPicture(), AP_Convert::print(), AbiCommand::replaceAll(), AbiCommand::replaceNext(), s_back_color_changed(), s_fore_color_changed(), AP_Win32Dialog_Stylist::setStyleInGUI(), AP_UnixDialog_Stylist::setStyleInGUI(), OpenWriter_ContentStream_Listener::startElement(), TFTEST_MAIN(), EV_Win32Toolbar::toolbarEvent(), IE_Imp_RTF::TranslateKeywordID(), AP_Dialog_Stylist::updateDialog(), FL_DocLayout::updateTOCsOnBookmarkChange(), UT_UTF8String_addPropertyString(), UT_UTF8String_removeProperty(), UT_UTF8String_setProperty(), fl_TOCLayout::verifyBookmarkAssumptions(), ODe_Table_Cell::write(), and OO_StylesWriter::writeStyles().

UT_UTF8String UT_UTF8String::substr ( size_t  iStart,
size_t  nChars 
) const
UT_UCS4String UT_UTF8String::ucs4_str (  ) 
const char * UT_UTF8String::utf8_str (  )  const

References UT_UTF8Stringbuf::data(), pimpl, pszEmpty, and UT_UTF8Stringbuf::utf8Length().

Referenced by fl_TOCLayout::_addBlockInVec(), AP_Win32Dialog_CollaborationJoin::_addBuddyToTree(), AP_Win32Dialog_CollaborationJoin::_addDocumentToBuddy(), IE_Imp_RTF::_appendSpan(), IE_Imp_MsWord_97::_beginPara(), EnchantChecker::_checkWord(), EV_Win32Toolbar::_ComboWndProc(), AP_UnixDialog_CollaborationAccounts::_constructModel(), IE_Exp_HTML::_createChapter(), IE_Exp_HTML::_createMultipart(), FakeAccountHandler::_createSession(), AbiCollab_Command::_doCmdDebug(), AbiCollab_Command::_doCmdRegression(), fp_MathRun::_draw(), fp_EmbedRun::_draw(), s_WML_Listener::_emitTOC(), AP_Win32Toolbar_FontCombo::_EnumFontsProc(), AP_Dialog_CollaborationJoin::_eventAddBuddy(), AP_Win32Dialog_FormatTOC_Layout::_fillGUI(), AP_Win32Dialog_FormatTOC_General::_fillGUI(), AP_UnixDialog_FormatTOC::_fillGUI(), AP_Win32Dialog_Stylist::_fillTree(), XAP_Win32FrameImpl::_FrameWndProc(), AP_Win32Dialog_Options::_gatherAutoSaveFileExt(), AP_Win32Dialog_MetaData_Permissions::_get_text(), AP_Win32Dialog_MetaData_Summary::_get_text(), AP_Win32Dialog_MetaData_General::_get_text(), AP_Win32Dialog_Annotation::_get_text(), IE_Imp_MsWord_97::_getBookmarkName(), _getPassword(), s_WML_Listener::_handleBookmark(), s_XSL_FO_Listener::_handleDataItems(), s_WML_Listener::_handleDataItems(), s_DocBook_Listener::_handleDataItems(), s_XSL_FO_Listener::_handleField(), IE_Imp_MsWord_97::_handleFieldEnd(), s_WML_Listener::_handleHyperlink(), IE_Imp_AbiWord_1::_handleImage(), s_WML_Listener::_handleImage(), s_DocBook_Listener::_handleImage(), s_DocBook_Listener::_handleMetaData(), IE_Imp_OpenWriter::_handleMimetype(), IE_Imp_OpenDocument::_handleMimetype(), AccountHandler::_handlePacket(), s_DocBook_Listener::_handlePositionedImage(), s_AbiWord_1_Listener::_handleRDF(), IE_Imp_AbiWord_1::_handleResource(), s_DocBook_Listener::_handleRevisions(), FakeAccountHandler::_import(), XAP_UnixFrameImpl::_imRetrieveSurrounding_cb(), ODe_Text_Listener::_initDefaultHeadingStyles(), ODe_AbiDocListener::_insertEmbeddedImage(), IE_Exp_HTML_Listener::_insertEmbeddedImage(), ODe_AbiDocListener::_insertMath(), IE_Imp_MsWord_97::_insertTOC(), IE_Exp_HTML_Listener::_insertTOC(), fl_TOCLayout::_isStyleInTOC(), pt_PieceTable::_loadBuiltinStyles(), FakeAccountHandler::_loadDocument(), IE_Imp_MsWord_97::_loadFile(), GR_LasemMathManager::_loadMathMl(), fl_DocSectionLayout::_lookupProperties(), fl_AnnotationLayout::_lookupProperties(), IE_Exp_HTML_Listener::_makeStylesheet(), OpenWriter_ContentStream_Listener::_mapStyle(), OpenWriter_ContentStream_Listener::_mapStyleObj(), AP_Win32Dialog_FormatTOC_General::_onApply(), XAP_Win32Dialog_Image::_onCommand(), AP_Win32Dialog_Styles::_onCommand(), AP_Win32Dialog_MarkRevisions::_onCommand(), AP_Win32Dialog_Goto::_onCommand(), AP_Win32Dialog_FormatTOC_General::_onCommand(), AP_Win32Dialog_Columns::_onCommand(), AP_Win32Dialog_CollaborationAddAccount::_onCommand(), AP_Win32Dialog_CollaborationAccounts::_onCommand(), AP_Win32Dialog_Border_Shading::_onCommand(), XAP_Win32Dialog_WindowMore::_onInitDialog(), XAP_Win32Dialog_Language::_onInitDialog(), AP_Win32Dialog_Latex::_onInitDialog(), AP_Win32Dialog_FormatTOC_Layout::_onNotify(), s_XSL_FO_Listener::_openBlock(), Passepartout_Listener::_openBlock(), OO_Listener::_openBlock(), IE_Exp_HTML_Listener::_openCell(), Passepartout_Listener::_openFont(), ODe_Main_Listener::_openHeaderFooterSection(), IE_Exp_HTML_Listener::_openHyperlink(), ODe_Text_Listener::_openODListItem(), ODe_Text_Listener::_openODParagraph(), ODe_Frame_Listener::_openODTextbox(), s_WML_Listener::_openParagraph(), s_DocBook_Listener::_openParagraph(), s_XSL_FO_Listener::_openSpan(), OO_Listener::_openSpan(), s_WML_Listener::_openTable(), IE_Exp_HTML_Listener::_openTable(), s_AbiWord_1_Listener::_openTag(), IE_Exp_RTF::_output_revision(), s_XSL_FO_Listener::_outputData(), Passepartout_Listener::_outputData(), s_KWord_1_Listener::_outputData(), s_DocBook_Listener::_outputData(), s_WML_Listener::_outputDataUnchecked(), XAP_UnixDialog_WindowMore::_populateWindowData(), XAP_CocoaDialog_WindowMore::_populateWindowData(), AP_Win32Dialog_CollaborationShare::_populateWindowData(), AP_Win32Dialog_CollaborationAddAccount::_populateWindowData(), AP_Win32Dialog_CollaborationAccounts::_populateWindowData(), AP_UnixDialog_CollaborationShare::_populateWindowData(), AP_UnixDialog_CollaborationAddBuddy::_populateWindowData(), AP_UnixDialog_CollaborationAddAccount::_populateWindowData(), AP_CocoaDialog_FormatFrame::_populateWindowData, XAP_Win32Dialog_FileOpenSaveAs::_previewPicture(), AccountHandler::_reportProtocolError(), IE_Exp_RTF::_rtf_pcdata(), AbiCollabSaveInterceptor::_saveFailed(), GR_CairoGraphics::_scriptBreak(), AP_Win32Dialog_CollaborationShare::_setAccountHint(), AP_UnixDialog_CollaborationShare::_setAccountHint(), AP_Win32Dialog_New::_setFileName(), AP_UnixDialog_InsertBookmark::_setList(), ODe_AutomaticStyles::_storeStyle(), _stripSuffix(), AP_Win32Dialog_Stylist::_styleClicked(), s_XSL_FO_Listener::_tagClose(), s_DocBook_Listener::_tagClose(), s_XSL_FO_Listener::_tagOpen(), s_DocBook_Listener::_tagOpen(), s_XSL_FO_Listener::_tagOpenClose(), s_DocBook_Listener::_tagOpenClose(), IE_TOCHelper::_tocNameLevelHelper(), IE_Imp_WordPerfect::_updateDocumentOrderedListDefinition(), XAP_Win32FrameImpl::_updateTitle(), IE_Exp_RTF::_write_parafmt(), IE_Exp_RTF::_write_rtf_header(), IE_Exp_HTML::_writeDocument(), ODe_ListLevelStyle::_writeListLevelProperties(), ODe_ListLevelStyle::_writeTextProperties(), abi_plugin_register(), AbiGOComponent_FileInsert(), AbiGoogle_invoke(), AbiMathView_FileInsert(), AP_Win32Dialog_Latex::activate(), fl_TOCLayout::addBlock(), AP_Dialog_MailMerge::addClicked(), ODe_FontFaceDecls::addFont(), IE_Imp_RTF::addFrame(), ODe_Styles::addGraphicsStyle(), ODe_AutomaticStyles::addListStyle(), ODi_Abi_Data::addObjectDataItem(), ODe_AutomaticStyles::addPageLayout(), AD_Document::addRevision(), IE_Exp_XML::addString(), ODe_Styles::addStyle(), ODe_AutomaticStyles::addTableCellStyle(), ODe_AutomaticStyles::addTableColumnStyle(), ODe_AutomaticStyles::addTableRowStyle(), ODe_AutomaticStyles::addTableStyle(), EnchantChecker::addToCustomDict(), OXML_Element_Math::addToPT(), AppendDefaultSuffixFunctorUsing_IE_Exp_preferredSuffixForFileType(), IE_Imp_RTF::ApplyCharacterAttributes(), IE_Imp_Psion::applyCharacterAttributes(), IE_Imp_Psion::applyPageAttributes(), IE_Imp_RTF::ApplyParagraphAttributes(), IE_Imp_Psion::applyParagraphAttributes(), IE_Imp_RTF::ApplySectionAttributes(), IE_Imp_Psion::applyStyles(), AP_Dialog_FormatTOC::applyTOCPropsToDoc(), ServiceAccountHandler::askFilename(), ServiceAccountHandler::askPassword(), atofw(), XMPPAccountHandler::authenticate(), XAP_Dialog_Modeless::BuildWindowName(), fp_FieldMailMergeRun::calculateValue(), fp_FieldPageCountRun::calculateValue(), fp_FieldPageReferenceRun::calculateValue(), fp_FieldPageNumberRun::calculateValue(), fp_FieldTimeEpochRun::calculateValue(), fp_FieldWordCountRun::calculateValue(), fp_FieldParaCountRun::calculateValue(), fp_FieldLineCountRun::calculateValue(), fp_FieldNonBlankCharCountRun::calculateValue(), fp_FieldCharCountRun::calculateValue(), fp_FieldTOCListLabelRun::calculateValue(), s_SimpleXML_Listener::charData(), IE_Imp_XHTML::charData(), IE_Imp_OPML::charData(), Abi_GrammarCheck::CheckBlock(), BarbarismChecker::checkWord(), IE_Exp_HTML_DocumentWriter::closeBody(), ODe_Text_Listener::closeField(), IE_Exp_HTML_DocumentWriter::closeHead(), AbiCollabSessionManager::closeSession(), FV_View::cmdHyperlinkStatusBar(), FV_View::cmdInsertLatexMath(), XMPPAccountHandler::connect(), AP_UnixDialog_Latex::constructDialog(), AP_Dialog_Latex::convertLatexToMathML(), convertMathMLtoLaTeX(), ODe_Style_Style::convertStyleToNCName(), AP_Convert::convertTo(), EnchantChecker::correctWord(), PieceOfText::countWords(), IE_Imp_RTF::CreateDataItemfromStream(), IE_Imp_XSL_FO::createImage(), IE_Imp_WML::createImage(), IE_Imp_DocBook::createImage(), IE_Imp_DocBook::createTitle(), IE_Imp_OpenWriter::defineSimpleStyle(), Defun(), Defun1(), Defun_EV_GetMenuItemComputedLabel_Fn(), AbiCommand::deleteText(), AbiCollabSessionManager::destroyAccount(), dGetVal(), dlgEditLatexEquation(), AbiCommand::doCommands(), AP_UnixDialog_PageSetup::doHeightEntry(), AP_UnixDialog_PageSetup::doWidthEntry(), AP_FormatFrame_preview::draw(), GR_CairoGraphics::drawChars(), dump(), DiskSessionRecorder::dumpSession(), ODi_TextContent_ListenerState::endElement(), ODi_TableOfContent_ListenerState::endElement(), ODi_Frame_ListenerState::endElement(), OpenWriter_StylesStream_Listener::endElement(), IE_Exp_EPUB::EPUB2_writeNavigation(), IE_Exp_EPUB::EPUB3_writeNavigation(), UT_UTF8Stringbuf::escape(), AP_UnixDialog_FormatTOC::event_Apply(), AP_UnixDialog_FormatTOC::event_HasHeadingChanged(), AP_UnixDialog_FormatTOC::event_IndentChanged(), XAP_CocoaDialog_Password::event_Ok, AP_UnixDialog_FormatTOC::event_StartAtChanged(), AP_Dialog_CollaborationShare::eventAccountChanged(), AP_UnixDialog_CollaborationAddAccount::eventAccountTypeChanged(), AP_UnixDialog_CollaborationAccounts::eventDelete(), AbiCollab_Command::execute(), ODe_Numbered_ListLevelStyle::fetchAttributesFromAbiBlock(), ODe_Style_Style::ParagraphProps::fetchAttributesFromAbiProps(), ODe_Style_PageLayout::fetchAttributesFromAbiSection(), fl_TOCLayout::fillTOC(), Save_MailMerge_Listener::fireUpdate(), fromWinLocaletoUTF8(), FV_View::FV_View(), gda_ok_pressed(), GDict_invoke(), IE_Exp_HTML_MultipartExporter::generateHeader(), AP_Dialog_MarkRevisions::getComment1(), XAP_Win32DialogHelper::getControlText(), XAP_Win32DialogBase::getControlText(), fl_TOCLayout::getDefaultDestStyle(), fl_TOCLayout::getDefaultSourceStyle(), IE_Exp_HTML_NavigationHelper::getFilenameByPosition(), getGlyphForChar(), GR_UnixCairoGraphics::getGUIFont(), XAP_UnixEncodingManager::getLanguageISOName(), XAP_UnixEncodingManager::getLanguageISOTerritory(), AP_UnixDialog_Latex::getLatexFromGUI(), ODe_Style_List::getLevelStyle(), ODe_Style_PageLayout::getName(), XAP_UnixEncodingManager::getNative8BitEncodingName(), XAP_UnixEncodingManager::getNativeEncodingName(), XAP_UnixEncodingManager::getNativeNonUnicodeEncodingName(), XAP_UnixEncodingManager::getNativeSystemEncodingName(), XAP_UnixEncodingManager::getNativeUnicodeEncodingName(), ListHelper::getNextLabel(), XAP_Frame::getNonDecoratedTitle(), AP_Dialog_ListRevisions::getNthItemText(), ODe_Style_PageLayout::getPageMarginHeader(), ODe_Style_PageLayout::getPageMarginLeft(), ODe_Style_PageLayout::getPageMarginTop(), GR_EmbedView::getSnapShots(), OpenWriter_StylesStream_Listener::getStyleName(), fl_TOCLayout::getTabPosition(), XAP_Win32App::getUserPrivateDirectory(), GR_Win32USPGraphics::getUSPVersion(), fp_RDFAnchorRun::getValue(), fp_AnnotationRun::getValue(), GR_Win32USPGraphics::graphicsDescriptor(), IE_Imp_RTF::HandleAnnotation(), IE_Imp_RTF::HandleBookmark(), TelepathyAccountHandler::handleMessage(), IE_Imp_RTF::HandlePCData(), IE_Imp_RTF::HandlePicture(), IE_Imp_RTF::HandleStarKeyword(), IE_Exp_HTML_DataExporter::IE_Exp_HTML_DataExporter(), EnchantChecker::ignoreWord(), AP_Dialog_FormatTOC::incrementIndent(), AP_Dialog_FormatTOC::incrementStartAt(), XAP_UnixEncodingManager::initialize(), AP_CocoaApp::initialize(), IE_Exp_HTML_DocumentWriter::insertAnnotations(), IE_Exp_EPUB_EPUB3Writer::insertAnnotations(), IE_Imp_Psion::insertImage(), IE_Exp_HTML_DocumentWriter::insertImage(), ODe_Text_Listener::insertInlinedImage(), IE_Exp_HTML_DocumentWriter::insertLink(), IE_Exp_HTML_DocumentWriter::insertMath(), ODe_Text_Listener::insertPositionedImage(), IE_Exp_HTML_DocumentWriter::insertStyle(), IE_Exp_HTML_DocumentWriter::insertText(), AbiCommand::insertText(), EnchantChecker::isIgnored(), GR_CairoGraphics::itemize(), SugarAccountHandler::joinBuddy(), ServiceAccountHandler::joinSessionAsync(), SugarAccountHandler::joinTube(), ev_UnixKeyboard::keyPressEvent(), LasemMathView::loadBuffer(), GOChartView::loadBuffer(), AP_Win32Dialog_FormatTOC_Layout::loadCtrlsValuesForDetailsLevel(), AbiCommand::loadDocument(), GR_LasemMathManager::loadEmbedData(), GR_GOChartManager::loadEmbedData(), FL_DocLayout::loadPendingObjects(), AbiCollabSessionManager::loadProfile(), XAP_Prefs::log(), OO_StylesWriter::map(), GR_CairoGraphics::measureString(), FV_UnixVisualDrag::mouseDrag(), FV_UnixVisualInlineImage::mouseDrag(), FV_UnixFrameEdit::mouseDrag(), AbiCommand::movePoint(), IE_Imp_XHTML::newBlock(), AP_Win32Dialog_Latex::notifyActiveFrame(), AP_UnixDialog_Latex::notifyActiveFrame(), ODe_writeUTF8String(), TelepathyChatroom::offerTube(), SugarAccountHandler::offerTube(), EV_Win32Toolbar::onDropArrow(), ODe_Text_Listener::openAnnotation(), IE_Exp_HTML_DocumentWriter::openBlock(), IE_Exp_HTML_DocumentWriter::openBody(), ODe_Table_Listener::openCell(), IE_Exp_HTML_DocumentWriter::openCell(), ODe_Text_Listener::openField(), IE_Exp_HTML_DocumentWriter::openField(), ODe_Main_Listener::openSection(), IE_Exp_HTML_DocumentWriter::openSpan(), ODe_Table_Listener::openTable(), IE_Exp_HTML_DocumentWriter::openTable(), IE_Exp_HTML_DocumentWriter::openTextbox(), ODe_Text_Listener::openTOC(), ODe_HeadingSearcher_Listener::openTOC(), XAP_Win32AppImpl::openURL(), operator!=(), operator<(), Archive::operator<<(), operator==(), LinkGrammarWrap::parseSentence(), AbiCommand::parseTokens(), Passepartout_Listener::Passepartout_Listener(), s_RTF_ListenerWriteDoc::populate(), IE_Exp_OpenXML_Listener::populate(), s_LaTeX_Listener::populate(), s_AbiWord_1_Listener::populate(), GR_CairoGraphics::positionToXY(), AP_Convert::print(), AbiCommand::printFiles(), FakeAccountHandler::process(), XAP_Win32Slurp::processCommand(), AbiCollabSessionManager::processPacket(), IE_Imp_OpenWriter_Sniffer::recognizeContents(), IE_Imp_EPUB_Sniffer::recognizeContents(), AbiCollabSessionManager::removeBuddy(), GR_EmbedManager::render(), GR_CairoGraphics::renderChars(), AbiCommand::replaceAll(), AbiCommand::replaceDocument(), AbiCommand::replaceNext(), XAP_Win32Dialog_FontChooser::runModal(), XAP_Win32Dialog_FileOpenSaveAs::runModal(), XAP_Win32Dialog_About::runModal(), XAP_UnixDialog_FileOpenSaveAs::runModal(), s_abicollab_command_invoke(), s_buddyJoined(), s_buddyLeft(), s_canonical_thickness(), s_dndDropEvent(), s_doFormatImageDlg(), s_doZoomDlg(), IE_Exp_RTF::s_escapeString(), s_FoldCheck_changed(), s_joinTube(), s_loadDocument(), s_loadImage(), s_parseCSStyle(), s_pasteFile(), s_props_append(), s_string_to_url(), AbiCollabSaveInterceptor::save(), SaveBindings_invoke(), IE_Exp_HTML_MultipartExporter::saveData(), IE_Exp_HTML_FileExporter::saveData(), XAP_Dialog_HTMLOptions::saveDefaults(), AP_Dialog_EpubExportOptions::saveDefaults(), XAP_Prefs::savePrefsFile(), XAP_App::saveState(), PP_AttrProp::setAttribute(), AP_Dialog_FormatTable::setBorderThickness(), AP_Dialog_FormatFrame::setBorderThicknessBottom(), AP_UnixDialog_FormatTable::setBorderThicknessInGUI(), AP_UnixDialog_FormatFrame::setBorderThicknessInGUI(), AP_CocoaDialog_FormatTable::setBorderThicknessInGUI, AP_Dialog_FormatFrame::setBorderThicknessLeft(), AP_Dialog_FormatFrame::setBorderThicknessRight(), AP_Dialog_FormatFrame::setBorderThicknessTop(), AP_Win32Dialog_FormatTOC::setDetailsLevel(), AP_UnixDialog_FormatTOC::setDetailsLevel(), IE_Exp_OpenXML::setFontFamily(), IE_Exp_OpenXML::setHyperlinkRelation(), XAP_UnixWidget::setLabel(), IE_Exp_OpenXML::setLanguage(), AP_Win32Dialog_Latex::setLatexInGUI(), AP_UnixDialog_Latex::setLatexInGUI(), AP_CocoaDialog_Latex::setLatexInGUI, ODe_Style_List::setLevelStyle(), IE_Exp_OpenXML::setListLevelText(), AP_Win32Dialog_FormatTOC::setMainLevel(), AP_UnixDialog_FormatTOC::setMainLevel(), SetNSControlLabel(), IE_Exp_OpenXML_Listener::setPageSize(), IE_Exp_OpenXML::setParagraphStyle(), fp_FrameContainer::setPreferedColumnNo(), fp_FrameContainer::setPreferedPageNo(), IE_Exp_OpenXML::setSimpleField(), AP_Win32Dialog_FormatTOC::setStyle(), AP_UnixDialog_FormatTOC::setStyle(), AP_UnixDialog_Stylist::setStyleInGUI(), AP_Dialog_FormatTOC::setTOCProperty(), XMPPAccountHandler::setup(), XAP_UnixWidget::setValueString(), XAP_CocoaWidget::setValueString(), GR_CairoGraphics::shape(), IE_Exp_OpenXML::startBookmark(), ODi_StylesStream_ListenerState::startElement(), IE_Imp_XSL_FO::startElement(), IE_Imp_XHTML::startElement(), OpenWriter_ContentStream_Listener::startElement(), OpenWriter_StylesStream_Listener::startElement(), IE_Exp_OpenXML::startInternalHyperlink(), AbiCollabSessionManager::startSession(), AbiCollabSessionManager::storeProfile(), AP_UnixDialog_Stylist::styleClicked(), AP_CocoaDialog_Stylist::styleClicked, BarbarismChecker::suggestExactWord(), XAP_CocoaToolPalette::sync, AP_Dialog_FormatTable::toggleLineType(), AP_Dialog_FormatFrame::toggleLineType(), IE_Imp_ShpGroupParser::tokenData(), IE_Imp_TextParaPropParser::tokenData(), IE_Imp_ShpPropParser::tokenData(), JoinSessionRequestResponseEvent::toStr(), InsertSpan_ChangeRecordSessionPacket::toStr(), pf_Frag_Text::toString(), FL_DocLayout::updateTOCsOnBookmarkChange(), UT_createTmpFile(), UT_legalizeFileName(), UT_UTF8String_addPropertyString(), UT_UTF8String_getPropVal(), UT_UTF8String_removeProperty(), fl_TOCLayout::verifyBookmarkAssumptions(), AP_Win32App::WinMain(), ODe_Style_Style::ParagraphProps::write(), ODe_Style_PageLayout::write(), ODe_Style_List::write(), ODe_Numbered_ListLevelStyle::write(), ODe_Bullet_ListLevelStyle::write(), IE_Exp_HTML_FileWriter::write(), XAP_ResourceManager::write_xml(), ODe_MetaDataWriter::writeMetaData(), OO_StylesWriter::writeStyles(), IE_Exp_OpenXML::writeText(), writeUTF8String(), and GR_CairoGraphics::XYToPosition().


Member Data Documentation


The documentation for this class was generated from the following files: