Home
last modified time | relevance | path

Searched refs:constant (Results 1 – 25 of 163) sorted by relevance

1234567

/trunk/main/idlc/test/parser/
H A Dconstant.tests22 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 …]
/trunk/main/offapi/com/sun/star/sheet/
H A DXSheetCondition.idl72 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 DCellFlags.idl42 /** 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 DXFormulaOpCodeMapper.idl77 constants. If a constant unknown to the implementation is passed,
118 constants. If a constant unknown to the implementation is passed,
/trunk/main/oox/source/dump/
H A Ddumperbase.ini72 # - <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
/trunk/main/offapi/com/sun/star/awt/
H A DFontDescriptor.idl73 <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 DKeyEvent.idl47 <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 DKeyStroke.idl52 <p>This is a constant from the constant group
67 <p>This is a constant from the constant group
H A DXSystemChildFactory.idl69 one constant out of the constant group
H A DXSystemDependentMenuPeer.idl62 one constant out of the constant group
H A DXSystemDependentWindowPeer.idl72 one constant out of the constant group
/trunk/main/offapi/com/sun/star/style/
H A DLineSpacingMode.idl41 /** 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.
/trunk/main/offapi/com/sun/star/embed/
H A DXVisualObject.idl71 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 DActions.idl31 /** 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 DAspects.idl32 /** The constant set contains possible aspects for an embedded object.
35 This constant set provides a set of values that
H A DEmbedMisc.idl32 /** The constant set contains flags describing miscellaneous charactetistics
36 The constant values can be combined with 'or' operation.
/trunk/main/ooo_custom_images/
H A DREADME.txt13 - 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
/trunk/main/pyuno/source/module/
H A Dpyuno_type.cxx335 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 Duno.py48 def getConstantByName( constant ): argument
50 return pyuno.getConstantByName( constant )
/trunk/main/framework/
H A DLibrary_fwk.mk78 framework/source/constant/containerquery \
79 framework/source/constant/contenthandler \
80 framework/source/constant/frameloader \
/trunk/main/udkapi/com/sun/star/reflection/
H A DXConstantTypeDescription.idl37 /** Reflects a constant.
52 /** @return the value of the constant.
/trunk/main/framework/source/loadenv/
H A Dloadenv.cxx782 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()
/trunk/main/offapi/com/sun/star/rdf/
H A DURI.idl82 the URI, represented as a constant from <type>URIs</type>.
85 if the argument is not a valid constant from <type>URIs</type>
/trunk/main/offapi/com/sun/star/script/vba/
H A DXVBAEventProcessor.idl46 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>.
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx504 ::System::Object * constant = in get_type()
516 constant->GetType(), in get_type()
520 field_builder->SetConstant( constant ); in get_type()
560 ::System::Object * constant = in get_type()
566 constant->GetType(), in get_type()
570 field_builder->SetConstant( constant ); in get_type()

Completed in 78 milliseconds

1234567