Home
last modified time | relevance | path

Searched refs:medium (Results 1 – 25 of 94) sorted by relevance

1234

/trunk/main/shell/source/win32/shlxthandler/propsheets/
H A Dpropsheets.cxx143 STGMEDIUM medium; in Initialize() local
146 HRESULT hr = lpdobj->GetData(&fe, &medium); in Initialize()
151 reinterpret_cast<HDROP>(medium.hGlobal), in Initialize()
156 UINT size = DragQueryFile( reinterpret_cast<HDROP>(medium.hGlobal), 0, 0, 0 ); in Initialize()
160 UINT result_size = DragQueryFile( reinterpret_cast<HDROP>(medium.hGlobal), in Initialize()
180 ReleaseStgMedium(&medium); in Initialize()
/trunk/main/dtrans/test/win32/dnd/
H A Datlwindow.cxx181 STGMEDIUM medium; in OnTimer() local
182 medium.tymed= TYMED_HGLOBAL; in OnTimer()
183 medium.hGlobal= mem; in OnTimer()
184 medium.pUnkForRelease= NULL; in OnTimer()
186 pData->SetData( &format, &medium, TRUE); // releases HGLOBAL eventually in OnTimer()
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx1270 uno::Sequence<beans::PropertyValue> medium(2); in loadFromURL() local
1271 medium[0].Name = ::rtl::OUString::createFromAscii("DocumentBaseURL"); in loadFromURL()
1272 medium[0].Value <<= aURL; in loadFromURL()
1273 medium[1].Name = ::rtl::OUString::createFromAscii("URL"); in loadFromURL()
1274 medium[1].Value <<= aURL; in loadFromURL()
1275 _pImp->m_xDocProps->loadFromStorage(xStorage, medium); in loadFromURL()
1310 uno::Sequence<beans::PropertyValue> medium(2); in storeIntoURL() local
1312 medium[0].Value <<= aURL; in storeIntoURL()
1313 medium[1].Name = ::rtl::OUString::createFromAscii("URL"); in storeIntoURL()
1314 medium[1].Value <<= aURL; in storeIntoURL()
[all …]
H A Ddoc.src352 Text [ en-US ] = "Access to the current data medium not possible." ;
/trunk/main/extras/source/misc_config/wizard/web/styles/
H A Drgb.css85 border-top-width: medium;
86 border-right-width: medium;
87 border-bottom-width: medium;
88 border-left-width: medium;
/trunk/main/offapi/com/sun/star/ucb/
H A DODMAContentProvider.idl70 <p STYLE="font-weight: medium">Examples:</p>
71 <p><b>vnd.sun.star.odma:/ </b><span STYLE="font-weight: medium">( The
73 <p STYLE="font-weight: medium"><b>vnd.sun.star.odma:/</b> a document
H A DInteractiveWrongMediumException.idl35 /** is thrown when the wrong medium is inserted into a removable drive during
40 /** identifies the medium that's needed to continue with the pending
H A DXPropertySetRegistry.idl39 /** A registry (storage medium) for persistent propertysets.
H A DTransientDocumentsContentProvider.idl43 or that have been created but not yet saved to any storage medium, are
/trunk/main/oox/source/dump/
H A Dbiffdumper.ini117 shortlist=BORDERSTYLES-BIFF3,0,none,thin,medium,dash,dot,thick,double,hair
121 8=medium-dash,thin-dash-dot,medium-dash-dot,thin-dash-dot-dot,medium-dash-dot-dot,slant-dash-dot
1018 shortlist=CHLEGEND-SPACING,0,close,medium,open
1040 shortlist=CHLINEFORMAT-LINEWEIGHT,-1,hair,thin,medium,thick
1589 shortlist=OBJ-LINEWEIGHT,0,hair,thin,medium,thick
1592 shortlist=OBJ-ARROWHEAD-WIDTH,0,narrow,medium,wide
1593 shortlist=OBJ-ARROWHEAD-LENGTH,0,short,medium,long
H A Dxlsbdumper.ini97 0=none,thin,medium,dash,dot
98 5=thick,double,hair,medium-dash,thin-dash-dot
99 10=medium-dash-dot,thin-dash-dot-dot,medium-dash-dot-dot,slant-dash-dot
/trunk/main/extras/unx/source/fonts/
H A Dfonts.dir2 opens___.ttf -sun-OpenSymbol-medium-r-normal--0-0-0-0-p-0-iso10646-1
/trunk/main/offapi/com/sun/star/presentation/
H A DAnimationSpeed.idl45 /** set the speed from the animation/fade to medium.
/trunk/main/uui/source/
H A Dids.src289 Text [ en-US ] = "$(ARG1) is not ready; please insert a storage medium." ;
294 Text [ en-US ] = "Volume $(ARG1) is not ready; please insert a storage medium." ;
/trunk/main/offapi/com/sun/star/i18n/
H A DNativeNumberXmlAttributes.idl55 /** The type of the number string, for example, "short" or "medium"
H A DFormatElement.idl54 /** Type may be one of "short", "medium", "long". */
/trunk/main/offapi/com/sun/star/embed/
H A DUseBackupException.idl45 The storage itself must disconnect from the medium it is based on to allow
H A DStorageFactory.idl49 on an arbitrary medium.
/trunk/main/offapi/com/sun/star/rdf/
H A DXDocumentMetadataAccess.idl400 /** loads document metadata from a medium.
423 /** stores document metadata to a medium.
/trunk/main/udkapi/com/sun/star/io/
H A DXSeekable.idl80 the length of the storage medium on which the stream works.
H A DXAsyncOutputMonitor.idl76 data have savely been stored on a stable physical medium, like a hard
/trunk/main/offapi/com/sun/star/form/component/
H A DNavigationToolBar.idl102 <li>1: medium size icons (26x26)</li>
/trunk/main/
H A DNOTICE85 and distribution of this entire article is permitted in any medium,
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.src186 Text [ en-US ] = "Select an output medium" ;
/trunk/main/offapi/com/sun/star/task/
H A DInteractionHandler.idl122 medium that can be removed by the user (a <atom>boolean</atom>).</DD>

Completed in 207 milliseconds

1234