/aoo41x/main/idlc/test/parser/ |
H A D | constant.tests | 22 EXPECT SUCCESS "constant.tests 1": 37 EXPECT SUCCESS "constant.tests 2": 52 EXPECT FAILURE "constant.tests 3": 58 EXPECT FAILURE "constant.tests 4": 64 EXPECT FAILURE "constant.tests 5": 70 EXPECT FAILURE "constant.tests 6": 76 EXPECT SUCCESS "constant.tests 7": 80 EXPECT SUCCESS "constant.tests 8": 124 EXPECT FAILURE "constant.tests 9": 128 EXPECT FAILURE "constant.tests 10": [all …]
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | XSheetCondition.idl | 72 a formula, a numeric constant, or a string constant in quotes. 82 a formula, a numeric constant, or a string constant in quotes. 92 a formula, a numeric constant, or a string constant in quotes. 102 a formula, a numeric constant, or a string constant in quotes.
|
H A D | CellFlags.idl | 42 /** selects constant numeric values that are not formatted 49 /** selects constant numeric values that have a date or time 56 /** selects constant strings.
|
H A D | XFormulaOpCodeMapper.idl | 77 constants. If a constant unknown to the implementation is passed, 118 constants. If a constant unknown to the implementation is passed,
|
/aoo41x/main/offapi/com/sun/star/awt/ |
H A D | FontDescriptor.idl | 73 <p>Use one value out of the constant group 82 <p>Use one value out of the constant group 91 <p>Use one value out of the constant group 128 <p>Use one value out of the constant group 137 <p>Use one value out of the constant group 174 <p>One or more values out of the constant group
|
H A D | KeyEvent.idl | 47 <p>This is a constant from the constant group <type>Key</type>.</p> 61 <p>This is a constant from the constant group
|
H A D | KeyStroke.idl | 52 <p>This is a constant from the constant group 67 <p>This is a constant from the constant group
|
H A D | XSystemChildFactory.idl | 69 one constant out of the constant group
|
H A D | XSystemDependentMenuPeer.idl | 62 one constant out of the constant group
|
H A D | XSystemDependentWindowPeer.idl | 72 one constant out of the constant group
|
/aoo41x/main/oox/source/dump/ |
H A D | dumperbase.ini | 72 # - <constname> denotes a literal name for a constant or bit. 111 # - Defines the name 'my-value' for the constant 1. 112 # - Includes 'OTHER-LIST' which may overwrite the name of the constant 1. 115 # - Defines the name 'other-value' for the constant 4, which may overwrite the 116 # name of this constant included from the name list 'OTHER-LIST'. 149 # - Defines the names 'value0' for the constant 0, 'value1' for the constant 150 # 1, 'value3' for the constant 3, and 'value8' for the constant 8. 159 # string for the constant 2. Other constants (less than 0 or greater than 3
|
/aoo41x/main/offapi/com/sun/star/style/ |
H A D | LineSpacingMode.idl | 41 /** This constant specifies the height value as a proportional value. 48 /** This constant specifies the height as the minimum line height. 55 /** This constant specifies the height value as the distance to the previous line. 62 /** This constant specifies the height value as a fixed line height.
|
/aoo41x/main/offapi/com/sun/star/embed/ |
H A D | XVisualObject.idl | 71 Can take values from <type>Aspects</type> constant set. 101 Can take values from <type>Aspects</type> constant set. 127 Can take values from <type>Aspects</type> constant set. 154 Can take values from <type>Aspects</type> constant set. 158 <type>EmbedMapUnits</type> constant
|
H A D | Actions.idl | 31 /** This constant set contains possible actions that could be approved by 42 implementation could use this constant to request approval to throw 54 implementation could use this constant to request approval to throw
|
H A D | Aspects.idl | 32 /** The constant set contains possible aspects for an embedded object. 35 This constant set provides a set of values that
|
H A D | EmbedMisc.idl | 32 /** The constant set contains flags describing miscellaneous charactetistics 36 The constant values can be combined with 'or' operation.
|
/aoo41x/main/ooo_custom_images/ |
H A D | README.txt | 13 - Add a SfxSymbolsStyle constant for it in svtools/inc/imgdef.hxx, e.g. 16 - Add a vcl constant for it in vcl/inc/settings.hxx, e.g. 19 - Map the vcl constant to its real name in 35 - Add SFX_SYMBOLS_STYLE constant to 'switch( nStyleLB_NewSelection )' in
|
/aoo41x/main/oovbaapi/genconstidl/ |
H A D | api-to-idl.pl | 134 foreach $constant ( @{$result{$module}{$type}} ) { 135 print IDL " const long $constant->{'name'} = $constant->{'value'};\n";
|
/aoo41x/main/pyuno/source/module/ |
H A D | pyuno_type.cxx | 335 PyRef constant = runtime.any2PyObject( a ); in importToGlobal() local 336 if( constant.is() ) in importToGlobal() 338 Py_INCREF( constant.get() ); in importToGlobal() 339 PyDict_SetItem( dict, target , constant.get()); in importToGlobal() 340 ret = constant.get(); in importToGlobal()
|
H A D | uno.py | 48 def getConstantByName( constant ): argument 50 return pyuno.getConstantByName( constant )
|
/aoo41x/main/framework/ |
H A D | Library_fwk.mk | 74 framework/source/constant/containerquery \ 75 framework/source/constant/contenthandler \ 76 framework/source/constant/frameloader \
|
/aoo41x/main/udkapi/com/sun/star/reflection/ |
H A D | XConstantTypeDescription.idl | 37 /** Reflects a constant. 52 /** @return the value of the constant.
|
/aoo41x/main/offapi/com/sun/star/rdf/ |
H A D | URI.idl | 82 the URI, represented as a constant from <type>URIs</type>. 85 if the argument is not a valid constant from <type>URIs</type>
|
/aoo41x/main/offapi/com/sun/star/script/vba/ |
H A D | XVBAEventProcessor.idl | 46 The identifier of the event. Must be a constant from <type>VBAEventId</type>. 67 The identifier of the event. Must be a constant from <type>VBAEventId</type>.
|
/aoo41x/main/framework/source/loadenv/ |
H A D | loadenv.cxx | 782 lQuery[0].Name = ::framework::constant::FrameLoader::PROP_TYPES; in classifyContent() 797 lQuery[0].Name = ::framework::constant::ContentHandler::PROP_TYPES; in classifyContent() 960 lQuery[0].Name = ::framework::constant::ContentHandler::PROP_TYPES; in impl_handleContent() 967 … sHandler = lProps.getUnpackedValueOrDefault(::framework::constant::ContentHandler::… in impl_handleContent() 1262 lQuery[0].Name = ::framework::constant::FrameLoader::PROP_TYPES; in impl_searchLoader() 1271 … sLoader = lLoaderProps.getUnpackedValueOrDefault(::framework::constant::FrameLoader::PRO… in impl_searchLoader()
|