Home
last modified time | relevance | path

Searched refs:w1 (Results 1 – 10 of 10) sorted by last modified time

/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf602 …\dialogs\tp_ChartType.src 0 checkbox TP_CHARTTYPE CB_STACKED 150 kid e1+2w1‖~Stack series 201…
853 connectivity source\resource\conn_shared_res.src 0 string STR_CAN_NOT_CREATE_ROW 0 kid 3ej]w1‖A …
1062 cui source\customize\macropg.src 0 string RID_SVXSTR_EVENT_MOUSEMOVED 0 kid 0w1=4m‖Mouse moved …
29163 helpcontent2 source\text\shared\01\02100001.xhp 0 help par_id3143267 199 0 kid w1]i5b‖? 201308…
49107 helpcontent2 source\text\swriter\02\14020000.xhp 0 help par_id3153176 86 0 kid 622w1]‖Mean 201…
51696 helpcontent2 source\text\swriter\guide\table_insert.xhp 0 help par_id3149609 37 0 kid l5+1w1‖Choo…
52348 …i_languages\Property.ulf 0 LngText OOO_ARPURLUPDATEINFOTEMPLATE 0 kid 2=w1[s‖http://www.openoff…
52386 …enoffice\windows\msi_languages\UIText.ulf 0 LngText OOO_UITEXT_28 0 kid w1=n+k‖This feature fre…
60449 sc source\ui\src\globstr.src 0 string RID_GLOBSTR STR_IMPORT_ERROR 0 kid w1[ak7‖Spellcheck not av…
60513 sc source\ui\src\globstr.src 0 string RID_GLOBSTR STR_SCATTR_PAGE_FIRSTPAGENO 0 kid 6w1=nn‖First …
[all …]
/trunk/extras/l10n/source/pl/
H A Dlocalize.sdf23934 …\sbasic\shared\03101110.xhp 0 help par_idN10594 0 pl Defxxx zakres_znaków1[, zakres_znaków2[,..…
24454 …\sbasic\shared\03101140.xhp 0 help par_idN1058E 0 pl Defxxx zakres_znaków1[, zakres_znaków2[,..…
24708 …basic\shared\03101500.xhp 0 help par_id3156023 4 0 pl Defxxx zakres_znaków1[, zakres_znaków2[,..…
25753 …basic\shared\03101100.xhp 0 help par_id3150682 4 0 pl Defxxx zakres_znaków1[, zakres_znaków2[,..…
25964 …\sbasic\shared\03101120.xhp 0 help par_idN10594 0 pl Defxxx zakres_znaków1[, zakres_znaków2[,..…
26037 …\sbasic\shared\03101130.xhp 0 help par_idN1058E 0 pl Defxxx zakres_znaków1[, zakres_znaków2[,..…
26969 …basic\shared\03101300.xhp 0 help par_id3148664 4 0 pl Defxxx zakres_znaków1[, zakres_znaków2[,..…
27615 …basic\shared\03101400.xhp 0 help par_id3147530 4 0 pl Defxxx zakres_znaków1[, zakres_znaków2[,..…
28092 …basic\shared\03101700.xhp 0 help par_id3147530 4 0 pl Defxxx zakres_znaków1[, zakres_znaków2[,..…
28901 …basic\shared\03101600.xhp 0 help par_id3145609 4 0 pl Defxxx zakres_znaków1[, zakres_znaków2[,..…
[all …]
/trunk/main/bean/qa/complex/bean/
H A DScreenComparer.java107 int w1 = m_img1.getWidth(); in compare() local
112 if (w1 != w2 || h1 != h2) in compare()
116 int w = w1 > w2 ? w1 : w2; in compare()
127 if (x < w1 && y < h1) in compare()
160 int[] pixels1 = new int[w1 * h1]; in compare()
162 m_img1.getSource(), 0, 0, w1, h1, pixels1, 0, w1); in compare()
170 m_imgDiff = new BufferedImage(w1, h1, BufferedImage.TYPE_INT_ARGB); in compare()
188 for (int x = 0; x < w1; x++) in compare()
190 int offset = y * w1 + x; in compare()
/trunk/main/vcl/source/window/
H A Dtaskpanelist.cxx59 bool operator()( const Window* w1, const Window* w2 ) const in operator ()()
61 Point pos1(ImplTaskPaneListGetPos( w1 )); in operator ()()
72 bool operator()( const Window* w2, const Window* w1 ) const in operator ()()
74 Point pos1(ImplTaskPaneListGetPos( w1 )); in operator ()()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv1.cxx96 long w1=rRect.Right()-x1; in SetMarkedObjRect() local
132 l*=w1; l/=w0; in SetMarkedObjRect()
133 r*=w1; r/=w0; in SetMarkedObjRect()
135 l=0; r=w1; in SetMarkedObjRect()
/trunk/main/registry/test/
H A Dtestregcpp.cxx565 OUString w1(OUString::createFromAscii( "Hallo" )); in test_registry_CppApi() local
569 pUnicode[0]=w1.getStr(); in test_registry_CppApi()
578 …REG_ENSURE(rtl_ustr_compare(w1, unicodeList.getElement(0)) == 0, "test_registry_CppApi error 13m"); in test_registry_CppApi()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DPackageDescription.java592 public int compare(Object w1, Object w2) { in compare() argument
593 return ((PackageDescription) w1).dpySortKey - ((PackageDescription) w2).dpySortKey; in compare()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1022 double x1,y1,x2,y2,x3,y3,p,q,cx,cy,ncx,ncy,r,rx,ry,w1,w3; in ReadArc() local
1052 w1=fmod((atan2(x1-cx,y1-cy)-atan2(x2-cx,y2-cy)),6.28318530718); if (w1<0) w1+=6.28318530718; in ReadArc()
1054 if (w3<w1) { in ReadArc()
/trunk/main/external/mingwheaders/
H A Dmingw_headers.patch656 …#define STRING_GUID(l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) l##-##w1##-##w2##-##b1##b2##-##b3##b4##b5##b6…
/trunk/main/basegfx/source/range/
H A Db2xrange.cxx74 const typename RangeType::TraitsType::DifferenceType w1( (bx > ax) ? bx - ax : 0 ); in doComputeSetDifference() local
86 if (w1 > 0 && h12 > 0) in doComputeSetDifference()
90 static_cast<typename RangeType::ValueType>(ax+w1), in doComputeSetDifference()

Completed in 2310 milliseconds