unotxdoc.hxx (ad54a8fd) unotxdoc.hxx (25cebbc8)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

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

435 SwUnoCrsr* FindAny(const css::uno::Reference< css::util::XSearchDescriptor > & xDesc,
436 css::uno::Reference< css::text::XTextCursor > & xCrsr, sal_Bool bAll,
437 sal_Int32& nResult,
438 css::uno::Reference< css::uno::XInterface > xLastResult);
439
440 SwXDrawPage* GetDrawPage();
441 SwDocShell* GetDocShell() {return pDocShell;}
442
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

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

435 SwUnoCrsr* FindAny(const css::uno::Reference< css::util::XSearchDescriptor > & xDesc,
436 css::uno::Reference< css::text::XTextCursor > & xCrsr, sal_Bool bAll,
437 sal_Int32& nResult,
438 css::uno::Reference< css::uno::XInterface > xLastResult);
439
440 SwXDrawPage* GetDrawPage();
441 SwDocShell* GetDocShell() {return pDocShell;}
442
443 // #121125# react on ViewShell change
444 void ReactOnViewShellChange();
443 // #121125#, #122868# - clean up rendering data
444 void CleanUpRenderingData();
445
446 void * SAL_CALL operator new( size_t ) throw();
447 void SAL_CALL operator delete( void * ) throw();
448
449};
450/* -----------------25.10.99 11:02-------------------
451
452 --------------------------------------------------*/

--- 165 unchanged lines hidden ---
445
446 void * SAL_CALL operator new( size_t ) throw();
447 void SAL_CALL operator delete( void * ) throw();
448
449};
450/* -----------------25.10.99 11:02-------------------
451
452 --------------------------------------------------*/

--- 165 unchanged lines hidden ---