Home
last modified time | relevance | path

Searched refs:lcl_string (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmloff/source/xforms/
H A Dxformsexport.cxx137 OUString lcl_string( const Any& );
164 TABLE_ENTRY( "ID", NONE, ID, lcl_string ),
165 TABLE_ENTRY( "SchemaRef", NONE, SCHEMA, lcl_string ),
225 TABLE_ENTRY( "InstanceURL", NONE, SRC, lcl_string ),
272 TABLE_ENTRY( "BindingID", NONE, ID, lcl_string ),
273 TABLE_ENTRY( "BindingExpression", NONE, NODESET, lcl_string ),
274 TABLE_ENTRY( "ReadonlyExpression", NONE, READONLY, lcl_string ),
275 TABLE_ENTRY( "RelevantExpression", NONE, RELEVANT, lcl_string ),
276 TABLE_ENTRY( "RequiredExpression", NONE, REQUIRED, lcl_string ),
277 TABLE_ENTRY( "ConstraintExpression", NONE, CONSTRAINT, lcl_string ),
[all …]
H A DSchemaRestrictionContext.cxx147 Any lcl_string( const OUString& rValue ) in lcl_string() function
272 pConvert = &lcl_string; in HandleChild()