Home
last modified time | relevance | path

Searched refs:GetEntryFlags (Results 1 – 21 of 21) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/animations/
H A DCategoryListBox.cxx44 … ListBox::SetEntryFlags( n, ListBox::GetEntryFlags(n) | ListBoxEntryFlags::DisableSelection ); in InsertCategory()
51 if( ListBox::GetEntryFlags(nItem) & ListBoxEntryFlags::DisableSelection ) in UserDraw()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dxmlexppr.cxx454 (rPropMapper->GetEntryFlags(index) & in FillPropertyStateArray()
583 const sal_Int32 nFlags = mpImpl->mxPropMapper->GetEntryFlags( i ); in Filter_()
877 sal_uInt32 nEFlags = mpImpl->mxPropMapper->GetEntryFlags(nPropMapIdx); in _exportXML()
914 … if ((mpImpl->mxPropMapper->GetEntryFlags(rProperty.mnIndex) & MID_FLAG_SPECIAL_ITEM_EXPORT) != 0) in _exportXML()
1014 …else if ((mpImpl->mxPropMapper->GetEntryFlags(rProperty.mnIndex) & MID_FLAG_ELEMENT_ITEM_EXPORT ) … in _exportXML()
1022 … if ((mpImpl->mxPropMapper->GetEntryFlags( rProperty.mnIndex ) & MID_FLAG_MERGE_ATTRIBUTE) != 0) in _exportXML()
1059 OSL_ENSURE( 0 != (mpImpl->mxPropMapper->GetEntryFlags( in exportElementItems()
H A Dxmlimppr.cxx160 nFlags = maPropMapper->GetEntryFlags( nIndex ); in importXML()
381 const sal_Int32 nPropFlags = maPropMapper->GetEntryFlags( nIdx ); in CheckSpecialContext()
472 const sal_Int32 nPropFlags = rPropMapper->GetEntryFlags( nIdx ); in FillPropertySet_()
585 const sal_Int32 nPropFlags = rPropMapper->GetEntryFlags( nIdx ); in PrepareForMultiPropertySet_()
H A Dxmlprcon.cxx66 ( 0 != ( aSetMapper->GetEntryFlags( nEntryIndex ) in CreateChildContext()
H A Dxmlprmap.cxx154 sal_uInt32 XMLPropertySetMapper::GetEntryFlags( sal_Int32 nIndex ) const in GetEntryFlags() function in XMLPropertySetMapper
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dxmlexppr.cxx425 (rPropMapper->GetEntryFlags(index) & in FillPropertyStateArray()
558 const sal_Int32 nFlags = mpImpl->mxPropMapper->GetEntryFlags( i ); in Filter_()
903 sal_uInt32 nEFlags = mpImpl->mxPropMapper->GetEntryFlags(nPropMapIdx); in _exportXML()
940 … if ((mpImpl->mxPropMapper->GetEntryFlags(rProperty.mnIndex) & MID_FLAG_SPECIAL_ITEM_EXPORT) != 0) in _exportXML()
1039 …else if ((mpImpl->mxPropMapper->GetEntryFlags(rProperty.mnIndex) & MID_FLAG_ELEMENT_ITEM_EXPORT ) … in _exportXML()
1047 … if ((mpImpl->mxPropMapper->GetEntryFlags( rProperty.mnIndex ) & MID_FLAG_MERGE_ATTRIBUTE) != 0) in _exportXML()
1099 OSL_ENSURE( 0 != (mpImpl->mxPropMapper->GetEntryFlags( in exportElementItems()
H A Dxmlimppr.cxx202 nFlags = maPropMapper->GetEntryFlags( nIndex ); in importXMLAttribute()
409 const sal_Int32 nPropFlags = maPropMapper->GetEntryFlags( nIdx ); in CheckSpecialContext()
500 const sal_Int32 nPropFlags = rPropMapper->GetEntryFlags( nIdx ); in FillPropertySet_()
616 const sal_Int32 nPropFlags = rPropMapper->GetEntryFlags( nIdx ); in PrepareForMultiPropertySet_()
H A Dxmlprcon.cxx64 ( 0 != ( aSetMapper->GetEntryFlags( nEntryIndex ) in createFastChildContext()
H A Dxmlprmap.cxx159 sal_uInt32 XMLPropertySetMapper::GetEntryFlags( sal_Int32 nIndex ) const in GetEntryFlags() function in XMLPropertySetMapper
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/
H A Dxmlprmap.hxx67 sal_uInt32 GetEntryFlags( sal_Int32 nIndex ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/
H A Dxmlprmap.hxx67 sal_uInt32 GetEntryFlags( sal_Int32 nIndex ) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/disk_cache/blockfile/
H A Dsparse_control.cc380 DCHECK(entry->GetEntryFlags() & PARENT_ENTRY); in DeleteChildren()
418 if (CHILD_ENTRY & entry_->GetEntryFlags()) in CreateSparseEntry()
450 if (!(PARENT_ENTRY & entry_->GetEntryFlags())) in OpenSparseEntry()
509 if (!(CHILD_ENTRY & child_->GetEntryFlags()) || in OpenChild()
H A Dentry_impl.h283 uint32_t GetEntryFlags();
H A Dentry_impl.cc498 if (GetEntryFlags() & PARENT_ENTRY) { in DeleteEntryData()
1580 uint32_t EntryImpl::GetEntryFlags() { in GetEntryFlags() function in disk_cache::EntryImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/disk_cache/blockfile/
H A Dsparse_control.cc380 DCHECK(entry->GetEntryFlags() & PARENT_ENTRY); in DeleteChildren()
418 if (CHILD_ENTRY & entry_->GetEntryFlags()) in CreateSparseEntry()
450 if (!(PARENT_ENTRY & entry_->GetEntryFlags())) in OpenSparseEntry()
509 if (!(CHILD_ENTRY & child_->GetEntryFlags()) || in OpenChild()
H A Dentry_impl.h283 uint32_t GetEntryFlags();
H A Dentry_impl.cc498 if (GetEntryFlags() & PARENT_ENTRY) { in DeleteEntryData()
1579 uint32_t EntryImpl::GetEntryFlags() { in GetEntryFlags() function in disk_cache::EntryImpl
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dlstbox.hxx195 ListBoxEntryFlags GetEntryFlags( sal_Int32 nPos ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dlistbox.cxx1089 ListBoxEntryFlags ListBox::GetEntryFlags( sal_Int32 nPos ) const in GetEntryFlags() function in ListBox
1091 … return mpImplLB->GetEntryList()->GetEntryFlags( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in GetEntryFlags()
H A Dimp_listbox.cxx376 ListBoxEntryFlags ImplEntryList::GetEntryFlags( sal_Int32 nPos ) const in GetEntryFlags() function in ImplEntryList
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/
H A Dlistbox.hxx137 ListBoxEntryFlags GetEntryFlags( sal_Int32 nPos ) const;