/aoo42x/main/sw/source/filter/xml/ |
H A D | xmlitemm.cxx | 41 #define MAP_ENTRY( p, l, w, m ) \ argument 43 #define M_E_SI( p, l, w, m ) \ argument 45 #define M_E_SE( p, l, w, m ) \ argument 47 #define M_E_SIE( p, l, w, m ) \ argument
|
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
H A D | AccessibleObjectFactory.java | 54 public static void postWindowGainedFocus(java.awt.Window w) { in postWindowGainedFocus() 58 public static void postWindowLostFocus(java.awt.Window w) { in postWindowLostFocus() 62 public static void postWindowActivated(java.awt.Window w) { in postWindowActivated() 66 public static void postWindowDeactivated(java.awt.Window w) { in postWindowDeactivated() 70 public static void postWindowOpened(java.awt.Window w) { in postWindowOpened() 74 public static void postWindowClosed(java.awt.Window w) { in postWindowClosed() 89 private static void postWindowEvent(java.awt.Window w, int i) { in postWindowEvent() 494 java.awt.Window w; in getTopWindow() local
|
/aoo42x/main/automation/inc/automation/ |
H A D | commdefines.hxx | 48 #define LOBYTE(w) ((comm_BYTE)((comm_WORD)(w) & 0xFF)) argument 51 #define HIBYTE(w) ((comm_BYTE)(((comm_WORD)(w) >> 8) & 0xFF)) argument 64 #define SWAPWORD(w) MAKEWORD(HIBYTE(w),LOBYTE(w)) argument 72 #define NETWORD(w) (comm_WORD)(w) argument 81 #define NETWORD(w) MAKEWORD(HIBYTE(w),LOBYTE(w)) argument
|
/aoo42x/main/sal/inc/osl/ |
H A D | endian.h | 180 # define OSL_LOBYTE(w) ((sal_uInt8)((sal_uInt16)(w) & 0xFF)) argument 183 # define OSL_HIBYTE(w) ((sal_uInt8)(((sal_uInt16)(w) >> 8) & 0xFF)) argument 201 # define OSL_NETWORD(w) (sal_uInt16)(w) argument 219 # define OSL_SWAPWORD(w) OSL_MAKEWORD(OSL_HIBYTE(w),OSL_LOBYTE(w)) argument
|
/aoo42x/main/toolkit/source/layout/core/ |
H A D | localized-string.cxx | 61 if ( Window *w = GetWindow() ) in setText() local 70 if ( Window *w = GetWindow() ) in getText() local
|
/aoo42x/main/toolkit/source/layout/vcl/ |
H A D | wbutton.cxx | 559 void AddAdvanced( Window* w ) in AddAdvanced() 565 void AddSimple( Window* w ) in AddSimple() 571 void RemoveAdvanced( Window* w ) in RemoveAdvanced() 575 void RemoveSimple( Window* w ) in RemoveSimple() 581 void AdvancedButton::AddAdvanced( Window* w ) in AddAdvanced() 586 void AdvancedButton::AddSimple( Window* w ) in AddSimple() 591 void AdvancedButton::RemoveAdvanced( Window* w ) in RemoveAdvanced() 596 void AdvancedButton::RemoveSimple( Window* w ) in RemoveSimple() 640 void AddWindow( Window* w ) { AddAdvanced( w ); } in AddWindow() 649 void MoreButton::AddWindow( Window* w ) in AddWindow() [all …]
|
/aoo42x/main/vos/inc/vos/ |
H A D | macros.hxx | 93 # define VOS_LOBYTE(w) ((sal_uInt8)((sal_uInt16)(w) & 0xFF)) argument 96 # define VOS_HIBYTE(w) ((sal_uInt8)(((sal_uInt16)(w) >> 8) & 0xFF)) argument 109 # define VOS_SWAPWORD(w) VOS_MAKEWORD(VOS_HIBYTE(w),VOS_LOBYTE(w)) argument 117 # define VOS_NETWORD(w) (sal_uInt16)(w) argument 124 # define VOS_NETWORD(w) VOS_MAKEWORD(VOS_HIBYTE(w),VOS_LOBYTE(w)) argument
|
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/ |
H A D | AccessBridge.java | 59 java.awt.Window w = (java.awt.Window) topWindowMap.get(oid); in getTopWindowImpl() local 187 java.awt.Window w = getTopWindow(xAccessible); in windowOpened() local 209 java.awt.Window w = removeTopWindow(xAccessible); in windowClosed() local
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_os2_cairo.cxx | 86 Os2Surface::Os2Surface( HWND hwnd, int x, int y, int w, int h) : in Os2Surface() 162 int w = (width == 0 ? 1 : width); in getSimilar() local 257 int w = (width == 0 ? 1 : width); in createSurface() local
|
/aoo42x/test/testcommon/source/org/openoffice/test/common/ |
H A D | GraphicsUtil.java | 258 int w = image.getWidth(); in getBoundingBox() local 291 int w = capture.getWidth(); in isFilledWith() local 311 int w = capture.getWidth(); in findImage() local 339 int w = capture.getWidth(); in findColor() local
|
/aoo42x/main/qadevOOo/runner/convwatch/ |
H A D | BorderRemover.java | 37 int w; field in Rect 217 int w = _aImage.getWidth(); in findBorder() local 287 int w = _aRect.getWidth(); in createImage() local
|
H A D | PixelCounter.java | 125 int w = _aImage.getWidth(); in countNotWhitePixel() local 135 int w = _aImage.getWidth(); in countNotBlackPixel() local
|
/aoo42x/main/xmerge/source/palmtests/qa/comparator/ |
H A D | XmlWrapper.java | 40 XmlWrapper w = new XmlWrapper(); in main() local
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_spritedevicehelper.cxx | 69 const sal_Int32 w( ::std::max(sal_Int32(1),sal_Int32(rRect.Width))); in init() local 223 const sal_Int32 w(::std::max(sal_Int32(1),sal_Int32(rBounds.Width))); in notifySizeUpdate() local
|
/aoo42x/main/desktop/source/pagein/ |
H A D | file_image_unx.c | 85 file_image w; in file_image_pagein() local
|
/aoo42x/main/vcl/win/source/app/ |
H A D | salinfo.cxx | 123 int w = GetSystemMetrics( SM_CXSCREEN ); in initMonitors() local 188 int w = GetSystemMetrics( SM_CXSCREEN ); in initMonitors() local
|
/aoo42x/main/cppuhelper/qa/weak/ |
H A D | test_weak.cxx | 82 css::uno::Reference< css::uno::XWeak > w(new ::cppu::OWeakObject); in TEST_F() local
|
/aoo42x/main/slideshow/source/engine/transitions/ |
H A D | spiralwipe.cxx | 66 double w = M_PI_2; in calcNegSpiral() local
|
H A D | figurewipe.cxx | 107 const double w = (pos * 2.0 * M_PI / nPoints); in createStarWipe() local
|
/aoo42x/main/qadevOOo/runner/graphical/ |
H A D | PixelCounter.java | 167 final int w = _aImage.getWidth(); in countNotWhitePixel() local 177 final int w = _aImage.getWidth(); in countNotBlackPixel() local
|
/aoo42x/main/testgraphical/ui/java/ConvwatchGUIProject/src/ |
H A D | ConvwatchGUI.java | 388 int w = getWidth(); in initialiseImages() local 458 private int w; field in ConvwatchGUI.ResizeImage
|
/aoo42x/main/canvas/source/tools/ |
H A D | page.cxx | 103 const sal_Int32 w = rect.maSize.getX()+1; in insert() local
|
/aoo42x/main/vcl/source/gdi/ |
H A D | salgdilayout.cxx | 113 long w; in mirror() local 149 long w; in mirror() local 186 long w; in mirror() local 312 long w; in mirror() local 341 long w; in mirror() local 371 long w; in mirror() local
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/ |
H A D | Debug.java | 164 private static void setOutput(Writer w) { in setOutput()
|
/aoo42x/main/bean/qa/complex/bean/ |
H A D | ScreenComparer.java | 116 int w = w1 > w2 ? w1 : w2; in compare() local
|