Lines Matching refs:bCaseSensitive

61         const bool bCaseSensitive )  in lcl_FindDdeBookmark()  argument
64 const ::rtl::OUString sNameLc = bCaseSensitive ? rName : GetAppCharClass().lower(rName); in lcl_FindDdeBookmark()
73 (bCaseSensitive && (pBkmk->GetName() == sNameLc)) || in lcl_FindDdeBookmark()
74 … (!bCaseSensitive && GetAppCharClass().lower(pBkmk->GetName()) == String(sNameLc)) in lcl_FindDdeBookmark()
96 sal_Bool lcl_FindSection( const SwSectionFmtPtr& rpSectFmt, void* pArgs, bool bCaseSensitive ) in lcl_FindSection() argument
102 String sNm( (bCaseSensitive) in lcl_FindSection()
105 String sCompare( (bCaseSensitive) in lcl_FindSection()
166 bool bCaseSensitive = true; in GetData() local
169 … ::sw::mark::DdeBookmark* const pBkmk = lcl_FindDdeBookmark(*pMarkManager, rItem, bCaseSensitive); in GetData()
174 String sItem( bCaseSensitive ? rItem : GetAppCharClass().lower(rItem)); in GetData()
177bCaseSensitive ? lcl_FindSectionCaseSensitive : lcl_FindSectionCaseInsensitive, &aPara ); in GetData()
183 if( !bCaseSensitive ) in GetData()
185 bCaseSensitive = false; in GetData()
205 bool bCaseSensitive = true; in SetData() local
208 … ::sw::mark::DdeBookmark* const pBkmk = lcl_FindDdeBookmark(*pMarkManager, rItem, bCaseSensitive); in SetData()
213 String sItem( bCaseSensitive ? rItem : GetAppCharClass().lower(rItem)); in SetData()
215 …pSectionFmtTbl->ForEach( 0, pSectionFmtTbl->Count(), bCaseSensitive ? lcl_FindSectionCaseSensitive… in SetData()
221 if( !bCaseSensitive ) in SetData()
223 bCaseSensitive = false; in SetData()
244 bool bCaseSensitive = true; in CreateLinkSource() local
248 … ::sw::mark::DdeBookmark* const pBkmk = lcl_FindDdeBookmark(*pMarkManager, rItem, bCaseSensitive); in CreateLinkSource()
260 _FindItem aPara(bCaseSensitive ? rItem : GetAppCharClass().lower(rItem)); in CreateLinkSource()
262 …((SwSectionFmts&)*pSectionFmtTbl).ForEach(0, pSectionFmtTbl->Count(), bCaseSensitive ? lcl_FindSec… in CreateLinkSource()
273 if( !bCaseSensitive ) in CreateLinkSource()
275 bCaseSensitive = false; in CreateLinkSource()
384 bool bCaseSensitive = true; in SelectServerObj() local
387 … ::sw::mark::DdeBookmark* const pBkmk = lcl_FindDdeBookmark(*pMarkManager, sItem, bCaseSensitive); in SelectServerObj()
398 _FindItem aPara( bCaseSensitive ? sItem : rCC.lower( sItem ) ); in SelectServerObj()
403bCaseSensitive ? lcl_FindSectionCaseSensitive : lcl_FindSectionCaseInsensitive, &aPara ); in SelectServerObj()
412 if( !bCaseSensitive ) in SelectServerObj()
414 bCaseSensitive = false; in SelectServerObj()