summaryrefslogtreecommitdiff
path: root/writerperfect/source/draw/VisioImportFilter.cxx
AgeCommit message (Collapse)Author
2013-07-12More SAL_INFO in writerperfectFridrich Štrba
Change-Id: Ifeef0fab105bec8c42c7f3844dde5d7f81e264b5
2013-05-02Splitting writerperfect into serializer and libodfgenFridrich Štrba
Change-Id: I69f12fb097dbc977e63463b6b764a3553bcf9271
2013-05-02simplify writerperfect structure and prepare for libodfgenFridrich Štrba
Change-Id: Ib2e56280a5a6bfdfee18a5b213dd67b9fbfc8949
2013-03-19::rtl::OUString -> OUString in writerperfectFridrich Štrba
Change-Id: I2d0f8868779e5ac4a802f3f061704d2de5826c5d
2013-03-05doubled usingThomas Arnhold
Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28
2013-03-04OopsFridrich Štrba
Change-Id: I4ccf42a703cce56b32fc38f0caa068c19bf2a5f0
2013-03-04Save some getLength callsFridrich Štrba
Change-Id: I4103a338e487ee29da6ac056215c4fa0a244fa65
2013-03-03loplugin: unused variables and commented codeThomas Arnhold
Change-Id: I01f1f1d112767b576d7cfc6e25fe95385de2c0cf
2013-03-01Simplify a bit the boilerplate codeFridrich Štrba
The XInputStream is guaranteed to be there always and if it is not there, do not try to create it. Change-Id: Ie133489dfcb3d9cec0c4efe78740348a1efa2423
2012-09-03No explicit rtl::OUString ctors needed, sberg dixitFridrich Štrba
Change-Id: I0b675213064a10cebfdea1fb99573dcf3e34284b
2012-07-06Bin RTL_CONSTASCII_USTRINGPARAMFridrich Štrba
Change-Id: Idba2f900f962da57f9e9254b71b68f9b64f6ba6c
2012-07-05audit and re-license writerperfect.Fridrich Štrba
Written entirely by non-Oracle contributors to LibreOffice. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-04-19Cleaned up wpftdraw_component_getFactoryStephan Bergmann
...which required switching service implementations from XMultiServiceManager- based to XComponentContext-based (using comphelper::ComponentContext convenience helper for the occasional service instantiation via the XComponentContext).
2012-04-19Diminish the number of writerperfect librariesFridrich Štrba
Instead of a pleiade of libraries, one for graphic filters (wpftdraw) and one for text document filters (wpftwriter) to diminish duplicate static linking.