Lines Matching refs:pSearchItem
357 pSearchItem ( NULL ), \
409 delete pSearchItem; in ~SvxSearchDialog()
463 const SfxPoolItem* ppArgs[] = { pSearchItem, 0 }; in Construct_Impl()
649 const SfxPoolItem* ppArgs[] = { pSearchItem, 0 }; in Close()
687 DBG_ASSERT( pSearchItem, "SearchItem missing" ); in Activate()
688 if (pSearchItem) in Activate()
690 aMatchCaseCB .Check( pSearchItem->GetExact() ); in Activate()
691 aJapMatchFullHalfWidthCB.Check( !pSearchItem->IsMatchFullHalfWidthForms() ); in Activate()
774 DBG_ASSERT( pSearchItem, "no search item" ); in CalculateDelta_Impl()
940 DBG_ASSERT( pSearchItem, "SearchItem == 0" ); in Init_Impl()
941 bWriter = ( pSearchItem->GetAppFlag() == SVX_SEARCHAPP_WRITER ); in Init_Impl()
969 aWordBtn.Check( pSearchItem->GetWordOnly() ); in Init_Impl()
971 aMatchCaseCB.Check( pSearchItem->GetExact() ); in Init_Impl()
973 aBackwardsBtn.Check( pSearchItem->GetBackward() ); in Init_Impl()
975 aNotesBtn.Check( pSearchItem->GetNotes() ); in Init_Impl()
977 aSelectionBtn.Check( pSearchItem->GetSelection() ); in Init_Impl()
979 aRegExpBtn.Check( pSearchItem->GetRegExp() ); in Init_Impl()
981 aLayoutBtn.Check( pSearchItem->GetPattern() ); in Init_Impl()
984 aSimilarityBox.Check( pSearchItem->IsLevenshtein() ); in Init_Impl()
986 aJapOptionsCB.Check( pSearchItem->IsUseAsianOptions() ); in Init_Impl()
987 ApplyTransliterationFlags_Impl( pSearchItem->GetTransliterationFlags() ); in Init_Impl()
992 if ( pSearchItem->GetAppFlag() == SVX_SEARCHAPP_CALC ) in Init_Impl()
1000 switch ( pSearchItem->GetCellType() ) in Init_Impl()
1019 if ( pSearchItem->GetRowDirection() && in Init_Impl()
1022 else if ( !pSearchItem->GetRowDirection() && in Init_Impl()
1027 aAllSheetsCB.Check( pSearchItem->IsAllTables() ); in Init_Impl()
1038 if ( pSearchItem->GetAppFlag() == SVX_SEARCHAPP_DRAW ) in Init_Impl()
1056 const SfxPoolItem* ppArgs[] = { pSearchItem, 0 }; in Init_Impl()
1087 aSimilarityBox.Check( pSearchItem->IsLevenshtein() ); in Init_Impl()
1122 pStylePool->SetSearchMask( pSearchItem->GetFamily(), in Init_Impl()
1133 aSearchTmplLB.SelectEntry( pSearchItem->GetSearchString() ); in Init_Impl()
1134 aReplaceTmplLB.SelectEntry( pSearchItem->GetReplaceString() ); in Init_Impl()
1157 if ( pSearchItem->GetSearchString().Len() && bSetSearch ) in Init_Impl()
1158 aSearchLB.SetText( pSearchItem->GetSearchString() ); in Init_Impl()
1168 String aReplaceTxt = pSearchItem->GetReplaceString(); in Init_Impl()
1223 if (bWriter && pSearchItem->GetNotes()) in Init_Impl()
1356 pSearchItem->SetLevenshtein( bIsChecked ); in IMPL_LINK()
1455 pSearchItem->SetSearchString ( aSearchTmplLB.GetSelectEntry() ); in IMPL_LINK()
1456 pSearchItem->SetReplaceString( aReplaceTmplLB.GetSelectEntry() ); in IMPL_LINK()
1460 pSearchItem->SetSearchString ( aSearchLB.GetText() ); in IMPL_LINK()
1461 pSearchItem->SetReplaceString( aReplaceLB.GetText() ); in IMPL_LINK()
1474 pSearchItem->SetRegExp( sal_False ); in IMPL_LINK()
1475 pSearchItem->SetLevenshtein( sal_False ); in IMPL_LINK()
1477 pSearchItem->SetRegExp( sal_True ); in IMPL_LINK()
1479 pSearchItem->SetLevenshtein( sal_True ); in IMPL_LINK()
1481 pSearchItem->SetWordOnly( GetCheckBoxValue( aWordBtn ) ); in IMPL_LINK()
1482 pSearchItem->SetBackward( GetCheckBoxValue( aBackwardsBtn ) ); in IMPL_LINK()
1483 pSearchItem->SetNotes( GetCheckBoxValue( aNotesBtn ) ); in IMPL_LINK()
1484 pSearchItem->SetPattern( GetCheckBoxValue( aLayoutBtn ) ); in IMPL_LINK()
1485 pSearchItem->SetSelection( GetCheckBoxValue( aSelectionBtn ) ); in IMPL_LINK()
1487 pSearchItem->SetUseAsianOptions( GetCheckBoxValue( aJapOptionsCB ) ); in IMPL_LINK()
1489 if( !pSearchItem->IsUseAsianOptions()) in IMPL_LINK()
1492 pSearchItem->SetTransliterationFlags( nFlags ); in IMPL_LINK()
1497 pSearchItem->SetCellType( aCalcSearchInLB.GetSelectEntryPos() ); in IMPL_LINK()
1499 pSearchItem->SetRowDirection( aRowsBtn.IsChecked() ); in IMPL_LINK()
1500 pSearchItem->SetAllTables( aAllSheetsCB.IsChecked() ); in IMPL_LINK()
1504 pSearchItem->SetCommand( SVX_SEARCHCMD_FIND ); in IMPL_LINK()
1506 pSearchItem->SetCommand( SVX_SEARCHCMD_FIND_ALL ); in IMPL_LINK()
1508 pSearchItem->SetCommand( SVX_SEARCHCMD_REPLACE ); in IMPL_LINK()
1510 pSearchItem->SetCommand( SVX_SEARCHCMD_REPLACE_ALL ); in IMPL_LINK()
1513 if ( !bFormat && pSearchItem->GetPattern() ) in IMPL_LINK()
1522 const SfxPoolItem* ppArgs[] = { pSearchItem, 0 }; in IMPL_LINK()
1553 pSearchItem->IsLEVRelaxed(), in IMPL_LINK()
1554 pSearchItem->GetLEVOther(), in IMPL_LINK()
1555 … pSearchItem->GetLEVShorter(), in IMPL_LINK()
1556 … pSearchItem->GetLEVLonger() ); in IMPL_LINK()
1560 pSearchItem->SetLEVRelaxed( pDlg->IsRelaxed() ); in IMPL_LINK()
1561 pSearchItem->SetLEVOther( pDlg->GetOther() ); in IMPL_LINK()
1562 pSearchItem->SetLEVShorter( pDlg->GetShorter() ); in IMPL_LINK()
1563 pSearchItem->SetLEVLonger( pDlg->GetLonger() ); in IMPL_LINK()
1572 pSearchItem->SetTransliterationFlags( GetTransliterationFlags() ); in IMPL_LINK()
1577 pSearchItem->GetTransliterationFlags() ); in IMPL_LINK()
1583 pSearchItem->SetTransliterationFlags( nFlags ); in IMPL_LINK()
1672 switch ( pSearchItem->GetFamily() ) in IMPL_LINK()
1801 rPool.SetSearchMask( pSearchItem->GetFamily(), SFXSTYLEBIT_ALL ); in TemplatesChanged_Impl()
1960 if ( pSearchItem ) in EnableControls_Impl()
1961 Init_Impl( pSearchItem->GetPattern() && in EnableControls_Impl()
2063 delete pSearchItem; in SetItem_Impl()
2064 pSearchItem = (SvxSearchItem*)pItem->Clone(); in SetItem_Impl()
2065 Init_Impl( pSearchItem->GetPattern() && in SetItem_Impl()
2464 if ( !pSearchItem ) in SaveToModule_Impl()
2469 pSearchItem->SetSearchString ( aSearchTmplLB.GetSelectEntry() ); in SaveToModule_Impl()
2470 pSearchItem->SetReplaceString( aReplaceTmplLB.GetSelectEntry() ); in SaveToModule_Impl()
2474 pSearchItem->SetSearchString ( aSearchLB.GetText() ); in SaveToModule_Impl()
2475 pSearchItem->SetReplaceString( aReplaceLB.GetText() ); in SaveToModule_Impl()
2479 pSearchItem->SetRegExp( sal_False ); in SaveToModule_Impl()
2480 pSearchItem->SetLevenshtein( sal_False ); in SaveToModule_Impl()
2482 pSearchItem->SetRegExp( sal_True ); in SaveToModule_Impl()
2484 pSearchItem->SetLevenshtein( sal_True ); in SaveToModule_Impl()
2486 pSearchItem->SetWordOnly( GetCheckBoxValue( aWordBtn ) ); in SaveToModule_Impl()
2487 pSearchItem->SetBackward( GetCheckBoxValue( aBackwardsBtn ) ); in SaveToModule_Impl()
2488 pSearchItem->SetNotes( GetCheckBoxValue( aNotesBtn ) ); in SaveToModule_Impl()
2489 pSearchItem->SetPattern( GetCheckBoxValue( aLayoutBtn ) ); in SaveToModule_Impl()
2490 pSearchItem->SetSelection( GetCheckBoxValue( aSelectionBtn ) ); in SaveToModule_Impl()
2492 pSearchItem->SetUseAsianOptions( GetCheckBoxValue( aJapOptionsCB ) ); in SaveToModule_Impl()
2494 if( !pSearchItem->IsUseAsianOptions()) in SaveToModule_Impl()
2497 pSearchItem->SetTransliterationFlags( nFlags ); in SaveToModule_Impl()
2502 pSearchItem->SetCellType( aCalcSearchInLB.GetSelectEntryPos() ); in SaveToModule_Impl()
2504 pSearchItem->SetRowDirection( aRowsBtn.IsChecked() ); in SaveToModule_Impl()
2505 pSearchItem->SetAllTables( aAllSheetsCB.IsChecked() ); in SaveToModule_Impl()
2508 pSearchItem->SetCommand( SVX_SEARCHCMD_FIND ); in SaveToModule_Impl()
2510 const SfxPoolItem* ppArgs[] = { pSearchItem, 0 }; in SaveToModule_Impl()