Home
last modified time | relevance | path

Searched refs:GetCheckBoxValue (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx108 #define GetCheckBoxValue( rBox ) \ macro
1476 if (GetCheckBoxValue( aRegExpBtn )) in IMPL_LINK()
1478 else if (GetCheckBoxValue( aSimilarityBox )) 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()
2481 if (GetCheckBoxValue( aRegExpBtn )) in SaveToModule_Impl()
[all …]