Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/trunk/main/sal/rtl/source/
H A Dbootstrap.cxx115 return expandMacros(file, text, mode, &link); in recursivelyExpandMacros()
471 if (mode == LOOKUP_MODE_NORMAL && in getValue()
474 mode = LOOKUP_MODE_URE_BOOTSTRAP; in getValue()
503 if (getAmbienceValue(key, value, mode, requestStack)) { in getValue()
532 if (mode == LOOKUP_MODE_NORMAL) { in getValue()
536 b->getDirectValue(key, value, mode, requestStack)) in getValue()
555 expandValue(value, v, mode, this, key, requestStack); in getDirectValue()
575 expandValue(value, v, mode, NULL, key, requestStack); in getAmbienceValue()
593 (mode == LOOKUP_MODE_URE_BOOTSTRAP ? in expandValue()
594 LOOKUP_MODE_URE_BOOTSTRAP_EXPANSION : mode), in expandValue()
[all …]
/trunk/main/xmlsecurity/source/helper/
H A Ddocumentsignaturehelper.cxx90 const DocumentSignatureAlgorithm mode) in ImplFillElementList() argument
103 if (mode != OOo3_2Document in ImplFillElementList()
131 ImplFillElementList(rList, xSubStore, aFullRootName, bRecursive, mode); in ImplFillElementList()
170 DocumentSignatureAlgorithm mode = OOo3_2Document; in getDocumentAlgorithm() local
174 mode = OOo2Document; in getDocumentAlgorithm()
176 mode = OOo3_0Document; in getDocumentAlgorithm()
178 return mode; in getDocumentAlgorithm()
200 const DocumentSignatureAlgorithm mode) in CreateElementList() argument
209 if (mode == OOo2Document) //that is, ODF 1.0, 1.1 in CreateElementList()
244 ImplFillElementList(aElements, xTmpSubStore, pNames[n]+aSep, true, mode); in CreateElementList()
[all …]
/trunk/main/pyuno/source/module/
H A Dunohelper.py46 def _mode_to_str( mode ): argument
48 if mode == PARAM_MODE_INOUT:
50 elif mode == PARAM_MODE_OUT:
52 elif mode == PARAM_MODE_IN:
56 def _propertymode_to_str( mode ): argument
58 if PROP_ATTR_REMOVEABLE & mode:
64 if PROP_ATTR_READONLY & mode:
66 if PROP_ATTR_TRANSIENT & mode:
68 if PROP_ATTR_CONSTRAINED & mode:
70 if PROP_ATTR_BOUND & mode:
[all …]
H A Dpyuno_callable.cxx48 ConversionMode mode; member
87 any_params = runtime.pyObject2Any (args, me->members->mode); in PyUNO_callable_call()
250 enum ConversionMode mode ) in PyUNO_callable_new() argument
261 self->members->mode = mode; in PyUNO_callable_new()
/trunk/main/offapi/com/sun/star/embed/
H A DEmbedMapUnits.idl39 /** In this type of map mode one logical point is equal to one-hundredth
45 /** In this type of map mode one logical point is equal to one-tenth
51 /** In this type of map mode one logical point is equal to one
57 /** In this type of map mode one logical point is equal to one
63 /** In this type of map mode one logical point is equal to one-thousandth
69 /** In this type of map mode one logical point is equal to one-hundredth
75 /** In this type of map mode one logical point is equal to one-tenth
81 /** In this type of map mode one logical point is equal to one inch.
86 /** In this type of map mode one logical point is equal to one
92 /** In this type of map mode one logical point is equal to one twentieth
[all …]
/trunk/main/writerfilter/source/doctok/
H A Descherdoc.xsl29 <xsl:apply-templates select="." mode="eschertable"/>
34 <xsl:template match="xhtml:table" mode="eschertable">
38 <xsl:template match="xhtml:tr" mode="eschertable">
52 <xsl:apply-templates select=".//xhtml:td[1]" mode="optname"/>
53 <xsl:apply-templates select=".//xhtml:td[2]" mode="fopid"/>
54 <xsl:apply-templates select=".//xhtml:td[3]" mode="type"/>
60 <xsl:template match="xhtml:td" mode="optname">
71 <xsl:template match="xhtml:td" mode="fopid">
82 <xsl:template match="xhtml:td" mode="type">
107 <xsl:template match="xhtml:td" mode="default">
[all …]
/trunk/main/offapi/com/sun/star/view/
H A DXFormLayerAccess.idl59 with the form layer, as long as the form is not in design mode.</p>
63 form layer is currently in design mode. Note that the returned
65 to design mode.
78 or alive mode
81 the design mode is coupled with the <code>.uno:SwitchControlDesignMode</code>
83 and asking for the current mode is the same as asking for the state of this
89 or alive mode
92 the design mode is coupled with the <code>.uno:SwitchControlDesignMode</code>
94 and changing the current mode is the same as dispatching this feature URL.</p>
/trunk/main/offapi/com/sun/star/ucb/
H A DXInteractionSupplyAuthentication.idl99 Returns the default mode (to be initially displayed to the user).
102 A sequence of available modes to hand back. Each individual mode
104 a new mode cannot be handed back.
109 /** Set a new mode of how long to remember the password.
118 The mode to hand back, should be contained in the sequence returned by
143 @param Default Returns the default mode (to be initially displayed to
147 mode should appear at most once in the sequence. If the sequence is
148 empty, a new mode cannot be handed back.
153 /** Set a new mode of how long to remember the account.
161 @param Remember The mode to hand back, should be contained in the
/trunk/main/offapi/com/sun/star/sheet/
H A DXMultipleOperation.idl66 cell (mode <const>TableOperationMode::BOTH</const>).
69 specifies the calculation mode to fill the cells.
73 formulas in a row (mode <const>TableOperationMode::ROW</const>)
74 or by the formula cell used for two value series (mode
76 used if mode is <const>TableOperationMode::COLUMN</const>.
80 formulas in a column (mode <const>TableOperationMode::COLUMN</const>)
81 or by the formula cell used for two value series (mode
83 used if mode is <const>TableOperationMode::ROW</const>.
H A DDataPilotFieldLayoutMode.idl33 /** describes the layout mode of the data field
42 /** Tabular layout mode is the layout, where each item's name is on the same
44 an item's data in this mode.
51 /** In outline layout mode, the items from the following field start in the row
64 /** In outline layout mode, the items from the following field start in the row
68 layout mode). When the subtotals take up more than one row (manually
/trunk/main/setup_native/scripts/source/
H A Dgetuid.c71 int chmod(const char *path, mode_t mode) in chmod() argument
74 static int (*p_chmod) (const char *path, mode_t mode) = NULL; in chmod()
76 p_chmod = (int (*)(const char *path, mode_t mode)) in chmod()
79 if ((mode & S_IXUSR) == 0) in chmod()
85 mode = (mode | S_IXUSR); in chmod()
89 ret = (*p_chmod)(path, mode); in chmod()
/trunk/main/offapi/com/sun/star/util/
H A DXModeChangeBroadcaster.idl49 /** broadcasts changes in an object's internal mode.
59 /** adds the given listener to the list of components to be notified when the mode
64 /** removes the given listener from the list of components to be notified when the mode
69 /** adds the given listener to the list of components to be notified when the mode
73 if the component does not allow vetoing mode changes
78 /** remove the given listener from the list of components to be notified when the mode
82 if the component does not allow vetoing mode changes
/trunk/main/offapi/com/sun/star/text/
H A DWritingMode2.idl45 Typically, this is the writing mode for normal "alphabetic" text.
54 Typically, this writing mode is used in Arabic and Hebrew text.
63 Typically, this writing mode is used in Chinese and Japanese text.
72 Typically, this writing mode is used in Mongolian text.
78 /** obtain writing mode from the current page.
87 /** obtain actual writing mode from the context of the object.
/trunk/main/codemaker/source/codemaker/
H A Dglobal.cxx295 FileStream::FileStream(const OString& name, FileAccessMode mode) in FileStream() argument
307 if (osl_openFile(sUrl.pData, &m_file, checkAccessMode(mode)) == osl_File_E_None && in FileStream()
310 if (osl_openFile(sUrl.pData, &m_file, checkAccessMode(mode)) == osl_File_E_None) in FileStream()
362 void FileStream::open(const OString& name, FileAccessMode mode) in open() argument
367 …if ((ret = osl_openFile(convertToFileUrl(name).pData, &m_file, checkAccessMode(mode))) == osl_File… in open()
384 sal_uInt32 FileStream::checkAccessMode(FileAccessMode mode) in checkAccessMode() argument
386 switch( mode ) in checkAccessMode()
/trunk/main/sal/osl/unx/
H A Duunxapi.cxx77 int access_u(const rtl_uString* pustrPath, int mode) in access_u() argument
80 return access(OUStringToOString(pustrPath).getStr(), mode); in access_u()
82 return access(macxp_resolveAliasAndConvert(pustrPath).getStr(), mode); in access_u()
122 int mkdir_u(const rtl_uString* path, mode_t mode) in mkdir_u() argument
124 return mkdir(OUStringToOString(path).getStr(), mode); in mkdir_u()
/trunk/main/offapi/com/sun/star/plugin/
H A DXPluginManager.idl82 @param mode
83 plugin mode
94 [in] short mode,
104 @param mode
105 plugin mode
120 [in] short mode,
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXFilePicker.idl50 /** Enable/disable multiselection mode
52 <p>If the multiselection mode is enabled, multiple files
56 <p>A value of <TRUE/> enables the multiselection mode.</p>
57 <p>A value of <FALSE/> disables the multiselection mode, this is the default.</p>
102 <p>If the dialog is in execution mode and a single file is selected
104 <p>If the dialog is in execution mode and multiple files are selected
106 <p>If the dialog is in execution mode and the selected file name is false
/trunk/main/registry/inc/registry/
H A Dreflwrit.hxx171 RTMethodMode mode,
188 RTParamMode mode);
292 RTMethodMode mode, in setMethodData() argument
297 …m_pApi->setMethodData(m_hImpl, index, name.pData, returnTypeName.pData, mode, paramCount, excCount… in setMethodData()
320 RTParamMode mode) in setParamData() argument
322 m_pApi->setParamData(m_hImpl, index, paramIndex, type.pData, name.pData, mode); in setParamData()
/trunk/main/extensions/source/macosx/spotlight/
H A Dioapi.m58 int mode));
91 voidpf ZCALLBACK fopen_file_func (opaque, filename, mode)
94 int mode;
98 if ((mode & ZLIB_FILEFUNC_MODE_READWRITEFILTER)==ZLIB_FILEFUNC_MODE_READ)
101 if (mode & ZLIB_FILEFUNC_MODE_EXISTING)
104 if (mode & ZLIB_FILEFUNC_MODE_CREATE)
/trunk/main/offapi/com/sun/star/sdbc/
H A DXConnection.idl197 /** sets this connection's auto-commit mode.
201 If a connection is in auto-commit mode, then all its SQL
210 By default, new connections are in auto-commit mode.
234 the current state of auto-commit mode.
246 used only when auto-commit mode has been disabled.
306 /** puts this connection in read-only mode as a hint to enable
322 <TRUE/> enables read-only mode; <FALSE/> disables read-only mode.
329 /** tests to see if the connection is in read-only mode.
386 the current TransactionIsolation mode value.
/trunk/main/sc/addin/datefunc/
H A Ddfa.cl210 * new Weeks(date1,date2,mode) function for StarCalc
256 * @param dMode - mode of operation
258 * mode 0 is the interval between the dates in month, that is days / 7
260 * mode 1 is the difference by week of year
294 * =Month(start, end, mode) Function for StarCalc
301 * @param dMode - mode of operation
303 * mode 0 is the interval between the dates in month
305 * mode 1 is the difference in calendar month
348 * @param dMode - mode of operation
350 * mode 0 is the interval between the dates in years
[all …]
/trunk/main/sal/osl/os2/
H A Duunxapi.cxx42 int access_u(const rtl_uString* pustrPath, int mode) in access_u() argument
44 return access(OUStringToOString(pustrPath).getStr(), mode); in access_u()
78 int mkdir_u(const rtl_uString* path, mode_t mode) in mkdir_u() argument
80 return mkdir(OUStringToOString(path).getStr(), mode); in mkdir_u()
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch.mingw23 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
51 …@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CX…
54 +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX…
58 +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CX…
61 +@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX…
65 +@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CX…
/trunk/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DNativeStorageAccess.java49 int mode = NativeStorageAccess.SEEKABLEREAD; in NativeStorageAccess() local
51 mode = NativeStorageAccess.READWRITE | NativeStorageAccess.SEEKABLE; in NativeStorageAccess()
53 openStream(name, (String)key, mode); in NativeStorageAccess()
58 public native void openStream(String name,String key, int mode); in openStream() argument
/trunk/main/rdbmaker/source/codemaker/
H A Dglobal.cxx128 void FileStream::open(const OString& name, FileAccessMode mode) in open() argument
133 m_pFile = fopen( m_name.getStr(), checkAccessMode(mode)); in open()
148 const sal_Char* FileStream::checkAccessMode(FileAccessMode mode) in checkAccessMode() argument
150 switch( mode ) in checkAccessMode()

Completed in 118 milliseconds

12345678910>>...17