You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/06/15 03:35:06 UTC

svn commit: r1350441 - in /incubator/ooo/trunk/main: odk/examples/cpp/custompanel/ sfx2/workben/custompanel/

Author: arielch
Date: Fri Jun 15 01:35:04 2012
New Revision: 1350441

URL: http://svn.apache.org/viewvc?rev=1350441&view=rev
Log:
Move Custom Panel example to the SDK

Added:
    incubator/ooo/trunk/main/odk/examples/cpp/custompanel/
    incubator/ooo/trunk/main/odk/examples/cpp/custompanel/CalcWindowState.xcu
      - copied, changed from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/CalcWindowState.xcu
    incubator/ooo/trunk/main/odk/examples/cpp/custompanel/DrawWindowState.xcu
      - copied, changed from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/DrawWindowState.xcu
    incubator/ooo/trunk/main/odk/examples/cpp/custompanel/Factories.xcu
      - copied, changed from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/Factories.xcu
    incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ImpressWindowState.xcu
      - copied, changed from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/ImpressWindowState.xcu
    incubator/ooo/trunk/main/odk/examples/cpp/custompanel/WriterWindowState.xcu
      - copied, changed from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/WriterWindowState.xcu
    incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ctp_factory.cxx
      - copied, changed from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/ctp_factory.cxx
    incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ctp_factory.hxx
      - copied, changed from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/ctp_factory.hxx
    incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ctp_panel.cxx
      - copied, changed from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/ctp_panel.cxx
    incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ctp_panel.hxx
      - copied, changed from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/ctp_panel.hxx
    incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ctp_services.cxx
      - copied, changed from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/ctp_services.cxx
    incubator/ooo/trunk/main/odk/examples/cpp/custompanel/delzip
      - copied, changed from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/delzip
    incubator/ooo/trunk/main/odk/examples/cpp/custompanel/description.xml   (contents, props changed)
      - copied, changed from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/description.xml
    incubator/ooo/trunk/main/odk/examples/cpp/custompanel/manifest.xml   (contents, props changed)
      - copied, changed from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/manifest.xml
    incubator/ooo/trunk/main/odk/examples/cpp/custompanel/panel.png   (contents, props changed)
      - copied, changed from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/panel.png
Removed:
    incubator/ooo/trunk/main/sfx2/workben/custompanel/CalcWindowState.xcu
    incubator/ooo/trunk/main/sfx2/workben/custompanel/DrawWindowState.xcu
    incubator/ooo/trunk/main/sfx2/workben/custompanel/Factories.xcu
    incubator/ooo/trunk/main/sfx2/workben/custompanel/ImpressWindowState.xcu
    incubator/ooo/trunk/main/sfx2/workben/custompanel/WriterWindowState.xcu
    incubator/ooo/trunk/main/sfx2/workben/custompanel/ctp_factory.cxx
    incubator/ooo/trunk/main/sfx2/workben/custompanel/ctp_factory.hxx
    incubator/ooo/trunk/main/sfx2/workben/custompanel/ctp_panel.cxx
    incubator/ooo/trunk/main/sfx2/workben/custompanel/ctp_panel.hxx
    incubator/ooo/trunk/main/sfx2/workben/custompanel/ctp_services.cxx
    incubator/ooo/trunk/main/sfx2/workben/custompanel/delzip
    incubator/ooo/trunk/main/sfx2/workben/custompanel/description.xml
    incubator/ooo/trunk/main/sfx2/workben/custompanel/manifest.xml
    incubator/ooo/trunk/main/sfx2/workben/custompanel/panel.png

Copied: incubator/ooo/trunk/main/odk/examples/cpp/custompanel/CalcWindowState.xcu (from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/CalcWindowState.xcu)
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/cpp/custompanel/CalcWindowState.xcu?p2=incubator/ooo/trunk/main/odk/examples/cpp/custompanel/CalcWindowState.xcu&p1=incubator/ooo/trunk/main/sfx2/workben/custompanel/CalcWindowState.xcu&r1=1350317&r2=1350441&rev=1350441&view=diff
==============================================================================
    (empty)

Copied: incubator/ooo/trunk/main/odk/examples/cpp/custompanel/DrawWindowState.xcu (from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/DrawWindowState.xcu)
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/cpp/custompanel/DrawWindowState.xcu?p2=incubator/ooo/trunk/main/odk/examples/cpp/custompanel/DrawWindowState.xcu&p1=incubator/ooo/trunk/main/sfx2/workben/custompanel/DrawWindowState.xcu&r1=1350317&r2=1350441&rev=1350441&view=diff
==============================================================================
    (empty)

Copied: incubator/ooo/trunk/main/odk/examples/cpp/custompanel/Factories.xcu (from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/Factories.xcu)
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/cpp/custompanel/Factories.xcu?p2=incubator/ooo/trunk/main/odk/examples/cpp/custompanel/Factories.xcu&p1=incubator/ooo/trunk/main/sfx2/workben/custompanel/Factories.xcu&r1=1350317&r2=1350441&rev=1350441&view=diff
==============================================================================
    (empty)

