Hello,
I would like to extend the capabilities of my C++ Calc plugin. I open
Calc and made some calculations in my plugin in the first spreadsheet
"A" (e.g. using set() methods for data - I can retrieve the content
using get() method in A). Selecting "file->new spreadsheet" I open a
second spreadsheet "B". I want to share the calculated value in "A" with
"B" (using get() function). Currently the C++ plugin seems to work per
spreadsheet, i.e. I cannot share information of A with B (the get()
function seems to store data per spreadsheet). I have to recalc values
in B althoug they are calculated in A. 
Is it possible to share information between spreadsheet A and B? Which
datastructures do I have to use in the C++ plugin?
Kind regards,
   Lars
 
Context
- global information in Calc plugin · Lars Callenbach
 
   
 
  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.