Home
last modified time | relevance | path

Searched refs:RES_POOLCHR_NORMAL_BEGIN (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dpoolfmt.hxx111 RES_POOLCHR_NORMAL_BEGIN = POOLGRP_CHARFMT, enumerator
113 RES_POOLCHR_FOOTNOTE = RES_POOLCHR_NORMAL_BEGIN, ///< Footnote.
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dpoolfmt.hxx112 RES_POOLCHR_NORMAL_BEGIN = POOLGRP_CHARFMT, enumerator
114 RES_POOLCHR_FOOTNOTE = RES_POOLCHR_NORMAL_BEGIN, ///< Footnote.
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A DSwStyleNameMapper.cxx137RES_POOLCHR_NORMAL_BEGIN, RES_POOLCHR_NORMAL_END, bProgName ? &SwStyleNameMapper::GetChrFormatProg… in GetCharMap()
214 … testNameTable( SwGetPoolIdFromName::ChrFmt, RES_POOLCHR_NORMAL_BEGIN, RES_POOLCHR_NORMAL_END ); in getHashTable()
369 if( RES_POOLCHR_NORMAL_BEGIN <= nId && nId < RES_POOLCHR_NORMAL_END ) in getNameFromId()
372 nStt = RES_POOLCHR_NORMAL_BEGIN; in getNameFromId()
H A DDocumentStylePoolManager.cxx1453 else if (nId >= RES_POOLCHR_NORMAL_BEGIN && nId < RES_POOLCHR_NORMAL_END) in GetFormatFromPool()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A DSwStyleNameMapper.cxx127RES_POOLCHR_NORMAL_BEGIN, RES_POOLCHR_NORMAL_END, bProgName ? &SwStyleNameMapper::GetChrFormatProg… in GetCharMap()
204 … testNameTable( SwGetPoolIdFromName::ChrFmt, RES_POOLCHR_NORMAL_BEGIN, RES_POOLCHR_NORMAL_END ); in getHashTable()
359 if( RES_POOLCHR_NORMAL_BEGIN <= nId && nId < RES_POOLCHR_NORMAL_END ) in getNameFromId()
362 nStt = RES_POOLCHR_NORMAL_BEGIN; in getNameFromId()
H A DDocumentStylePoolManager.cxx1413 else if (nId >= RES_POOLCHR_NORMAL_BEGIN && nId < RES_POOLCHR_NORMAL_END) in GetFormatFromPool()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunostyle.cxx157 #define nPoolChrNormalRange (RES_POOLCHR_NORMAL_END - RES_POOLCHR_NORMAL_BEGIN)
821 return nIndex + RES_POOLCHR_NORMAL_BEGIN; in lcl_TranslateIndex()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunostyle.cxx150 #define nPoolChrNormalRange (RES_POOLCHR_NORMAL_END - RES_POOLCHR_NORMAL_BEGIN)
796 return nIndex + RES_POOLCHR_NORMAL_BEGIN; in lcl_TranslateIndex()