Home
last modified time | relevance | path

Searched refs:RES_POOLTABSTYLE_BEGIN (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dpoolfmt.hxx205 RES_POOLTABSTYLE_BEGIN = POOLGRP_TABSTYLE, enumerator
206 RES_POOLTABSTYLE_DEFAULT = RES_POOLTABSTYLE_BEGIN,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A DSwStyleNameMapper.cxx156RES_POOLTABSTYLE_BEGIN, RES_POOLTABSTYLE_END, bProgName ? &SwStyleNameMapper::GetTableStyleProgNam… in GetTableStyleMap()
392 if( RES_POOLTABSTYLE_BEGIN <= nId && nId < RES_POOLTABSTYLE_END ) in getNameFromId()
395 nStt = RES_POOLTABSTYLE_BEGIN; in getNameFromId()