/aoo41x/main/sal/rtl/source/ |
H A D | bootstrap.cxx | 115 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 …]
|
/aoo41x/main/xmlsecurity/source/helper/ |
H A D | documentsignaturehelper.cxx | 90 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 …]
|
/aoo41x/main/offapi/com/sun/star/embed/ |
H A D | EmbedMapUnits.idl | 39 /** 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 …]
|
/aoo41x/main/pyuno/source/module/ |
H A D | unohelper.py | 46 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 …]
|
/aoo41x/main/writerfilter/source/doctok/ |
H A D | escherdoc.xsl | 29 <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 …]
|
/aoo41x/main/offapi/com/sun/star/view/ |
H A D | XFormLayerAccess.idl | 59 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>
|
/aoo41x/main/offapi/com/sun/star/ucb/ |
H A D | XInteractionSupplyAuthentication.idl | 99 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
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | XMultipleOperation.idl | 66 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 D | DataPilotFieldLayoutMode.idl | 33 /** 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
|
/aoo41x/main/setup_native/scripts/source/ |
H A D | getuid.c | 71 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()
|
/aoo41x/main/offapi/com/sun/star/util/ |
H A D | XModeChangeBroadcaster.idl | 49 /** 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
|
/aoo41x/main/offapi/com/sun/star/text/ |
H A D | WritingMode2.idl | 45 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.
|
/aoo41x/main/sal/osl/unx/ |
H A D | uunxapi.cxx | 77 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()
|
/aoo41x/main/codemaker/source/codemaker/ |
H A D | global.cxx | 295 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()
|
/aoo41x/main/offapi/com/sun/star/plugin/ |
H A D | XPluginManager.idl | 82 @param mode 83 plugin mode 94 [in] short mode, 104 @param mode 105 plugin mode 120 [in] short mode,
|
/aoo41x/main/offapi/com/sun/star/ui/dialogs/ |
H A D | XFilePicker.idl | 50 /** 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
|
/aoo41x/main/registry/inc/registry/ |
H A D | reflwrit.hxx | 170 RTMethodMode mode, 187 RTParamMode mode); 291 RTMethodMode mode, in setMethodData() argument 296 …m_pApi->setMethodData(m_hImpl, index, name.pData, returnTypeName.pData, mode, paramCount, excCount… in setMethodData() 319 RTParamMode mode) in setParamData() argument 321 m_pApi->setParamData(m_hImpl, index, paramIndex, type.pData, name.pData, mode); in setParamData()
|
/aoo41x/main/extensions/source/macosx/spotlight/ |
H A D | ioapi.m | 58 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)
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | XConnection.idl | 197 /** 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.
|
/aoo41x/main/sal/osl/os2/ |
H A D | uunxapi.cxx | 42 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()
|
/aoo41x/main/graphite/ |
H A D | graphite-2.3.1.patch.mingw | 23 $(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…
|
/aoo41x/main/connectivity/com/sun/star/sdbcx/comp/hsqldb/ |
H A D | NativeStorageAccess.java | 49 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
|
/aoo41x/main/rdbmaker/source/codemaker/ |
H A D | global.cxx | 128 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()
|
/aoo41x/main/sc/addin/datefunc/ |
H A D | dfa.cl | 210 * 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 …]
|
/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | InputSequenceCheckMode.idl | 35 /** Input check mode constants to use with 43 /// Pass through mode (no checking) 46 /// Basic checking mode 49 /// Strict checking mode
|