/trunk/main/sw/source/core/sw3io/ |
H A D | sw3convert.cxx | 93 sal_uInt16 nOldFormat; member 308 pOldFmt[i].nOldFormat) in sw3io_ConvertFromOldField() 310 if( rFmt == pOldFmt[i].nOldFormat ) in sw3io_ConvertFromOldField() 415 pOldFmt[i].nOldFormat ) in sw3io_ConvertToOldField() 422 rFmt = pOldFmt[i].nOldFormat; in sw3io_ConvertToOldField()
|
/trunk/main/vcl/source/gdi/ |
H A D | impgraph.cxx | 1134 const sal_uInt16 nOldFormat = rIStm.GetNumberFormatInt(); in ImplReadEmbedded() local 1346 rIStm.SetNumberFormatInt( nOldFormat ); in ImplReadEmbedded() 1361 const sal_uInt16 nOldFormat = rOStm.GetNumberFormatInt(); in ImplWriteEmbedded() local 1424 rOStm.SetNumberFormatInt( nOldFormat ); in ImplWriteEmbedded() 1791 const sal_uInt16 nOldFormat = rIStm.GetNumberFormatInt(); in operator >>() local 1872 rIStm.SetNumberFormatInt( nOldFormat ); in operator >>() 1908 const sal_uInt16 nOldFormat = rOStm.GetNumberFormatInt(); in operator <<() local 1951 rOStm.SetNumberFormatInt( nOldFormat ); in operator <<()
|
H A D | dibtools.cxx | 1364 const sal_uInt16 nOldFormat(rIStm.GetNumberFormatInt()); in ImplReadDIB() local 1393 rIStm.SetNumberFormatInt(nOldFormat); in ImplReadDIB() 1412 const sal_uInt16 nOldFormat(rOStm.GetNumberFormatInt()); in ImplWriteDIB() local 1459 rOStm.SetNumberFormatInt(nOldFormat); in ImplWriteDIB()
|
H A D | cvtsvm.cxx | 509 const sal_uInt16 nOldFormat = rIStm.GetNumberFormatInt(); in ImplConvertFromSVM1() local 531 rIStm.SetNumberFormatInt( nOldFormat ); in ImplConvertFromSVM1() 1383 rIStm.SetNumberFormatInt( nOldFormat ); in ImplConvertFromSVM1() 1393 const sal_uInt16 nOldFormat = rOStm.GetNumberFormatInt(); in ImplConvertToSVM1() local 1422 rOStm.SetNumberFormatInt( nOldFormat ); in ImplConvertToSVM1()
|
H A D | graph.cxx | 668 const sal_uInt16 nOldFormat = rIStm.GetNumberFormatInt(); in GetGraphicsCompressMode() local 695 rIStm.SetNumberFormatInt( nOldFormat ); in GetGraphicsCompressMode()
|
/trunk/main/svtools/source/misc/ |
H A D | imap.cxx | 1148 sal_uInt16 nOldFormat = rOStm.GetNumberFormatInt(); in Write() local 1170 rOStm.SetNumberFormatInt( nOldFormat ); in Write() 1184 sal_uInt16 nOldFormat = rIStm.GetNumberFormatInt(); in Read() local 1216 rIStm.SetNumberFormatInt( nOldFormat ); in Read()
|
/trunk/main/sc/source/filter/xcl97/ |
H A D | XclImpChangeTrack.cxx | 354 sal_uInt32 nOldFormat; in ReadChTrCellContent() local 356 ReadCell( pOldCell, nOldFormat, nOldValueType, aPosition ); in ReadChTrCellContent() 369 pChangeTrack->AppendContentOnTheFly( aPosition, pOldCell, pNewCell, nOldFormat, nNewFormat ); in ReadChTrCellContent()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 1049 sal_uInt32 nOldFormat = in ApplyAttributes() local 1053 if ( nNewFormat != nOldFormat ) in ApplyAttributes() 1057 const SvNumberformat* pOldEntry = pFormatter->GetEntry( nOldFormat ); in ApplyAttributes() 1070 if ( nNewMod == ( nOldFormat % SV_COUNTRY_LANGUAGE_OFFSET ) && in ApplyAttributes() 2745 sal_uInt32 nOldFormat; in ChangeNumFmtDecimals() local 2746 pDoc->GetNumberFormat( nCol, nRow, nTab, nOldFormat ); in ChangeNumFmtDecimals() 2747 const SvNumberformat* pOldEntry = pFormatter->GetEntry( nOldFormat ); in ChangeNumFmtDecimals() 2756 sal_uInt32 nNewFormat = nOldFormat; in ChangeNumFmtDecimals() 2774 sal_Bool bWasStandard = ( nOldFormat == pFormatter->GetStandardIndex( eLanguage ) ); in ChangeNumFmtDecimals() 2792 String aDecSep( pFormatter->GetFormatDecimalSep( nOldFormat ) ); in ChangeNumFmtDecimals() [all …]
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | styleuno.cxx | 1761 sal_uInt32 nOldFormat = ((const SfxUInt32Item&) in SetOnePropertyValueWithoutUpdate() local 1765 nOldFormat = pFormatter-> in SetOnePropertyValueWithoutUpdate() 1766 GetFormatForLanguageIfBuiltIn( nOldFormat, eOldLang ); in SetOnePropertyValueWithoutUpdate() 2027 sal_uInt32 nOldFormat = ((const SfxUInt32Item&) in getPropertyValue() local 2031 nOldFormat = pDocShell->GetDocument()->GetFormatTable()-> in getPropertyValue() 2032 GetFormatForLanguageIfBuiltIn( nOldFormat, eOldLang ); in getPropertyValue() 2033 aAny <<= nOldFormat; in getPropertyValue()
|
/trunk/main/sc/source/ui/app/ |
H A D | transobj.cxx | 836 sal_uLong nOldFormat = ((const SfxUInt32Item*) in StripRefs() local 838 if ( (nOldFormat % SV_COUNTRY_LANGUAGE_OFFSET) == 0 ) in StripRefs() 841 nOldFormat ); in StripRefs()
|
/trunk/main/sw/source/ui/fldui/ |
H A D | flddinf.cxx | 231 nOldFormat = GetCurField()->GetFormat(); in Reset() 490 nOldFormat != nFormat || aFixedCB.GetState() != aFixedCB.GetSavedValue() in FillItemSet()
|
H A D | flddb.cxx | 206 nOldFormat = GetCurField()->GetFormat(); in Reset() 275 nOldFormat != nFormat || nOldSubType != nSubType) in FillItemSet()
|
H A D | flddok.cxx | 204 nOldFormat = GetCurField()->GetFormat(); in Reset() 679 nOldFormat != nFormat || in FillItemSet()
|
H A D | fldfunc.cxx | 208 nOldFormat = GetCurField()->GetFormat(); in Reset() 660 nOldFormat != nFormat) in FillItemSet()
|
H A D | flddinf.hxx | 59 sal_uLong nOldFormat; member in SwFldDokInfPage
|
H A D | flddok.hxx | 64 sal_uLong nOldFormat; member in SwFldDokPage
|
H A D | flddb.hxx | 67 sal_uLong nOldFormat; member in SwFldDBPage
|
/trunk/main/sc/inc/ |
H A D | chgtrack.hxx | 873 sal_uLong nOldFormat, ScBaseCell* pNewCell, 1232 sal_uLong nOldFormat, ScDocument* pRefDoc = NULL ); 1254 sal_uLong nOldFormat = 0,
|
/trunk/main/filter/source/graphicfilter/etiff/ |
H A D | etiff.cxx | 167 const sal_uInt16 nOldFormat = mpOStm->GetNumberFormatInt(); in WriteTIFF() local 234 mpOStm->SetNumberFormatInt( nOldFormat ); in WriteTIFF()
|
/trunk/main/sc/source/core/data/ |
H A D | stlpool.cxx | 203 sal_uLong nOldFormat = static_cast<const SfxUInt32Item*>(pItem)->GetValue(); in CopyStyleFrom() local 204 …al_uInt32* pNewFormat = static_cast<sal_uInt32*>(pDoc->GetFormatExchangeList()->Get( nOldFormat )); in CopyStyleFrom()
|
H A D | patattr.cxx | 960 sal_uLong nOldFormat = static_cast<const SfxUInt32Item*>(pSrcItem)->GetValue(); in lcl_CopyStyleToPool() local 961 … sal_uInt32* pNewFormat = static_cast<sal_uInt32*>(pFormatExchangeList->Get( nOldFormat )); in lcl_CopyStyleToPool() 1065 sal_uLong nOldFormat = ((const SfxUInt32Item*)pSrcItem)->GetValue(); in PutInPool() local 1066 …_uInt32* pNewFormat = static_cast<sal_uInt32*>(pDestDoc->GetFormatExchangeList()->Get(nOldFormat)); in PutInPool()
|
H A D | documen8.cxx | 270 sal_uLong nOldFormat = in ModifyStyleSheet() local 278 if ( nNewFormat != nOldFormat ) in ModifyStyleSheet() 281 eOldLang = pFormatter->GetEntry( nOldFormat )->GetLanguage(); in ModifyStyleSheet()
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | res_DataLabel.cxx | 266 sal_uLong nOldFormat = rnFormatKey; in IMPL_LINK() local 272 if( bOldMixedState && bOldSource == rUseSourceFormat && nOldFormat == rnFormatKey ) in IMPL_LINK()
|
/trunk/main/svtools/source/filter/igif/ |
H A D | gifread.cxx | 826 sal_uInt16 nOldFormat = rStm.GetNumberFormatInt(); in ImportGIF() local 851 rStm.SetNumberFormatInt( nOldFormat ); in ImportGIF()
|
/trunk/main/filter/source/graphicfilter/ieps/ |
H A D | ieps.cxx | 527 sal_uInt16 nOldFormat = rStream.GetNumberFormatInt(); in GraphicImport() local 736 rStream.SetNumberFormatInt(nOldFormat); in GraphicImport()
|