On Thu, 2005-06-16 at 11:50 +0000, Aditya Pandey wrote:

> I am developing an addon for OpenOffice in C++.
> I was wondering if there is any alternative for ConvertToURL and 
> ConvertFromURL
> macro (of Basic) in C++ exposed thru some service?

  osl::FileBase::getFileURLFromSystemPath
  osl::FileBase::getAbsoluteFileURL
  ...

  Look at SDK/examples/cpp/DocumentLoader for example.

-- 
Robert Vojta
http://blog.vojta.name/

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

Reply via email to