Home
last modified time | relevance | path

Searched refs:VALUE_TYPE (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/comphelper/inc/comphelper/
H A Dnamedvaluecollection.hxx168 template < typename VALUE_TYPE >
174 template < typename VALUE_TYPE >
183 template < typename VALUE_TYPE >
184VALUE_TYPE getOrDefault( const sal_Char* _pAsciiValueName, const VALUE_TYPE& _rDefault ) const in getOrDefault()
189 template < typename VALUE_TYPE >
190VALUE_TYPE getOrDefault( const ::rtl::OUString& _rValueName, const VALUE_TYPE& _rDefault ) const in getOrDefault()
192 VALUE_TYPE retVal( _rDefault ); in getOrDefault()
234 template < typename VALUE_TYPE >
245 template < typename VALUE_TYPE >
350 template< class VALUE_TYPE >
[all …]
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DFormatValueUtility.java56 public static final String VALUE_TYPE = "value-type"; field in FormatValueUtility
70 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "time"); in applyValueForVariable()
76 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "date"); in applyValueForVariable()
82 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "float"); in applyValueForVariable()
88 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "float"); in applyValueForVariable()
93 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "boolean"); in applyValueForVariable()
105 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "string"); in applyValueForVariable()
110 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "string"); in applyValueForVariable()
135 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "float"); in applyValueForCell()
185 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "string"); in applyValueForCell()
H A DFormattedTextLayoutController.java127 … variablesGet.setAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE_TYPE, valueType); in delegateContentGeneration()
144 …l && "string".equals(cell.getAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE_TYPE))) in delegateContentGeneration()
217 …String type = (String) tce.getAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE_TYPE); in computeValueType()
H A DTableCellLayoutController.java73 …pe = (String) attributeMap.getAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE_TYPE); in computeAttributes()
88 FormatValueUtility.VALUE_TYPE, "string"); in computeAttributes()
115 FormatValueUtility.VALUE_TYPE, "string"); in computeValue()
/aoo4110/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1043 template< typename VALUE_TYPE >
1044 void transferValue( VALUE_TYPE ( SAL_CALL XRow::*_pGetter )( sal_Int32 ), in transferValue() argument
1045 void (SAL_CALL XParameters::*_pSetter)( sal_Int32, VALUE_TYPE ) ) in transferValue()
1047 VALUE_TYPE value( (m_xSource.get()->*_pGetter)( m_rSourcePos ) ); in transferValue()
1053 template< typename VALUE_TYPE >
1054 void transferComplexValue( VALUE_TYPE ( SAL_CALL XRow::*_pGetter )( sal_Int32 ), in transferComplexValue()
1055 void (SAL_CALL XParameters::*_pSetter)( sal_Int32, const VALUE_TYPE& ) ) in transferComplexValue() argument
1057 const VALUE_TYPE value( (m_xSource.get()->*_pGetter)( m_rSourcePos ) ); in transferComplexValue()
/aoo4110/main/forms/source/xforms/
H A Ddatatypes_impl.hxx67 template< typename VALUE_TYPE >
68 OValueLimitedType< VALUE_TYPE >::OValueLimitedType( const ::rtl::OUString& _rName, sal_Int16 _nType… in OValueLimitedType()
H A Ddatatypes.hxx236 template < typename VALUE_TYPE >
240 typedef VALUE_TYPE ValueType;
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java591 …g varType = (String) attrs.getAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE_TYPE); in startOther()
598 …g varType = (String) attrs.getAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE_TYPE); in startOther()
1435 …entryList.setAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE_TYPE, (String) entry.g… in endContent()
/aoo4110/main/xmloff/source/transform/
H A DOasis2OOo.cxx904 ENTRY1Q( OFFICE, VALUE_TYPE, XML_ATACTION_RENAME,
925 ENTRY1Q( OFFICE, VALUE_TYPE, XML_ATACTION_RENAME,
1016 ENTRY1Q( OFFICE, VALUE_TYPE, XML_ATACTION_RENAME,
H A DOOo2Oasis.cxx851 ENTRY1Q( TEXT, VALUE_TYPE, XML_ATACTION_RENAME,
874 ENTRY1Q( TABLE, VALUE_TYPE, XML_ATACTION_RENAME,

Completed in 75 milliseconds