Copied: incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ImpressWindowState.xcu (from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/ImpressWindowState.xcu)
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ImpressWindowState.xcu?p2=incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ImpressWindowState.xcu&p1=incubator/ooo/trunk/main/sfx2/workben/custompanel/ImpressWindowState.xcu&r1=1350317&r2=1350441&rev=1350441&view=diff
==============================================================================
    (empty)

Copied: incubator/ooo/trunk/main/odk/examples/cpp/custompanel/WriterWindowState.xcu (from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/WriterWindowState.xcu)
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/cpp/custompanel/WriterWindowState.xcu?p2=incubator/ooo/trunk/main/odk/examples/cpp/custompanel/WriterWindowState.xcu&p1=incubator/ooo/trunk/main/sfx2/workben/custompanel/WriterWindowState.xcu&r1=1350317&r2=1350441&rev=1350441&view=diff
==============================================================================
    (empty)

Copied: incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ctp_factory.cxx (from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/ctp_factory.cxx)
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ctp_factory.cxx?p2=incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ctp_factory.cxx&p1=incubator/ooo/trunk/main/sfx2/workben/custompanel/ctp_factory.cxx&r1=1350317&r2=1350441&rev=1350441&view=diff
==============================================================================
    (empty)

Copied: incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ctp_factory.hxx (from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/ctp_factory.hxx)
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ctp_factory.hxx?p2=incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ctp_factory.hxx&p1=incubator/ooo/trunk/main/sfx2/workben/custompanel/ctp_factory.hxx&r1=1350317&r2=1350441&rev=1350441&view=diff
==============================================================================
    (empty)

Copied: incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ctp_panel.cxx (from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/ctp_panel.cxx)
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ctp_panel.cxx?p2=incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ctp_panel.cxx&p1=incubator/ooo/trunk/main/sfx2/workben/custompanel/ctp_panel.cxx&r1=1350317&r2=1350441&rev=1350441&view=diff
==============================================================================
    (empty)

Copied: incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ctp_panel.hxx (from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/ctp_panel.hxx)
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ctp_panel.hxx?p2=incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ctp_panel.hxx&p1=incubator/ooo/trunk/main/sfx2/workben/custompanel/ctp_panel.hxx&r1=1350317&r2=1350441&rev=1350441&view=diff
==============================================================================
    (empty)

Copied: incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ctp_services.cxx (from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/ctp_services.cxx)
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ctp_services.cxx?p2=incubator/ooo/trunk/main/odk/examples/cpp/custompanel/ctp_services.cxx&p1=incubator/ooo/trunk/main/sfx2/workben/custompanel/ctp_services.cxx&r1=1350317&r2=1350441&rev=1350441&view=diff
==============================================================================
    (empty)

Copied: incubator/ooo/trunk/main/odk/examples/cpp/custompanel/delzip (from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/delzip)
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/cpp/custompanel/delzip?p2=incubator/ooo/trunk/main/odk/examples/cpp/custompanel/delzip&p1=incubator/ooo/trunk/main/sfx2/workben/custompanel/delzip&r1=1350317&r2=1350441&rev=1350441&view=diff
==============================================================================
    (empty)

Copied: incubator/ooo/trunk/main/odk/examples/cpp/custompanel/description.xml (from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/description.xml)
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/cpp/custompanel/description.xml?p2=incubator/ooo/trunk/main/odk/examples/cpp/custompanel/description.xml&p1=incubator/ooo/trunk/main/sfx2/workben/custompanel/description.xml&r1=1350317&r2=1350441&rev=1350441&view=diff
==============================================================================
    (empty)

Propchange: incubator/ooo/trunk/main/odk/examples/cpp/custompanel/description.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: incubator/ooo/trunk/main/odk/examples/cpp/custompanel/manifest.xml (from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/manifest.xml)
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/cpp/custompanel/manifest.xml?p2=incubator/ooo/trunk/main/odk/examples/cpp/custompanel/manifest.xml&p1=incubator/ooo/trunk/main/sfx2/workben/custompanel/manifest.xml&r1=1350317&r2=1350441&rev=1350441&view=diff
==============================================================================
    (empty)

Propchange: incubator/ooo/trunk/main/odk/examples/cpp/custompanel/manifest.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: incubator/ooo/trunk/main/odk/examples/cpp/custompanel/panel.png (from r1350317, incubator/ooo/trunk/main/sfx2/workben/custompanel/panel.png)
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/cpp/custompanel/panel.png?p2=incubator/ooo/trunk/main/odk/examples/cpp/custompanel/panel.png&p1=incubator/ooo/trunk/main/sfx2/workben/custompanel/panel.png&r1=1350317&r2=1350441&rev=1350441&view=diff
==============================================================================
Binary files - no diff available.

Propchange: incubator/ooo/trunk/main/odk/examples/cpp/custompanel/panel.png
------------------------------------------------------------------------------
    svn:mime-type = image/png