salgdi.h (248a599f) salgdi.h (8a718ffc)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 234 unchanged lines hidden (view full) ---

243 virtual sal_Bool drawNativeControlText( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
244 ControlState nState, const ImplControlValue& aValue,
245 const rtl::OUString& aCaption );
246 virtual sal_Bool getNativeControlRegion( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion, ControlState nState,
247 const ImplControlValue& aValue, const rtl::OUString& aCaption,
248 Rectangle &rNativeBoundingRegion, Rectangle &rNativeContentRegion );
249
250 // get device resolution
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 234 unchanged lines hidden (view full) ---

243 virtual sal_Bool drawNativeControlText( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
244 ControlState nState, const ImplControlValue& aValue,
245 const rtl::OUString& aCaption );
246 virtual sal_Bool getNativeControlRegion( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion, ControlState nState,
247 const ImplControlValue& aValue, const rtl::OUString& aCaption,
248 Rectangle &rNativeBoundingRegion, Rectangle &rNativeContentRegion );
249
250 // get device resolution
251 virtual void GetResolution( long& rDPIX, long& rDPIY );
251 virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY );
252 // get the depth of the device
253 virtual sal_uInt16 GetBitCount();
254 // get the width of the device
255 virtual long GetGraphicsWidth() const;
256
257 // set the clip region to empty
258 virtual void ResetClipRegion();
259

--- 159 unchanged lines hidden ---
252 // get the depth of the device
253 virtual sal_uInt16 GetBitCount();
254 // get the width of the device
255 virtual long GetGraphicsWidth() const;
256
257 // set the clip region to empty
258 virtual void ResetClipRegion();
259

--- 159 unchanged lines hidden ---