Searched refs:SwCharCompressType (Results 1 – 8 of 8) sorted by relevance
196 virtual SwCharCompressType getCharacterCompressionType() const = 0;203 virtual void setCharacterCompressionType( /*[in]*/SwCharCompressType nType ) = 0;
27 enum SwCharCompressType{ CHARCOMPRESS_NONE, enum
428 SwCharCompressType eChrCmprType; // for ASIAN: compress punctuation/kana762 virtual SwCharCompressType getCharacterCompressionType() const;763 virtual void setCharacterCompressionType( /*[in]*/SwCharCompressType nType );
158 …mpDoc->setCharacterCompressionType(static_cast<SwCharCompressType>(aAsian.GetCharDistanceCompressi… in InitNew()
447 mpDoc->setCharacterCompressionType(static_cast < SwCharCompressType > (nMode) ); in _setSingleValue()
446 SwCharCompressType SwDoc::getCharacterCompressionType() const in getCharacterCompressionType()451 void SwDoc::setCharacterCompressionType( /*[in]*/SwCharCompressType n ) in setCharacterCompressionType()
835 …const SwCharCompressType aCompEnum = rNode.getIDocumentSettingAccess()->getCharacterCompressionTyp… in InitScriptInfo()
1842 rDoc.setCharacterCompressionType(static_cast<SwCharCompressType>(rTypo.iJustification)); in ImportDopTypography()
Completed in 76 milliseconds