Lines Matching refs:nPart

329 OUString lcl_CreateStyleName( sal_Int32 nKey, sal_Int32 nPart, sal_Bool bDefPart, const rtl::OUStri…  in lcl_CreateStyleName()  argument
337 aFmtName.append( nPart ); in lcl_CreateStyleName()
733 sal_Int32 nKey, sal_Int32 nPart ) in WriteMapElement_Impl() argument
762 rExport.EncodeStyleName( lcl_CreateStyleName( nKey, nPart, sal_False, in WriteMapElement_Impl()
964 sal_uInt16 nPart, sal_Bool bDefPart ) 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()
1038 lcl_CreateStyleName( nKey, nPart, bDefPart, sPrefix ) ); 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()
1660 sal_uInt16 nPart; in ExportFormat_Impl() local
1661 for (nPart=0; nPart<XMLNUM_MAX_PARTS; nPart++) in ExportFormat_Impl()
1662 if (rFormat.GetNumForType( nPart, 0, sal_False ) != 0) in ExportFormat_Impl()
1663 nUsedParts = nPart+1; in ExportFormat_Impl()
1678 for (nPart=0; nPart<nUsedParts; nPart++) in ExportFormat_Impl()
1680 sal_Bool bDefault = ( nPart+1 == nUsedParts ); // last = default in ExportFormat_Impl()
1681 ExportPart_Impl( rFormat, nKey, nPart, bDefault ); in ExportFormat_Impl()