https://bugs.documentfoundation.org/show_bug.cgi?id=102506

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |heiko.tietze@documentfounda
                   |                            |tion.org,
                   |                            |[email protected],
                   |                            |[email protected]

--- Comment #21 from Julien Nabet <[email protected]> ---
This patch:
diff --git a/svl/source/items/srchitem.cxx b/svl/source/items/srchitem.cxx
index 24a46e28bd0b..f26898b6dde5 100644
--- a/svl/source/items/srchitem.cxx
+++ b/svl/source/items/srchitem.cxx
@@ -110,7 +110,7 @@ SvxSearchItem::SvxSearchItem( const sal_uInt16 nId ) :
                         SearchAlgorithms2::ABSOLUTE, '\\' ),
     m_eFamily         ( SfxStyleFamily::Para ),
     m_nCommand        ( SvxSearchCmd::FIND ),
-    m_nCellType       ( SvxSearchCellType::FORMULA ),
+    m_nCellType       ( SvxSearchCellType::VALUE ),
     m_nAppFlag        ( SvxSearchApp::WRITER ),
     m_bRowDirection   ( true ),
     m_bAllTables      ( false ),

allows to set search by value by default.

But if you change it in Find/Replace, it'll be reset when using Ctrl-F.

Remark: just typing Ctrl-F doesn't reset search options of Find/Replace, it'll
reset only when executing a search.

Heiko/Xisco: any opinion about changing the by default behaviour here?
(searching in values instead searching in formulas)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to