ww8atr.cxx (0a0bc0c4) ww8atr.cxx (51cdef2a)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *

--- 842 unchanged lines hidden (view full) ---

851 OutputItemSet(aSet, true, false,
852 i18n::ScriptType::LATIN, mbExportModeRTF);
853 bOutFlyFrmAttrs = false;
854
855 bCallOutSet = false;
856 }
857 }
858 break;
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *

--- 842 unchanged lines hidden (view full) ---

851 OutputItemSet(aSet, true, false,
852 i18n::ScriptType::LATIN, mbExportModeRTF);
853 bOutFlyFrmAttrs = false;
854
855 bCallOutSet = false;
856 }
857 }
858 break;
859 case RES_FRMFMT:
860 break;
859 default:
861 default:
860 ASSERT( !this, "Was wird hier ausgegeben ??? " );
862 ASSERT( !this, "Which format is exported here?" );
861 break;
862 }
863
864 if( bCallOutSet )
865 OutputItemSet( rFmt.GetAttrSet(), bPapFmt, bChpFmt,
866 i18n::ScriptType::LATIN, mbExportModeRTF);
867 pOutFmtNode = pOldMod;
868}

--- 4449 unchanged lines hidden ---
863 break;
864 }
865
866 if( bCallOutSet )
867 OutputItemSet( rFmt.GetAttrSet(), bPapFmt, bChpFmt,
868 i18n::ScriptType::LATIN, mbExportModeRTF);
869 pOutFmtNode = pOldMod;
870}

--- 4449 unchanged lines hidden ---