Searched refs:NUMBERFORMAT_ENTRY_NOT_FOUND (Results 1 – 16 of 16) sorted by relevance
| /AOO41X/main/svl/source/numbers/ |
| H A D | zforlist.cxx | 233 nDefaultSystemCurrencyFormat = NUMBERFORMAT_ENTRY_NOT_FOUND; in ImpConstruct() 515 if (nKey != NUMBERFORMAT_ENTRY_NOT_FOUND) // schon vorhanden in PutEntry() 582 sal_uInt32 nKey = NUMBERFORMAT_ENTRY_NOT_FOUND; in GetIndexPuttingAndConverting() 592 if (nOrig == NUMBERFORMAT_ENTRY_NOT_FOUND) in GetIndexPuttingAndConverting() 608 nKey = NUMBERFORMAT_ENTRY_NOT_FOUND; in GetIndexPuttingAndConverting() 615 if (nKey == NUMBERFORMAT_ENTRY_NOT_FOUND) in GetIndexPuttingAndConverting() 621 nKey = NUMBERFORMAT_ENTRY_NOT_FOUND; in GetIndexPuttingAndConverting() 625 if (nKey == NUMBERFORMAT_ENTRY_NOT_FOUND) in GetIndexPuttingAndConverting() 690 while (nPos != NUMBERFORMAT_ENTRY_NOT_FOUND) in Load() 900 rStream << NUMBERFORMAT_ENTRY_NOT_FOUND; // EndeKennung in Save() [all …]
|
| /AOO41X/main/svx/source/items/ |
| H A D | numfmtsh.cxx | 230 if(nCurFormatKey!=NUMBERFORMAT_ENTRY_NOT_FOUND) in FormatChanged() 254 if ( nAddKey != NUMBERFORMAT_ENTRY_NOT_FOUND ) // bereits vorhanden? in AddFormat() 321 DBG_ASSERT( nDelKey != NUMBERFORMAT_ENTRY_NOT_FOUND, "Eintrag nicht gefunden!" ); in RemoveFormat() 324 if ( (nDelKey != NUMBERFORMAT_ENTRY_NOT_FOUND) && !IsRemoved_Impl( nDelKey ) ) in RemoveFormat() 377 if ( nFound == NUMBERFORMAT_ENTRY_NOT_FOUND ) in MakeFormat() 413 if(nFmtKey != NUMBERFORMAT_ENTRY_NOT_FOUND) in GetOptions() 415 if ( nFmtKey != NUMBERFORMAT_ENTRY_NOT_FOUND ) in GetOptions() 452 if ( nExistingFormat == NUMBERFORMAT_ENTRY_NOT_FOUND ) in MakePreviewString() 482 if ( nFound != NUMBERFORMAT_ENTRY_NOT_FOUND ) in IsUserDefined() 508 if ( nFound == NUMBERFORMAT_ENTRY_NOT_FOUND ) in FindEntry() [all …]
|
| /AOO41X/main/xmloff/source/style/ |
| H A D | xmlnumfi.cxx | 428 return NUMBERFORMAT_ENTRY_NOT_FOUND; in GetKeyForName() 1649 sal_uInt32 nIndex = NUMBERFORMAT_ENTRY_NOT_FOUND; in CreateAndInsert() 1714 if ( nIndex == NUMBERFORMAT_ENTRY_NOT_FOUND && sFormat.getLength() ) in CreateAndInsert() 1720 if ( nIndex == NUMBERFORMAT_ENTRY_NOT_FOUND ) in CreateAndInsert() 1730 if ( nIndex != NUMBERFORMAT_ENTRY_NOT_FOUND ) in CreateAndInsert() 1734 nIndex = NUMBERFORMAT_ENTRY_NOT_FOUND; in CreateAndInsert() 1740 if ( nIndex != NUMBERFORMAT_ENTRY_NOT_FOUND && !bFromSystem ) in CreateAndInsert() 1790 if ( nIndex != NUMBERFORMAT_ENTRY_NOT_FOUND && !bAutoOrder ) in CreateAndInsert() 1814 if ((nIndex != NUMBERFORMAT_ENTRY_NOT_FOUND) && sFormatTitle.getLength()) in CreateAndInsert() 1824 if ( nIndex == NUMBERFORMAT_ENTRY_NOT_FOUND ) in CreateAndInsert() [all …]
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xistyle.cxx | 622 return (aIt != maIndexMap.end()) ? aIt->second : NUMBERFORMAT_ENTRY_NOT_FOUND; in GetScFormat() 628 if( nScNumFmt == NUMBERFORMAT_ENTRY_NOT_FOUND ) in FillToItemSet() 635 …DBG_ASSERT( nScNumFmt != NUMBERFORMAT_ENTRY_NOT_FOUND, "XclImpNumFmtBuffer::FillScFmtToItemSet - i… in FillScFmtToItemSet() 1242 if( nForceScNumFmt != NUMBERFORMAT_ENTRY_NOT_FOUND ) in ApplyPattern() 1527 sal_uLong nForceScNumFmt = NUMBERFORMAT_ENTRY_NOT_FOUND; in ApplyPattern()
|
| H A D | xestyle.cxx | 1940 NUMBERFORMAT_ENTRY_NOT_FOUND, EXC_FONT_NOTFOUND, false, bDefStyle ); in XclExpXF() 1968 ((nForceScNumFmt == NUMBERFORMAT_ENTRY_NOT_FOUND) || (mnScNumFmt == nForceScNumFmt)) && in Equals() 1996 mnScNumFmt = NUMBERFORMAT_ENTRY_NOT_FOUND; in InitDefault() 2022 mnScNumFmt = (nForceScNumFmt == NUMBERFORMAT_ENTRY_NOT_FOUND) ? in Init() 2389 … return InsertCellXF( pPattern, nScript, NUMBERFORMAT_ENTRY_NOT_FOUND, EXC_FONT_NOTFOUND, false ); in Insert() 2395 …return InsertCellXF( pPattern, nScript, NUMBERFORMAT_ENTRY_NOT_FOUND, nForceXclFont, bForceLineBre… in InsertWithFont() 2760 (nForceScNumFmt == NUMBERFORMAT_ENTRY_NOT_FOUND) && in InsertCellXF()
|
| H A D | xichart.cxx | 828 …bLinkToSource ? GetNumFmtBuffer().GetScFormat( maData.mnNumFmtIdx ) : NUMBERFORMAT_ENTRY_NOT_FOUND; in ConvertNumFmt() 830 if( nScNumFmt != NUMBERFORMAT_ENTRY_NOT_FOUND ) in ConvertNumFmt() 3268 if( nScNumFmt != NUMBERFORMAT_ENTRY_NOT_FOUND ) in CreateAxis()
|
| H A D | xetable.cxx | 817 sal_uLong nAltScNumFmt = NUMBERFORMAT_ENTRY_NOT_FOUND; in XclExpFormulaCell()
|
| /AOO41X/main/svtools/source/control/ |
| H A D | fmtfield.cxx | 667 if (nDestKey == NUMBERFORMAT_ENTRY_NOT_FOUND) in SetFormatter() 700 if (nNewKey == NUMBERFORMAT_ENTRY_NOT_FOUND) in SetFormat() 707 …DBG_ASSERT(nNewKey != NUMBERFORMAT_ENTRY_NOT_FOUND, "FormattedField::SetFormatString : PutEntry re… in SetFormat()
|
| /AOO41X/main/sw/source/ui/shells/ |
| H A D | tabsh.cxx | 1549 sal_uInt32 nNumberFormat = NUMBERFORMAT_ENTRY_NOT_FOUND; in ExecNumberFormat() 1560 if( NUMBERFORMAT_ENTRY_NOT_FOUND == nNumberFormat ) in ExecNumberFormat() 1567 nNumberFormat = NUMBERFORMAT_ENTRY_NOT_FOUND; in ExecNumberFormat() 1591 if( NUMBERFORMAT_ENTRY_NOT_FOUND != nNumberFormat ) in ExecNumberFormat()
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | numfmtsh.hxx | 77 #define NUMBERFORMAT_ENTRY_NEW_CURRENCY NUMBERFORMAT_ENTRY_NOT_FOUND-1
|
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | xistyle.hxx | 416 sal_uLong nForceScNumFmt = NUMBERFORMAT_ENTRY_NOT_FOUND );
|
| H A D | xestyle.hxx | 476 sal_uLong nScForceNumFmt = NUMBERFORMAT_ENTRY_NOT_FOUND,
|
| /AOO41X/main/svl/inc/svl/ |
| H A D | zforlist.hxx | 82 #define NUMBERFORMAT_ENTRY_NOT_FOUND (sal_uInt32)(0xffffffff) /// MAX_ULONG macro
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | viewfunc.cxx | 2706 if ( nNumberFormat == NUMBERFORMAT_ENTRY_NOT_FOUND ) in SetNumFmtByStr() 2825 if ( nNewFormat == NUMBERFORMAT_ENTRY_NOT_FOUND ) in ChangeNumFmtDecimals()
|
| /AOO41X/main/sw/source/ui/dbui/ |
| H A D | dbinsdlg.cxx | 1918 if( NUMBERFORMAT_ENTRY_NOT_FOUND == rSet.nUsrNumFmt ) in Load()
|
| H A D | dbmgr.cxx | 1555 … if(NUMBERFORMAT_ENTRY_NOT_FOUND == sal::static_int_cast< sal_uInt32, sal_Int32>(nFmt)) in GetColumnFmt()
|