Home
last modified time | relevance | path

Searched refs:RES_POOLFRM_BEGIN (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/doc/
H A DSwStyleNameMapper.cxx424 pHash = new NameToIdHash ( RES_POOLFRM_END - RES_POOLFRM_BEGIN ); in getHashTable()
426 for ( sal_uInt16 nIndex=0,nId = RES_POOLFRM_BEGIN ; nId < RES_POOLFRM_END ; nId++,nIndex++ ) in getHashTable()
574 for ( sal_uInt16 nIndex=0,nId = RES_POOLFRM_BEGIN ; nId < RES_POOLFRM_END ; nId++,nIndex++ ) in getHashTable()
742 if( RES_POOLFRM_BEGIN <= nId && nId < RES_POOLFRM_END ) in getNameFromId()
745 nStt = RES_POOLFRM_BEGIN; in getNameFromId()
827 if( RES_POOLFRM_BEGIN <= nId && nId < RES_POOLFRM_END ) in fillNameFromId()
830 nStt = RES_POOLFRM_BEGIN; in fillNameFromId()
956 (RES_POOLFRM_END - RES_POOLFRM_BEGIN )) ); in GetFrmFmtUINameArray()
H A Dpoolfmt.cxx1131 nRCId = RC_POOLFRMFMT_BEGIN - RES_POOLFRM_BEGIN; in GetFmtFromPool()
1136 if( RES_POOLFRM_BEGIN > nId || nId >= RES_POOLFRM_END ) in GetFmtFromPool()
1139 nId = RES_POOLFRM_BEGIN; in GetFmtFromPool()
1411 if( RES_POOLFRM_BEGIN <= nId && nId < RES_POOLFRM_END ) in IsPoolFmtUsed()
/trunk/main/sw/inc/
H A Dpoolfmt.hxx165 RES_POOLFRM_BEGIN = POOLGRP_FRAMEFMT, enumerator
167 RES_POOLFRM_FRAME = RES_POOLFRM_BEGIN, // Rahmen
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx566 sal_uInt16 nBaseCount = RES_POOLFRM_END - RES_POOLFRM_BEGIN; in lcl_GetCountOrName()
728 if ( nIndex < ( RES_POOLFRM_END - RES_POOLFRM_BEGIN ) ) in getByIndex()
730 …SwStyleNameMapper::FillUIName ( static_cast< sal_uInt16 >(RES_POOLFRM_BEGIN + nIndex), sStyleName … in getByIndex()

Completed in 47 milliseconds