Code is contributed under the LGPLv3+ / MPL
diff --git a/unusedcode.easy b/unusedcode.easy
index b906bb9..bc78775 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -1,4 +1,4 @@
-AtomDocument::AtomDocument(AtomPubSession*, std::basic_string<char, std::char_traits<char>,
std::allocator<char> >)
+### AtomDocument::AtomDocument(AtomPubSession*, std::basic_string<char, std::char_traits<char>,
std::allocator<char> >)
AtomFolder::AtomFolder(AtomPubSession*, std::basic_string<char, std::char_traits<char>,
std::allocator<char> >)
AtomPubSession::getCollectionUrl(Collection::Type)
ByteString::Assign(char const*, unsigned short)
@@ -15,7 +15,7 @@ CIccMBB::NewCLUT(unsigned char*, unsigned char)
CIccMBB::NewCLUT(unsigned char, unsigned char)
CIccMemIO::Alloc(unsigned int, bool)
CIccMpeCLUT::SetCLUT(CIccCLUT*)
-CIccMpeCreator::DoGetElementSigName(std::basic_string<char, std::char_traits<char>,
std::allocator<char> >&, icElemTypeSignature)
+### CIccMpeCreator::DoGetElementSigName(std::basic_string<char, std::char_traits<char>,
std::allocator<char> >&, icElemTypeSignature)
CIccMpeCurveSet::SetCurve(int, CIccCurveSetCurve*)
CIccProfile::DeleteTag(unsigned int)
CIccProfile::Detach()
diff --git a/vcl/inc/vcl/window.hxx b/vcl/inc/vcl/window.hxx
index 3354499..a2a139a 100644
--- a/vcl/inc/vcl/window.hxx
+++ b/vcl/inc/vcl/window.hxx
@@ -1029,20 +1029,17 @@ public:
/// request XSpriteCanvas render interface for this window
::com::sun::star::uno::Reference<
::com::sun::star::rendering::XSpriteCanvas > GetSpriteCanvas() const;
- /// request fullscreen XSpriteCanvas render interface for this window
- ::com::sun::star::uno::Reference<
- ::com::sun::star::rendering::XSpriteCanvas > GetFullscreenSpriteCanvas( const Size&
rFullscreenSize ) const;
/* records all DrawText operations within the passed rectangle;
* a synchronous paint is sent to achieve this
*/
void RecordLayoutData( vcl::ControlLayoutData* pLayout, const Rectangle& rRect
);
- // Setzen und Abfragen fuer das Toolkit
+ // Set and query for the toolkit
VCLXWindow* GetWindowPeer() const;
void SetWindowPeer( ::com::sun::star::uno::Reference<
::com::sun::star::awt::XWindowPeer > xPeer, VCLXWindow* pVCLXWindow );
- // Merken, ob vom Toolkit erzeugt
+ // Mark and check if created with Toolkit
sal_Bool IsCreatedWithToolkit() const;
void SetCreatedWithToolkit( sal_Bool b );
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 54ac8b2..06f1efc 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -9441,13 +9441,6 @@ uno::Reference< rendering::XSpriteCanvas > Window::GetSpriteCanvas() const
return xSpriteCanvas;
}
-uno::Reference< ::com::sun::star::rendering::XSpriteCanvas > Window::GetFullscreenSpriteCanvas(
const Size& rFullscreenSize ) const
-{
- uno::Reference< rendering::XSpriteCanvas > xSpriteCanvas(
- ImplGetCanvas( rFullscreenSize, true, true ), uno::UNO_QUERY );
- return xSpriteCanvas;
-}
-
void Window::ImplPaintToDevice( OutputDevice* i_pTargetOutDev, const Point& i_rPos )
{
sal_Bool bRVisible = mpWindowImpl->mbReallyVisible;
Context
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.