| /AOO41X/main/offapi/com/sun/star/sheet/ |
| H A D | XAddIn.idl | 83 <p>The description is shown to the user when selecting functions. 141 <p>The category name is used to group similar functions together. 149 <dd>for functions that operate with data organized in tabular form 153 <dd>for functions that deal with date or time values.</dd> 156 <dd>for functions that solve financial problems.</dd> 159 <dd>for functions that provide information about cells.</dd> 162 <dd>for functions that deal with logical expressions.</dd> 165 <dd>for mathematical functions.</dd> 168 <dd>for matrix functions.</dd> 171 <dd>for statistical functions.</dd> [all …]
|
| H A D | XRecentFunctions.idl | 37 /** provides access to a list of recently used functions. 45 /** returns a sequence of those functions that were most recently used. 47 <P>The functions are represented by their identifiers.</P> 56 /** sets the list of those functions that were most recently used. 58 <p>The functions are represented by their identifiers.</p> 68 recently used functions.
|
| H A D | AddIn.idl | 45 /** is the base for AddIn services that supply functions which can be called 49 specific set of functions. 51 functions that are implemented, in one or more interfaces. 54 must describe the individual functions.</p> 146 /** provides access to compatibility names for the functions.
|
| H A D | FunctionAccess.idl | 41 /** allows generic access to all spreadsheet functions. 47 /** contributes properties to control the behaviour of some functions 74 Of course, some functions always return an array, for example the
|
| H A D | RecentFunctions.idl | 37 /** contains the list of recently used spreadsheet functions. 43 /** provides access to the list of recently used spreadsheet functions.
|
| H A D | FunctionDescriptions.idl | 45 functions as well as add-in functions available in the spreadsheet
|
| /AOO41X/main/reportbuilder/java/ |
| H A D | libformula.properties | 29 # A list of all known functions. 33 # Meta data functions 34 org.pentaho.reporting.libraries.formula.functions.metadata.Author.class=com.sun.star.report.functio… 35 org.pentaho.reporting.libraries.formula.functions.metadata.Author.description=com.sun.star.report.f… 36 org.pentaho.reporting.libraries.formula.functions.metadata.Title.class=com.sun.star.report.function… 37 org.pentaho.reporting.libraries.formula.functions.metadata.Title.description=com.sun.star.report.fu…
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/ |
| H A D | StarFunctionCategory.java | 48 private final String functions[]; field in StarFunctionCategory 78 functions = functionRegistry.getFunctionNamesByCategory(category); in StarFunctionCategory() 131 return functions.length != 0; in hasElements() 137 return functions.length; in getCount() 166 if (position >= functions.length) in getFunction() 170 …onDescription(defaultContext, m_xContext, this, functionRegistry.getMetaData(functions[position])); in getFunction()
|
| /AOO41X/main/offapi/com/sun/star/frame/ |
| H A D | PopupMenuController.idl | 57 A popup menu controller is used to make special functions available to 70 /** supports functions to initialize and update a popup menu controller 83 /** provides functions to initialize a popup menu controller with 107 A popup menu controller makes special functions available to users which 119 A popup menu controller provides special functions which should be 123 Popup menu controller functions must be specified using the following
|
| H A D | XToolbarController.idl | 45 toolbar and provide information or functions with a more sophisticated user interface.<br/> 81 /** requests to create a popup window for additional functions. 84 a <type scope="com::sun::star::awt">XWindow</type> which provides additional functions
|
| H A D | XMenuBarMergingAcceptor.idl | 41 /** provides functions to set and remove a merged menu bar for inplace 56 functions from two application parts, container application and
|
| H A D | XUIControllerFactory.idl | 46 /** this interface provides functions to create new instances of a registered UI controller. 69 /** provides functions to query for, register and deregister a popup menu controller.
|
| /AOO41X/main/formula/inc/formula/ |
| H A D | compiler.hrc | 27 /* Central definition of OpCodes for spreadsheet functions */ 162 #define SC_OPCODE_GET_DATE_VALUE 131 /* string functions */ 263 #define SC_OPCODE_DB_SUM 267 /* database functions */ 275 #define SC_OPCODE_INDIRECT 279 /* management functions */ 288 #define SC_OPCODE_CURRENCY 292 /* string functions */ 301 #define SC_OPCODE_MAT_VALUE 305 /* matrix functions */ 308 #define SC_OPCODE_HYP_GEOM_DIST 312 /* statistical functions */
|
| /AOO41X/main/sal/systools/win32/uwinapi/ |
| H A D | unicows_mingw.dxp | 25 ; In addition to MSDN Platform SDK documentation the following functions 30 ; The following functions of unicows.dll are buggy: 33 ; The following functions of unicows.dll are wrapped but the ANSI versions 38 ; These functions do not exist on Win 95 and NT neither as Unicode 43 ; These essential functions aren't implemented by unicows.dll because
|
| H A D | unicows.dxp | 25 ; In addition to MSDN Platform SDK documentation the following functions 30 ; The following functions of unicows.dll are buggy: 33 ; The following functions of unicows.dll are wrapped but the ANSI versions 38 ; These functions do not exist on Win 95 and NT neither as Unicode 43 ; These essential functions aren't implemented by unicows.dll because
|
| /AOO41X/main/sfx2/source/sidebar/ |
| H A D | Sidebar.src | 272 ImageBitmap = Bitmap { File = "symphony/sidebar-functions-large.png" ;} ; 276 ImageBitmap = Bitmap { File = "symphony/sidebar-functions-large-hc.png" ;} ; 280 ImageBitmap = Bitmap { File = "symphony/sidebar-functions-small.png" ;} ; 284 ImageBitmap = Bitmap { File = "symphony/sidebar-functions-small-hc.png" ;} ;
|
| /AOO41X/main/offapi/com/sun/star/ui/ |
| H A D | UIConfigurationManager.idl | 61 /** provides access to persistence functions to load/store user interface configuration 66 /** provides functions to change, insert and remove user interface elements 71 /** provides functions to add and remove listeners for changes within a user
|
| H A D | ModuleUIConfigurationManager.idl | 88 /** provides access to persistence functions to load/store user interface element 93 /** provides functions to change, insert and remove user interface element settings 103 /** provides functions to add and remove listeners for changes within a module user
|
| H A D | XImageManager.idl | 65 /** specifies access functions to an images manager interface to add, 191 /** provides access to persistence functions to load/store images 196 /** provides functions to add and remove listeners for changes within an
|
| /AOO41X/main/offapi/com/sun/star/formula/ |
| H A D | FormulaProperties.idl | 100 display functions contained in the formula. 105 /** determines if the font that is used to display functions is italic. 110 /** determines if the font that is used to display functions is bold. 179 /** contains the relative height of the font for functions.
|
| /AOO41X/main/offapi/com/sun/star/report/ |
| H A D | XFunctionsSupplier.idl | 36 /** specifies the functions supplier which are located in a report defintion or a group. 40 /** access to the functions
|
| H A D | XFunctions.idl | 45 /** This interface specifies the functions collections of the report definition or a group. 64 /** allows life-time control of the functions instance.
|
| /AOO41X/main/udkapi/com/sun/star/uno/ |
| H A D | XUnloadingPreference.idl | 40 functions. A listener is an entity that employs, registers, and 41 unregisters the callback functions on its behalf. Upon notification
|
| /AOO41X/main/udkapi/com/sun/star/script/ |
| H A D | XLibraryAccess.idl | 39 the functions. It is possible to get just the code from a function, 40 but you can also get the whole code of a module with all functions in it.</p>
|
| /AOO41X/main/offapi/com/sun/star/accessibility/ |
| H A D | XAccessible.idl | 66 functions is to allow the seperation of the implementation of the 67 functions that make a class accessible from the implementation of
|