Home
last modified time | relevance | path

Searched refs:mode (Results 76 – 100 of 399) sorted by relevance

12345678910>>...16

/aoo4110/main/sal/osl/os2/
H A Duunxapi.hxx52 inline int access(const rtl::OUString& ustrPath, int mode) in access() argument
54 return access_u(ustrPath.pData, mode); in access()
H A Dfile.cxx792 …nst sal_Char* pszSourceFileName, const sal_Char* pszDestFileName, size_t nSourceSize, mode_t mode);
1390 int mode = S_IRUSR | S_IRGRP | S_IROTH; in osl_openFile() local
1394 mode |= S_IWUSR | S_IWGRP | S_IWOTH; in osl_openFile()
1399 mode |= S_IWUSR | S_IWGRP | S_IWOTH; in osl_openFile()
1414 int fd = open( buffer, flags | O_BINARY, mode ); in osl_openFile()
2087 …onst sal_Char* pszSourceFileName, const sal_Char* pszDestFileName, size_t nSourceSize, mode_t mode) in oslDoCopyFile() argument
2102 DestFileFD=open(pszDestFileName, O_WRONLY | O_CREAT | O_BINARY, mode); in oslDoCopyFile()
2885 int mode = S_IRWXU | S_IRWXG | S_IRWXO; in create_dir_with_callback() local
2887 if (osl::mkdir(directory_path, mode) == 0) in create_dir_with_callback()
/aoo4110/main/sal/osl/all/
H A Dloadmodulerelative.cxx45 sal_Int32 const mode) in osl_loadModuleRelative() argument
64 return ::osl_loadModule(abs.pData, mode); in osl_loadModuleRelative()
/aoo4110/main/offapi/com/sun/star/rendering/
H A DXBitmapCanvas.idl71 render state is ignored, the compositing mode only for the
94 the compositing mode must be one of the
114 the compositing mode must be one of the
H A DXGraphicDevice.idl58 methods such as bufferController, fullscreen mode etc . belong
280 /** Tells whether this graphic device has a full screen mode,
287 /** Enter or leave the fullscreen mode, if possible. The return
291 fullscreen mode can be left without a enterFullScreenMode(
/aoo4110/main/offapi/com/sun/star/embed/
H A DXStorage2.idl53 In case the stream is open in readonly mode the
62 a mode the stream should be open in,
109 The stream is open in readonly mode so the
H A DStorage.idl102 it is locked ( in case it is opened in readonly mode
104 read-write mode it is locked for reading and writing )
115 read-write mode all noncommited changes will be lost.
327 /** allows to detect whether storage is open in "repair package" mode or
/aoo4110/main/sal/inc/osl/
H A Dmodule.hxx93 ::sal_Int32 mode = SAL_LOADMODULE_DEFAULT) in loadRelative() argument
96 m_Module = osl_loadModuleRelative(baseModule, relativePath.pData, mode); in loadRelative()
/aoo4110/main/offapi/com/sun/star/document/
H A DMediaDescriptor.idl433 read/write mode. If opening in the desired mode is impossible, an error occurs.
435 a "readonly" property, the logical open mode depends on that, otherwise
437 document in read only mode will not prevent the component from being
470 /** let the document be opened in repair mode
474 be opened in repair mode, so as much as possible information will be retrieved.
/aoo4110/main/sd/source/ui/app/
H A Dtoolbox.src30 Text [ en-US ] = "Function Bar (viewing mode)" ;
35 Text [ en-US ] = "Function Bar (viewing mode)" ;
/aoo4110/main/offapi/com/sun/star/xml/crypto/
H A DCipherID.idl41 /** identifier of AES algorithm in CBC mode with W3C padding
46 /** identifier of the Blowfish algorithm in 8-bit CFB mode
/aoo4110/main/offapi/com/sun/star/sdbc/
H A DResultSetConcurrency.idl34 /** is the concurrency mode for a
41 /** is the concurrency mode for a
/aoo4110/main/offapi/com/sun/star/util/
H A DXModeChangeListener.idl41 /** allows to listen for changes in an object's internal mode.
49 /** indicates that the mode of the broadcasting component has changed.
/aoo4110/main/offapi/com/sun/star/awt/
H A DEndPopupModeEvent.idl40 /** specifies an end popup mode event.
46 /** specifies how the popup mode was ended
/aoo4110/main/offapi/com/sun/star/task/
H A DPasswordRequest.idl40 /** this request specifies the mode in wich the password should be asked
51 /** the mode in which password should be asked
/aoo4110/main/icc/source/create_sRGB_profile/
H A DMakefile.in141 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
145 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
172 …$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$…
/aoo4110/main/writerfilter/inc/resourcemodel/
H A DTagLogger.hxx71 XMLTag(string sTag, eMode mode = COMPLETE) : mTag(sTag), mMode(mode) {} in XMLTag() argument
/aoo4110/main/offapi/com/sun/star/frame/
H A DXMenuBarAcceptor.idl51 /** update menu bar according to the current frame mode. This is used in
52 inplace editing mode where we have to merge our own menu into the
/aoo4110/main/stoc/source/registry_tdprovider/
H A Dmethoddescription.cxx56 RTParamMode mode, sal_Int32 position): in Parameter() argument
58 m_typeName(typeName.replace('/', '.')), m_mode(mode), in Parameter()
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DPackageCollector.java165 static public void sortPackages(Vector allPackages, Vector sortedPackages, String mode) { in sortPackages() argument
194 if ( mode.equalsIgnoreCase("uninstall")) { in sortPackages()
/aoo4110/main/offapi/com/sun/star/chart/
H A DX3DDefaultSetter.idl43 /** The result may depend on the current chart type and the current shade mode.
53 …The result may dependent on other 3D settings as rotation or shade mode. It may depend on the curr…
/aoo4110/main/sd/source/core/
H A Dglob.src169 Text [ en-US ] = "Presentation mode" ;
185 Text [ en-US ] = "Bézier mode" ;
340 Text [ en-US ] = "Graphics mode" ;
/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DDocumentPreview.java119 …public XComponent setDocument(String url, int mode) throws com.sun.star.lang.IllegalArgumentExcept… in setDocument() argument
121 switch (mode) in setDocument()
/aoo4110/main/sc/source/ui/miscdlgs/
H A Dsharedocdlg.src47 …editing charts and drawing objects are not available in shared mode. Turn off shared mode to get e…
/aoo4110/main/offapi/com/sun/star/form/
H A DNavigationBarMode.idl42 <p>Note that when this mode is set, a simultaneous <type>TabulatorCycle</type>
54 <p>This is the default and most often encountered mode.</p>

Completed in 65 milliseconds

12345678910>>...16