Home
last modified time | relevance | path

Searched refs:ds (Results 1 – 25 of 34) sorted by relevance

12

/trunk/main/
H A Dset_soenv.in230 $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 Dnativeview.c65 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 Dcom_sun_star_comp_beans_LocalOfficeWindow.c92 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 Dnativeview.c70 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 Dnativeview.c73 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 Dcom_sun_star_comp_beans_LocalOfficeWindow.c101 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 Dglobals.cxx146 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 Dglobals.hxx58 void SetWindowDragSourcePtr( HWND hWnd, void* ds);
/trunk/main/connectivity/qa/complex/connectivity/
H A DHsqlDriverTest.java60 XDataSource ds = null; in test() local
64 ds = database.getDataSource().getXDataSource(); in test()
70 …doc = (XDocumentSubStorageSupplier)UnoRuntime.queryInterface(XDocumentSubStorageSupplier.class,ds); in test()
88 XStorable mod = (XStorable)UnoRuntime.queryInterface(XStorable.class,ds); in test()
98 …doc = (XDocumentSubStorageSupplier)UnoRuntime.queryInterface(XDocumentSubStorageSupplier.class,ds); in test()
99 XModel mod = (XModel)UnoRuntime.queryInterface(XModel.class,ds); in test()
121 XStorable mod2 = (XStorable)UnoRuntime.queryInterface(XStorable.class,ds); in test()
/trunk/main/extensions/source/update/check/
H A Dupdateinfo.hxx36 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 DDocumentProperties.java216 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 DDBHelper.java292 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 DTypeDescription.java424 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 Ddp_informationprovider.cxx230 ds( dp_misc::Dependencies::check( infoset ) ); in isUpdateAvailable() local
231 if ( ! ds.getLength() ) in isUpdateAvailable()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx515 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 Dlinepropertiescontext.cxx76 case A_TOKEN( ds ): in createFastChildContext()
/trunk/main/sw/source/ui/dbui/
H A Dmmmergepage.src84 Text [ en-US ] = "Whole wor~ds only";
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dscots.lm399 ds 35
H A Ddanish.lm152 ds 197
H A Dslovenian.lm222 ds 72
H A Dswedish.lm261 ds 193
/trunk/main/connectivity/qa/complex/connectivity/hsqldb/
H A DTestCacheSize.java114 XDataSource ds; field in TestCacheSize
/trunk/main/svx/source/dialog/
H A Dsrchdlg.src207 Text [ en-US ] = "Whole wor~ds only" ;
/trunk/main/oox/source/token/
H A Dtokens.txt1913 ds
/trunk/extras/l10n/source/sv/
H A Dlocalize.sdf2317 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 …]

Completed in 1066 milliseconds

12