Home
last modified time | relevance | path

Searched defs:TypedPropertyValue (Results 1 – 3 of 3) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/filter/xml/
H A DxmlExport.hxx71 struct TypedPropertyValue struct in dbaxml::ODBExport
73 OUString Name;
74 css::uno::Type Type;
75 css::uno::Any Value;
77TypedPropertyValue( const OUString& _name, const css::uno::Type& _type, const css::uno::Any& _valu… in TypedPropertyValue() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/filter/xml/
H A DxmlExport.hxx80 struct TypedPropertyValue struct in dbaxml::ODBExport
82 OUString Name;
83 css::uno::Type Type;
84 css::uno::Any Value;
86TypedPropertyValue( const OUString& _name, const css::uno::Type& _type, const css::uno::Any& _valu… in TypedPropertyValue() function
/dports/editors/calligra/calligra-3.2.1/filters/libmso/generated/
H A DsimpleParser.h512 class TypedPropertyValue; variable