Home
last modified time | relevance | path

Searched refs:nPropertyType (Results 1 – 6 of 6) sorted by relevance

/trunk/main/linguistic/source/
H A Dconvdicxml.cxx153 sal_Int16 nPropertyType; // used for Chinese simplified/traditional conversion member in ConvDicXMLEntryTextContext_Impl
162 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() local
392 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 …]
H A Dconvdic.cxx623 sal_Int16 nPropertyType ) in setPropertyType() argument
633 pConvPropType->insert( PropTypeMap::value_type( rLeftText, nPropertyType ) ); in setPropertyType()
H A Dconvdic.hxx143 …::OUString& aLeftText, const ::rtl::OUString& aRightText, ::sal_Int16 nPropertyType ) throw (::com…
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXConversionPropertyType.idl70 @param nPropertyType
76 [in] short nPropertyType )
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx654 OUString getPropertyName( sal_Int32 nPropertyType ) in getPropertyName() argument
656 switch( nPropertyType ) in getPropertyName()
H A DCustomAnimationDialog.cxx116 extern OUString getPropertyName( sal_Int32 nPropertyType );

Completed in 156 milliseconds