LibreOffice Module sd (master) 1
Public Member Functions | Private Attributes | List of all members
sd::SearchContext Class Reference

#include <View.hxx>

Collaboration diagram for sd::SearchContext:
[legend]

Public Member Functions

rtl::Reference< FuSearch > & getFunctionSearch ()
 
void setSearchFunction (rtl::Reference< FuSearch > const &xFunction)
 
void resetSearchFunction ()
 

Private Attributes

rtl::Reference< FuSearchmaFunctionSearch
 

Detailed Description

Definition at line 71 of file View.hxx.

Member Function Documentation

◆ getFunctionSearch()

rtl::Reference< FuSearch > & sd::SearchContext::getFunctionSearch ( )
inline

Definition at line 77 of file View.hxx.

References maFunctionSearch.

Referenced by sd::DrawDocShell::Execute().

◆ resetSearchFunction()

void sd::SearchContext::resetSearchFunction ( )
inline

◆ setSearchFunction()

void sd::SearchContext::setSearchFunction ( rtl::Reference< FuSearch > const &  xFunction)
inline

Definition at line 82 of file View.hxx.

References maFunctionSearch, and resetSearchFunction().

Referenced by sd::DrawDocShell::Execute().

Member Data Documentation

◆ maFunctionSearch

rtl::Reference<FuSearch> sd::SearchContext::maFunctionSearch
private

Definition at line 74 of file View.hxx.

Referenced by getFunctionSearch(), resetSearchFunction(), and setSearchFunction().


The documentation for this class was generated from the following file: