Searched refs:nPropertyType (Results 1 – 6 of 6) sorted by relevance
153 sal_Int16 nPropertyType; // used for Chinese simplified/traditional conversion member in ConvDicXMLEntryTextContext_Impl162 nPropertyType( ConversionPropertyType::NOT_DEFINED ), in ConvDicXMLEntryTextContext_Impl()172 sal_Int16 GetPropertyType() const { return nPropertyType; } in GetPropertyType()173 void SetPropertyType( sal_Int16 nVal ) { nPropertyType = nVal; } in SetPropertyType()300 nPropertyType = (sal_Int16) aValue.toInt32(); in StartElement()389 sal_Int16 nPropertyType = -1; in _ExportContent() local392 nPropertyType = (*aIt2).second; in _ExportContent()393 DBG_ASSERT( nPropertyType, "property-type not found" ); in _ExportContent()394 if (nPropertyType == -1) in _ExportContent()395 nPropertyType = ConversionPropertyType::NOT_DEFINED; in _ExportContent()[all …]
623 sal_Int16 nPropertyType ) in setPropertyType() argument633 pConvPropType->insert( PropTypeMap::value_type( rLeftText, nPropertyType ) ); in setPropertyType()
143 …::OUString& aLeftText, const ::rtl::OUString& aRightText, ::sal_Int16 nPropertyType ) throw (::com…
70 @param nPropertyType76 [in] short nPropertyType )
654 OUString getPropertyName( sal_Int32 nPropertyType ) in getPropertyName() argument656 switch( nPropertyType ) in getPropertyName()
116 extern OUString getPropertyName( sal_Int32 nPropertyType );
Completed in 146 milliseconds