Home
last modified time | relevance | path

Searched refs:getCharacterCompressionType (Results 1 – 7 of 7) sorted by relevance

/AOO42X/main/sw/inc/ !
H A DIDocumentSettingAccess.hxx196 virtual SwCharCompressType getCharacterCompressionType() const = 0;
H A Ddoc.hxx762 virtual SwCharCompressType getCharacterCompressionType() const;
/AOO42X/main/sw/source/core/draw/ !
H A Ddrawdoc.cxx109 SetCharCompressType( static_cast<sal_uInt16>(pD->getCharacterCompressionType() )); in SwDrawModel()
/AOO42X/main/sw/source/ui/uno/ !
H A DSwXDocumentSettings.cxx818 rValue <<= static_cast < sal_Int16 > (mpDoc->getCharacterCompressionType()); in _getSingleValue()
/AOO42X/main/sw/source/core/text/ !
H A Dporlay.cxx835 …st SwCharCompressType aCompEnum = rNode.getIDocumentSettingAccess()->getCharacterCompressionType(); in InitScriptInfo()
/AOO42X/main/sw/source/core/doc/ !
H A Ddoc.cxx435 SwCharCompressType SwDoc::getCharacterCompressionType() const in getCharacterCompressionType() function in SwDoc
/AOO42X/main/sw/source/filter/ww8/ !
H A Dwrtww8.cxx642 rTypo.iJustification = pDoc->getCharacterCompressionType(); in ExportDopTypography()