Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Ddocstyle.cxx1966 … SetMask( (USER_FMT & nPoolId) ? SfxStyleSearchBits::UserDefined : SfxStyleSearchBits::Auto ); in FillStyleSheet()
1995 … SetMask( (USER_FMT & nPoolId) ? SfxStyleSearchBits::UserDefined : SfxStyleSearchBits::Auto ); in FillStyleSheet()
2026 else if( USER_FMT & nPoolId ) in FillStyleSheet()
2615 ? !(pRule->GetPoolFormatId() & USER_FMT) in Find()
2638 ? !(nId & USER_FMT) in Find()
2724 ? !(nId & USER_FMT) in First()
2731 … if( rDoc.getIDocumentSettingAccess().get(DocumentSettingId::HTML_MODE) && !(nId & USER_FMT) && in First()
2959 ? !(nId & USER_FMT) in First()
2989 ? !(nId & USER_FMT) in First()
3022 ? !(rRule.GetPoolFormatId() & USER_FMT) in First()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Ddocstyle.cxx1969 … SetMask( (USER_FMT & nPoolId) ? SfxStyleSearchBits::UserDefined : SfxStyleSearchBits::Auto ); in FillStyleSheet()
1998 … SetMask( (USER_FMT & nPoolId) ? SfxStyleSearchBits::UserDefined : SfxStyleSearchBits::Auto ); in FillStyleSheet()
2029 else if( USER_FMT & nPoolId ) in FillStyleSheet()
2618 ? !(pRule->GetPoolFormatId() & USER_FMT) in Find()
2641 ? !(nId & USER_FMT) in Find()
2728 ? !(nId & USER_FMT) in First()
2735 … if( rDoc.getIDocumentSettingAccess().get(DocumentSettingId::HTML_MODE) && !(nId & USER_FMT) && in First()
2961 ? !(nId & USER_FMT) in First()
2991 ? !(nId & USER_FMT) in First()
3024 ? !(rRule.GetPoolFormatId() & USER_FMT) in First()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dpoolfmt.hxx63 const sal_uInt16 USER_FMT = (1 << 15); variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dpoolfmt.hxx63 const sal_uInt16 USER_FMT = (1 << 15); variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A DSwStyleNameMapper.cxx324 switch( (USER_FMT | COLL_GET_RANGE_BITS | POOLGRP_NOCOLLID) & nId ) in getNameFromId()
H A Dhtmltbl.cxx427 (USER_FMT & pColl->GetPoolFormatId()) ) in lcl_GetMinMaxSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A DSwStyleNameMapper.cxx314 switch( (USER_FMT | COLL_GET_RANGE_BITS | POOLGRP_NOCOLLID) & nId ) in getNameFromId()
H A Dhtmltbl.cxx419 (USER_FMT & pColl->GetPoolFormatId()) ) in lcl_GetMinMaxSize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dcss1atr.cxx606 if( USER_FMT & nPoolId ) in GetCSS1Selector()
933 OSL_ENSURE( !(USER_FMT & nPoolFormatId), in GetTemplateFormat()
1519 if( USER_FMT & nPoolFormatId ) in OutCSS1_SwFormat()
H A Dhtmlcss1.cxx1263 if( USER_FMT & nTextColl ) // one created by Reader in GetTextFormatColl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dcss1atr.cxx641 if( USER_FMT & nPoolId ) in GetCSS1Selector()
968 OSL_ENSURE( !(USER_FMT & nPoolFormatId), in GetTemplateFormat()
1554 if( USER_FMT & nPoolFormatId ) in OutCSS1_SwFormat()
H A Dhtmlcss1.cxx1266 if( USER_FMT & nTextColl ) // one created by Reader in GetTextFormatColl()