/// For sorting in the array booloperator< ( const SwBlockName& r ) const { return m_aShort < r.m_aShort; }
};
class SwBlockNames : public o3tl::sorted_vector<std::unique_ptr<SwBlockName>, o3tl::less_ptr_to > {};
class SwImpBlocks
{ friendclass SwTextBlocks; protected:
OUString m_aFile; // Physical file name
OUString m_aName; // Logical file name
OUString m_aCurrentText; // Current text
OUString m_aShort, m_aLong; // Short- and longname (PutDoc)
OUString m_sBaseURL; // Base URL - has to be set at the Readers and Writers
SwBlockNames m_aNames; // List of all Blocks
Date m_aDateModified; // For aligning the Actions
tools::Time m_aTimeModified;
rtl::Reference<SwDoc> m_xDoc; // Document to be switched
sal_uInt16 m_nCurrentIndex; // Current Index bool m_bReadOnly : 1; bool m_bInPutMuchBlocks : 1; // Put several block entries bool m_bInfoChanged : 1; // Whether any info of TextBlock changed
explicit SwImpBlocks( const OUString& );
enumclass FileType {
NoFile, // Not present
None, // No TB file
XML // XML Block List
}; static FileType GetFileType( const OUString& );
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.