• Mike Kaganski's avatar
    Unconst members of ControlTypeAndPart · 831de14f
    Mike Kaganski yazdı
    ... which need to be assignable in auto-generated operator= in VS2019
    toolset v142. Without that, a compile-time error is generated:
    
    [CXX] vcl/source/gdi/WidgetDefinitionReader.cxx
    [CXX] vcl/source/gdi/WidgetDefinition.cxx
    [CXX] vcl/source/gdi/gdimetafiletools.cxx
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\list(1076): error C2220: warning treated as error - no 'object' file generated
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\list(1076): warning C4239: nonstandard extension used: 'argument': conversion from 'const std::pair<const _Kty,_Ty>' to 'volatile const std::pair<_Kty,_Ty> &'
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\list(1076): note: A non-const reference may only be bound to an lvalue; assignment operator takes a reference to non-const
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\xhash(486): note: see reference to function template instantiation 'void std::list<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Assign_cast<std::pair<_Kty,_Ty>&,std::_List_unchecked_const_iterator<std::_List_val<std::_List_simple_types<std::pair<const _Kty,_Ty>>>,std::_Iterator_base0>>(_UIter,const _UIter)' being compiled
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>,
    _UIter=std::_List_unchecked_const_iterator<std::_List_val<std::_List_simple_types<std::pair<const vcl::ControlTypeAndPart,std::shared_ptr<vcl::WidgetDefinitionPart>>>>,std::_Iterator_base0>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\xhash(485): note: see reference to function template instantiation 'void std::list<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Assign_cast<std::pair<_Kty,_Ty>&,std::_List_unchecked_const_iterator<std::_List_val<std::_List_simple_types<std::pair<const _Kty,_Ty>>>,std::_Iterator_base0>>(_UIter,const _UIter)' being compiled
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>,
    _UIter=std::_List_unchecked_const_iterator<std::_List_val<std::_List_simple_types<std::pair<const vcl::ControlTypeAndPart,std::shared_ptr<vcl::WidgetDefinitionPart>>>>,std::_Iterator_base0>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\xhash(481): note: while compiling class template member function 'void std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::_Copy_assign(const std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>> &,std::false_type)'
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>,
    _Hasher=std::hash<vcl::ControlTypeAndPart>,
    _Keyeq=std::equal_to<vcl::ControlTypeAndPart>,
    _Alloc=std::allocator<std::pair<const vcl::ControlTypeAndPart,std::shared_ptr<vcl::WidgetDefinitionPart>>>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\xhash(516): note: see reference to function template instantiation 'void std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::_Copy_assign(const std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>> &,std::false_type)' being compiled
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>,
    _Hasher=std::hash<vcl::ControlTypeAndPart>,
    _Keyeq=std::equal_to<vcl::ControlTypeAndPart>,
    _Alloc=std::allocator<std::pair<const vcl::ControlTypeAndPart,std::shared_ptr<vcl::WidgetDefinitionPart>>>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\unordered_map(77): note: see reference to class template instantiation 'std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>' being compiled
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>,
    _Hasher=std::hash<vcl::ControlTypeAndPart>,
    _Keyeq=std::equal_to<vcl::ControlTypeAndPart>,
    _Alloc=std::allocator<std::pair<const vcl::ControlTypeAndPart,std::shared_ptr<vcl::WidgetDefinitionPart>>>
    ]
    C:\cygwin\home\user\lode\dev\core\vcl\inc\widgetdraw/WidgetDefinition.hxx(260): note: see reference to class template instantiation 'std::unordered_map<vcl::ControlTypeAndPart,std::shared_ptr<vcl::WidgetDefinitionPart>,std::hash<vcl::ControlTypeAndPart>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\list(1076): error C2280: 'std::pair<_Kty,_Ty> &std::pair<_Kty,_Ty>::operator =(volatile const std::pair<_Kty,_Ty> &)': attempting to reference a deleted function
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\utility(177): note: see declaration of 'std::pair<_Kty,_Ty>::operator ='
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\utility(177): note: 'std::pair<_Kty,_Ty> &std::pair<_Kty,_Ty>::operator =(volatile const std::pair<_Kty,_Ty> &)': function was explicitly deleted
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\list(1076): error C2220: warning treated as error - no 'object' file generated
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\list(1076): warning C4239: nonstandard extension used: 'argument': conversion from 'const std::pair<const _Kty,_Ty>' to 'volatile const std::pair<_Kty,_Ty> &'
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\list(1076): note: A non-const reference may only be bound to an lvalue; assignment operator takes a reference to non-const
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\xhash(486): note: see reference to function template instantiation 'void std::list<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Assign_cast<std::pair<_Kty,_Ty>&,std::_List_unchecked_const_iterator<std::_List_val<std::_List_simple_types<std::pair<const _Kty,_Ty>>>,std::_Iterator_base0>>(_UIter,const _UIter)' being compiled
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>,
    _UIter=std::_List_unchecked_const_iterator<std::_List_val<std::_List_simple_types<std::pair<const vcl::ControlTypeAndPart,std::shared_ptr<vcl::WidgetDefinitionPart>>>>,std::_Iterator_base0>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\xhash(485): note: see reference to function template instantiation 'void std::list<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Assign_cast<std::pair<_Kty,_Ty>&,std::_List_unchecked_const_iterator<std::_List_val<std::_List_simple_types<std::pair<const _Kty,_Ty>>>,std::_Iterator_base0>>(_UIter,const _UIter)' being compiled
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>,
    _UIter=std::_List_unchecked_const_iterator<std::_List_val<std::_List_simple_types<std::pair<const vcl::ControlTypeAndPart,std::shared_ptr<vcl::WidgetDefinitionPart>>>>,std::_Iterator_base0>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\xhash(481): note: while compiling class template member function 'void std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::_Copy_assign(const std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>> &,std::false_type)'
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>,
    _Hasher=std::hash<vcl::ControlTypeAndPart>,
    _Keyeq=std::equal_to<vcl::ControlTypeAndPart>,
    _Alloc=std::allocator<std::pair<const vcl::ControlTypeAndPart,std::shared_ptr<vcl::WidgetDefinitionPart>>>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\xhash(516): note: see reference to function template instantiation 'void std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::_Copy_assign(const std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>> &,std::false_type)' being compiled
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>,
    _Hasher=std::hash<vcl::ControlTypeAndPart>,
    _Keyeq=std::equal_to<vcl::ControlTypeAndPart>,
    _Alloc=std::allocator<std::pair<const vcl::ControlTypeAndPart,std::shared_ptr<vcl::WidgetDefinitionPart>>>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\unordered_map(77): note: see reference to class template instantiation 'std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>' being compiled
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>,
    _Hasher=std::hash<vcl::ControlTypeAndPart>,
    _Keyeq=std::equal_to<vcl::ControlTypeAndPart>,
    _Alloc=std::allocator<std::pair<const vcl::ControlTypeAndPart,std::shared_ptr<vcl::WidgetDefinitionPart>>>
    ]
    C:\cygwin\home\user\lode\dev\core\vcl\inc\widgetdraw/WidgetDefinition.hxx(260): note: see reference to class template instantiation 'std::unordered_map<vcl::ControlTypeAndPart,std::shared_ptr<vcl::WidgetDefinitionPart>,std::hash<vcl::ControlTypeAndPart>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\list(1076): error C2280: 'std::pair<_Kty,_Ty> &std::pair<_Kty,_Ty>::operator =(volatile const std::pair<_Kty,_Ty> &)': attempting to reference a deleted function
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\utility(177): note: see declaration of 'std::pair<_Kty,_Ty>::operator ='
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\utility(177): note: 'std::pair<_Kty,_Ty> &std::pair<_Kty,_Ty>::operator =(volatile const std::pair<_Kty,_Ty> &)': function was explicitly deleted
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\list(1076): error C2220: warning treated as error - no 'object' file generated
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\list(1076): warning C4239: nonstandard extension used: 'argument': conversion from 'const std::pair<const _Kty,_Ty>' to 'volatile const std::pair<_Kty,_Ty> &'
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\list(1076): note: A non-const reference may only be bound to an lvalue; assignment operator takes a reference to non-const
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\xhash(486): note: see reference to function template instantiation 'void std::list<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Assign_cast<std::pair<_Kty,_Ty>&,std::_List_unchecked_const_iterator<std::_List_val<std::_List_simple_types<std::pair<const _Kty,_Ty>>>,std::_Iterator_base0>>(_UIter,const _UIter)' being compiled
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>,
    _UIter=std::_List_unchecked_const_iterator<std::_List_val<std::_List_simple_types<std::pair<const vcl::ControlTypeAndPart,std::shared_ptr<vcl::WidgetDefinitionPart>>>>,std::_Iterator_base0>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\xhash(485): note: see reference to function template instantiation 'void std::list<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Assign_cast<std::pair<_Kty,_Ty>&,std::_List_unchecked_const_iterator<std::_List_val<std::_List_simple_types<std::pair<const _Kty,_Ty>>>,std::_Iterator_base0>>(_UIter,const _UIter)' being compiled
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>,
    _UIter=std::_List_unchecked_const_iterator<std::_List_val<std::_List_simple_types<std::pair<const vcl::ControlTypeAndPart,std::shared_ptr<vcl::WidgetDefinitionPart>>>>,std::_Iterator_base0>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\xhash(481): note: while compiling class template member function 'void std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::_Copy_assign(const std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>> &,std::false_type)'
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>,
    _Hasher=std::hash<vcl::ControlTypeAndPart>,
    _Keyeq=std::equal_to<vcl::ControlTypeAndPart>,
    _Alloc=std::allocator<std::pair<const vcl::ControlTypeAndPart,std::shared_ptr<vcl::WidgetDefinitionPart>>>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\xhash(516): note: see reference to function template instantiation 'void std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::_Copy_assign(const std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>> &,std::false_type)' being compiled
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>,
    _Hasher=std::hash<vcl::ControlTypeAndPart>,
    _Keyeq=std::equal_to<vcl::ControlTypeAndPart>,
    _Alloc=std::allocator<std::pair<const vcl::ControlTypeAndPart,std::shared_ptr<vcl::WidgetDefinitionPart>>>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\unordered_map(77): note: see reference to class template instantiation 'std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>' being compiled
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>,
    _Hasher=std::hash<vcl::ControlTypeAndPart>,
    _Keyeq=std::equal_to<vcl::ControlTypeAndPart>,
    _Alloc=std::allocator<std::pair<const vcl::ControlTypeAndPart,std::shared_ptr<vcl::WidgetDefinitionPart>>>
    ]
    C:\cygwin\home\user\lode\dev\core\vcl\inc\widgetdraw/WidgetDefinition.hxx(260): note: see reference to class template instantiation 'std::unordered_map<vcl::ControlTypeAndPart,std::shared_ptr<vcl::WidgetDefinitionPart>,std::hash<vcl::ControlTypeAndPart>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\list(1076): error C2280: 'std::pair<_Kty,_Ty> &std::pair<_Kty,_Ty>::operator =(volatile const std::pair<_Kty,_Ty> &)': attempting to reference a deleted function
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\utility(177): note: see declaration of 'std::pair<_Kty,_Ty>::operator ='
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>
    ]
    C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\14.21.27702\Include\utility(177): note: 'std::pair<_Kty,_Ty> &std::pair<_Kty,_Ty>::operator =(volatile const std::pair<_Kty,_Ty> &)': function was explicitly deleted
    with
    [
    _Kty=vcl::ControlTypeAndPart,
    _Ty=std::shared_ptr<vcl::WidgetDefinitionPart>
    ]
    make[1]: *** [C:/cygwin/home/user/lode/dev/core/solenv/gbuild/LinkTarget.mk:293: C:/cygwin/home/user/lode/dev/core/workdir/CxxObject/vcl/source/gdi/FileDefinitionWidgetDraw.o] Error 2
    make[1]: *** Waiting for unfinished jobs....
    make[1]: *** [C:/cygwin/home/user/lode/dev/core/solenv/gbuild/LinkTarget.mk:293: C:/cygwin/home/user/lode/dev/core/workdir/CxxObject/vcl/source/gdi/WidgetDefinition.o] Error 2
    make[1]: *** [C:/cygwin/home/user/lode/dev/core/solenv/gbuild/LinkTarget.mk:293: C:/cygwin/home/user/lode/dev/core/workdir/CxxObject/vcl/source/gdi/WidgetDefinitionReader.o] Error 2
    make: *** [Makefile:282: build] Error 2
    
    Change-Id: I9273bf7bfd78848918c783b8237e76b59e2043cf
    Reviewed-on: https://gerrit.libreoffice.org/73196
    Tested-by: Jenkins
    Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
    831de14f
