Home
last modified time | relevance | path

Searched refs:FormatType (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/inc/oox/dump/
H A Dbiffdumper.hxx172 FormatType eFmtType = FORMATTYPE_DEC );
213 FormatType eFmtType = FORMATTYPE_DEC );
217 FormatType eFmtType = FORMATTYPE_DEC );
247 const NameListWrapper& rListWrp, FormatType eFmtType ) in writeRectItem()
259 const NameListWrapper& rListWrp, FormatType eFmtType ) in dumpRect()
268 const NameListWrapper& rListWrp, FormatType eFmtType ) in dumpRectWithGaps()
H A Ddumperbase.hxx186 enum FormatType enum
222 FormatType meFmtType; /// Output format for the value.
228 …void set( DataType eDataType, FormatType eFmtType, const ::rtl::OUString& rItemName…
229 …void set( DataType eDataType, FormatType eFmtType, const ::rtl::OUString& rItemName…
370 static void appendValue( ::rtl::OUStringBuffer& rStr, Type nData, FormatType eFmtType );
415 static FormatType convertToFormatType( const ::rtl::OUString& rStr );
441 void StringHelper::appendValue( ::rtl::OUStringBuffer& rStr, Type nData, FormatType eFmtType ) in appendValue()
1144 inline void writeValue( Type nData, FormatType eFmtType ) in writeValue()
1438 …void writeValueItem( const String& rName, Type nData, FormatType eFmtType, const Na…
1525 void OutputObjectBase::writeValueItem( const String& rName, Type nData, FormatType eFmtType, const … in writeValueItem()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx178 void ItemFormat::set( DataType eDataType, FormatType eFmtType, const OUString& rItemName ) in set()
186 void ItemFormat::set( DataType eDataType, FormatType eFmtType, const OUString& rItemName, const OUS… in set()
787 FormatType StringHelper::convertToFormatType( const OUString& rStr ) in convertToFormatType()
789 FormatType eType = FORMATTYPE_NONE; in convertToFormatType()

Completed in 57 milliseconds