Searched refs:nKomma (Results 1 – 3 of 3) sorted by relevance
865 short nKomma=0; in GetMeterOrInch() local869 case MAP_100TH_MM : bMetr=sal_True; nKomma=5; break; in GetMeterOrInch()870 case MAP_10TH_MM : bMetr=sal_True; nKomma=4; break; in GetMeterOrInch()871 case MAP_MM : bMetr=sal_True; nKomma=3; break; in GetMeterOrInch()872 case MAP_CM : bMetr=sal_True; nKomma=2; break; in GetMeterOrInch()874 case MAP_1000TH_INCH: bInch=sal_True; nKomma=3; break; in GetMeterOrInch()875 case MAP_100TH_INCH : bInch=sal_True; nKomma=2; break; in GetMeterOrInch()887 rnKomma=nKomma; in GetMeterOrInch()895 short nKomma=0; in GetMeterOrInch() local914 case FUNIT_PERCENT : nKomma=2; break; in GetMeterOrInch()[all …]
1260 sal_Int32 nKomma(nUIUnitKomma); in TakeMetricStr() local1262 if(nKomma > nNumDigits) in TakeMetricStr()1268 nKomma = nNumDigits; in TakeMetricStr()1270 else if(nKomma < nNumDigits) in TakeMetricStr()1276 nKomma = nNumDigits; in TakeMetricStr()1281 if(nKomma < 0) in TakeMetricStr()1284 sal_Int32 nAnz(-nKomma); in TakeMetricStr()1289 nKomma = 0; in TakeMetricStr()1294 if(nKomma > 0 && rStr.Len() <= nKomma) in TakeMetricStr()1297 sal_Int32 nAnz(nKomma - rStr.Len()); in TakeMetricStr()[all …]
102 int nKomma = i_rName.pos_first(','); in WriteName() local104 if ( nKomma > -1 ) in WriteName()106 o_rFile.write( i_rName.str(), nKomma ); in WriteName()111 o_rFile.write( i_rName.str(), nKomma ); in WriteName()114 o_rFile.write( i_rName.str() + nKomma + 1, nEnd - nKomma ); in WriteName()116 WriteStr( o_rFile, i_rName.str() + nKomma + 1 ); in WriteName()119 o_rFile.write( i_rName.str() + nKomma + 1, nEnd - nKomma ); in WriteName()
Completed in 81 milliseconds