Home
last modified time | relevance | path

Searched refs:w (Results 76 – 100 of 288) sorted by relevance

12345678910>>...12

/trunk/main/scp2/inc/
H A Dmacros.inc44 #define DOCONCAT9( x, y, z, a, b, c, u, v, w) x##y##z##a##b##c##u##v##w
45 #define CONCAT9( x, y, z, a, b, c, u, v, w) DOCONCAT9(x,y,z,a,b,c,u,v,w)
/trunk/main/vcl/inc/
H A Dsalwtype.hxx157 SalPaintEvent( long x, long y, long w, long h, bool bImmediate = false ) : in SalPaintEvent()
159 mnBoundWidth( w ), mnBoundHeight( h ), in SalPaintEvent()
/trunk/main/xmloff/source/draw/
H A Dximppage.cxx119 sal_Int32 w; in DrawAnnotationContext() local
120 GetImport().GetMM100UnitConverter().convertMeasure(w, sValue); in DrawAnnotationContext()
121 aSize.Width = static_cast<double>(w) / 100.0; in DrawAnnotationContext()
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclControl.java297 int w = Integer.parseInt(data[2]);
299 return new Rectangle(x, y, w, h);
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DToolkitNode.java112 private AccessibilityNode getTopWindowNode(XTopWindow w) { in getTopWindowNode() argument
114 UnoRuntime.queryInterface(XAccessible.class, w); in getTopWindowNode()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx1193 long w = nWidth; in AppendColumn() local
1194 if (!w) in AppendColumn()
1195 w = GetDefaultColumnWidth(rName); in AppendColumn()
1197 InsertDataColumn(nId, rName, w, (HIB_CENTER | HIB_VCENTER | HIB_CLICKABLE), nPos); in AppendColumn()
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dpolish.lm9 w 4139
121 ów 418
/trunk/main/icu/
H A Dicu4c-4_0_1-src.patch10 +## Force RPATH=$ORIGIN to locate own dependencies w/o need for LD_LIBRARY_PATH
92 +## Force RPATH=$ORIGIN to locate own dependencies w/o need for LD_LIBRARY_PATH
140 +## Force RPATH=$ORIGIN to locate own dependencies w/o need for LD_LIBRARY_PATH
/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.hxx81 : x( 0 ), y( 0 ), w( 0 ), h( 0 ), StyleId( -1 ), Parent( pParent ) in Element()
104 double x, y, w, h; member
/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx640 int w = b_vert ? p_bbox->height : p_bbox->width; in getCharWidth() local
641 w *= maVirtualStatus.mnTextWidth ? maVirtualStatus.mnTextWidth : maVirtualStatus.mnTextHeight; in getCharWidth()
642 return w; in getCharWidth()
/trunk/main/vcl/unx/generic/dtrans/
H A Dbmp.cxx354 unsigned int w, h, bw, d; in X11_getBmpFromPixmap() local
355 XGetGeometry( pDisplay, aDrawable, &aRoot, &x, &y, &w, &h, &bw, &d ); in X11_getBmpFromPixmap()
371 XImage* pImage = XGetImage( pDisplay, aDrawable, 0, 0, w, h, AllPlanes, ZPixmap ); in X11_getBmpFromPixmap()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx929 unsigned int w, h, bw, d; in Init() local
932 &aRoot, &x_ret, &y_ret, &w, &h, &bw, &d ); in Init()
933 maGeometry.nWidth = w; in Init()
935 gtk_window_resize( GTK_WINDOW(m_pWindow), w, h ); in Init()
1244 long w = aScreenSize.Width(); in calcDefaultSize() local
1253 w = 785; in calcDefaultSize()
1255 w = 920; in calcDefaultSize()
1268 w = static_cast<long>(aScreenSize.Width() * 0.8); in calcDefaultSize()
1272 return Size( w, h ); in calcDefaultSize()
/trunk/extras/l10n/source/de/
H A Dlocalize.sdf11088 helpcontent2 source\text\sbasic\shared\03030110.xhp 0 help par_idN10677 0 de w 20200411 15:09…
21467 … 0 de Um alle Trendlinien zu löschen, wählen Sie \<item type=\"menuitem\"\>Einfügen - Trendlinien\…
24081 … 0 de Hier wählen Sie die Optionen für den Ex-/Import aus. Diese Dialoge werden automatisch gezeig…
27632 …shared/optionen/01010501.xhp\" name=\"Farbe über Farbdialog wählen\"\>Farbe über Farbdialog wählen…
27635 …shared/optionen/01010501.xhp\" name=\"Farbe über Farbdialog wählen\"\>Farbe über Farbdialog wählen…
27640 …shared/optionen/01010501.xhp\" name=\"Farbe über Farbdialog wählen\"\>Farbe über Farbdialog wählen…
30021 …shared/optionen/01010501.xhp\" name=\"Farbe über Farbdialog wählen\"\>Farbe über Farbdialog wählen…
30025 …shared/optionen/01010501.xhp\" name=\"Farbe über Farbdialog wählen\"\>Farbe über Farbdialog wählen…
41314 …145799 3 0 de Zum Bearbeiten eines Feldbefehls in Ihrer Folie wählen Sie ihn aus und wählen Sie …
50929 … auszuschließen, wählen Sie es aus, wählen \<emph\>Format - Zeichen\</emph\>, klicken auf das Regi…
[all …]
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DXmlDiff.java425 private static void setOutput(Writer w) { in setOutput() argument
432 writer_ = new PrintWriter(new BufferedWriter(w), true); in setOutput()
/trunk/main/xmerge/workben/
H A DXmlDiff.java425 private static void setOutput(Writer w) { in setOutput() argument
432 writer_ = new PrintWriter(new BufferedWriter(w), true); in setOutput()
/trunk/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx166 DWORD w; in writeArgument() local
167 return WriteFile(pipe, b, p - b, &w, NULL); in writeArgument()
/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx248 if ( maPath2DList[ 0 ].w ) in pushToPropSet()
249 aViewBox.Width = static_cast< sal_Int32 >( maPath2DList[ 0 ].w ); in pushToPropSet()
/trunk/main/idlc/source/
H A Derrorhandler.cxx549 void ErrorHandler::warning0(WarningCode w, const sal_Char* warningmsg) in warning0() argument
552 warningHeader(w); in warning0()
/trunk/main/sw/source/core/access/
H A Dacccontext.hxx456 #define CHECK_FOR_WINDOW( i, w ) \ argument
457 if( !(w) ) \
/trunk/main/xmlsecurity/tools/uno/
H A DTestTool.java1371 int w = screenSize.width-30; in main() local
1373 myFrame.setLocation(screenSize.width/2 - w/2, in main()
1375 myFrame.setSize(w, h); in main()
/trunk/main/
H A Dset_soenv.in1276 $expandedPATH =~ s/(\$\w+)/$1/eeg;
2324 $envvar =~ s/(\$\{?\w+\}?)/$1/eeg ;
2343 $antvar =~ s/(\$\{?\w+\}?)/$1/eeg ;
2347 $envvar =~ s/(\$\{?\w+\}?)/$1/eeg ;
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1762 long w = 0; in GetGraphicsWidth() local
1765 w = mnWidth; in GetGraphicsWidth()
1768 if( w == 0 ) in GetGraphicsWidth()
1771 w = mpFrame->maGeometry.nWidth; in GetGraphicsWidth()
1774 return w; in GetGraphicsWidth()
/trunk/main/sc/source/ui/src/
H A Dpopup.src94 Text [ en-US ] = "Sho~w Comment" ;
534 Text [ en-US ] = "Sho~w Comment" ;
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx765 unsigned int w = 0, h = 0, bw = 0, d; in DrawServerAAForcedString() local
766 XGetGeometry( pDisplay, hDrawable_, &aRoot, &x, &y, &w, &h, &bw, &d ); in DrawServerAAForcedString()
772 if( nXmax >= int(w) ) // clip on right window egde in DrawServerAAForcedString()
773 nXmax = w-1; in DrawServerAAForcedString()
/trunk/main/sc/source/ui/pagedlg/
H A Dtptable.cxx107 #define WAS_DEFAULT(w,s) (SFX_ITEM_DEFAULT==(s).GetItemState((w),sal_True)) argument

Completed in 1205 milliseconds

12345678910>>...12