Enno Fennema wrote:

> I would like to find out why my computer refuses to save OOo
> spreadsheets. It works fine for ordinary diskfiles but fails on my USB
> stick. I have been plodding through the Developers Guide and the CVS
> repository but am utterly confused.
> 
> In the end I want the source code that is executed when call store() on
> a officedocument that implements an XStorable interface.
> 
> I don't want a specific answer (might also be useful) but would like to
> know how to go about finding the answer myself. What path do I follow
> through the maze of projects/modules/directories/etc.
> 
> If I haven't found the right document please refer me to it, otherwise
> any pointers appreciated.

There is a lot of code executed when store() is called, any problems on
file access most probably will happen in ucb/source/ucp/file or in the
lowest file system access code in sal.

Can you describe what exactly happens when you try to save to the stick?
Nothing? Or do you get an error message and if you get one what does it
tell? And can you load a file from the stick?

Ciao,
Mathias

-- 
Mathias Bauer - OpenOffice.org Application Framework Project Lead
Please reply to the list only, [EMAIL PROTECTED] is a spam sink.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to