Lines Matching refs:lcl_string

137 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 ),
278 TABLE_ENTRY( "CalculateExpression", NONE, CALCULATE, lcl_string ),
386 TABLE_ENTRY( "ID", NONE, ID, lcl_string ),
387 TABLE_ENTRY( "Bind", NONE, BIND, lcl_string ),
388 TABLE_ENTRY( "Ref", NONE, REF, lcl_string ),
389 TABLE_ENTRY( "Action", NONE, ACTION, lcl_string ),
390 TABLE_ENTRY( "Method", NONE, METHOD, lcl_string ),
391 TABLE_ENTRY( "Version", NONE, VERSION, lcl_string ),
393 TABLE_ENTRY( "MediaType", NONE, MEDIATYPE, lcl_string ),
394 TABLE_ENTRY( "Encoding", NONE, ENCODING, lcl_string ),
397 TABLE_ENTRY( "CDataSectionElement", NONE, CDATA_SECTION_ELEMENTS, lcl_string ),
398 TABLE_ENTRY( "Replace", NONE, REPLACE, lcl_string ),
399 TABLE_ENTRY( "Separator", NONE, SEPARATOR, lcl_string ),
400 TABLE_ENTRY( "IncludeNamespacePrefixes", NONE, INCLUDENAMESPACEPREFIXES, lcl_string ),
443 TABLE_ENTRY( "Pattern", XSD, PATTERN, lcl_string ),
666 OUString lcl_string( const Any& rAny ) in lcl_string() function