Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/style/
H A Dxmlnumfe.cxx1659 sal_uInt16 nUsedParts = 0; in ExportFormat_Impl() local
1663 nUsedParts = nPart+1; in ExportFormat_Impl()
1671 if ( eOp1 != NUMBERFORMAT_OP_NO && nUsedParts < 2 ) in ExportFormat_Impl()
1672 nUsedParts = 2; in ExportFormat_Impl()
1673 if ( eOp2 != NUMBERFORMAT_OP_NO && nUsedParts < 3 ) in ExportFormat_Impl()
1674 nUsedParts = 3; in ExportFormat_Impl()
1675 if ( rFormat.HasTextFormat() && nUsedParts < 4 ) in ExportFormat_Impl()
1676 nUsedParts = 4; 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()

Completed in 14 milliseconds