Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
b3d8fd8a
Kaydet (Commit)
b3d8fd8a
authored
Haz 12, 2012
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
re-base on ALv2 code.
üst
6f367476
Hide whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
527 additions
and
806 deletions
+527
-806
binaryany.cxx
binaryurp/source/binaryany.cxx
+17
-26
binaryany.hxx
binaryurp/source/binaryany.hxx
+17
-26
binaryurp.component
binaryurp/source/binaryurp.component
+17
-26
bridge.cxx
binaryurp/source/bridge.cxx
+17
-26
bridge.hxx
binaryurp/source/bridge.hxx
+17
-26
bridgefactory.cxx
binaryurp/source/bridgefactory.cxx
+17
-26
bridgefactory.hxx
binaryurp/source/bridgefactory.hxx
+17
-26
cache.hxx
binaryurp/source/cache.hxx
+17
-26
currentcontext.cxx
binaryurp/source/currentcontext.cxx
+17
-26
currentcontext.hxx
binaryurp/source/currentcontext.hxx
+17
-26
incomingreply.hxx
binaryurp/source/incomingreply.hxx
+17
-26
incomingrequest.cxx
binaryurp/source/incomingrequest.cxx
+17
-26
incomingrequest.hxx
binaryurp/source/incomingrequest.hxx
+17
-26
lessoperators.cxx
binaryurp/source/lessoperators.cxx
+17
-26
lessoperators.hxx
binaryurp/source/lessoperators.hxx
+17
-26
marshal.cxx
binaryurp/source/marshal.cxx
+17
-26
marshal.hxx
binaryurp/source/marshal.hxx
+17
-26
outgoingrequest.hxx
binaryurp/source/outgoingrequest.hxx
+17
-26
outgoingrequests.cxx
binaryurp/source/outgoingrequests.cxx
+17
-26
outgoingrequests.hxx
binaryurp/source/outgoingrequests.hxx
+17
-26
proxy.cxx
binaryurp/source/proxy.cxx
+17
-26
proxy.hxx
binaryurp/source/proxy.hxx
+17
-26
reader.cxx
binaryurp/source/reader.cxx
+17
-26
reader.hxx
binaryurp/source/reader.hxx
+17
-26
readerstate.hxx
binaryurp/source/readerstate.hxx
+17
-26
specialfunctionids.hxx
binaryurp/source/specialfunctionids.hxx
+17
-26
unmarshal.cxx
binaryurp/source/unmarshal.cxx
+17
-26
unmarshal.hxx
binaryurp/source/unmarshal.hxx
+17
-26
writer.cxx
binaryurp/source/writer.cxx
+17
-26
writer.hxx
binaryurp/source/writer.hxx
+17
-26
writerstate.hxx
binaryurp/source/writerstate.hxx
+17
-26
No files found.
binaryurp/source/binaryany.cxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include "sal/config.h"
#include "sal/config.h"
...
...
binaryurp/source/binaryany.hxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef INCLUDED_BINARYURP_SOURCE_BINARYANY_HXX
#ifndef INCLUDED_BINARYURP_SOURCE_BINARYANY_HXX
#define INCLUDED_BINARYURP_SOURCE_BINARYANY_HXX
#define INCLUDED_BINARYURP_SOURCE_BINARYANY_HXX
...
...
binaryurp/source/binaryurp.component
Dosyayı görüntüle @
b3d8fd8a
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--**********************************************************************
<!--
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-->
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
...
...
binaryurp/source/bridge.cxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include "sal/config.h"
#include "sal/config.h"
...
...
binaryurp/source/bridge.hxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef INCLUDED_BINARYURP_SOURCE_BRIDGE_HXX
#ifndef INCLUDED_BINARYURP_SOURCE_BRIDGE_HXX
#define INCLUDED_BINARYURP_SOURCE_BRIDGE_HXX
#define INCLUDED_BINARYURP_SOURCE_BRIDGE_HXX
...
...
binaryurp/source/bridgefactory.cxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include "sal/config.h"
#include "sal/config.h"
...
...
binaryurp/source/bridgefactory.hxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef INCLUDED_BINARYURP_SOURCE_BRIDGEFACTORY_HXX
#ifndef INCLUDED_BINARYURP_SOURCE_BRIDGEFACTORY_HXX
#define INCLUDED_BINARYURP_SOURCE_BRIDGEFACTORY_HXX
#define INCLUDED_BINARYURP_SOURCE_BRIDGEFACTORY_HXX
...
...
binaryurp/source/cache.hxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef INCLUDED_BINARYURP_SOURCE_CACHE_HXX
#ifndef INCLUDED_BINARYURP_SOURCE_CACHE_HXX
#define INCLUDED_BINARYURP_SOURCE_CACHE_HXX
#define INCLUDED_BINARYURP_SOURCE_CACHE_HXX
...
...
binaryurp/source/currentcontext.cxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include "sal/config.h"
#include "sal/config.h"
...
...
binaryurp/source/currentcontext.hxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef INCLUDED_BINARYURP_SOURCE_CURRENTCONTEXT_HXX
#ifndef INCLUDED_BINARYURP_SOURCE_CURRENTCONTEXT_HXX
#define INCLUDED_BINARYURP_SOURCE_CURRENTCONTEXT_HXX
#define INCLUDED_BINARYURP_SOURCE_CURRENTCONTEXT_HXX
...
...
binaryurp/source/incomingreply.hxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef INCLUDED_BINARYURP_SOURCE_INCOMINGREPLY_HXX
#ifndef INCLUDED_BINARYURP_SOURCE_INCOMINGREPLY_HXX
#define INCLUDED_BINARYURP_SOURCE_INCOMINGREPLY_HXX
#define INCLUDED_BINARYURP_SOURCE_INCOMINGREPLY_HXX
...
...
binaryurp/source/incomingrequest.cxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include "sal/config.h"
#include "sal/config.h"
...
...
binaryurp/source/incomingrequest.hxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef INCLUDED_BINARYURP_SOURCE_INCOMINGREQUEST_HXX
#ifndef INCLUDED_BINARYURP_SOURCE_INCOMINGREQUEST_HXX
#define INCLUDED_BINARYURP_SOURCE_INCOMINGREQUEST_HXX
#define INCLUDED_BINARYURP_SOURCE_INCOMINGREQUEST_HXX
...
...
binaryurp/source/lessoperators.cxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include "sal/config.h"
#include "sal/config.h"
...
...
binaryurp/source/lessoperators.hxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef INCLUDED_BINARYURP_SOURCE_LESSOPERATORS_HXX
#ifndef INCLUDED_BINARYURP_SOURCE_LESSOPERATORS_HXX
#define INCLUDED_BINARYURP_SOURCE_LESSOPERATORS_HXX
#define INCLUDED_BINARYURP_SOURCE_LESSOPERATORS_HXX
...
...
binaryurp/source/marshal.cxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include "sal/config.h"
#include "sal/config.h"
...
...
binaryurp/source/marshal.hxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef INCLUDED_BINARYURP_SOURCE_MARSHAL_HXX
#ifndef INCLUDED_BINARYURP_SOURCE_MARSHAL_HXX
#define INCLUDED_BINARYURP_SOURCE_MARSHAL_HXX
#define INCLUDED_BINARYURP_SOURCE_MARSHAL_HXX
...
...
binaryurp/source/outgoingrequest.hxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef INCLUDED_BINARYURP_SOURCE_OUTGOINGREQUEST_HXX
#ifndef INCLUDED_BINARYURP_SOURCE_OUTGOINGREQUEST_HXX
#define INCLUDED_BINARYURP_SOURCE_OUTGOINGREQUEST_HXX
#define INCLUDED_BINARYURP_SOURCE_OUTGOINGREQUEST_HXX
...
...
binaryurp/source/outgoingrequests.cxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include "sal/config.h"
#include "sal/config.h"
...
...
binaryurp/source/outgoingrequests.hxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef INCLUDED_BINARYURP_SOURCE_OUTGOINGREQUESTS_HXX
#ifndef INCLUDED_BINARYURP_SOURCE_OUTGOINGREQUESTS_HXX
#define INCLUDED_BINARYURP_SOURCE_OUTGOINGREQUESTS_HXX
#define INCLUDED_BINARYURP_SOURCE_OUTGOINGREQUESTS_HXX
...
...
binaryurp/source/proxy.cxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include "sal/config.h"
#include "sal/config.h"
...
...
binaryurp/source/proxy.hxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef INCLUDED_BINARYURP_SOURCE_PROXY_HXX
#ifndef INCLUDED_BINARYURP_SOURCE_PROXY_HXX
#define INCLUDED_BINARYURP_SOURCE_PROXY_HXX
#define INCLUDED_BINARYURP_SOURCE_PROXY_HXX
...
...
binaryurp/source/reader.cxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include "sal/config.h"
#include "sal/config.h"
...
...
binaryurp/source/reader.hxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef INCLUDED_BINARYURP_SOURCE_READER_HXX
#ifndef INCLUDED_BINARYURP_SOURCE_READER_HXX
#define INCLUDED_BINARYURP_SOURCE_READER_HXX
#define INCLUDED_BINARYURP_SOURCE_READER_HXX
...
...
binaryurp/source/readerstate.hxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef INCLUDED_BINARYURP_SOURCE_READERSTATE_HXX
#ifndef INCLUDED_BINARYURP_SOURCE_READERSTATE_HXX
#define INCLUDED_BINARYURP_SOURCE_READERSTATE_HXX
#define INCLUDED_BINARYURP_SOURCE_READERSTATE_HXX
...
...
binaryurp/source/specialfunctionids.hxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef INCLUDED_BINARYURP_SOURCE_SPECIALFUNCTIONIDS_HXX
#ifndef INCLUDED_BINARYURP_SOURCE_SPECIALFUNCTIONIDS_HXX
#define INCLUDED_BINARYURP_SOURCE_SPECIALFUNCTIONIDS_HXX
#define INCLUDED_BINARYURP_SOURCE_SPECIALFUNCTIONIDS_HXX
...
...
binaryurp/source/unmarshal.cxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include "sal/config.h"
#include "sal/config.h"
...
...
binaryurp/source/unmarshal.hxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef INCLUDED_BINARYURP_SOURCE_UNMARSHAL_HXX
#ifndef INCLUDED_BINARYURP_SOURCE_UNMARSHAL_HXX
#define INCLUDED_BINARYURP_SOURCE_UNMARSHAL_HXX
#define INCLUDED_BINARYURP_SOURCE_UNMARSHAL_HXX
...
...
binaryurp/source/writer.cxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include "sal/config.h"
#include "sal/config.h"
...
...
binaryurp/source/writer.hxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef INCLUDED_BINARYURP_SOURCE_WRITER_HXX
#ifndef INCLUDED_BINARYURP_SOURCE_WRITER_HXX
#define INCLUDED_BINARYURP_SOURCE_WRITER_HXX
#define INCLUDED_BINARYURP_SOURCE_WRITER_HXX
...
...
binaryurp/source/writerstate.hxx
Dosyayı görüntüle @
b3d8fd8a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*
*
* This file is part of the LibreOffice project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* Copyright 2000, 2011 Oracle and/or its affiliates.
* License, v. 2.0. If a copy of the MPL was not distributed with this
*
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* OpenOffice.org - a multi-platform office productivity suite
*
*
* This file incorporates work covered by the following license notice:
* This file is part of OpenOffice.org.
*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* OpenOffice.org is free software: you can redistribute it and/or modify
* contributor license agreements. See the NOTICE file distributed
* it under the terms of the GNU Lesser General Public License version 3
* with this work for additional information regarding copyright
* only, as published by the Free Software Foundation.
* ownership. The ASF licenses this file to you under the Apache
*
* License, Version 2.0 (the "License"); you may not use this file
* OpenOffice.org is distributed in the hope that it will be useful,
* except in compliance with the License. You may obtain a copy of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*/
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef INCLUDED_BINARYURP_SOURCE_WRITERSTATE_HXX
#ifndef INCLUDED_BINARYURP_SOURCE_WRITERSTATE_HXX
#define INCLUDED_BINARYURP_SOURCE_WRITERSTATE_HXX
#define INCLUDED_BINARYURP_SOURCE_WRITERSTATE_HXX
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment