/trunk/main/ |
H A D | set_soenv.in | 230 $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."xawt"; 246 $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."sparc".$ds."xawt"; 275 $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."client"; 285 $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."sparc".$ds."client"; 295 $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."ppc".$ds."classic"; 337 $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."client"; 392 $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."client"; 402 $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."arm".$ds."server"; 423 $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."ppc".$ds."client"; 539 $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."ppc".$ds."server"; [all …]
|
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/unix/ |
H A D | nativeview.c | 65 JAWT_DrawingSurface* ds ; in Java_NativeView_getNativeWindow() local 77 if ((ds = awt.GetDrawingSurface(env, obj_this)) == NULL) in Java_NativeView_getNativeWindow() 81 lock = ds->Lock(ds); in Java_NativeView_getNativeWindow() 85 dsi = ds->GetDrawingSurfaceInfo(ds); in Java_NativeView_getNativeWindow() 93 ds->FreeDrawingSurfaceInfo(dsi); in Java_NativeView_getNativeWindow() 95 ds->Unlock(ds); in Java_NativeView_getNativeWindow() 97 awt.FreeDrawingSurface(ds); in Java_NativeView_getNativeWindow()
|
/trunk/main/bean/native/unix/ |
H A D | com_sun_star_comp_beans_LocalOfficeWindow.c | 92 JAWT_DrawingSurface* ds; in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow() local 106 if ((ds = awt.GetDrawingSurface(env, obj_this)) == NULL) in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow() 110 lock = ds->Lock(ds); in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow() 116 dsi = ds->GetDrawingSurfaceInfo(ds); in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow() 125 ds->FreeDrawingSurfaceInfo(dsi); in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow() 127 ds->Unlock(ds); in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow() 129 awt.FreeDrawingSurface(ds); in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow()
|
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/ |
H A D | nativeview.c | 70 JAWT_DrawingSurface* ds ; in Java_NativeView_getNativeWindow() local 83 if ((ds = awt.GetDrawingSurface(env, obj_this)) == NULL) in Java_NativeView_getNativeWindow() 87 lock = ds->Lock(ds); in Java_NativeView_getNativeWindow() 91 dsi = ds->GetDrawingSurfaceInfo(ds); in Java_NativeView_getNativeWindow() 99 ds->FreeDrawingSurfaceInfo(dsi); in Java_NativeView_getNativeWindow() 101 ds->Unlock(ds); in Java_NativeView_getNativeWindow() 103 awt.FreeDrawingSurface(ds); in Java_NativeView_getNativeWindow()
|
/trunk/main/embeddedobj/test/Container1/nativelib/ |
H A D | nativeview.c | 73 JAWT_DrawingSurface* ds ; in Java_embeddedobj_test_NativeView_getNativeWindow() local 88 if ((ds = awt.GetDrawingSurface(env, obj_this)) == NULL) in Java_embeddedobj_test_NativeView_getNativeWindow() 92 lock = ds->Lock(ds); in Java_embeddedobj_test_NativeView_getNativeWindow() 96 dsi = ds->GetDrawingSurfaceInfo(ds); in Java_embeddedobj_test_NativeView_getNativeWindow() 108 ds->FreeDrawingSurfaceInfo(dsi); in Java_embeddedobj_test_NativeView_getNativeWindow() 110 ds->Unlock(ds); in Java_embeddedobj_test_NativeView_getNativeWindow() 112 awt.FreeDrawingSurface(ds); in Java_embeddedobj_test_NativeView_getNativeWindow()
|
/trunk/main/bean/native/win32/ |
H A D | com_sun_star_comp_beans_LocalOfficeWindow.c | 101 JAWT_DrawingSurface* ds; in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow() local 115 if ((ds = awt.GetDrawingSurface(env, obj_this)) == NULL) in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow() 119 lock = ds->Lock(ds); in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow() 125 dsi = ds->GetDrawingSurfaceInfo(ds); in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow() 135 ds->FreeDrawingSurfaceInfo(dsi); in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow() 137 ds->Unlock(ds); in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow() 139 awt.FreeDrawingSurface(ds); in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow()
|
/trunk/main/dtrans/source/os2/dnd/ |
H A D | globals.cxx | 146 DragSource* ds = NULL; in dndFrameProc() local 180 ds = (DragSource*) GetWindowDragSourcePtr( hwnd); in dndFrameProc() 181 debug_printf("dndFrameProc hwnd %x, dt %x, DM_RENDER", hwnd, ds); in dndFrameProc() 182 mr = ds->render( (PDRAGTRANSFER) mp1); in dndFrameProc() 190 ds = (DragSource*) GetWindowDragSourcePtr( hwnd); in dndFrameProc() 191 debug_printf("dndFrameProc hwnd %x, dt %x, DM_ENDCONVERSATION", hwnd, ds); in dndFrameProc() 192 mr = ds->endConversation( (ULONG) mp1, (ULONG) mp2); in dndFrameProc()
|
H A D | globals.hxx | 58 void SetWindowDragSourcePtr( HWND hWnd, void* ds);
|
/trunk/main/connectivity/qa/complex/connectivity/ |
H A D | HsqlDriverTest.java | 65 XDataSource ds = null; in test() local 70 ds = database.getDataSource().getXDataSource(); in test() 76 …doc = (XDocumentSubStorageSupplier)UnoRuntime.queryInterface(XDocumentSubStorageSupplier.class,ds); in test() 94 XStorable mod = (XStorable)UnoRuntime.queryInterface(XStorable.class,ds); in test() 104 …doc = (XDocumentSubStorageSupplier)UnoRuntime.queryInterface(XDocumentSubStorageSupplier.class,ds); in test() 105 XModel mod = (XModel)UnoRuntime.queryInterface(XModel.class,ds); in test() 127 XStorable mod2 = (XStorable)UnoRuntime.queryInterface(XStorable.class,ds); in test()
|
/trunk/main/extensions/source/update/check/ |
H A D | updateinfo.hxx | 36 DownloadSource(const DownloadSource& ds) : IsDirect(ds.IsDirect), URL(ds.URL) {}; in DownloadSource() 38 …DownloadSource & operator=( const DownloadSource & ds ) { IsDirect = ds.IsDirect; URL = ds.URL; re… in operator =()
|
/trunk/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentProperties.java | 216 NamedValue[] ds = xDP.getDocumentStatistics(); in check() local 224 assertTrue("DocumentStatistics:WordCount", containsNV(ds, in check() 226 assertTrue("DocumentStatistics:PageCount", containsNV(ds, in check() 324 ds = xDP.getDocumentStatistics(); in check() 325 assertTrue("setDocumentStatistics:SyllableCount", containsNV(ds, in check() 327 assertTrue("setDocumentStatistics:FrameCount", containsNV(ds, in check() 329 assertTrue("setDocumentStatistics:SentenceCount", containsNV(ds, in check()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/ |
H A D | DBHelper.java | 292 String ds = "\""; in Quote() local 296 return ds + _sToQuote + ds; in Quote()
|
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/ |
H A D | TypeDescription.java | 424 IMethodDescription[] ds = superTypes[i].getMethodDescriptions(); in initMethodDescriptions() local 425 for (int j = 0; j < ds.length; ++j) { in initMethodDescriptions() 426 superList.add(new MethodDescription(ds[j], methodOffset++)); in initMethodDescriptions()
|
/trunk/main/desktop/source/deployment/manager/ |
H A D | dp_informationprovider.cxx | 230 ds( dp_misc::Dependencies::check( infoset ) ); in isUpdateAvailable() local 231 if ( ! ds.getLength() ) in isUpdateAvailable()
|
/trunk/main/desktop/source/deployment/gui/ |
H A D | dp_gui_updatedialog.cxx | 515 uno::Sequence< uno::Reference< xml::dom::XElement > > ds( in prepareUpdateData() local 519 out_du.unsatisfiedDependencies.realloc(ds.getLength()); in prepareUpdateData() 520 for (sal_Int32 i = 0; i < ds.getLength(); ++i) { in prepareUpdateData() 521 out_du.unsatisfiedDependencies[i] = dp_misc::Dependencies::getErrorText(ds[i]); in prepareUpdateData()
|
/trunk/main/oox/source/drawingml/ |
H A D | linepropertiescontext.cxx | 76 case A_TOKEN( ds ): in createFastChildContext()
|
/trunk/main/sw/source/ui/dbui/ |
H A D | mmmergepage.src | 84 Text [ en-US ] = "Whole wor~ds only";
|
/trunk/main/libtextcat/data/new_fingerprints/lm/ |
H A D | scots.lm | 399 ds 35
|
H A D | danish.lm | 152 ds 197
|
H A D | slovenian.lm | 222 ds 72
|
H A D | swedish.lm | 261 ds 193
|
/trunk/main/connectivity/qa/complex/connectivity/hsqldb/ |
H A D | TestCacheSize.java | 114 XDataSource ds; field in TestCacheSize
|
/trunk/main/svx/source/dialog/ |
H A D | srchdlg.src | 207 Text [ en-US ] = "Whole wor~ds only" ;
|
/trunk/main/oox/source/token/ |
H A D | tokens.txt | 1913 ds
|
/trunk/extras/l10n/source/sv/ |
H A D | localize.sdf | 2317 svx inc\globlmn_tmpl.hrc 0 #define ITEM_FORMAT_SET_SUB_SCRIPT !defined _GLOBLMN_HRC 0 sv Ne~dsänk… 3359 svx source\src\errtxt.src 0 string RID_ERRHDL ERRCODE_CLASS_NOTSUPPORTED 0 sv Handlingen stöds ej… 6602 …lls.src 0 string STR_GRFILTER_VERSIONERROR 0 sv Grafikfilens version stöds inte 20200411 15:… 10422 …c 0 string RID_GLOBSTR STR_ERR_LONG_NESTED_ARRAY 0 sv Nästlade räckor stöds ej. 20200411 15:0… 10625 …g.src 0 string SCSTR_GRFILTER_VERSIONERROR 0 sv Grafikfilens version stöds inte 20200411 15:… 21024 … 0 string RID_SVXSTR_GRFILTER_VERSIONERROR 0 sv Grafikfilens version stöds inte 20200411 15:… 22194 sccomp source\solver\solver.src 0 string RID_PROPERTY_LIMITBBDEPTH 0 sv Begränsa trädsökningsdju… 35707 …hared\guide\assistive.xhp 0 help hd_id3149795 23 0 sv Hjälpprogram som stöds 20200411 15:09:53 35712 …\guide\assistive.xhp 0 help hd_id3153061 24 0 sv Inmatningsenheter som stöds 20200411 15:09:53 37711 helpcontent2 source\text\shared\guide\paintbrush.xhp 0 help par_idN106D8 0 sv Stöds inte 2020… [all …]
|