2012/11/22 Maciej Rumianowski <maciej.rumianowski@gmail.com>
Hi Bjoern,
I have hit a problem that i don't fully understand. Disabled items are
SfxVoidItem with Which 0, but inserted with different one. State of Item is
check with TYPE Macro as below
if ( (*ppFnd)->Type() == TYPE(SfxVoidItem) )
                        return SFX_ITEM_DISABLED;
I've found the way it compiles and run (below), i will also check if the
above line is working, tests seem to not touch that code and thats why it
never crashed.
if( (*ppFnd)->StaticType() == SfxVoidItem::StaticType() )
Question about why ISA, IsA, Type are not working remains open.
Best Regards,
    Maciek
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.