Searched refs:VALUE_TYPE (Results 1 – 10 of 10) sorted by relevance
/trunk/main/comphelper/inc/comphelper/ |
H A D | namedvaluecollection.hxx | 168 template < typename VALUE_TYPE > 174 template < typename VALUE_TYPE > 183 template < typename VALUE_TYPE > 184 … VALUE_TYPE getOrDefault( const sal_Char* _pAsciiValueName, const VALUE_TYPE& _rDefault ) const in getOrDefault() 189 template < typename VALUE_TYPE > 190 … VALUE_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 …]
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | FormatValueUtility.java | 56 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 D | FormattedTextLayoutController.java | 127 … 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 D | TableCellLayoutController.java | 73 …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()
|
/trunk/main/dbaccess/source/ui/uno/ |
H A D | copytablewizard.cxx | 1045 template< typename VALUE_TYPE > 1046 void transferValue( VALUE_TYPE ( SAL_CALL XRow::*_pGetter )( sal_Int32 ), in transferValue() argument 1047 void (SAL_CALL XParameters::*_pSetter)( sal_Int32, VALUE_TYPE ) ) in transferValue() 1049 VALUE_TYPE value( (m_xSource.get()->*_pGetter)( m_rSourcePos ) ); in transferValue() 1055 template< typename VALUE_TYPE > 1056 void transferComplexValue( VALUE_TYPE ( SAL_CALL XRow::*_pGetter )( sal_Int32 ), in transferComplexValue() 1057 void (SAL_CALL XParameters::*_pSetter)( sal_Int32, const VALUE_TYPE& ) ) in transferComplexValue() argument 1059 const VALUE_TYPE value( (m_xSource.get()->*_pGetter)( m_rSourcePos ) ); in transferComplexValue()
|
/trunk/main/forms/source/xforms/ |
H A D | datatypes_impl.hxx | 67 template< typename VALUE_TYPE > 68 OValueLimitedType< VALUE_TYPE >::OValueLimitedType( const ::rtl::OUString& _rName, sal_Int16 _nType… in OValueLimitedType()
|
H A D | datatypes.hxx | 236 template < typename VALUE_TYPE > 240 typedef VALUE_TYPE ValueType;
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
H A D | TextRawReportTarget.java | 591 …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()
|
/trunk/main/xmloff/source/transform/ |
H A D | Oasis2OOo.cxx | 904 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 D | OOo2Oasis.cxx | 851 ENTRY1Q( TEXT, VALUE_TYPE, XML_ATACTION_RENAME, 874 ENTRY1Q( TABLE, VALUE_TYPE, XML_ATACTION_RENAME,
|
Completed in 77 milliseconds