Home
last modified time | relevance | path

Searched refs:mode (Results 26 – 50 of 414) sorted by relevance

12345678910>>...17

/trunk/main/offapi/com/sun/star/embed/
H A DXStorage.idl155 In case the stream is open in readonly mode the
164 a mode the stream should be open in,
200 In case the stream is open in readonly mode the
209 a mode the stream should be open in,
251 modes. It can support 'read' mode in addition. But any child element
252 can support one of those modes only in case this mode is supported by
260 a mode the storage should be open in
286 The stream is open in readonly mode so the
325 The stream is open in readonly mode so the
566 If target element supports transacted mode it must be committed by this
[all …]
H A DXVisualObject.idl60 The size must be provided in logical units according to map mode the
95 The size must be provided in logical units according to map mode the
150 /** retrieves map mode the object communicates in.
153 the aspect the map mode is requested for.
157 the map mode the object communicates in, it can take values from
/trunk/main/offapi/com/sun/star/i18n/
H A DInputSequenceCheckMode.idl35 /** Input check mode constants to use with
43 /// Pass through mode (no checking)
46 /// Basic checking mode
49 /// Strict checking mode
/trunk/main/offapi/com/sun/star/view/
H A DDuplexMode.idl38 /** specifies an unknown duplex mode.
43 /** specifies that there is no duplex mode enabled
48 /** specifies a long edge duplex mode
53 /** specifies a short edge duplex mode
/trunk/main/offapi/com/sun/star/chart2/
H A DLegendPosition.idl39 /** In LTR mode this is the left-hand side
43 /** In LTR mode this is the right-hand side
49 /** In LTR mode this is the top side
53 /** In LTR mode this is the bottom side
/trunk/main/sal/osl/unx/
H A Dfile_misc.cxx436 int mode = S_IRWXU | S_IRWXG | S_IRWXO; in osl_psz_createDirectory() local
438 nRet = mkdir(pszPath,mode); in osl_psz_createDirectory()
490 int mode = S_IRWXU | S_IRWXG | S_IRWXO; in create_dir_with_callback() local
492 if (osl::mkdir(directory_path, mode) == 0) in create_dir_with_callback()
577 …nst sal_Char* pszSourceFileName, const sal_Char* pszDestFileName, size_t nSourceSize, mode_t mode);
985 …onst sal_Char* pszSourceFileName, const sal_Char* pszDestFileName, size_t nSourceSize, mode_t mode) in oslDoCopyFile() argument
998 DestFileFD=open(pszDestFileName, O_WRONLY | O_CREAT, mode); in oslDoCopyFile()
/trunk/main/offapi/com/sun/star/util/
H A DXModeChangeApproveListener.idl45 /** allows to veto changes in an object's internal mode.
53 /** indicates that the mode of the broadcasting component is about to change.
55 <p>The <member>ModeChangeEvent::NewMode</member> indicates the new mode which
59 when the mode change is vetoed
H A DModeChangeEvent.idl37 /** allows to veto changes in an object's internal mode.
46 /** denotes the new internal mode of a component
48 <p>The semantics of the mode string is to be defined by the component
/trunk/main/offapi/com/sun/star/rendering/
H A DTexture.idl42 providing its own transformation matrix, repeat mode, and
132 /** Repeat mode of the texture, x direction.<p>
134 The repeat mode is separated into x and y direction, this is
140 /** Repeat mode of the texture, y direction.<p>
142 The repeat mode is separated into x and y direction, this is
/trunk/main/registry/source/
H A Dreflwrit.cxx469 RTParamMode mode);
483 RTParamMode mode) in setData() argument
487 m_mode = mode; in setData()
559 RTMethodMode mode,
592 RTMethodMode mode, in setData() argument
601 m_mode = mode; in setData()
1300 RTMethodMode mode, in setMethodData() argument
1306 hEntry, index, doku, mode, name, returnTypeName, paramCount, excCount); in setMethodData()
1329 RTParamMode mode) in setParamData() argument
1332 hEntry, index, paramIndex, mode, name, type); in setParamData()
/trunk/main/stoc/source/security/
H A Daccess_controller.cxx484 OUString mode; in AccessController() local
485 if (m_xComponentContext->getValueByName( OUSTR("/services/" SERVICE_NAME "/mode") ) >>= mode) in AccessController()
487 if (mode.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("off") )) in AccessController()
491 else if (mode.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("on") )) in AccessController()
495 else if (mode.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("dynamic-only") )) in AccessController()
499 else if (mode.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("single-user") )) in AccessController()
512 else if (mode.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("single-default-user") )) in AccessController()
/trunk/main/writerfilter/source/doctok/
H A Dcompactxmi.xsl56 <xsl:apply-templates select=".//UML:Attribute|.//UML:Operation" mode="ww8resource"/>
98 <xsl:apply-templates select=".//UML:Attribute|.//UML:Operation" mode="ww8resource"/>
139 <xsl:template match="UML:Attribute" mode="ww8resource">
226 <xsl:template match="UML:Operation" mode="ww8resource">
249 <xsl:template match="*" mode="ww8resources">
250 <xsl:apply-templates select="*" mode="ww8resources"/>
276 <xsl:apply-templates select=".//UML:Attribute|.//UML:Operation" mode="ww8resource"/>
/trunk/main/slideshow/qa/tools/
H A Dmktransitions.pl142 my $mode = pop @_;
151 …sitionSubType,"\" ",$direction == 0 ? "" : "smil:direction=\"reverse\" ",$mode == 0 ? "" : "smil:m…
218 my $mode = pop @_;
262 …print $OUT " <text:p text:style-name=\"P3\">Mode: ",$mode == 0 ? "in" : "out","</text:p>\…
/trunk/main/redland/raptor/
H A Draptor2-2.0.15.patch.win32217 /* Define to 1 if maintainer mode is enabled. */
465 +# define S_ISTYPE(mode, mask) (((mode) & _S_IFMT) == (mask))
466 +# define S_ISDIR(mode) S_ISTYPE((mode), _S_IFDIR)
467 +# define S_ISREG(mode) S_ISTYPE((mode), _S_IFREG)
/trunk/main/libxmlsec/
H A Dxmlsec1-mingw-keymgr-mscrypto.patch51 …@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC)…
54 +@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INC…
58 +@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLU…
61 …@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) …
/trunk/main/oox/source/dump/
H A Doledumper.ini381 0x00078000=uint8,dec,ime-mode,AX-IMEMODE
497 0x0000000000010000=match-entry-mode
499 0x0000000000040000=show-dropdown-mode
568 0x00000080=image-size-mode
778 0x00000008=click-control-mode
779 0x00000010=dblclick-control-mode
783 0x00000001=inherit-design-mode
784 0x00000002=design-mode
793 0x00000400=inherit-click-control-mode
794 0x00000800=inherit-dblclick-control-mode
/trunk/main/apple_remote/source/
H A DRemoteControlContainer.m126 BOOL mode = YES;
129 mode = mode && ([[remoteControls objectAtIndex: i] isOpenInExclusiveMode]);
131 return mode;
/trunk/main/udkapi/com/sun/star/reflection/
H A DXIdlMethod.idl76 Parameter information reflects the parameter's access mode (in, out, inout),
91 /** Returns the method mode in which calls are run, i.e. either oneway or
92 twoway. Method mode oneway denotes that a call may be run asynchronously
96 method mode of reflected method
/trunk/main/offapi/com/sun/star/awt/
H A DXDockableWindow.idl89 specifies the new floating mode:
130 /** queries the current popup mode
132 <TRUE/> if the window is in popup mode
133 <FALSE/> if the window is not in popup mode
/trunk/main/setup_native/tests/opensolaris/bundledextensions/
H A Dsend_ooo46 pkgsend -s http://localhost:80 add file installed mode=644 owner=root group=bin path=${EXTENSIONP…
47 pkgsend -s http://localhost:80 add file svc-ooo_bundled_extensions mode=744 owner=root group=bin pa…
48 pkgsend -s http://localhost:80 add file ooo_bundled_extensions.xml mode=644 owner=root group=bin pa…
/trunk/main/offapi/com/sun/star/sheet/
H A DAccessibleSpreadsheetDocumentView.idl83 the current cell in edit mode. This is necessary to
85 only if a cell is in edit mode.</li>
89 the current OLE object in edit mode. It exists
90 only if a OLE object is in edit mode.</li>
107 <li>The temporary object for the cell or OLE in edit mode (only
/trunk/main/sc/addin/datefunc/
H A Ddfa.src82 Text = "Type of difference calculation: mode=0 means the interval, mode=1 means calendar weeks";
105 …Text = "Type of difference calculation: Mode = 0 means interval, mode = 1 means in calendar months…
128 Text = "Type of difference calculation: Mode=0 means interval, mode=1 means in calendar years.";
/trunk/main/extensions/source/macosx/spotlight/
H A Dioapi.h57 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
84 #define ZSEEK(filefunc,filestream,pos,mode) ((*((filefunc).zseek_file))((filefunc).opaque,filestrea… argument
/trunk/main/l10ntools/scripts/
H A Dlocalize_old.pl59 my $mode = '';
79 if ( $mode eq "merge" ) {
84 elsif( $mode eq "extract" ) {
1016 if( $extract ){ $mode = "extract"; }
1017 else { $mode = "merge"; }
/trunk/main/pyuno/source/module/
H A Dpyuno.cxx77 OUString val2str( const void * pVal, typelib_TypeDescriptionReference * pTypeRef , sal_Int32 mode )… in val2str() argument
94 if( VAL2STR_MODE_DEEP == mode ) in val2str()
155 …nd( val2str( pVal, ((typelib_TypeDescription *)pCompType->pBaseTypeDescription)->pWeakRef,mode ) ); in val2str()
170 buf.append( val2str( (char *)pVal + pMemberOffsets[nPos], pMemberType->pWeakRef, mode ) ); in val2str()
199 buf.append( val2str( pElements + (nElementSize * nPos), pElementTypeDescr->pWeakRef, mode ) ); in val2str()
217 mode) ); in val2str()

Completed in 136 milliseconds

12345678910>>...17