Home
last modified time | relevance | path

Searched refs:POOLGRP_NOCOLLID (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dpoolfmt.hxx59 const sal_uInt16 POOLGRP_NOCOLLID = (1 << 10); variable
75 const sal_uInt16 POOLGRP_CHARFMT = (0 << 11) + POOLGRP_NOCOLLID;
76 const sal_uInt16 POOLGRP_FRAMEFMT = (1 << 11) + POOLGRP_NOCOLLID;
77 const sal_uInt16 POOLGRP_PAGEDESC = (2 << 11) + POOLGRP_NOCOLLID;
78 const sal_uInt16 POOLGRP_NUMRULE = (3 << 11) + POOLGRP_NOCOLLID;
79 const sal_uInt16 POOLGRP_TABSTYLE = (4 << 11) + POOLGRP_NOCOLLID;
80 const sal_uInt16 POOLGRP_CELLSTYLE = (5 << 11) + POOLGRP_NOCOLLID;
84 USHRT_MAX & ~(COLL_GET_RANGE_BITS + POOLGRP_NOCOLLID);
88 return POOL_IDUSER_FMT == (nId & ~(COLL_GET_RANGE_BITS + POOLGRP_NOCOLLID)); in IsPoolUserFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dpoolfmt.hxx59 const sal_uInt16 POOLGRP_NOCOLLID = (1 << 10); variable
76 const sal_uInt16 POOLGRP_CHARFMT = (0 << 11) + POOLGRP_NOCOLLID;
77 const sal_uInt16 POOLGRP_FRAMEFMT = (1 << 11) + POOLGRP_NOCOLLID;
78 const sal_uInt16 POOLGRP_PAGEDESC = (2 << 11) + POOLGRP_NOCOLLID;
79 const sal_uInt16 POOLGRP_NUMRULE = (3 << 11) + POOLGRP_NOCOLLID;
80 const sal_uInt16 POOLGRP_TABSTYLE = (4 << 11) + POOLGRP_NOCOLLID;
81 const sal_uInt16 POOLGRP_CELLSTYLE = (5 << 11) + POOLGRP_NOCOLLID;
85 USHRT_MAX & ~(COLL_GET_RANGE_BITS + POOLGRP_NOCOLLID);
89 return POOL_IDUSER_FMT == (nId & ~(COLL_GET_RANGE_BITS + POOLGRP_NOCOLLID)); in IsPoolUserFormat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dpoolfmt.cxx153 if( POOLGRP_NOCOLLID & nId ) // 1 == Formats / 0 == Collections in GetPoolParent()
155 switch( ( COLL_GET_RANGE_BITS | POOLGRP_NOCOLLID ) & nId ) in GetPoolParent()
H A DSwStyleNameMapper.cxx324 switch( (USER_FMT | COLL_GET_RANGE_BITS | POOLGRP_NOCOLLID) & nId ) in getNameFromId()
H A DDocumentStylePoolManager.cxx1443 switch( nId & (COLL_GET_RANGE_BITS + POOLGRP_NOCOLLID) ) in GetFormatFromPool()
1508 switch (nId & (COLL_GET_RANGE_BITS + POOLGRP_NOCOLLID) ) in GetFormatFromPool()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dpoolfmt.cxx146 if( POOLGRP_NOCOLLID & nId ) // 1 == Formats / 0 == Collections in GetPoolParent()
148 switch( ( COLL_GET_RANGE_BITS | POOLGRP_NOCOLLID ) & nId ) in GetPoolParent()
H A DSwStyleNameMapper.cxx314 switch( (USER_FMT | COLL_GET_RANGE_BITS | POOLGRP_NOCOLLID) & nId ) in getNameFromId()
H A DDocumentStylePoolManager.cxx1403 switch( nId & (COLL_GET_RANGE_BITS + POOLGRP_NOCOLLID) ) in GetFormatFromPool()
1466 switch (nId & (COLL_GET_RANGE_BITS + POOLGRP_NOCOLLID) ) in GetFormatFromPool()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Ddocstyle.cxx1569 ~ ( COLL_GET_RANGE_BITS | POOLGRP_NOCOLLID ); in SetItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Ddocstyle.cxx1573 ~ ( COLL_GET_RANGE_BITS | POOLGRP_NOCOLLID ); in SetItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dcss1atr.cxx935 if( POOLGRP_NOCOLLID & nPoolFormatId ) in GetTemplateFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dcss1atr.cxx970 if( POOLGRP_NOCOLLID & nPoolFormatId ) in GetTemplateFormat()