LibreOffice Module sw (master)
1
|
#include <srcview.hxx>
Public Member Functions | |
SFX_DECL_VIEWFACTORY (SwSrcView) | |
SwSrcView (SfxViewFrame *pFrame, SfxViewShell *) | |
virtual | ~SwSrcView () override |
SwDocShell * | GetDocShell () |
void | SaveContent (const OUString &rTmpFile) |
void | SaveContentTo (SfxMedium &rMed) |
bool | IsModified () const |
void | Execute (SfxRequest &) |
void | GetState (SfxItemSet &) |
SvxSearchItem * | GetSearchItem () |
void | SetSearchItem (const SvxSearchItem &rItem) |
void | Load (SwDocShell *pDocShell) |
virtual sal_uInt16 | SetPrinter (SfxPrinter *pNew, SfxPrinterChangeFlags nDiff=SFX_PRINTER_ALL) override |
virtual SfxPrinter * | GetPrinter (bool bCreate=false) override |
sal_Int32 | PrintSource (OutputDevice *pOutDev, sal_Int32 nPage, bool bCalcNumPagesOnly) |
bool | HasSourceSaved () const |
![]() | |
SfxViewShell (SfxViewFrame *pFrame, SfxViewShellFlags nFlags) | |
virtual | ~SfxViewShell () override |
SfxInPlaceClient * | GetIPClient () const |
SfxInPlaceClient * | GetUIActiveClient () const |
SfxInPlaceClient * | FindIPClient (const css::uno::Reference< css::embed::XEmbeddedObject > &xObj, vcl::Window *pObjParentWin) const |
virtual ErrCode | DoVerb (sal_Int32 nVerb) |
void | OutplaceActivated (bool bActive) |
virtual void | UIActivating (SfxInPlaceClient *pClient) |
virtual void | UIDeactivated (SfxInPlaceClient *pClient) |
void | JumpToMark (const OUString &rMark) |
void | VisAreaChanged () |
virtual bool | PrepareClose (bool bUI=true) |
virtual OUString | GetSelectionText (bool bCompleteWords=false) |
virtual bool | HasSelection (bool bText=true) const |
virtual SdrView * | GetDrawView () const |
void | AddSubShell (SfxShell &rShell) |
void | RemoveSubShell (SfxShell *pShell=nullptr) |
SfxShell * | GetSubShell (sal_uInt16) |
virtual SfxShell * | GetFormShell () |
virtual const SfxShell * | GetFormShell () const |
virtual void | notifyWindow (vcl::LOKWindowId nLOKWindowId, const OUString &rAction, const std::vector< vcl::LOKPayloadItem > &rPayload=std::vector< vcl::LOKPayloadItem >()) const override |
virtual void | ShowCursor (bool bOn=true) |
virtual bool | KeyInput (const KeyEvent &rKeyEvent) |
bool | Escape () |
vcl::Window * | GetWindow () const |
weld::Window * | GetFrameWeld () const |
void | SetWindow (vcl::Window *pViewPort) |
const SvBorder & | GetBorderPixel () const |
void | SetBorderPixel (const SvBorder &rBorder) |
void | InvalidateBorder () |
SfxViewFrame * | GetViewFrame () const |
virtual bool | HasPrintOptionsPage () const |
virtual std::unique_ptr< SfxTabPage > | CreatePrintOptionsPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rOptions) |
Printer * | GetActivePrinter () const |
virtual void | WriteUserData (OUString &, bool bBrowse=false) |
virtual void | ReadUserData (const OUString &, bool bBrowse=false) |
virtual void | WriteUserDataSequence (css::uno::Sequence< css::beans::PropertyValue > &) |
virtual void | ReadUserDataSequence (const css::uno::Sequence< css::beans::PropertyValue > &) |
virtual void | QueryObjAreaPixel (tools::Rectangle &rRect) const |
virtual SfxObjectShell * | GetObjectShell () override |
virtual css::uno::Reference< css::frame::XModel > | GetCurrentDocument () const |
void | SetCurrentDocument () const |
virtual css::uno::Reference< css::view::XRenderable > | GetRenderable () |
virtual void | MarginChanged () |
const Size & | GetMargin () const |
void | SetMargin (const Size &) |
void | DisconnectAllClients () |
bool | NewWindowAllowed () const |
void | SetNewWindowAllowed (bool bSet) |
void | SetController (SfxBaseController *pController) |
css::uno::Reference< css::frame::XController > | GetController () const |
bool | TryContextMenuInterception (const css::uno::Reference< css::awt::XPopupMenu > &rIn, const OUString &rMenuIdentifier, css::uno::Reference< css::awt::XPopupMenu > &rOut, css::ui::ContextMenuExecuteEvent aEvent) |
bool | TryContextMenuInterception (const css::uno::Reference< css::awt::XPopupMenu > &, const OUString &rMenuIdentifier, css::ui::ContextMenuExecuteEvent aEvent) |
void | ExecPrint (const css::uno::Sequence< css::beans::PropertyValue > &, bool, bool) |
void | StartPrint (const css::uno::Sequence< css::beans::PropertyValue > &, bool, bool) |
const std::shared_ptr< vcl::PrinterController > & | GetPrinterController () const |
void | AddRemoveClipboardListener (const css::uno::Reference< css::datatransfer::clipboard::XClipboardListener > &, bool) |
css::uno::Reference< css::datatransfer::clipboard::XClipboardNotifier > | GetClipboardNotifier () const |
SAL_DLLPRIVATE SfxInPlaceClient * | GetUIActiveIPClient_Impl () const |
SAL_DLLPRIVATE void | AddContextMenuInterceptor_Impl (const css::uno::Reference< css::ui::XContextMenuInterceptor > &xInterceptor) |
SAL_DLLPRIVATE void | RemoveContextMenuInterceptor_Impl (const css::uno::Reference< css::ui::XContextMenuInterceptor > &xInterceptor) |
SAL_DLLPRIVATE bool | GlobalKeyInput_Impl (const KeyEvent &rKeyEvent) |
SAL_DLLPRIVATE void | NewIPClient_Impl (SfxInPlaceClient *pIPClient) |
SAL_DLLPRIVATE void | IPClientGone_Impl (SfxInPlaceClient const *pIPClient) |
SAL_DLLPRIVATE void | ResetAllClients_Impl (SfxInPlaceClient const *pIP) |
SAL_DLLPRIVATE void | SetPrinter_Impl (VclPtr< SfxPrinter > &pNewPrinter) |
SAL_DLLPRIVATE bool | HandleNotifyEvent_Impl (NotifyEvent const &rEvent) |
SAL_DLLPRIVATE bool | HasKeyListeners_Impl () const |
SAL_DLLPRIVATE bool | HasMouseClickListeners_Impl () const |
SAL_DLLPRIVATE SfxBaseController * | GetBaseController_Impl () const |
SAL_DLLPRIVATE void | ExecPrint_Impl (SfxRequest &) |
SAL_DLLPRIVATE void | ExecMisc_Impl (SfxRequest &) |
SAL_DLLPRIVATE void | GetState_Impl (SfxItemSet &) |
SAL_DLLPRIVATE void | CheckIPClient_Impl (SfxInPlaceClient const *, const tools::Rectangle &) |
SAL_DLLPRIVATE void | PushSubShells_Impl (bool bPush=true) |
SAL_DLLPRIVATE void | PopSubShells_Impl () |
SAL_DLLPRIVATE bool | ExecKey_Impl (const KeyEvent &aKey) |
void | setLibreOfficeKitViewCallback (SfxLokCallbackInterface *pCallback) |
virtual void | libreOfficeKitViewCallback (int nType, const char *pPayload) const override |
virtual void | libreOfficeKitViewCallbackWithViewId (int nType, const char *pPayload, int nViewId) const override |
virtual void | libreOfficeKitViewInvalidateTilesCallback (const tools::Rectangle *pRect, int nPart) const override |
virtual void | flushPendingLOKInvalidateTiles () |
virtual void | libreOfficeKitViewUpdatedCallback (int nType) const override |
virtual void | libreOfficeKitViewUpdatedCallbackPerViewId (int nType, int nViewId, int nSourceViewId) const override |
virtual OString | getLOKPayload (int nType, int nViewId, bool *ignore) const |
void | setTiledSearching (bool bTiledSearching) |
virtual int | getPart () const |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
ViewShellId | GetViewShellId () const override |
ViewShellDocId | GetDocId () const override |
void | NotifyOtherViews (int nType, const OString &rKey, const OString &rPayload) override |
void | NotifyOtherView (OutlinerViewShell *pOtherShell, int nType, const OString &rKey, const OString &rPayload) override |
virtual void | NotifyCursor (SfxViewShell *) const |
virtual void | afterCallbackRegistered () |
virtual vcl::Window * | GetEditWindowForActiveOLEObj () const override |
void | SetLOKLanguageTag (const OUString &rBcp47LanguageTag) |
const LanguageTag & | GetLOKLanguageTag () const |
void | SetLOKLocale (const OUString &rBcp47LanguageTag) |
const LanguageTag & | GetLOKLocale () const |
LOKDeviceFormFactor | GetLOKDeviceFormFactor () const |
bool | isLOKDesktop () const |
bool | isLOKTablet () const |
bool | isLOKMobilePhone () const |
virtual tools::Rectangle | getLOKVisibleArea () const |
void | setBlockedCommandList (const char *blockedCommandList) |
bool | isBlockedCommand (OUString command) |
![]() | |
virtual | ~SfxShell () override |
virtual SfxInterface * | GetInterface () const |
void | SetName (const OUString &rName) |
const OUString & | GetName () const |
SfxViewShell * | GetViewShell () const |
const SfxPoolItem * | GetSlotState (sal_uInt16 nSlotId, const SfxInterface *pIF=nullptr, SfxItemSet *pStateSet=nullptr) |
const SfxPoolItem * | ExecuteSlot (SfxRequest &rReq, const SfxInterface *pIF=nullptr) |
void | ExecuteSlot (SfxRequest &rReq, bool bAsync) |
SfxItemPool & | GetPool () const |
void | SetPool (SfxItemPool *pNewPool) |
virtual SfxUndoManager * | GetUndoManager () |
void | SetUndoManager (SfxUndoManager *pNewUndoMgr) |
SfxRepeatTarget * | GetRepeatTarget () const |
void | SetRepeatTarget (SfxRepeatTarget *pTarget) |
virtual void | Invalidate (sal_uInt16 nId=0) |
virtual bool | IsDesignMode () const |
bool | IsActive () const |
SfxDispatcher * | GetDispatcher () const |
SfxViewFrame * | GetFrame () const |
virtual bool | HasUIFeature (SfxShellFeature nFeature) const |
void | UIFeatureChanged () |
const SfxPoolItem * | GetItem (sal_uInt16 nSlotId) const |
const T * | GetItem (TypedWhichId< T > nWhich) const |
void | PutItem (const SfxPoolItem &rItem) |
void | SetVerbs (const css::uno::Sequence< css::embed::VerbDescriptor > &aVerbs) |
const css::uno::Sequence< css::embed::VerbDescriptor > & | GetVerbs () const |
void | VerbExec (SfxRequest &) |
SAL_DLLPRIVATE const SfxSlot * | GetVerbSlot_Impl (sal_uInt16 nId) const |
void | SetDisableFlags (SfxDisableFlags nFlags) |
SfxDisableFlags | GetDisableFlags () const |
virtual std::optional< SfxItemSet > | CreateItemSet (sal_uInt16 nId) |
virtual void | ApplyItemSet (sal_uInt16 nId, const SfxItemSet &rSet) |
void | SetContextName (const OUString &rsContextName) |
void | BroadcastContextForActivation (const bool bIsActivated) |
bool | SetContextBroadcasterEnabled (const bool bIsEnabled) |
SAL_DLLPRIVATE bool | CanExecuteSlot_Impl (const SfxSlot &rSlot) |
virtual bool | IsConditionalFastCall (const SfxRequest &rReq) |
SAL_DLLPRIVATE void | DoActivate_Impl (SfxViewFrame *pFrame, bool bMDI) |
SAL_DLLPRIVATE void | DoDeactivate_Impl (SfxViewFrame const *pFrame, bool bMDI) |
Private Member Functions | |
void | Init () |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
void | StartSearchAndReplace (const SvxSearchItem &rItem, bool bApi, bool bRecursive=false) |
Static Private Member Functions | |
static void | InitInterface_Impl () |
SfxInterface initializer. More... | |
Private Attributes | |
VclPtr< SwSrcEditWindow > | m_aEditWin |
std::unique_ptr< SvxSearchItem > | m_pSearchItem |
bool | m_bSourceSaved:1 |
rtl_TextEncoding | m_eLoadEncoding |
Additional Inherited Members | |
![]() | |
static SfxViewShell * | GetFirst (bool bOnlyVisible=true, const std::function< bool(const SfxViewShell *)> &isViewShell=nullptr) |
static SfxViewShell * | GetNext (const SfxViewShell &rPrev, bool bOnlyVisible=true, const std::function< bool(const SfxViewShell *)> &isViewShell=nullptr) |
static SfxViewShell * | Current () |
static SfxViewShell * | Get (const css::uno::Reference< css::frame::XController > &i_rController) |
static void | SetCurrentDocId (ViewShellDocId nId) |
![]() | |
static SfxInterface * | GetStaticInterface () |
static void | EmptyExecStub (SfxShell *pShell, SfxRequest &) |
static void | EmptyStateStub (SfxShell *pShell, SfxItemSet &) |
static void | VerbState (SfxItemSet &) |
![]() | |
virtual void | Activate (bool IsMDIActivate) override |
virtual void | Deactivate (bool IsMDIActivate) override |
virtual void | InnerResizePixel (const Point &rOfs, const Size &rSize, bool inplaceEditModeChange) |
virtual void | OuterResizePixel (const Point &rOfs, const Size &rSize) |
virtual void | SetZoomFactor (const Fraction &rZoomX, const Fraction &rZoomY) |
virtual void | Move () |
![]() | |
SfxShell () | |
SfxShell (SfxViewShell *pViewSh) | |
void | SetViewShell_Impl (SfxViewShell *pView) |
SAL_DLLPRIVATE void | Invalidate_Impl (SfxBindings &rBindings, sal_uInt16 nId) |
![]() | |
static void | HandleOpenXmlFilterSettings (SfxRequest &) |
Definition at line 33 of file srcview.hxx.
SwSrcView::SwSrcView | ( | SfxViewFrame * | pFrame, |
SfxViewShell * | |||
) |
Definition at line 189 of file srcview.cxx.
|
overridevirtual |
Definition at line 198 of file srcview.cxx.
References VclPtr< reference_type >::disposeAndClear(), GetDocShell(), SfxObjectShell::GetModel(), TextPaM::GetPara(), TextView::GetSelection(), TextSelection::GetStart(), SwSrcEditWindow::GetTextView(), m_aEditWin, m_pSearchItem, and SfxObjectShell::SetAutoLoad().
void SwSrcView::Execute | ( | SfxRequest & | rReq | ) |
Definition at line 259 of file srcview.cxx.
References SwSrcEditWindow::ClearModifyFlag(), SfxMedium::CloseOutStream(), SfxMedium::Commit(), TextView::Copy(), TextView::Cut(), ERRCODE_NONE, SfxShell::ExecuteSlot(), FN_REPEAT_SEARCH, SfxItemSet::Get(), SfxRequest::GetArgs(), SfxViewFrame::GetBindings(), SwDocShell::GetDoc(), GetDocShell(), SfxObjectShell::GetFactory(), SfxFilterContainer::GetFilter4Extension(), SfxObjectFactory::GetFilterContainer(), vcl::Window::GetFrameWeld(), WildCard::getGlob(), SwDoc::getIDocumentState(), SfxShell::GetInterface(), SfxObjectShell::GetMedium(), SfxViewShell::GetObjectShell(), SfxMedium::GetOutStream(), GetSearchItem(), SfxRequest::GetSlot(), SwSrcEditWindow::GetTextView(), SfxBoolItem::GetValue(), SfxViewShell::GetViewFrame(), SfxItemSet::GetWhichByPos(), SfxObjectShell::HasName(), TextView::HasSelection(), SwSrcEditWindow::Invalidate(), SfxBindings::InvalidateAll(), SfxRequest::IsAPI(), SwSrcEditWindow::IsModified(), lcl_GetStreamCharSet(), m_aEditWin, m_bSourceSaved, m_eLoadEncoding, TextView::Paste(), TextView::Redo(), IDocumentState::ResetModified(), SvStream::Seek(), IDocumentState::SetModified(), SetSearchItem(), TextView::SetSelection(), SvStream::SetStreamCharSet(), SvStream::SetStreamSize(), StartSearchAndReplace(), TEXT_INDEX_ALL, TEXT_PARA_ALL, TextView::Undo(), and SwSrcEditWindow::Write().
SwDocShell * SwSrcView::GetDocShell | ( | ) |
Definition at line 244 of file srcview.cxx.
References SfxViewFrame::GetObjectShell(), and SfxViewShell::GetViewFrame().
Referenced by Execute(), GetPrinter(), GetState(), Init(), TextViewOutWin::KeyInput(), Notify(), SwSrcEditWindow::SetFont(), SetPrinter(), and ~SwSrcView().
|
overridevirtual |
Reimplemented from SfxViewShell.
Definition at line 647 of file srcview.cxx.
References SwDocShell::GetDoc(), GetDocShell(), SwDoc::getIDocumentDeviceAccess(), and IDocumentDeviceAccess::getPrinter().
SvxSearchItem * SwSrcView::GetSearchItem | ( | ) |
Definition at line 529 of file srcview.cxx.
References m_pSearchItem.
Referenced by Execute(), and GetState().
void SwSrcView::GetState | ( | SfxItemSet & | rSet | ) |
Definition at line 394 of file srcview.cxx.
References aStr, TransferableDataHelper::CreateFromSystemClipboard(), SfxItemSet::DisableItem(), SfxWhichIter::FirstWhich(), FN_PRINT_LAYOUT, FN_REPEAT_SEARCH, VclPtr< reference_type >::get(), GetDocShell(), TextSelection::GetEnd(), TransferableDataHelper::GetFormatCount(), TextPaM::GetIndex(), TextPaM::GetPara(), SfxUndoManager::GetRedoActionComment(), SfxUndoManager::GetRedoActionCount(), GetSearchItem(), TextView::GetSelected(), TextView::GetSelection(), TextSelection::GetStart(), TextView::GetTextEngine(), SwSrcEditWindow::GetTextEngine(), SwSrcEditWindow::GetTextView(), SfxUndoManager::GetUndoActionComment(), SfxUndoManager::GetUndoActionCount(), TextEngine::GetUndoManager(), TextEngine::GetWord(), TransferableDataHelper::GetXTransferable(), TextView::HasSelection(), SfxObjectShell::IsModified(), SfxObjectShell::IsReadOnly(), m_aEditWin, nCount, SfxWhichIter::NextWhich(), SfxItemSet::Put(), SvxSearchItem::SetSearchString(), SRC_SEARCHOPTIONS, SvtResId(), and SwResId().
|
inline |
Definition at line 82 of file srcview.hxx.
References m_bSourceSaved.
Referenced by SwDocShell::Execute().
Definition at line 226 of file srcview.cxx.
References VclPtr< reference_type >::get(), GetDocShell(), Load(), m_aEditWin, SfxShell::SetName(), SfxViewShell::SetNewWindowAllowed(), SwSrcEditWindow::SetReadonly(), SfxViewShell::SetWindow(), and StartListening.
Referenced by SwSrcView().
|
staticprivate |
SfxInterface initializer.
Definition at line 96 of file srcview.cxx.
References SFX_OBJECTBAR_TOOLS.
|
inline |
Definition at line 67 of file srcview.hxx.
References SwSrcEditWindow::IsModified().
Referenced by SwDocShell::Execute().
void SwSrcView::Load | ( | SwDocShell * | pDocShell | ) |
Definition at line 749 of file srcview.cxx.
References SwSrcEditWindow::ClearModifyFlag(), SfxMedium::Commit(), Application::CreateMessageDialog(), utl::TempFile::EnableKillingFile(), TextEngine::EnableUndo(), ERRCODE_NONE, SfxMedium::GetBaseURL(), SwDocShell::GetDoc(), SvStream::GetError(), SfxMedium::GetFilter(), SfxViewShell::GetFrameWeld(), SfxObjectShell::GetHeaderAttributes(), GetHTMLWriter(), SfxMedium::GetInStream(), SfxObjectShell::GetMedium(), SfxMedium::GetName(), SwSrcEditWindow::GetOutWin(), SwSrcEditWindow::GetTextEngine(), utl::TempFile::GetURL(), SfxViewShell::GetViewFrame(), vcl::Window::GrabFocus(), ErrorHandler::HandleError(), SfxObjectShell::HasName(), SfxObjectShell::IsModified(), SfxObjectShell::IsReadOnly(), m_aEditWin, m_eLoadEncoding, SwSrcEditWindow::Read(), TextEngine::ResetUndo(), SvStream::Seek(), SfxObjectShell::SetAutoLoad(), SwDocShell::SetModified(), SwSrcEditWindow::SetReadonly(), SwSrcEditWindow::SetStartLine(), SvStream::SetStreamCharSet(), SwSrcEditWindow::SetTextEncoding(), and SwResId().
Referenced by Init().
|
overrideprivatevirtual |
Reimplemented from SfxViewShell.
Definition at line 732 of file srcview.cxx.
References GetDocShell(), SfxHint::GetId(), SfxObjectShell::IsReadOnly(), SwSrcEditWindow::IsReadonly(), m_aEditWin, SfxViewShell::Notify(), and SwSrcEditWindow::SetReadonly().
sal_Int32 SwSrcView::PrintSource | ( | OutputDevice * | pOutDev, |
sal_Int32 | nPage, | ||
bool | bCalcNumPagesOnly | ||
) |
This algorithm for printing the n-th page is very poor since it needs to go over the text of all previous pages to get to the correct one. But since HTML source code is expected to be just a small number of pages even this poor algorithm should be enough...
Definition at line 654 of file srcview.cxx.
References Size::AdjustHeight(), Size::AdjustWidth(), BMARGPRN, COL_BLACK, OutputDevice::DrawText(), vcl::Window::GetFont(), OutputDevice::GetOutputSize(), SwSrcEditWindow::GetOutWin(), TextEngine::GetParagraphCount(), TextEngine::GetText(), SwSrcEditWindow::GetTextEngine(), OutputDevice::GetTextHeight(), OutputDevice::GetTextWidth(), SfxViewShell::GetViewFrame(), SfxViewShell::GetWindow(), Size::Height(), lcl_ConvertTabsToSpaces(), lcl_PrintHeader(), LMARGPRN, m_aEditWin, min(), vcl::Window::PixelToLogic(), Point, OutputDevice::Pop(), OutputDevice::Push(), RMARGPRN, OutputDevice::SetFont(), OutputDevice::SetMapMode(), TMARGPRN, and Size::Width().
Referenced by SwXTextDocument::getRendererCount(), and SwXTextDocument::render().
void SwSrcView::SaveContent | ( | const OUString & | rTmpFile | ) |
Definition at line 250 of file srcview.cxx.
References SfxMedium::Commit(), SfxMedium::GetOutStream(), lcl_GetStreamCharSet(), m_aEditWin, m_eLoadEncoding, SvStream::SetStreamCharSet(), and SwSrcEditWindow::Write().
Referenced by SwDocShell::Execute().
Definition at line 219 of file srcview.cxx.
References SfxMedium::GetOutStream(), lcl_GetStreamCharSet(), m_aEditWin, m_eLoadEncoding, SvStream::SetStreamCharSet(), and SwSrcEditWindow::Write().
Referenced by SwDocShell::ConvertTo().
|
overridevirtual |
Reimplemented from SfxViewShell.
Definition at line 625 of file srcview.cxx.
References SwDocShell::GetDoc(), GetDocShell(), SwDocShell::getIDocumentDeviceAccess(), SwDoc::getIDocumentDeviceAccess(), SwDocShell::SetModified(), and IDocumentDeviceAccess::setPrinter().
void SwSrcView::SetSearchItem | ( | const SvxSearchItem & | rItem | ) |
Definition at line 538 of file srcview.cxx.
References SvxSearchItem::Clone(), and m_pSearchItem.
Referenced by Execute().
SwSrcView::SFX_DECL_VIEWFACTORY | ( | SwSrcView | ) |
|
private |
Definition at line 543 of file srcview.cxx.
References Application::CreateBuilder(), GetAppLanguageTag(), SvxSearchItem::GetBackward(), SvxSearchItem::GetCommand(), LanguageTag::getLocale(), SvxSearchItem::GetSearchOptions(), TextView::GetSelection(), SwSrcEditWindow::GetTextView(), i18nutil::SearchOptions::Locale, m_aEditWin, TextView::Replace(), RET_YES, TextView::Search(), TextView::SetSelection(), TEXT_INDEX_ALL, and TEXT_PARA_ALL.
Referenced by Execute().
|
private |
Definition at line 35 of file srcview.hxx.
Referenced by Execute(), GetState(), Init(), Load(), Notify(), PrintSource(), SaveContent(), SaveContentTo(), StartSearchAndReplace(), and ~SwSrcView().
|
private |
Definition at line 39 of file srcview.hxx.
Referenced by Execute(), and HasSourceSaved().
|
private |
Definition at line 40 of file srcview.hxx.
Referenced by Execute(), Load(), SaveContent(), and SaveContentTo().
|
private |
Definition at line 37 of file srcview.hxx.
Referenced by GetSearchItem(), SetSearchItem(), and ~SwSrcView().