Home
last modified time | relevance | path

Searched refs:w (Results 51 – 75 of 288) sorted by relevance

12345678910>>...12

/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx117 unsigned int w, h, bw, d; in doReparentPresentationDialogues() local
224 unsigned int w = 500, h = 500; in Init() local
247 w = maGeometry.nWidth; in Init()
257 w = 10; in Init()
335 w = aScreenSize.Width(); in Init()
342 w = 785; in Init()
344 w = 920; in Init()
489 w, h, in Init()
511 maGeometry.nWidth = w; in Init()
557 pHints->min_width = w; in Init()
[all …]
/trunk/test/testgui/source/testlib/gui/
H A DSDTool.java32 for (VclWindow w : views) { in getActiveView()
33 if (w.exists()) { in getActiveView()
34 return w; in getActiveView()
H A DAppTool.java213 for (VclWindow w : windows) { in handleBlocker()
214 if (w.exists()) { in handleBlocker()
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dnepali.lm84 w 105
328 |w 30
330 k|w 30
349 _k|w 29
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx1082 int w = 0; in ImplWriteWatermark() local
1083 while( ( w = pDev->GetTextWidth( aText ) ) > nTextWidth ) in ImplWriteWatermark()
1085 long nNewHeight = aFont.GetHeight() * nTextWidth / w; in ImplWriteWatermark()
1109 aTextPoint = Point( (rPageSize.Width()-w)/2, in ImplWriteWatermark()
1111 aTextRect = Rectangle( Point( (rPageSize.Width()-w)/2, in ImplWriteWatermark()
1113 Size( w, nTextHeight ) ); in ImplWriteWatermark()
1118 (rPageSize.Height()-w)/2 ); in ImplWriteWatermark()
1119 aTextRect = Rectangle( aTextPoint, Size( nTextHeight, w ) ); in ImplWriteWatermark()
/trunk/main/cppuhelper/qa/weak/
H A Dtest_weak.cxx82 css::uno::Reference< css::uno::XWeak > w(new ::cppu::OWeakObject); in TEST_F() local
83 css::uno::Reference< css::uno::XAdapter > a(w->queryAdapter()); in TEST_F()
90 w.clear(); in TEST_F()
/trunk/main/postprocess/prj/
H A Dbuild.lst8 po postprocess\rebase nmake - w po_rebase NULL
9 po postprocess\signing nmake - w,sign po_signing po_rebase.w NULL
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_arrowshapes.pentagon-right.xcf.bz2
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx334 void AddAdvanced( Window* w );
335 void AddSimple( Window* w );
336 void RemoveAdvanced( Window* w );
337 void RemoveSimple( Window* w );
351 void AddWindow( Window* w );
352 void RemoveWindow( Window* w );
/trunk/main/slideshow/source/engine/transitions/
H A Dspiralwipe.cxx66 double w = M_PI_2; in calcNegSpiral() local
79 aTransform.rotate( w ); in calcNegSpiral()
80 w -= M_PI_2; in calcNegSpiral()
H A Dfigurewipe.cxx107 const double w = (pos * 2.0 * M_PI / nPoints); in createStarWipe() local
110 aTransform.rotate( -w ); in createStarWipe()
116 aTransform.rotate( -w - v ); in createStarWipe()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx542 pText->w = 0.0; // ToDO P2: 1.1 is a hack for solving of size auto-grow problem in drawCharGlyphs()
621 pFrame->w = pImageElement->w = aRect.getWidth(); in setupImage()
749 pLink->w = rBounds.X2-rBounds.X1; in hyperLink()
813 m_pCurPage->w = rSize.Width; in startPage()
950 if( pLeft->x+pLeft->w < pRight->x ) in lr_tb_sort()
954 if( pRight->x+pRight->w < pLeft->x ) in lr_tb_sort()
/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx1118 if (Window *w = dynamic_cast <Window*> (page)) in InsertPage()
1120 w->SetParent (this); in InsertPage()
1165 if (Window *w = dynamic_cast <Window*> (page)) in SetTabPage()
1167 w->SetParent (this); in SetTabPage()
1588 if (::Window *w = dynamic_cast< ::Window* > (this)) in InPlug()
1589 w->SetComponentInterface (GetVCLXWindow ()); in InPlug()
1598 if (::Window *w = dynamic_cast< ::Window* > (this)) in InPlug()
1599 w->SetComponentInterface (GetVCLXWindow ()); in InPlug()
/trunk/main/sdext/source/pdfimport/xpdftest/
H A Dtext_0_out.def67 drawChar 60.006000 445.804000 74.712000 427.804000 1.000000 0.000000 0.000000 1.000000 w
86 drawChar 57.900000 425.004000 72.606000 407.004000 1.000000 0.000000 0.000000 1.000000 w
173 drawChar 474.516000 165.896000 500.660000 133.896000 1.000000 0.000000 0.000000 1.000000 w
/trunk/main/vcl/unx/generic/gdi/
H A Dsalvd.cxx55 unsigned int w = 0, h = 0, bw, d; in CreateVirtualDevice() local
58 &aRoot, &x, &y, &w, &h, &bw, &d ); in CreateVirtualDevice()
66 nDX = (long)w; in CreateVirtualDevice()
H A Dsalgdi2.cxx86 unsigned int w, unsigned int h, in CopyScreenArea() argument
93 src_x, src_y, w, h, dest_x, dest_y ); in CopyScreenArea()
98 XImage* pImage = XGetImage( pDisplay, aSrc, src_x, src_y, w, h, in CopyScreenArea()
105 0, 0, dest_x, dest_y, w, h ); in CopyScreenArea()
115 aBM.ImplCreateFromDrawable( aSrc, nScreenSrc, nSrcDepth, src_x, src_y, w, h ); in CopyScreenArea()
118 aTwoRect.mnSrcWidth = aTwoRect.mnDestWidth = w; in CopyScreenArea()
/trunk/main/bean/qa/complex/bean/
H A DScreenComparer.java116 int w = w1 > w2 ? w1 : w2; in compare() local
118 m_imgDiff = new BufferedImage(w, h, BufferedImage.TYPE_INT_ARGB); in compare()
121 for (int x = 0; x < w; x++) in compare()
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx783 const int w = kapp->style()->pixelMetric(QStyle::PM_ExclusiveIndicatorWidth); in getNativeControlRegion() local
785 contentRect = QRect(boundingRect.left(), boundingRect.top(), w, h); in getNativeControlRegion()
799 const int w = kapp->style()->pixelMetric(QStyle::PM_SliderLength); in getNativeControlRegion() local
802 … contentRect = QRect(boundingRect.left(), boundingRect.top(), w, boundingRect.height()); in getNativeControlRegion()
808 … contentRect = QRect(boundingRect.left(), boundingRect.top(), boundingRect.width(), w); in getNativeControlRegion()
/trunk/main/binaryurp/source/
H A Dbridge.cxx230 rtl::Reference< Writer > w; in terminate() local
238 std::swap(writer_, w); in terminate()
249 OSL_ASSERT(w.is()); in terminate()
250 w->stop(); in terminate()
252 joinThread(w.get()); in terminate()
/trunk/main/libxslt/
H A Dlibxslt-mingw.patch17 func_to_host_path_tmp1=`cygpath -w "$1"`
34 func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"`
/trunk/main/canvas/source/tools/
H A Dsurface.cxx364 const double w(maSize.getX()); in drawWithClip() local
366 const double x2(x1+w); in drawWithClip()
439 const double tu(((aPoint.getX()-aSurfaceClipRect.getMinX())*rUV.getWidth()/w)+rUV.getMinX()); in drawWithClip()
H A Dpage.cxx103 const sal_Int32 w = rect.maSize.getX()+1; in insert() local
107 r.maPos.setX(x+w); in insert()
/trunk/main/vcl/unx/generic/app/
H A Di18n_status.cxx616 long w, h; in setStatusText() local
617 m_pParent->GetClientSize( w, h ); in setStatusText()
618 if( w == 0 || h == 0 ) in setStatusText()
/trunk/main/solenv/bin/modules/installer/patch/
H A DFileOperations.pm145 if ( ! -w $destination_name)
185 if ( -f $destination_filename && ! -w $destination_filename)
/trunk/main/oox/inc/oox/drawingml/
H A Dcustomshapeproperties.hxx99 sal_Int64 w; member
106 Path2D() : w( 0 ), h( 0 ), fill( XML_norm ), stroke( sal_True ), extrusionOk( sal_True ) {}; in Path2D()

Completed in 138 milliseconds

12345678910>>...12