Lines Matching refs:rFormat
888 sal_Bool lcl_IsDefaultDateFormat( const SvNumberformat& rFormat, sal_Bool bSystemDate, NfIndexTable… in lcl_IsDefaultDateFormat() argument
907 short nElemType = rFormat.GetNumForType( 0, nPos, sal_False ); in lcl_IsDefaultDateFormat()
963 void SvXMLNumFmtExport::ExportPart_Impl( const SvNumberformat& rFormat, sal_uInt32 nKey, in ExportPart_Impl() argument
978 rFormat.GetNumForInfo( nPart, nFmtType, bThousand, nPrecision, nLeading); in ExportPart_Impl()
992 if ( nFmtType == NUMBERFORMAT_UNDEFINED && rFormat.GetNumForType( nPart, in ExportPart_Impl()
1030 sal_Bool bUserDef = ( ( rFormat.GetType() & NUMBERFORMAT_DEFINED ) != 0 ); in ExportPart_Impl()
1045 LanguageType nLang = rFormat.GetLanguage(); in ExportPart_Impl()
1050 sAttrValue = rFormat.GetComment(); in ExportPart_Impl()
1078 !lcl_IsDefaultDateFormat( rFormat, bSystemDate, eBuiltIn ) ) in ExportPart_Impl()
1116 rFormat.GetNatNumXml( aAttr, nPart ); in ExportPart_Impl()
1139 const Color* pCol = rFormat.GetColor( nPart ); in ExportPart_Impl()
1183 short nElemType = rFormat.GetNumForType( nPart, nPos, sal_False ); in ExportPart_Impl()
1184 const XubString* pElemStr = rFormat.GetNumForString( nPart, nPos, sal_False ); in ExportPart_Impl()
1250 short nElemType = rFormat.GetNumForType( nPart, nPos, sal_False ); in ExportPart_Impl()
1251 const XubString* pElemStr = rFormat.GetNumForString( nPart, nPos, sal_False ); in ExportPart_Impl()
1295 short nElemType = rFormat.GetNumForType( nPart, nPos, sal_False ); in ExportPart_Impl()
1296 const XubString* pElemStr = rFormat.GetNumForString( nPart, nPos, sal_False ); in ExportPart_Impl()
1612 rFormat.GetConditions( eOp1, fLimit1, eOp2, fLimit2 ); in ExportPart_Impl()
1617 if ( rFormat.HasTextFormat() ) in ExportPart_Impl()
1657 void SvXMLNumFmtExport::ExportFormat_Impl( const SvNumberformat& rFormat, sal_uInt32 nKey ) in ExportFormat_Impl() argument
1662 if (rFormat.GetNumForType( nPart, 0, sal_False ) != 0) in ExportFormat_Impl()
1667 rFormat.GetConditions( eOp1, fLimit1, eOp2, fLimit2 ); in ExportFormat_Impl()
1675 if ( rFormat.HasTextFormat() && nUsedParts < 4 ) in ExportFormat_Impl()
1681 ExportPart_Impl( rFormat, nKey, nPart, bDefault ); in ExportFormat_Impl()