|
LibreOffice Module sd (master) 1
|
#include <memory>#include <sal/config.h>#include <com/sun/star/drawing/XShapes.hpp>#include <com/sun/star/drawing/XDrawPage.hpp>#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>#include <utility>#include <vcl/svapp.hxx>#include <svx/svdobj.hxx>#include <svx/svdpool.hxx>#include <editeng/unoipset.hxx>#include <editeng/unotext.hxx>#include <tools/debug.hxx>#include <unoprnms.hxx>#include <unosrch.hxx>Go to the source code of this file.
Macros | |
| #define | WID_SEARCH_BACKWARDS 0 |
| #define | WID_SEARCH_CASE 1 |
| #define | WID_SEARCH_WORDS 2 |
Functions | |
| static o3tl::span< const SfxItemPropertyMapEntry > | ImplGetSearchPropertyMap () |
| #define WID_SEARCH_BACKWARDS 0 |
Definition at line 40 of file unosrch.cxx.
| #define WID_SEARCH_CASE 1 |
Definition at line 41 of file unosrch.cxx.
| #define WID_SEARCH_WORDS 2 |
Definition at line 42 of file unosrch.cxx.
|
static |
Definition at line 44 of file unosrch.cxx.
References cppu::UnoType< typename T >::get(), u, UNO_NAME_SEARCH_BACKWARDS, UNO_NAME_SEARCH_CASE, UNO_NAME_SEARCH_WORDS, WID_SEARCH_BACKWARDS, WID_SEARCH_CASE, and WID_SEARCH_WORDS.
Referenced by SdUnoSearchReplaceDescriptor::SdUnoSearchReplaceDescriptor().