Adı
Son kayıt (commit)
Son güncelleme
..
android Loading commit data...
backend Loading commit data...
bitmap Loading commit data...
font Loading commit data...
graphic Loading commit data...
headless Loading commit data...
ios Loading commit data...
opengl Loading commit data...
osx Loading commit data...
pch Loading commit data...
qt5 Loading commit data...
quartz Loading commit data...
test Loading commit data...
unx Loading commit data...
widgetdraw Loading commit data...
win Loading commit data...
BitmapColorizeFilter.hxx Loading commit data...
BitmapDisabledImageFilter.hxx Loading commit data...
BitmapFastScaleFilter.hxx Loading commit data...
BitmapInterpolateScaleFilter.hxx Loading commit data...
BitmapLightenFilter.hxx Loading commit data...
BitmapScaleConvolutionFilter.hxx Loading commit data...
BitmapScaleSuperFilter.hxx Loading commit data...
BitmapSymmetryCheck.hxx Loading commit data...
ControlCacheKey.hxx Loading commit data...
FileDefinitionWidgetDraw.hxx Loading commit data...
PhysicalFontCollection.hxx Loading commit data...
PhysicalFontFace.hxx Loading commit data...
PhysicalFontFamily.hxx Loading commit data...
ResampleKernel.hxx Loading commit data...
WidgetDrawInterface.hxx Loading commit data...
WidgetThemeLibrary.hxx Loading commit data...
WidgetThemeLibraryTypes.hxx Loading commit data...
accel.h Loading commit data...
accmgr.hxx Loading commit data...
bitmaps.hlst Loading commit data...
bitmapwriteaccess.hxx Loading commit data...
bmpfast.hxx Loading commit data...
brdwin.hxx Loading commit data...
canvasbitmap.hxx Loading commit data...
controldata.hxx Loading commit data...
dbggui.hxx Loading commit data...
displayconnectiondispatch.hxx Loading commit data...
dndeventdispatcher.hxx Loading commit data...
dndlistenercontainer.hxx Loading commit data...
factory.hxx Loading commit data...
fontattributes.hxx Loading commit data...
fontinstance.hxx Loading commit data...
fontselect.hxx Loading commit data...
fontsubset.hxx Loading commit data...
helpwin.hxx Loading commit data...
image.h Loading commit data...
impanmvw.hxx Loading commit data...
impdel.hxx Loading commit data...
impfont.hxx Loading commit data...
impfontcache.hxx Loading commit data...
impfontcharmap.hxx Loading commit data...
impfontmetric.hxx Loading commit data...
impfontmetricdata.hxx Loading commit data...
impglyphitem.hxx Loading commit data...
impgraph.hxx Loading commit data...
implimagetree.hxx Loading commit data...
jobset.h Loading commit data...
langboost.hxx Loading commit data...
listbox.hxx Loading commit data...
messagedialog.hxx Loading commit data...
openglgdiimpl.hxx Loading commit data...
outdata.hxx Loading commit data...
outdev.h Loading commit data...
outdevstatestack.hxx Loading commit data...
print.h Loading commit data...
print.hrc Loading commit data...
printaccessoryview.hrc Loading commit data...
printdlg.hxx Loading commit data...
printerinfomanager.hxx Loading commit data...
regband.hxx Loading commit data...
regionband.hxx Loading commit data...
salbmp.hxx Loading commit data...
saldatabasic.hxx Loading commit data...
salframe.hxx Loading commit data...
salgdi.hxx Loading commit data...
salgdiimpl.hxx Loading commit data...
salgeom.hxx Loading commit data...
salimestatus.hxx Loading commit data...
salinst.hxx Loading commit data...
sallayout.hxx Loading commit data...
salmenu.hxx Loading commit data...
salobj.hxx Loading commit data...
salprn.hxx Loading commit data...
salptype.hxx Loading commit data...
salsession.hxx Loading commit data...
salsys.hxx Loading commit data...
saltimer.hxx Loading commit data...
salusereventlist.hxx Loading commit data...
salvd.hxx Loading commit data...
salwtype.hxx Loading commit data...
schedulerimpl.hxx Loading commit data...
scrptrun.h Loading commit data...
scrwnd.hxx Loading commit data...
sft.hxx Loading commit data...
spin.hxx Loading commit data...
strings.hrc Loading commit data...
strings.hxx Loading commit data...
svdata.hxx Loading commit data...
svmconverter.hxx Loading commit data...
svsys.h Loading commit data...
textlayout.hxx Loading commit data...
textlineinfo.hxx Loading commit data...
textrender.hxx Loading commit data...
toolbox.h Loading commit data...
treeglue.hxx Loading commit data...
units.hrc Loading commit data...
vcleventlisteners.hxx Loading commit data...
vclpluginapi.h Loading commit data...
wall2.hxx Loading commit data...
window.h Loading commit data...